@charset "utf-8";
/*
Theme Name: sokai-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body{margin:0 auto;width:100%;max-width:1920px;background:#f5fcff;line-height:1.8;font-size:18px;color:#181818;font-weight:400;
	font-family:"Noto Sans JP",serif;
}
@media (max-width:1520px){
	body{font-size:16px;}
}
@media (max-width:1080px){
	body{font-size:14px;}
}


address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*ohanaM*/
.ohanaM{position:relative;left:0;z-index:20;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.ohanaM .ohanaMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background:rgba(0,0,0,0.5);}
.ohanaM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:2px;background:#fff;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){
	width:20px !important;
	
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important;
  	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}
.mobile-btn .active span:nth-child(3){
	width:20px !important;
	
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;
    
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:780px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;	
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size:24px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{position:relative;display:block;padding:10px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#000;}

/*bkt*/
.bkt{position:fixed;right:40px;bottom:40px;width:45px;height:45px;display:flex;justify-content:center;align-items:center;z-index:999;border-radius:50%;background:#279dd6;cursor:pointer;transition:.3s;}
.bkt:hover{opacity:0.8;}
.bkt svg{width:15px;height:15px;fill:#ffffff;}
@media screen and (max-width:1080px){
	.bkt{right:20px;bottom:20px;}
}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}
.wrapperMain2{margin:0 auto;width:100%;max-width:1320px;}
.wrapperMain3{margin:0 auto;width:100%;max-width:1420px;}

@font-face {
  font-family:'iconfont';
  src: url('icon/iconfont.eot');
  src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('icon/iconfont.woff2') format('woff2'),
      url('icon/iconfont.woff') format('woff'),
      url('icon/iconfont.ttf') format('truetype'),
      url('icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size:34px;
  color:#fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.common_tit{text-align:center;color:#011e2c;line-height:1;}
.common_tit>h2{font-size:30px;color:#256eb8;font-weight:300;text-transform:uppercase;font-family:"Jost",sans-serif;}
.common_tit>hr{margin:20px auto;width:100px;height:12px;background:#c1e9f7;border:none;}
.common_tit>p{font-size:48px;color:#222;font-weight:900;line-height:1.2;}
.common_tit>p>span{color:#256eb8;}
@media (max-width:1520px){
	.common_tit>h2{font-size:26px;}
	.common_tit>hr{width:90px;height:10px;}
	.common_tit>p{font-size:38px;}
}
@media (max-width:1080px){
	.common_tit>h2{font-size:22px;}
	.common_tit>hr{width:80px;height:8px;}
	.common_tit>p{font-size:28px;}
}
@media (max-width:780px){
	.common_tit>h2{font-size:18px;}
	.common_tit>hr{margin:15px auto;width:60px;height:6px;}
	.common_tit>p{font-size:16px;}
}


/*more*/
.more{margin-top:100px;display:flex;justify-content:center;line-height:1;}
.more>a{position:relative;padding:30px;max-width:360px;width:100%;text-align:center;color:#000;letter-spacing:1px;border:1px solid #000;transition:.3s;}
.more>a:after{position:absolute;right:40px;top:calc(50% - 4px);content:"";display:block;width:8px;height:8px;border:solid #000;border-width:1px 1px 0 0;transform:rotate(45deg);transition:.3s;}
.more>a:hover{color:#fff;background:#256eb8;border:1px solid #256eb8;}
.more>a:hover:after{border:solid #fff;border-width:1px 1px 0 0;}
@media (max-width:1520px){
	.more{margin-top:80px;}
	.more>a{padding:25px;max-width:300px;}
	.more>a:after{right:30px;}
}
@media (max-width:1080px){
	.more{margin-top:60px;}
	.more>a{padding:20px;max-width:240px;}
	.more>a:after{right:20px;}
}
@media (max-width:780px){
	.more{margin-top:40px;}
	.more>a{padding:15px;max-width:200px;}
}



/*header*/
@-webkit-keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
@keyframes headermove{
	0%{top:-80px;}
	100%{top:0px;}
}
.header.header_fixed{position:fixed;z-index:999;box-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-animation:headermove .5s linear 1 0s;
	-moz-animation:headermove .5s linear 1 0s;
	-ms-animation:headermove .5s linear 1 0s;
	-o-animation:headermove .5s linear 1 0s;
	animation:headermove .5s linear 1 0s;
}
.header{position:relative;top:0;left:0;z-index:9;padding:20px;width:100%;background:#256eb8;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headercon{display:flex;align-items:center;justify-content:space-between;align-items:center;}
.header .logo{display:block;width:100%;max-width:160px;}
.header .logo:hover{opacity:0.7;}
.header .header_right{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 500px);}
.header .main-navigation{max-width:650px;width:100%;}
.header .main-navigation>ul{display:flex;justify-content:flex-end;width:100%;}
.header .main-navigation>ul>li{margin-right:86px;line-height:1;}
.header .main-navigation>ul>li>a{position:relative;display:inline-block;font-size:18px;line-height:1;color:#fff;font-weight:500;}
.header .main-navigation>ul>li>a:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .main-navigation>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
@media (max-width:1520px){
	.header{padding:15px 20px;}
	.header .logo{max-width:140px;}
	.header .header_right{width:calc(100% - 400px);}
	.header .main-navigation{max-width:550px;}
	.header .main-navigation>ul>li{margin-right:60px;}
	.header .main-navigation>ul>li>a{font-size:16px;}
}
@media (max-width:1080px){
	.header{padding:10px 20px;}
	.header .logo{max-width:120px;}
	.header .header_right{width:calc(100% - 300px);}
	.header .main-navigation{max-width:450px;}
	.header .main-navigation>ul>li{margin-right:40px;}
	.header .main-navigation>ul>li>a{font-size:14px;}
}
@media (max-width:780px){
	.header .logo{max-width:100px;}
	.header .header_right{display:flex;align-items:center;width:100px;}
	.header .main-navigation{display:none;}
}


/*banner*/
.banner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:40px 50px 80px;width:100%;overflow:hidden;background:#c1e9f7;}
.banner figure{width:35%;}
.banner .bannercon{width:calc(65% - 10px);color:#fff;}
.banner .bannercon h1{font-size:80px;color:#f5fcff;line-height:1.2;letter-spacing:2px;text-shadow:3px 3px 8px rgba(37,110,184,.41);}
.banner .bannercon h6{margin-top:40px;font-size:48px;color:#f5fcff;font-weight:400;text-shadow:2px 2px 6px rgba(37,110,184,.41);}
.banner .bannercon p{margin-top:30px;font-size:20px;color:#256eb8;font-weight:500;}
@media (max-width:1800px){
	.banner .bannercon h1{font-size:60px;}
}
@media (max-width:1520px){
	.banner{padding:30px 20px 40px;}
	.banner .bannercon h1{font-size:46px;letter-spacing:0px;}
	.banner .bannercon h6{margin-top:30px;font-size:34px;}
	.banner .bannercon p{margin-top:20px;font-size:18px;}
}
@media (max-width:1080px){
	.banner{padding:20px 20px 40px;}
	.banner .bannercon h1{font-size:28px;}
	.banner .bannercon h6{margin-top:20px;font-size:24px;}
	.banner .bannercon p{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.banner{display:block;}
	.banner figure{display:flex;justify-content:center;width:100%;}
	.banner .bannercon{margin-top:20px;width:100%;}
	.banner .bannercon h1{font-size:22px;}
	.banner .bannercon h6{margin-top:15px;font-size:20px;}
	.banner .bannercon p{margin-top:15px;font-size:14px;}
}
 

/*indexMain*/
.indexone{padding:100px 40px;}
.indexonecon{max-width:1400px;}
.indexonecon>figure{margin-top:50px;}
.indexonecon>p{margin-top:40px;}
@media (max-width:1520px){
	.indexone{padding:80px 20px;}
	.indexonecon>figure{margin-top:40px;}
	.indexonecon>p{margin-top:30px;}
}
@media (max-width:1080px){
	.indexone{padding:60px 20px;}
	.indexonecon>figure{margin-top:30px;}
	.indexonecon>p{margin-top:20px;}
}



.indextwo{padding:40px;}
.indextwocon{padding:0 50px;}
.indextwocon>h3{margin-top:20px;font-size:24px;text-align:center;color:#256eb8;}
.productjs{position:relative;margin:100px auto 0;max-width:1500px;width:100%;}
.productjs .swiper-slide{display:flex;justify-content:space-between;}
.productjs .swiper-slide>figure{width:50%;border-radius:10px;box-shadow:0px 0px 2px #8ad4ff;}
.productjs .swiper-slide>figure:after{padding-top:64%;}
.productjs .swiper-slide>hgroup{width:calc(50% - 40px);}
.productjs .swiper-slide>hgroup>h4{font-size:36px;color:#256eb8;font-weight:normal;line-height:1;font-family:"Hurricane",cursive;}
.productjs .swiper-slide>hgroup>h4>span{margin-left:20px;font-size:180px;}
.productjs .swiper-slide>hgroup>h5{margin-top:40px;font-size:30px;color:#222;}
.productjs .swiper-slide>hgroup>p{margin-top:20px;}
.productjs .swiper-button-prev, .productjs .swiper-container-rtl .swiper-button-next{top:calc(50% - 21px);left:-80px;width:42px;height:42px;background:url(img/prev.png)no-repeat;}
.productjs .swiper-button-next, .productjs .swiper-container-rtl .swiper-button-prev{top:calc(50% - 21px);right:-80px;width:42px;height:42px;background:url(img/next.png)no-repeat;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display:none;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display:none;}
@media (max-width:1520px){
	.indextwo{padding:20px;}
	.indextwocon{padding:0 40px;}
	.indextwocon>h3{font-size:20px;}
	.productjs{margin:80px auto 0;}
	.productjs .swiper-slide>hgroup{width:calc(50% - 30px);}
	.productjs .swiper-slide>hgroup>h4{font-size:32px;}
	.productjs .swiper-slide>hgroup>h4>span{margin-left:15px;font-size:140px;}
	.productjs .swiper-slide>hgroup>h5{margin-top:30px;font-size:26px;}
	.productjs .swiper-button-prev, .productjs .swiper-container-rtl .swiper-button-next{top:calc(50% - 18px);left:-40px;width:36px;height:36px;background-size:36px 36px;}
	.productjs .swiper-button-next, .productjs .swiper-container-rtl .swiper-button-prev{top:calc(50% - 18px);right:-40px;width:36px;height:36px;background-size:36px 36px;}
}
@media (max-width:1080px){
	.indextwocon{padding:0 30px;}
	.indextwocon>h3{font-size:18px;}
	.productjs{margin:60px auto 0;}
	.productjs .swiper-slide>hgroup{width:calc(50% - 20px);}
	.productjs .swiper-slide>hgroup>h4{font-size:28px;}
	.productjs .swiper-slide>hgroup>h4>span{margin-left:10px;font-size:100px;}
	.productjs .swiper-slide>hgroup>h5{margin-top:20px;font-size:22px;}
	.productjs .swiper-button-prev, .productjs .swiper-container-rtl .swiper-button-next{top:calc(50% - 15px);left:-35px;width:30px;height:30px;background-size:30px 30px;}
	.productjs .swiper-button-next, .productjs .swiper-container-rtl .swiper-button-prev{top:calc(50% - 15px);right:-35px;width:30px;height:30px;background-size:30px 30px;}
}
@media (max-width:780px){
	.indextwocon{padding:0 20px;}
	.indextwocon>h3{font-size:16px;}
	.productjs{margin:40px auto 0;}
	.productjs .swiper{overflow-x:hidden;}
	.productjs .swiper-slide{display:block;}
	.productjs .swiper-slide>figure{width:100%;}
	.productjs .swiper-slide>hgroup{margin-top:20px;width:100%;}
	.productjs .swiper-slide>hgroup>h4{font-size:22px;}
	.productjs .swiper-slide>hgroup>h4>span{font-size:60px;}
	.productjs .swiper-slide>hgroup>h5{margin-top:0;font-size:18px;}
	.productjs .swiper-slide>hgroup>p{margin-top:10px;}
	.productjs .swiper-button-prev, .productjs .swiper-container-rtl .swiper-button-next{top:calc(50% - 12px);left:-30px;width:24px;height:24px;background-size:24px 24px;}
	.productjs .swiper-button-next, .productjs .swiper-container-rtl .swiper-button-prev{top:calc(50% - 12px);right:-30px;width:24px;height:24px;background-size:24px 24px;}
}

.map{width:100%;height:580px;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
@media screen and (max-width:1520px){
	.map{height:480px;}
}
@media screen and (max-width:1080px){
	.map{height:380px;}
}
@media screen and (max-width:780px){
	.map{height:300px;}
}

.indexthree{padding:100px 40px 40px;}
.indexthreecon>dl{margin-top:80px;display:flex;justify-content:space-between;}
.indexthreecon>dl>dt{width:calc(40% - 80px);}
.indexthreecon>dl>dt>dl>dt{margin-top:40px;padding:20px;width:180px;color:#264469;font-weight:bold;border-bottom:3px solid #00a0e9;}
.indexthreecon>dl>dt>dl>dt:first-child{margin-top:0;}
.indexthreecon>dl>dt>dl>dd{padding:20px;color:#264469;border-bottom:1px solid #93d7ff;}
.indexthreecon>dl>dd{width:60%;}
.indexthreecon>dl>dd>figure{border-radius:10px;box-shadow:0px 0px 8px #8ad4ff;}
.indexthreecon>dl>dd>figure:after{padding-top:58%;}
@media (max-width:1520px){
	.indexthree{padding:80px 20px 20px;}
	.indexthreecon>dl{margin-top:60px;}
	.indexthreecon>dl>dt{width:calc(40% - 40px);}
	.indexthreecon>dl>dt>dl>dt{margin-top:30px;padding:15px;width:150px;}
	.indexthreecon>dl>dt>dl>dd{padding:15px;}
}
@media (max-width:1080px){
	.indexthree{padding:60px 20px 0;}
	.indexthreecon>dl{margin-top:40px;}
	.indexthreecon>dl>dt{width:calc(40% - 20px);}
	.indexthreecon>dl>dt>dl>dt{margin-top:20px;padding:10px;width:120px;}
	.indexthreecon>dl>dt>dl>dd{padding:10px;}
}
@media (max-width:780px){
	.indexthreecon>dl{display:block;}
	.indexthreecon>dl>dt{width:100%;}
	.indexthreecon>dl>dt>dl>dt{margin-top:10px;}
	.indexthreecon>dl>dd{margin-top:20px;width:100%;}
}


.indexfour{padding:100px 40px;}
.indexfourcon{padding:100px;box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.09);border-radius:20px;}
.contactfrom{margin:60px auto 0;}
.contactfrom>dl{display:flex;flex-flow:wrap;justify-content:space-between;color:#333;}
.contactfrom>dl>dt{margin-top:40px;width:330px;font-weight:bold;color:#132139;}
.contactfrom>dl>dt>span{margin-left:20px;color:#ec0000;}
.contactfrom>dl>dd{margin-top:40px;width:calc(100% - 330px);}
.contactfrom>dl>dd input{padding:20px;width:100%;background:#fff;box-shadow:1px 1px 2px rgba(212,212,212,.7);border-radius:5px;}
.contactfrom>dl>dd textarea{padding:20px;width:100%;height:200px;background:#fff;box-shadow:1px 1px 2px rgba(212,212,212,.7);border-radius:5px;}
.scrollbox{margin-top:60px;padding:40px;max-height:150px;overflow-y:scroll;background:#fff;border:1px solid #efefef;}
input[type="radio"], input[type="checkbox"]{margin:0 0 2px;}
.send{margin:60px auto 0;display:flex;justify-content:center;padding:25px;width:400px;text-align:center;font-weight:bold;cursor:pointer;letter-spacing:4px;color:#fff;background:#222;border-radius:10px;transition:.3s;}
.send:hover{background:#000;}
.p02{margin:60px 0 200px;text-align:center;}
@media (max-width:1520px){
	.indexfour{padding:80px 20px;}
	.indexfourcon{padding:80px 50px;}
	.contactfrom{margin:40px auto 0;}
	.contactfrom>dl>dt{margin-top:30px;width:250px;}
	.contactfrom>dl>dt>span{margin-left:15px;}
	.contactfrom>dl>dd{margin-top:30px;width:calc(100% - 250px);}
	.contactfrom>dl>dd input{padding:15px;}
	.contactfrom>dl>dd textarea{padding:15px;}
}
@media (max-width:1080px){
	.indexfour{padding:60px 20px;}
	.indexfourcon{padding:60px 20px;}
	.contactfrom{margin:20px auto 0;}
	.contactfrom>dl>dt{margin-top:20px;width:200px;}
	.contactfrom>dl>dt>span{margin-left:10px;}
	.contactfrom>dl>dd{margin-top:20px;width:calc(100% - 200px);}
	.contactfrom>dl>dd input{padding:10px;}
	.contactfrom>dl>dd textarea{padding:10px;}
}
@media (max-width:780px){
	.indexfourcon{padding:40px 20px;}
	.contactfrom{margin:30px auto 0;}
	.contactfrom>dl{display:block;}
	.contactfrom>dl>dt{margin-top:20px;width:100%;}
	.contactfrom>dl>dd{margin-top:5px;width:100%;}
	.send{width:100%;max-width:300px;padding:15px;}
}

/*footer*/
.footer{position:relative;padding:70px 20px 0;background:#256eb8;}
.footercon{display:flex;align-items:center;justify-content:space-between;}
.footerlogo{margin:0 auto;max-width:160px;}
.footercon>ul{display:flex;align-items:center;justify-content:flex-end;width:100%;}
.footercon>ul>li{padding-left:90px;line-height:1;}
.footercon>ul>li>a{position:relative;display:block;width:100%;color:#fff;font-weight:500;}
.footercon>ul>li>a:after{position:absolute;bottom:-2px;left:0;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:0.3s;
	transition:0.3s;}
.footercon>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.footer>p{margin:80px auto 0;max-width:1520px;font-size:14px;color:#fff;text-align:right;}
@media (max-width:1520px){
	.footer{padding:60px 20px 0;}
	.footerlogo{max-width:140px;}
	.footercon>ul>li{padding-left:70px;}
	.footer>p{margin-top:60px;}
}
@media (max-width:1080px){
	.footer{padding:40px 20px 0;}
	.footerlogo{max-width:120px;}
	.footercon>ul>li{padding-left:50px;}
	.footer>p{margin-top:40px;}
}
@media (max-width:780px){
	.footercon{display:block;}
	.footerlogo{max-width:100px;}
	.footercon>ul{margin-top:30px;flex-flow:wrap;justify-content:center;}
	.footercon>ul>li{padding:0 10px;margin:5px 0;}
	.footer>p{margin-top:30px;font-size:12px;text-align:center;}
}



/* pageban */
.pageban{position:relative;overflow:hidden;}
.pageban:after{position:absolute;top:0;left:0;content:"";z-index:2;width:100%;height:100%;}
.pageban *{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.pageban figure:after{padding-top:600px;}
.pageban .pagebancon{position:absolute;top:50%;left:50%;z-index:5;padding:30px 20px;width:100%;max-width:780px;color:#fff;line-height:1;text-align:center;/*background:rgba(255,255,255,.1);box-shadow:0 0 10px rgba(0,0,0,.13);*/
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageban .pagebancon h1{font-size:54px;text-transform:uppercase;letter-spacing:2px;text-shadow: 3px 3px 8px rgba(37, 110, 184, .41);/*font-weight:300;font-family:"Noto Serif JP", serif;*/}
.pageban .pagebancon p{margin-top:15px;font-size:16px;letter-spacing:2px;text-shadow: 3px 3px 8px rgba(37, 110, 184, .41);}
@media (max-width:1520px){
	.pageban figure:after{padding-top:500px;}
	.pageban .pagebancon{max-width:640px;}
	.pageban .pagebancon h1{font-size:46px;letter-spacing:1px;}
	.pageban .pagebancon p{margin-top:10px;font-size:14px;letter-spacing:1px;}
}
@media (max-width:1080px){
	.pageban figure:after{padding-top:420px;}
	.pageban .pagebancon{max-width:500px;}
	.pageban .pagebancon h1{font-size:38px;letter-spacing:0px;}
	.pageban .pagebancon p{letter-spacing:0px;}
}
@media (max-width:780px){
	.pageban figure:after{padding-top:300px;}
	.pageban .pagebancon{padding:20px 10px;max-width:350px;}
	.pageban .pagebancon h1{font-size:26px;letter-spacing:0px;}
}


/*page service*/
.page_serviceone{padding: 100px 40px;}
.page_serviceone .pageserviceonecon{max-width:1200px;}
.pageserviceonecon>h2{text-align:center;font-size:48px;font-weight:normal;color:#256eb8;}
.pageserviceonecon>h3{text-align:center;font-size:48px;color:#256eb8;margin-bottom:60px;}
.pageserviceonecon>div{margin-bottom:100px;}
.pageserviceonecon>div>p{ line-height:1.8;}
.pageserviceonecon>div>p>span{color:#256eb8;}
.pageserviceonecon>figure{width:100%;max-width:1020px;margin:0 auto;}
@media (max-width:1520px){
	.page_serviceone{padding: 80px 20px;}
	.page_serviceone .pageserviceonecon{max-width:1000px;}
	.pageserviceonecon>h2{font-size:38px;}
	.pageserviceonecon>h3{font-size:38px;margin-bottom:36px;}
	.pageserviceonecon>div{margin-bottom:60px;}
	.pageserviceonecon>figure{max-width:800px;}
}
@media (max-width:1080px){
	.page_serviceone{padding: 60px 20px;}
	.pageserviceonecon>h2{font-size:28px;}
	.pageserviceonecon>h3{font-size:28px;margin-bottom:25px;}
	.pageserviceonecon>div{margin-bottom:30px;}
	.pageserviceonecon>figure{max-width:500px;}
}
@media (max-width:780px){
	.pageserviceonecon>h2{font-size:20px;}
	.pageserviceonecon>h3{font-size:20px;}
	.pageserviceonecon>figure{max-width:320px;}
}
/**/
.page_servicetwo{padding: 100px 0px;background:#FFF;}
.pageservicetwocon{margin:60px auto;}
.pageservicetwocon>dl{display:flex;justify-content:space-between; flex-wrap:wrap;width:100%;}
.pageservicetwocon:nth-of-type(even)>dl{flex-direction:row-reverse;}
.pageservicetwocon>dl>dt{width:50%;background:#f5fcff;position:relative;}
.pageservicetwocon>dl>dt:after{content:"";width:200px;height:100%;background:#f5fcff;position:absolute;top:0;right:-50px;transform:skewx(-10deg);}
.pageservicetwocon:nth-of-type(even)>dl>dt:after{transform:skewx(10deg);left:-50px;right:auto;}
.pageservicetwocon>dl>dt>div{padding:50px;position:relative;z-index:10;}
.pageservicetwocon>dl>dt>div>figure{width:100%;max-width:640px;margin:0 auto;}
.pageservicetwocon>dl>dt>div>figure>img{}
.pageservicetwocon>dl>dd{width:50%;background:#e7ecee;padding:50px;display:flex;align-items:center;}
.pageservicetwocon>dl>dd>div{width:100%;max-width:500px;margin:0 auto;position:relative;z-index:10;}
.pageservicetwocon>dl>dd>div>h3{font-size:30px;color:#256eb8;margin-bottom:60px;}
.pageservicetwocon>dl>dd>div>p{line-height:1.8;}
@media (max-width:1520px){
	.page_servicethree{padding: 80px 0px;}
	.pageservicetwocon>dl>dd>div>h3{font-size:26px;margin-bottom:50px;}
	.pageservicetwocon>dl>dt:after{width:160px;right:-38px;transform:skewx(-5deg);}
	.pageservicetwocon:nth-of-type(even)>dl>dt:after{left:-38px;transform:skewx(5deg);}
}
@media (max-width:1080px){
	.page_servicethree{padding: 60px 0px;}
	.pageservicetwocon>dl>dt>div{padding:30px 20px;}
	.pageservicetwocon>dl>dd{padding:30px 20px;}
	.pageservicetwocon>dl>dd>div>h3{font-size:22px;margin-bottom:30px;}
	
}
@media (max-width:780px){
	.page_servicetwo{padding:20px 0;}
	.pageservicetwocon{margin:50px 0;}
	.pageservicetwocon>dl>dt:after{display:none;}
	.pageservicetwocon>dl>dd>div>h3{margin-bottom:20px;}
}
@media (max-width:680px){
	.pageservicetwocon{margin:0 auto;}
	.pageservicetwocon>dl>dt{width:100%;}
	.pageservicetwocon>dl>dd{width:100%;}
}

.page_servicethree{padding: 100px 40px;}
.pageservicethreecon>h2{text-align:center;font-size:48px;color:#256eb8;margin-bottom:60px;}
.pageservicethreecon>.content{text-align:center;}
.pageservicethreecon>.content{ line-height:1.8;margin-bottom:50px;}
.pageservicethreecon>.more a{background:#256eb8;color:#FFF;border:1px solid 256eb8;}
.pageservicethreecon>.more a:hover{background:#FFF;color:#256eb8;}
.pageservicethreecon>.more a:after{display:none;}
@media (max-width:1520px){
	.page_servicethree{padding: 80px 20px;}
	.pageservicethreecon>h2{font-size:38px;margin-bottom:50px;}
	.pageservicethreecon>.content{margin-bottom:30px;}
}
@media (max-width:1080px){
	.page_servicethree{padding: 60px 20px;}
	.pageservicethreecon>h2{font-size:28px;margin-bottom:30px;}
	.pageservicethreecon>.content{margin-bottom:20px;}

}
@media (max-width:780px){
	.pageservicethreecon>h2{font-size:20px;}
}



