
/***********************************************************************************************************************

wst.css

***********************************************************************************************************************/
.wst .wrapper{
	overflow: hidden;
}

.wst .contents{
	/*padding-top: 0;*/
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_wst{
	padding: 8% 0 0;
}
.sec_solutionmap{
	position: relative;
	padding: 12% 0 0;
}
.name_wrap{
	padding: 120px 0 0;
}

@media screen and (max-width: 639px) {
.sec_wst{
	padding: 12% 0 0;
}
.sec_solutionmap{
	padding: 18% 0 0;
}
.name_wrap{
	padding: 80px 0 0;
}
}




/* line *************************************************************/
.line01,
.textLine01,
.textLine02{
	position: absolute;
	transform: skewX(15deg); /*elements.cssで設定 animate付ける時は非表示*/
	mix-blend-mode: multiply;
}

.line01{
	top: -30%;
	left: -2%;
	width: 3.8%;
	height: 140%;
	background-color: rgba(20,39,77,0.1);
}

.textLine01{
	top: 50%;
	left: 50%;
	width: 20px;
	height: 80px;
	margin: -40px 0 0 -20px; /*-46px 0 0 -20px*/
	background-color: rgba(26,39,77,0.1);
}
.textLine02{
	top: 50%;
	left: 50%;
	width: 10px;
	height: 33px;
	margin: -59px 0 0 1px; /*-65px 0 0 1px*/
	background-color: rgba(120,152,203,0.7);
}


@media screen and (max-width: 639px) {
.line01{
	top: -30%;
	left: -2%;
	height: 140%;
}

.textLine01{
	width: 16px;
	height: 60px;
	margin: -31px 0 0 -18px; /*-36px 0 0 -18px*/
}
.textLine02{
	width: 7px;
	height: 23px;
	margin: -40px 0 0 1px; /*-45px 0 0 1px*/
}
}



/* h1〜 *************************************************************/
.h1_wrap{
	position: relative;
}
h1.h1_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}
h1.h1_ttl .en_wrap{
	display: block;
}
h1.h1_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: clamp(30px, 6vw, 65px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


h2.h2_ttl{
	font-weight: 600;
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
h2.h2_ttl .en_wrap{
	display: block;
	margin-bottom: 0.2em;
}
h2.h2_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-size: clamp(12px, 3vw, 16px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h3_wrap{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto 3em;
}

h3.h3_ttl{
	font-weight: 600;
	font-size: 28px;
	font-size: clamp(18px, 3vw, 28px);
	color: #1a274d;
	/*font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 22px;
	font-size: clamp(16px, 3vw, 22px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin-bottom: 1.6em; /*0.8em*/
}

.align_c_l{
	text-align: center;
}


@media screen and (max-width: 767px) {
.align_c_l{
	text-align: justify;
}
.align_c_l .resp_autowrap{
	display: inline;
}
}




/* wst_box *************************************************************/
.wst_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}
.wst_box dt{
	width: 45%;
}
.wst_box dd{
	width: 48%;
	max-width: 500px;
	max-height: 460px;
	margin: 0 0 0 auto;
}

.wst_box dd .inner{
	position: relative;
	padding-top: 92%;
	max-width: 540px;
}
.wst_box dd iframe{
	 position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



@media screen and (max-width: 767px) {
.wst_box dt{
	order: 2;
	width: 100%;
	margin: 10% 0 0;
}
.wst_box dd{
	order: 1;
	width: 70%;
	margin: 0 auto;
}
}





/* .list_service *************************************************************/
.list_service{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.list_service > li{
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(32% - 2px);
	background: linear-gradient(to right, #378796, #64deb0);
	border-radius: 8px;
	padding: 1px;
	transition: all .3s linear;
}
.list_service > li.service_solution{
	background: linear-gradient(to right, #4653c2, #57b0ea);
}
.list_service > li.service_service{
	background: linear-gradient(to right, #ab3778, #ea7397);
}

.list_service > li > a{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list_service > li .inner{
	position: relative;
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	border-radius: 7px;
	background-color: #fff;
	padding: 0 20px 20px;
}

.list_service > li h4.h4_ttl{
	margin-bottom: 1.5em;
	padding-top: 80px;
}
.list_service > li h4.h4_ttl .en_wrap{
	display: block;
	text-align: center;
}
.list_service > li h4.h4_ttl .en{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 36px;
	font-size: clamp(20px, 3vw, 36px);
	text-align: center;
background: linear-gradient(to right, #378796, #64deb0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.list_service > li.service_solution h4.h4_ttl .en{
background: linear-gradient(to right, #4653c2, #57b0ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.list_service > li.service_service h4.h4_ttl .en{
	background: linear-gradient(to right, #ab3778, #ea7397);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.list_service > li:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.list_service > li p{
	font-size: 14px;
	font-size: clamp(13px, 3vw, 14px);
	text-align: left;
	line-height: 1.8em;
}

.list_service > li i.icon{
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 100px;
	border-radius: 50px 50px;
	transition: all .3s linear;
}
.list_service > li:hover i.icon{
	box-shadow: 0 0 8px rgba(0,0,0,0.7); 
}


@media screen and (max-width: 939px) {
.list_service > li{
	width: calc(48% - 2px);
	margin: 0 0 65px;
}
.list_service > li h4.h4_ttl{
	padding-top: 65px;
}
.list_service > li i.icon{
	top: -40px;
	width: 80px;
	border-radius: 40px 40px;
}
}

@media screen and (max-width: 767px) {
.list_service > li{
	width: calc(90% - 2px); /*calc(100% - 2px)*/
	margin: 0 auto 65px;
}
}



/* list_name *************************************************************/
.list_name{
	margin: 2% 0 7%; /*10px 0 30px*/
}

.list_name li{
	font-size: 14px;
	font-size: clamp(13px, 3vw, 14px);
	font-weight: 500;
	color: #378796;
	margin: 7px 0;
}

.service_solution .list_name li{
	color: #4653c2;
}
.service_service .list_name li{
	color: #ab3778;
}




/* solutionMap *************************************************************/
.solutionMap{
	padding: 3% 0 0;
}
.solutionMap .inner{
	position: relative;
	padding-top: 98.3333333%;
}
.solutionMap iframe{
	 position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.solutionMap .only_sp{
	display: none;
}


@media screen and (max-width: 767px) {
.solutionMap{
	padding: 6% 0 0;
}
}


@media screen and (max-width: 600px) {
.solutionMap .only_sp{
	display: block;
	margin-bottom: 5px;
}

.solutionMap figure{
	padding-bottom: 15px;
	overflow-y: hidden;
	overflow-x: scroll;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.solutionMap figure img{
	width: 600px;
	max-width: 600px;
	height: auto;
}

.solutionMap .inner{
	padding: 0 0 0;
	height: 550px; /*610px*/
	overflow-y: hidden;
	overflow-x: scroll;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
  
}
.solutionMap iframe{
	width: 600px;
	height: 530px; /*590px*/
}
}



