  @charset "utf-8";

/****
 *
 *
 * 更新日: 2024/10/28
 *
 ****/
 /*--------------------------------------------------
 animation
--------------------------------------------------*/
@keyframes fadein {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein02 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------
 Base
--------------------------------------------------*/
div#body{
	font-size: 16px;
	width: 100%;
}
#body .bread {
	width: 1160px;
	margin: 0 auto;
}
div#body div#main.tech_body.index {
	width: 100%;
}
div#main.tech_body.index div.section {
    width: 960px;
	padding: 0 100px;
	margin: 0 auto;
}
.section p img {
    width: 960px;
    height: auto;
}
.bg_gray{
	width: 100%;
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
	animation: fadein02 2.5s linear;
}
div#main p.caption{
	margin: 5px 0 20px 0;
}
.center{
	text-align: center;
}
div#main p.caption.center{
	animation: fadein02 2.5s linear;
}


/*--------------------------------------------------
 Title
--------------------------------------------------*/
div#main.tech_body.index .title{
	background: #2c4066;
	padding: 0 !important;
}
div#body .title h1{
	display: block;
	margin: 0 auto;
	width: 1160px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	background: #2c4066;
	border-radius: none;
	font-size: 38px;
	font-size: 2.375rem;
	padding: 17px 0 11px 0;

}
div#body .title h1 span.sub{
    position: static;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	padding-left: 20px;
}

/* Title Main visual
--------------------------------------------------*/
div#main.tech_body.index div.section.leading{
	width: 1160px;
	padding: 0;
}

div#main.tech_body.index .leading h2{
	border-top: none;
	font-size: 36px;
    font-size: 2.25rem;
    color: #008cd6;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0;
}

div#main.tech_body.index .m3r{
	position: relative;
	width: 100% !important;
	padding: 0 !important;
	height: 665px;
	overflow: hidden;
	margin: 0 auto;
}
div#main.tech_body.index .m3r .m3r_bg{
	position: relative;
    top: 25px;
	left: 50%;
  	transform: translateX(-50%);
    z-index: -1;
	width: 980px;
	height: 980px;
	border-radius: 490px;
	background: linear-gradient(90deg, rgb(0, 158, 217), rgb(118, 187, 66));
	filter: blur(10px);
	animation: fadein 2.5s linear;
}
div#main.tech_body.index .m3r h2{
	position: absolute;
	top: 80px;
	left: calc(50% - 247px);
	width: 536px;
}
div#main.tech_body.index .m3r h2 span{
	display: none;
}
div#main.tech_body.index .m3r h2 img{
	width: 100%;
}

/*--------------------------------------------------
 Four Methods
--------------------------------------------------*/
div#main.tech_body.index div.section.four-methods{
	position: relative;
    top: -565px;
	height: 250px;
	width: 100%;
	background: linear-gradient(90deg, rgba(204, 232, 247, 0.7), rgba(229, 242, 212, 0.7));
	padding: 0 !important;
	animation: fadein02 2.5s linear;
}
.four-methods #modal_trigger{
	width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 60px 0px;
	box-sizing: border-box;
}
.four-methods #modal_trigger .modal_btn{
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 15px 15px 15px;
	border: rgb(0, 140, 214, 0) 3px solid;
	border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.four-methods #modal_trigger .modal_btn:hover{
	opacity: 0.6;
	cursor: pointer;
    border: rgb(0, 140, 214, 1) 3px solid;
}
.four-methods #modal_trigger .modal_btn img {
	width: 90px !important;
	height: auto;
	margin-bottom: 10px;
}
.four-methods #modal_trigger .modal_btn p {
	/* font-size: 22px;
	font-size: 1.375rem; */
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.05;
}
.four-methods #modal_trigger .modal_btn p.eng {
	font-size: 25px;
	font-size: 1.5625rem;
	font-family: "Roboto";
}
.four-methods #modal_trigger .modal_btn p.eng span {
	font-size: 40px;
	font-size: 2.5rem;
	/* color: #0090cf; */
}
.four-methods #modal_trigger .modal_btn.moniter p.eng span {color: #eeaa1e;}
.four-methods #modal_trigger .modal_btn.reduce p.eng span {color: #125385;}
.four-methods #modal_trigger .modal_btn.replace p.eng span {color: #5c6fb4;}
.four-methods #modal_trigger .modal_btn.remove p.eng span {color: #7fbe26;}

/*	Four Methods Modal
--------------------------------------------------*/
.modal_trigger {
	margin: 100px auto;
	display: flex;
	justify-content: center;
}
.modal_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
}
#glayLayer{
	display: none;
	position: fixed;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	background:#333;
	opacity: 0.8;
	z-index: 10;
}
.modal_inner {
	background-color: #fff;
	left: 50%;
	padding: 25px 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	/* height: calc(80vh - 50px);
	max-height: 900px; */
	height: auto;
	max-height: calc(90vh - 50px);
	width: 900px;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	box-sizing: border-box;
}

.modal_close {
	position: absolute;
	left: 820px;
	top: 18px;
	cursor: pointer;
	display: inline-block;
	width: 45px;
	height: 45px;
}
.modal_close span::before,
.modal_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 3%;
	margin: -8% 0 0 -42%;
	background: #666;
}
.modal_close span::before {
	transform: rotate(-45deg);
}
.modal_close span::after {
	transform: rotate(45deg);
}

/*	Four Methods Modal Inner Layout
--------------------------------------------------*/
.modal_inner .title-content{
	position: relative;
	height: 125px;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.modal_inner .title-content .title-content_cat{
	position: absolute;
	top: 0;
	left: 0;
}
.modal_inner .title-content .title-content_cat p {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.15;
	text-align: center;
	/* color: #575757; */
}
.modal_inner .title-content .title-content_cat img {
	width: 80px !important;
	height: auto;
	/* margin-top: 15px; */
	margin-bottom: 8px;
}
.modal_inner .title-content .title-content_cat p.eng {
	font-size: 19px;
	font-size: 1.1875rem;
	font-family: "Roboto";
	margin-top: 0;
}

.modal_inner .title-content h3{
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 120px;
	letter-spacing: 0.02em;
}
.modal_inner.moniter .title-content .title-content_cat p.eng span,
.modal_inner.moniter .title-content h3 {
	color: #eeaa1e !important;
}
.modal_inner.reduce .title-content .title-content_cat p.eng span,
.modal_inner.reduce .title-content h3 {
	color: #125385 !important;
}
.modal_inner.replace .title-content .title-content_cat p.eng span,
.modal_inner.replace .title-content h3 {
	color: #5c6fb4 !important;
}
.modal_inner.remove .title-content .title-content_cat p.eng span,
.modal_inner.remove .title-content h3 {
	color: #7fbe26 !important;
}

.modal_inner .content h4{
	position: relative;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-size: 18px;
	font-size: 1.125rem; */
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
	padding: 0 0 0 23px;
}
.modal_inner .content h4:before{
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: #eeaa1e;
}
.modal_inner.moniter .content h4:before{background: #eeaa1e;}
.modal_inner.reduce .content h4:before{background: #125385;}
.modal_inner.replace .content h4:before{background: #5c6fb4;}
.modal_inner.remove .content h4{padding: 0;}
.modal_inner.remove .content h4:before{content: none;}

.modal_inner .content h4 img{
	width: 390px;
	height: auto;
	margin-bottom: 15px;
}
.modal_inner .content p{
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
}
.modal_inner .content .narrow{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.modal_inner .content .col2{
	display: flex;
	justify-content: space-between;
}
.modal_inner .content .col2 .col{
	width: calc((100% - 32px) / 2);
}
.modal_inner .content p img{
	width: 100%;
}
.modal_inner .content p.caption{
	margin: 5px 0 20px 0;
    line-height: 1.7;
    font-size: 14px;
    font-size: 0.875rem;
}

/*	Btn Solution
--------------------------------------------------*/
.btn_solution a{
	display: block;
	width: 760px;
	border-radius: 15px;
	margin: 45px auto 75px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	padding: 25px 0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	/*背景の色と形状*/
	background: linear-gradient(90deg, rgb(0, 158, 217) 0%, rgb(118, 187, 66) 50%, rgb(0, 158, 217, 0.85) 51%, rgba(0, 158, 217, 1) 70%, rgba(0, 142, 210, 0.95) 100%);
	background-position: 1% 50%;
    background-size: 220% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	animation: fadein02 2.5s linear;
}
.btn_solution a:hover{
    background-position: 99% 50%;
}

.btn_solution a span{
	position: relative;
	display: inline-block;
	width: 240px;
	font-size: 18px;
	font-size: 1.125rem;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #fff;
	color: #008cd6;
	margin-top: 18px;
	letter-spacing: 0.04em;
}
.btn_solution a span:after{
	content: "";
    position: absolute;
	right: 18px;
    top: calc(50% - 6px);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #008cd6;
    border-right: solid 2px #008cd6;
    transform: rotate(45deg);
}
.btn_solution a:hover span{
	opacity: 0.7;
}



/*	Fig Title
--------------------------------------------------*/
div#body h3{
	position: relative;
	padding: 0 0 0 24px;
	font-size: 18px;
	font-size: 1.125rem;
}
div#body h3:before{
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 16px;
	height: 16px;
	background: #008cd6;
}

/*--------------------------------------------------
 Works
--------------------------------------------------*/
div#main.tech_body.index h2.works{
	background: #008cd6;
	font-size: 28px;
    font-size: 1.75rem;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin: 70px auto 20px;
	width: 100%;
    margin: 75px 0 25px;
	animation: fadein02 2.5s linear;
}

/*	Scroll
--------------------------------------------------*/
.scroll{
	width: 100%;
	margin-bottom: 75px;
	animation: fadein02 2.5s linear;
}

@keyframes infinity-scroll-left {
from {
	transform: translateX(0);
	}
	to {
	transform: translateX(-100%);
	}
}
.scroll_wrap {
	display: flex;
	overflow: hidden;
}
.scroll_list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll_list {
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll_item {
	/* width: calc(100vw / 5); */
	height: 498px;
	width: auto;
	border-right: solid 2px #fff;
}
.scroll_item img{
	height: 420px;
	width: auto;
}
.scroll_item_caption {
	display: block;
	padding: 10px 0 10px;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
	/* font-weight: bold; */
	color: #fff;
	line-height: 1.6;
	position: relative;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 152, 114, 0.9);
}

/*--------------------------------------------------
 Solution
--------------------------------------------------*/
div#main.tech_body.index h2.solution{
	font-size: 32px;
	font-size: 2rem;
	color: #008cd6;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}
div#body h3 span{
	position: relative;
	top: -2px;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #fff;
	line-height: 1.4;
	background: #5281b5;
	padding: 0 10px 0 10px;
	margin: 0 5px;
	letter-spacing: 0.01em;
}
div#body h3 span.scope01{
	background: #5281b5;
}
div#body h3 span.scope03{
	background: #00a2c8;
}
.solution_txt{
	width: 100%;
	margin: 0 auto;
}

/*	Solution Case
--------------------------------------------------*/
.solution_case{
	display: flex;
	justify-content: space-between;
	background: #76b254;
	color: #fff;
	font-weight: bold;
	padding: 30px 35px;
	box-sizing: border-box;
	border-radius: 15px;
}
.solution_case_balloon{
	position: relative;
	width: 260px;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 15px 20px;
	box-sizing: border-box;
}
.solution_case_balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -45px;
	margin-top: -16px;
	border: 16px solid transparent;
	border-left: 29px solid #76b254;
	z-index: 2;
}
.solution_case_balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -48px;
	margin-top: -17px;
	border: 17px solid transparent;
	border-left: 30px solid #fff;
	z-index: 1;
}
.solution_case .solution_case_img{
	margin: auto 0;
}
.solution_case .solution_case_img img{
	width: 130px !important;
}