@charset "utf-8";
/*
Theme Name: munesyou-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
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:#fff;line-height:1.8;font-size:18px;color:#333;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","Hiragino Mincho Pro","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1380px){
	body{font-size:16px;}
}
@media (max-width:1180px){
	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;display:flex;flex-direction:column;justify-content:center;align-items:center;
	width:100%;height:100%;background:#fff;
}
#loading .loadingLine{position:absolute;top:0;left:0;display:block;content:"";width:0;height:5px;background:#2361ac;}
#loading .loadingDebris{position:relative;width:156px;height:447px;}
#loading .loadingDebris>img{position:absolute;opacity:0;
	-webkit-transform:scale(3.5);
	transform:scale(3.5);
}
#loading .loadingDebris>img:nth-of-type(1){z-index:1;top:0;left:0;}
#loading .loadingDebris>img:nth-of-type(2){z-index:2;top:45px;left:0;}
#loading .loadingDebris>img:nth-of-type(3){z-index:3;top:45px;right:0;}
#loading .loadingDebris>img:nth-of-type(4){z-index:3;bottom:0;left:50%;opacity:0;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
#loading .loadingLine.load-line{width:100%;
	-webkit-transition:1.5s;
	transition:1.5s;
}
#loading .loadingDebris>img.load-debris{opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:2s;
	transition:2s;
}
#loading .loadingDebris>img.load-show{opacity:1;
	-webkit-transition:2.5s;
	transition:2.5s;
}

/*munesyouM*/
.munesyouM{position:relative;left:0;z-index:50;font-family:"Noto Sans JP",sans-serif;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.munesyouM .munesyouMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.munesyouM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn>div{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{display:block;height:3px;background:#464646;
	-webkit-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn>div>span:nth-of-type(1){width:20px;}
.mobile-btn>div>span:nth-of-type(2){margin-top:6px;width:25px;}
.mobile-btn>div>span:nth-of-type(3){margin-top:6px;width:30px;}
.mobile-btn>div:hover>span,.mobile-btn>div.active>span{width:30px;}
.mobile-btn>div.active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn>div.active>span:nth-of-type(1){width:20px;
  	-webkit-transform:translateY(9px) rotate3d(0,0,1,-40deg);
    transform:translateY(9px) rotate3d(0,0,1,-40deg);
    -webkit-transform-origin:0.71429px center;
  	transform-origin:0.71429px center;
}
.mobile-btn>div.active>span:nth-of-type(3){width:20px;
	-webkit-transform:translateY(-9px) rotate3d(0,0,1,40deg);
    transform:translateY(-9px) rotate3d(0,0,1,40deg);   
    -webkit-transform-origin:0.71429px center;
    transform-origin:0.71429px center;
}
@media (max-width:980px){
	.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;
	font-family:"Noto Sans JP",sans-serif;text-transform:uppercase;
	-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:20px;color:#fff;}
.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{display:block;padding:10px;font-size:16px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#2361ac;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#90a8c8;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#fff;}
.bkt:hover{opacity:0.6;}
@media (max-width:420px){
	.bkt{bottom:60px;}
}

/*botNav*/
.botNav{position:fixed;bottom:0;left:0;z-index:999;display:none;justify-content:space-between;padding:0 5px 5px;width:100%;}
.botNav>li{width:calc(50% - 2px);}
.botNav>li>a{display:flex;justify-content:center;align-items:center;padding:15px 10px;line-height:1;background:#fff;font-size:12px;color:#2361ac;font-weight:bold;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.botNav>li>a>i{display:block;margin-top:-1px;margin-right:5px;}
@media (max-width:420px){
	.botNav{display:flex;}
}

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

/*googlemap*/
.googlemap{position:relative;width:100%;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;letter-spacing:10px;text-transform:uppercase;}
.common_tit>h2{font-family:"Reem Kufi Fun",sans-serif;font-size:120px;}
.common_tit>h3{margin-top:30px;font-size:30px;}
@media (max-width:1580px){
	.common_tit{letter-spacing:8px;}
	.common_tit>h2{font-size:105px;}
	.common_tit>h3{margin-top:25px;font-size:26px;}
}
@media (max-width:1280px){
	.common_tit{letter-spacing:6px;}
	.common_tit>h2{font-size:90px;}
	.common_tit>h3{margin-top:20px;font-size:22px;}
}
@media (max-width:980px){
	.common_tit{letter-spacing:4px;}
	.common_tit>h2{font-size:75px;}
	.common_tit>h3{margin-top:15px;font-size:18px;}
}
@media (max-width:680px){
	.common_tit{letter-spacing:2px;}
	.common_tit>h2{font-size:60px;}
	.common_tit>h3{margin-top:10px;font-size:14px;}
}

/*common_tit2*/
.common_tit2{display:flex;justify-content:center;align-items:center;line-height:1;}
.common_tit2>h3{padding:18px 40px 20px;background:#31add5;font-size:32px;color:#fff;letter-spacing:5px;text-transform:uppercase;}
@media (max-width:1380px){
	.common_tit2>h3{padding:16px 35px 18px;font-size:28px;letter-spacing:4px;}
}
@media (max-width:1180px){
	.common_tit2>h3{padding:14px 30px 16px;font-size:24px;letter-spacing:3px;}
}

/*common_tit3*/
.common_tit3{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit3>h3{text-align:center;font-size:26px;color:#2361ac;}
@media (max-width:1380px){
	.common_tit3>h3{font-size:24px;}
}
@media (max-width:1180px){
	.common_tit3>h3{font-size:22px;}
}
@media (max-width:980px){
	.common_tit3>h3{font-size:20px;}
}
@media (max-width:780px){
	.common_tit3>h3{line-height:1.6;font-size:18px;}
}

/*common_tit4*/
.common_tit4{display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;line-height:1;}
.common_tit4>h3{font-size:24px;}
.common_tit4>hr{margin:15px auto 0;width:100%;height:2px;background:#2361ac;border:none;}
@media (max-width:1380px){
	.common_tit4>h3{font-size:22px;}
	.common_tit4>hr{margin:13px auto 0;}
}
@media (max-width:1180px){
	.common_tit4>h3{font-size:20px;}
	.common_tit4>hr{margin:11px auto 0;}
}
@media (max-width:980px){
	.common_tit4>h3{font-size:18px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:50px;line-height:1;font-weight:bold;}
.more>a{display:flex;flex-direction:column;justify-content:center;text-transform:uppercase;}
.more>a>p{padding:0 30px;color:#2361ac;}
.more>a>i{position:relative;margin-top:10px;width:320px;height:2px;background:#2361ac;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.more>a>i:after{position:absolute;right:0;display:block;content:"";width:30px;height:2px;background:#2361ac;
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg);
	-webkit-transform-origin:right top;
	transform-origin:right top;
}
.more>a:hover>i{opacity:0;
	-webkit-transform:translateX(80px);
	transform:translateX(80px);
}
@media (max-width:1380px){
	.more{margin-top:45px;}
	.more>a>p{padding:0 25px;}
	.more>a>i{margin-top:8px;width:280px;}
	.more>a>i:after{width:25px;}
}
@media (max-width:1180px){
	.more{margin-top:40px;}
	.more>a>p{padding:0 20px;}
	.more>a>i{width:240px;}
	.more>a>i:after{width:20px;}
}
@media (max-width:980px){
	.more{margin-top:35px;}
	.more>a>i{width:200px;}
	.more>a>i:after{width:15px;}
}
@media (max-width:780px){
	.more{margin-top:30px;}
}

/*more2*/
.more2{display:flex;justify-content:center;margin-top:60px;line-height:1;}
.more2>a{position:relative;display:block;padding:25px 70px;background:#464646;border-radius:35px;color:#fff;letter-spacing:4px;}
.more2>a:before{position:absolute;top:50%;left:25px;display:block;content:"";width:10px;height:10px;background:#fff;border-radius:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.more2>a:hover{background:#31add5;}
@media (max-width:1580px){
	.more2{margin-top:50px;}
	.more2>a{padding:20px 60px;letter-spacing:3px;}
	.more2>a:before{left:20px;width:8px;height:8px;}
}
@media (max-width:1280px){
	.more2{margin-top:40px;}
	.more2>a{padding:20px 50px;letter-spacing:2px;}
	.more2>a:before{width:6px;height:6px;}
}

/*header*/
.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:flex-start;width:100%;
	line-height:1;text-transform:uppercase;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:flex;justify-content:center;padding:20px 0;width:200px;}
.header .logo>a{display:block;width:100%;max-width:138px;}
.header .logo>a:hover{opacity:0.7;}
.header .headerNav{display:flex;justify-content:space-between;align-items:center;margin-left:60px;width:calc(100% - 260px);}
.header .headerNav>dt{width:100%;max-width:388px;}
.header .headerNav>dd{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>dd>ul{display:flex;}
.header .headerNav>dd>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>dd>ul>li>a{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;}
.header .headerNav>dd>ul>li>a>em{display:block;margin-top:12px;font-family:"Reem Kufi Fun",sans-serif;font-size:14px;}
.header .headerNav>dd>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>dd>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>dd>a{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:60px;padding:25px 50px;
	background:#464646;color:#fff;
}
.header .headerNav>dd>a>span{display:block;margin-top:15px;}
.header .headerNav>dd>a>em{display:block;margin-top:12px;font-family:"Reem Kufi Fun",sans-serif;font-size:14px;}
.header .headerNav>dd>a:hover{background:#000;}
@media (max-width:1580px){
	.header .logo{padding:15px 0;width:150px;}
	.header .logo>a{max-width:108px;}
	.header .headerNav{margin-left:40px;width:calc(100% - 190px);}
	.header .headerNav>dt{max-width:328px;}
	.header .headerNav>dd{margin-left:40px;}
	.header .headerNav>dd>ul>li:not(:first-child){margin-left:40px;}
	.header .headerNav>dd>ul>li>a>em{margin-top:10px;font-size:13px;}
	.header .headerNav>dd>a{margin-left:40px;padding:20px 40px;}
	.header .headerNav>dd>a>span{margin-top:13px;}
	.header .headerNav>dd>a>em{margin-top:10px;font-size:13px;}
}
@media (max-width:1280px){
	.header .logo{padding:10px 0;width:100px;}
	.header .logo>a{max-width:78px;}
	.header .headerNav{margin-left:20px;width:calc(100% - 120px);}
	.header .headerNav>dt{max-width:268px;}
	.header .headerNav>dd{margin-left:20px;}
	.header .headerNav>dd>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>dd>ul>li>a>em{font-size:12px;}
	.header .headerNav>dd>a{margin-left:20px;padding:15px 30px;}
	.header .headerNav>dd>a>em{font-size:12px;}	
}
@media (max-width:980px){
	.header{padding:15px 20px;background:rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{padding:0;width:auto;}
	.header .logo>a{max-width:48px;}
	.header .headerNav{justify-content:flex-end;}
	.header .headerNav>dt{display:none;}
	.header .headerNav>dd>ul{display:none;}
	.header .headerNav>dd>a{margin-left:0;padding:10px;font-size:20px;}
	.header .headerNav>dd>a>span{display:none;}
	.header .headerNav>dd>a>em{display:none;}
}

.header.header_fixed{align-items:center;background:rgba(0,0,0,0.2);box-shadow:0 0 5px rgba(0,0,0,0.5);}
.header.header_fixed .logo{margin-left:40px;padding:0;width:auto;}
.header.header_fixed .logo>a{max-width:108px;}
@media (max-width:1580px){
	.header.header_fixed .logo{margin-left:30px;}
	.header.header_fixed .logo>a{max-width:78px;}
}
@media (max-width:1280px){
	.header.header_fixed .logo{margin-left:20px;}
	.header.header_fixed .logo>a{max-width:48px;}
}
@media (max-width:980px){
	.header.header_fixed .logo{margin-left:0;}
}

/*banner*/
.banner{position:relative;height:900px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;z-index:5;display:flex;width:100%;height:100%;}
.banner .bannerBg>dd{width:200px;}
.banner .bannerBg>dt{width:calc(100% - 200px);}
.banner .bannerBg>dt:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMat{position:absolute;top:50%;left:50%;z-index:10;padding:0 40px;line-height:1;max-width:1800px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>h1{display:inline-block;padding:21px 37px;background:#31add5;border-radius:10px;
	font-size:60px;color:#fff;letter-spacing:7px;font-weight:400;
}
.banner .bannerMat>h2{margin-top:35px;font-family:"Reem Kufi Fun",sans-serif;font-size:30px;color:#31add5;font-weight:500;text-transform:uppercase;letter-spacing:4px;}
@media (max-width:1580px){
	.banner{height:800px;}
	.banner .bannerBg>dd{width:150px;}
	.banner .bannerBg>dt{width:calc(100% - 150px);}
	.banner .bannerMat{padding:0 30px;}
	.banner .bannerMat>h1{padding:17px 32px;border-radius:5px;font-size:52px;letter-spacing:5px;}
	.banner .bannerMat>h2{margin-top:30px;font-size:28px;letter-spacing:3px;}
}
@media (max-width:1280px){
	.banner{height:700px;}
	.banner .bannerBg>dd{width:100px;}
	.banner .bannerBg>dt{width:calc(100% - 100px);}
	.banner .bannerMat{padding:0 20px;}
	.banner .bannerMat>h1{padding:14px 28px;font-size:44px;letter-spacing:3px;}
	.banner .bannerMat>h2{margin-top:25px;font-size:24px;letter-spacing:2px;}
}
@media (max-width:980px){
	.banner{height:600px;}
	.banner .bannerBg>dd{display:none;}
	.banner .bannerBg>dt{width:100%;}
	.banner .bannerMat{text-align:center;}
	.banner .bannerMat>h1{padding:20px;font-size:36px;letter-spacing:1px;}
	.banner .bannerMat>h2{font-size:20px;letter-spacing:1px;}
}
@media (max-width:780px){
	.banner{height:500px;}
	.banner .bannerMat>h1{line-height:1.4;font-size:26px;}
	.banner .bannerMat>h2{line-height:1.4;font-size:16px;
		text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
	}
}

/*indexMain*/
/*resource*/
.resource{position:relative;padding:70px 40px;}
.resource .resourceBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.resource .resourceBg:after{padding-top:0;width:100%;height:100%;}
.resource .resourceMat{position:relative;z-index:5;padding:0 40px;max-width:1600px;}
.resource .swiper-slide>a{display:flex;justify-content:center;align-items:center;padding:30px;line-height:1;background:#2361ac;border:2px solid #fff;
	font-size:20px;color:#fff;
}
.resource .swiper-slide>a:hover{box-shadow:0 0 5px rgba(0,0,0,0.5);}
.resource .swiper-button-prev{left:-40px;}
.resource .swiper-button-next{right:-40px;}
.resource .swiper-button{position:absolute;top:50%;z-index:5;width:100%;max-width:17px;cursor:pointer;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.resource .swiper-button.button-prev{left:0;}
.resource .swiper-button.button-next{right:0;}
@media (max-width:1380px){
	.resource{padding:60px 30px;}
	.resource .resourceMat{padding:0 30px;}
	.resource .swiper-slide>a{padding:25px;font-size:18px;}
	.resource .swiper-button{max-width:15px;}
}
@media (max-width:1180px){
	.resource{padding:50px 20px;}
	.resource .resourceMat{padding:0 20px;}
	.resource .swiper-slide>a{padding:20px;font-size:16px;}
	.resource .swiper-button{max-width:13px;}
}
@media (max-width:980px){
	.resource{padding:40px 20px;}
	.resource .swiper-button{max-width:11px;}
}

/*advise*/
.advise{display:flex;}
.advise .adviseTit{text-transform:uppercase;}
.advise .adviseTit>h3{line-height:0.5;font-family:"Teko",sans-serif;font-size:130px;color:#2361ac;font-weight:normal;}
.advise .adviseTit>hgroup{display:flex;justify-content:space-between;align-items:center;margin-top:30px;}
.advise .adviseTit>hgroup>h6{padding:15px 20px;line-height:1;background:#2361ac;font-size:32px;color:#fff;letter-spacing:5px;}
.advise .adviseTit>hgroup>.more{margin-top:0;margin-left:20px;}
.advise .adviseLeft{padding:80px 60px 60px;width:50%;background:#dce3ea;}
.advise .adviseLeftMat{margin:0 auto;width:100%;max-width:710px;}
.advise .adviseLeftMat>ul{margin-top:50px;}
.advise .adviseLeftMat>ul>li{padding:15px 40px;background:#fff;}
.advise .adviseLeftMat>ul>li:not(:first-child){margin-top:10px;}
.advise .adviseLeftMat>ul>li>a{display:flex;align-items:center;}
.advise .adviseLeftMat>ul>li>a>span{width:116px;font-size:14px;color:#2361ac;}
.advise .adviseLeftMat>ul>li>a>p{padding-left:20px;width:calc(100% - 116px);color:#333;}
.advise .adviseLeftMat>ul>li>a:hover>p{color:#2361ac;}
.advise .adviseRight{padding:80px 60px 60px;width:50%;background:#e9eff5;}
.advise .adviseRightMat{margin:0 auto;width:100%;max-width:710px;}
.advise .adviseRightMat>ul{margin-top:50px;}
.advise .adviseRightMat>ul>li{padding:15px 40px;background:#fff;}
.advise .adviseRightMat>ul>li:not(:first-child){margin-top:10px;}
.advise .adviseRightMat>ul>li>a{display:flex;align-items:center;}
.advise .adviseRightMat>ul>li>a>hgroup{display:flex;align-items:center;width:236px;font-size:14px;}
.advise .adviseRightMat>ul>li>a>hgroup>span{color:#2361ac;}
.advise .adviseRightMat>ul>li>a>hgroup>em{display:block;margin-left:10px;padding:10px;line-height:1;background:#2361ac;color:#fff;}
.advise .adviseRightMat>ul>li>a>p{padding-left:20px;width:calc(100% - 236px);color:#333;}
.advise .adviseRightMat>ul>li>a:hover>p{color:#2361ac;}
@media (max-width:1460px){
	.advise .adviseTit>h3{font-size:110px;}
	.advise .adviseTit>hgroup{margin-top:25px;}
	.advise .adviseTit>hgroup>h6{font-size:28px;letter-spacing:4px;}
	.advise .adviseTit>hgroup>.more>a>p{padding:0 25px;font-size:16px;}
	.advise .adviseTit>hgroup>.more>a>i{margin-top:8px;width:280px;}
	.advise .adviseTit>hgroup>.more>a>i:after{width:25px;}
	.advise .adviseLeft{padding:65px 50px 50px;}
	.advise .adviseLeftMat>ul{margin-top:40px;}
	.advise .adviseLeftMat>ul>li{padding:13px 30px;}
	.advise .adviseLeftMat>ul>li:not(:first-child){margin-top:8px;}
	.advise .adviseLeftMat>ul>li>a>p{padding-left:15px;font-size:16px;}
	.advise .adviseRight{padding:65px 50px 50px;}
	.advise .adviseRightMat>ul{margin-top:40px;}
	.advise .adviseRightMat>ul>li{padding:13px 30px;}
	.advise .adviseRightMat>ul>li:not(:first-child){margin-top:8px;}
	.advise .adviseRightMat>ul>li>a>hgroup{width:230px;}
	.advise .adviseRightMat>ul>li>a>hgroup>em{margin-left:8px;padding:8px;}
	.advise .adviseRightMat>ul>li>a>p{padding-left:15px;width:calc(100% - 230px);font-size:16px;}
}
@media (max-width:1280px){
	.advise .adviseTit>h3{font-size:90px;}
	.advise .adviseTit>hgroup{margin-top:20px;}
	.advise .adviseTit>hgroup>h6{font-size:24px;letter-spacing:3px;}
	.advise .adviseTit>hgroup>.more>a>p{padding:0 20px;font-size:14px;}
	.advise .adviseTit>hgroup>.more>a>i{width:240px;}
	.advise .adviseTit>hgroup>.more>a>i:after{width:20px;}
	.advise .adviseLeft{padding:50px 40px 40px;}
	.advise .adviseLeftMat>ul{margin-top:30px;}
	.advise .adviseLeftMat>ul>li{padding:13px 20px;}
	.advise .adviseLeftMat>ul>li:not(:first-child){margin-top:6px;}
	.advise .adviseLeftMat>ul>li>a>p{padding-left:10px;font-size:14px;}
	.advise .adviseRight{padding:50px 40px 40px;}
	.advise .adviseRightMat>ul{margin-top:30px;}
	.advise .adviseRightMat>ul>li{padding:13px 20px;}
	.advise .adviseRightMat>ul>li:not(:first-child){margin-top:6px;}
	.advise .adviseRightMat>ul>li>a>p{padding-left:10px;font-size:14px;}
}
@media (max-width:1090px){
	.advise{display:block;}
	.advise .adviseTit>h3{font-size:70px;}
	.advise .adviseTit>hgroup>h6{font-size:20px;letter-spacing:2px;}
	.advise .adviseTit>hgroup>.more>a>i{width:200px;}
	.advise .adviseTit>hgroup>.more>a>i:after{width:15px;}
	.advise .adviseLeft{padding:45px 30px 30px;width:100%;}
	.advise .adviseLeftMat{max-width:100%;}
	.advise .adviseRight{padding:45px 30px 30px;width:100%;}
	.advise .adviseRightMat{max-width:100%;}
}
@media (max-width:530px){
	.advise .adviseTit>h3{text-align:center;}
	.advise .adviseTit>hgroup{flex-direction:column;}
	.advise .adviseTit>hgroup>.more{margin-top:20px;margin-left:0;}
	.advise .adviseLeftMat>ul>li>a{display:block;}
	.advise .adviseLeftMat>ul>li>a>p{margin-top:5px;padding-left:0;width:100%;}
	.advise .adviseRightMat>ul>li>a{display:block;}
	.advise .adviseRightMat>ul>li>a>p{margin-top:5px;padding-left:0;width:100%;}
}

/*aboutUs*/
.aboutUs{margin-top:80px;padding-top:80px;background:#54beb5;border-top:10px solid #31add5;}
.aboutUs .aboutUsMat{display:flex;justify-content:space-between;align-items:flex-end;}
.aboutUs .aboutUsMat>dd{display:flex;justify-content:flex-end;padding:0 0 60px 60px;width:calc(50% - 20px);}
.aboutUs .aboutUsMat>dd>article{width:100%;max-width:680px;}
.aboutUs .aboutUsMat>dd>article>.common_tit{align-items:flex-start;}
.aboutUs .aboutUsMat>dd>article>.common_tit>h2{font-size:100px;color:#fff;}
.aboutUs .aboutUsMat>dd>article>figcaption{margin-top:40px;color:#fff;}
.aboutUs .aboutUsMat>dd>article>figcaption>*:not(:first-child){margin-top:20px;}
.aboutUs .aboutUsMat>dd>article>.more2{justify-content:flex-end;}
.aboutUs .aboutUsMat>dd>article>.more2>a{background:#fff;color:#54beb5;}
.aboutUs .aboutUsMat>dd>article>.more2>a:before{background:#54beb5;}
.aboutUs .aboutUsMat>dt{padding:60px 0 60px 60px;width:calc(50% - 20px);background:#fff;border-radius:60px 0 0 0;}
.aboutUs .aboutUsMat>dt>ul{display:flex;flex-wrap:wrap;}
.aboutUs .aboutUsMat>dt>ul>li{width:33.333333%;}
.aboutUs .aboutUsMat>dt>ul>li>figure:after{padding-top:65%;}
.aboutUs .aboutUsMat>dt>hgroup{margin-top:40px;line-height:1;}
.aboutUs .aboutUsMat>dt>hgroup>h2{font-size:40px;color:#54beb5;}
.aboutUs .aboutUsMat>dt>hgroup>h3{margin-top:25px;font-family:"Reem Kufi Fun",sans-serif;font-size:20px;color:#c7c7c7;text-transform:uppercase;}
@media (max-width:1380px){
	.aboutUs{margin-top:70px;padding-top:70px;border-top-width:8px;}
	.aboutUs .aboutUsMat>dd{padding:0 0 50px 50px;width:calc(50% - 15px);}
	.aboutUs .aboutUsMat>dd>article>.common_tit>h2{font-size:80px;}
	.aboutUs .aboutUsMat>dd>article>figcaption{margin-top:35px;}
	.aboutUs .aboutUsMat>dd>article>figcaption>*:not(:first-child){margin-top:15px;}
	.aboutUs .aboutUsMat>dt{padding:50px 0 50px 50px;width:calc(50% - 15px);border-radius:50px 0 0 0;}
	.aboutUs .aboutUsMat>dt>hgroup{margin-top:35px;}
	.aboutUs .aboutUsMat>dt>hgroup>h2{font-size:34px;}
	.aboutUs .aboutUsMat>dt>hgroup>h3{margin-top:20px;font-size:18px;}
}
@media (max-width:1180px){
	.aboutUs{margin-top:60px;padding-top:60px;border-top-width:6px;}
	.aboutUs .aboutUsMat>dd{padding:0 0 40px 40px;width:calc(50% - 10px);}
	.aboutUs .aboutUsMat>dd>article>.common_tit>h2{font-size:60px;}
	.aboutUs .aboutUsMat>dd>article>figcaption{margin-top:30px;}
	.aboutUs .aboutUsMat>dd>article>figcaption>*:not(:first-child){margin-top:10px;}
	.aboutUs .aboutUsMat>dt{padding:40px 0 40px 40px;width:calc(50% - 10px);border-radius:40px 0 0 0;}
	.aboutUs .aboutUsMat>dt>hgroup{margin-top:30px;}
	.aboutUs .aboutUsMat>dt>hgroup>h2{font-size:28px;}
	.aboutUs .aboutUsMat>dt>hgroup>h3{margin-top:15px;font-size:16px;}
}
@media (max-width:980px){
	.aboutUs{margin-top:50px;padding-top:50px;border-top-width:4px;}
	.aboutUs .aboutUsMat{display:block;}
	.aboutUs .aboutUsMat>dd{padding:0 20px;width:100%;}
	.aboutUs .aboutUsMat>dd>article{max-width:100%;}
	.aboutUs .aboutUsMat>dd>article>.common_tit{align-items:center;}
	.aboutUs .aboutUsMat>dd>article>.common_tit>h2{font-size:40px;}
	.aboutUs .aboutUsMat>dd>article>figcaption{text-align:center;}
	.aboutUs .aboutUsMat>dd>article>.more2{justify-content:center;}
	.aboutUs .aboutUsMat>dt{margin-top:30px;padding:40px 30px;width:100%;border-radius:30px 30px 0 0;}
	.aboutUs .aboutUsMat>dt>hgroup>h2{font-size:22px;}
	.aboutUs .aboutUsMat>dt>hgroup>h3{line-height:1.4;font-size:14px;}
}

/*service*/
.service{position:relative;padding:80px 40px;}
.service:before{position:absolute;top:0;left:0;z-index:-1;display:block;content:"";
	width:100%;height:50%;background:#fbfbfb;
}
.service .common_tit>h2{color:#31add5;}
.service .serviceMat{margin-top:60px;}
.service .serviceMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.service .serviceMat>ul>li{margin-top:40px;padding-left:40px;width:50%;}
.service .serviceMat>ul>li>a{position:relative;display:block;padding:5px;background:#fff;border:2px solid #dfdfdf;border-radius:10px;}
.service .serviceMat>ul>li>a>div{border-radius:10px;overflow:hidden;}
.service .serviceMat>ul>li>a>div>figure{
	-webkit-transition:0.5s;
	transition:0.5s;
}
.service .serviceMat>ul>li>a>div>figure:after{padding-top:0;height:500px;}
.service .serviceMat>ul>li>a>hgroup{position:absolute;bottom:5px;left:5px;display:flex;justify-content:space-between;align-items:center;
	padding:25px 40px;width:calc(100% - 10px);line-height:1;background:#31add5;border-radius:0 0 10px 10px;color:#fff;
}
.service .serviceMat>ul>li>a>hgroup>h2{font-family:"Reem Kufi Fun",sans-serif;font-size:36px;text-transform:uppercase;}
.service .serviceMat>ul>li>a>hgroup>h3{margin-left:10px;font-size:18px;}
.service .serviceMat>ul>li>a>hgroup>i{display:block;margin-left:10px;width:60px;}
.service .serviceMat>ul>li>a:hover>div>figure{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
@media (max-width:1580px){
	.service{padding:70px 30px;}
	.service .serviceMat{margin-top:50px;}
	.service .serviceMat>ul{margin-top:-30px;margin-left:-30px;}
	.service .serviceMat>ul>li{margin-top:30px;padding-left:30px;}
	.service .serviceMat>ul>li>a>div>figure:after{height:420px;}
	.service .serviceMat>ul>li>a>hgroup{padding:20px 30px;}
	.service .serviceMat>ul>li>a>hgroup>h2{font-size:32px;}
	.service .serviceMat>ul>li>a>hgroup>h3{font-size:16px;}
	.service .serviceMat>ul>li>a>hgroup>i{width:50px;}
}
@media (max-width:1280px){
	.service{padding:60px 20px;}
	.service .serviceMat{margin-top:40px;}
	.service .serviceMat>ul{margin-top:-20px;margin-left:-20px;}
	.service .serviceMat>ul>li{margin-top:20px;padding-left:20px;}
	.service .serviceMat>ul>li>a>div>figure:after{height:340px;}
	.service .serviceMat>ul>li>a>hgroup{padding:20px;}
	.service .serviceMat>ul>li>a>hgroup>h2{font-size:28px;}
	.service .serviceMat>ul>li>a>hgroup>h3{font-size:14px;}
	.service .serviceMat>ul>li>a>hgroup>i{width:40px;}
}
@media (max-width:980px){
	.service{padding:50px 20px;}
	.service .serviceMat>ul>li{width:100%;}
	.service .serviceMat>ul>li>a{margin:0 auto;width:100%;max-width:520px;}
	.service .serviceMat>ul>li>a>div>figure:after{height:260px;}
	.service .serviceMat>ul>li>a>hgroup{justify-content:flex-start;}
	.service .serviceMat>ul>li>a>hgroup>h2{font-size:24px;}
	.service .serviceMat>ul>li>a>hgroup>i{width:30px;}
}
@media (max-width:480px){
	.service .serviceMat>ul>li>a>hgroup{flex-direction:column;align-items:flex-start;}
	.service .serviceMat>ul>li>a>hgroup>h3{margin-top:10px;margin-left:0;}
	.service .serviceMat>ul>li>a>hgroup>i{display:none;}
}

/*iwamotoBlog*/
.iwamotoBlog{position:relative;padding:80px 40px;}
.iwamotoBlog .iwamotoBlogBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.iwamotoBlog .iwamotoBlogBg:after{padding-top:0;width:100%;height:100%;}
.iwamotoBlog .common_tit{position:relative;z-index:5;}
.iwamotoBlog .iwamotoBlogMat{position:relative;z-index:5;margin-top:60px;}
.iwamotoBlog .iwamotoBlogMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.iwamotoBlog .iwamotoBlogMat>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a{display:block;padding:10px;background:#fff;border:2px solid #e1e1e1;border-radius:10px;
	box-shadow:9.642px 11.491px 0px 0px rgba(0,0,0,0.1);
}
.iwamotoBlog .iwamotoBlogMat>ul>li>a>figure{border-radius:10px 10px 0 0;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a>figure:after{padding-top:70%;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup{padding:20px 30px 30px;color:#464646;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup>span{display:block;line-height:1;font-family:"Reem Kufi Fun",sans-serif;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup>h2{margin-top:10px;}
.iwamotoBlog .iwamotoBlogMat>ul>li>a:hover{border-color:#31add5;
	box-shadow:9.642px 11.491px 0px 0px rgba(0,0,0,0.3);
}
@media (max-width:1580px){
	.iwamotoBlog{padding:70px 30px;}
	.iwamotoBlog .iwamotoBlogMat{margin-top:50px;}
	.iwamotoBlog .iwamotoBlogMat>ul{margin-top:-30px;margin-left:-30px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li{margin-top:30px;padding-left:30px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a{padding:8px;border-radius:8px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>figure{border-radius:8px 8px 0 0;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup{padding:33px 25px 25px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup>h2{margin-top:8px;}
}
@media (max-width:1280px){
	.iwamotoBlog{padding:60px 20px;}
	.iwamotoBlog .iwamotoBlogMat{margin-top:40px;}
	.iwamotoBlog .iwamotoBlogMat>ul{margin-left:-20px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li{padding-left:20px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a{padding:6px;border-radius:6px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>figure{border-radius:6px 6px 0 0;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup{padding:26px 20px 20px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a>hgroup>h2{margin-top:6px;}
}
@media (max-width:980px){
	.iwamotoBlog{padding:50px 20px;}
	.iwamotoBlog .iwamotoBlogMat>ul>li{width:50%;}
}
@media (max-width:660px){
	.iwamotoBlog .iwamotoBlogMat>ul>li{width:100%;}
	.iwamotoBlog .iwamotoBlogMat>ul>li>a{margin:0 auto;width:100%;max-width:380px;}
}

/*area*/
.area{padding:80px 40px;}
.area .common_tit>h2{color:#31add5;}
.area .areaMat{display:flex;justify-content:space-between;align-items:center;margin-top:60px;}
.area .areaMat>dd{width:60%;}
.area .areaMat>dd>h2{padding-left:15px;line-height:1;font-size:40px;}
.area .areaMat>dd>ol{display:flex;flex-wrap:wrap;margin-top:25px;list-style:none;}
.area .areaMat>dd>ol>li{margin:25px 15px 0;padding:20px 40px;line-height:1;background:#31add5;border-radius:5px;color:#fff;}
.area .areaMat>dd>figcaption{margin-top:50px;padding-left:15px;font-size:14px;font-weight:bold;}
.area .areaMat>dt{width:40%;}
@media (max-width:1580px){
	.area{padding:70px 30px;}
	.area .areaMat{margin-top:50px;}
	.area .areaMat>dd>h2{padding-left:10px;font-size:34px;}
	.area .areaMat>dd>ol{margin-top:20px;}
	.area .areaMat>dd>ol>li{margin:20px 10px 0;padding:17px 30px;}
	.area .areaMat>dd>figcaption{margin-top:40px;padding-left:10px;font-size:13px;}
}
@media (max-width:1280px){
	.area{padding:60px 20px;}
	.area .areaMat{margin-top:40px;}
	.area .areaMat>dd>h2{padding-left:5px;font-size:28px;}
	.area .areaMat>dd>ol{margin-top:15px;}
	.area .areaMat>dd>ol>li{margin:15px 5px 0;padding:14px 20px;}
	.area .areaMat>dd>figcaption{margin-top:30px;padding-left:5px;font-size:12px;}
}
@media (max-width:980px){
	.area{padding:50px 20px;}
	.area .areaMat>dd>h2{font-size:22px;}
}
@media (max-width:780px){
	.area{padding:50px 20px;}
	.area .areaMat{display:block;}
	.area .areaMat>dd{width:100%;}
	.area .areaMat>dd>h2{padding-left:0;text-align:center;}
	.area .areaMat>dd>ol{justify-content:center;}
	.area .areaMat>dd>figcaption{padding-left:0;text-align:center;}
	.area .areaMat>dt{margin:30px auto 0;width:100%;max-width:480px;}
}

/*homestay*/
.homestay{display:flex;height:240px;}
.homestay>dd{position:relative;width:50%;height:100%;}
.homestay>dd>figure{position:absolute;top:0;left:0;width:100%;height:100%;}
.homestay>dd>figure:after{padding-top:0;width:100%;height:100%;}
.homestay>dd>h6{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;padding:40px;width:100%;height:100%;
	font-size:44px;color:#fff;letter-spacing:5px;
	text-shadow:1.5px 2.598px 0px rgba(0,42,35,0.4);
}
.homestay>dt{width:50%;height:100%;}
.homestay>dt:after{padding-top:0;width:100%;height:100%;}
@media (max-width:1380px){
	.homestay{height:200px;}
	.homestay>dd>h6{padding:30px;font-size:38px;letter-spacing:4px;}
}
@media (max-width:1180px){
	.homestay{height:160px;}
	.homestay>dd>h6{padding:20px;font-size:32px;letter-spacing:3px;}
}
@media (max-width:980px){
	.homestay{height:120px;}
	.homestay>dd>h6{font-size:26px;letter-spacing:2px;}
}
@media (max-width:780px){
	.homestay{display:block;height:auto;}
	.homestay>dd{width:100%;height:120px;}
	.homestay>dd>h6{font-size:22px;letter-spacing:1px;}
	.homestay>dt{width:100%;height:120px;}
}

/*recruit*/
.recruit{position:relative;margin-top:80px;padding:120px 40px;}
.recruit .recruitBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.recruit .recruitBg:after{padding-top:0;width:100%;height:100%;}
.recruit .recruitMat{position:relative;z-index:5;display:flex;justify-content:flex-end;max-width:1720px;}
.recruit .recruitMat>dl{padding:60px;width:100%;max-width:960px;background:#fff;}
.recruit .recruitMat>dl>dd{margin:0 auto;width:100%;max-width:760px;}
.recruit .recruitMat>dl>dd>.common_tit{margin-top:-80px;align-items:flex-start;}
.recruit .recruitMat>dl>dd>.common_tit>h3{color:#90a8c8;}
.recruit .recruitMat>dl>dd>article{margin-top:40px;}
.recruit .recruitMat>dl>dd>article>*:not(:first-child){margin-top:15px;}
.recruit .recruitMat>dl>dd>.more{justify-content:flex-start;}
@media (max-width:1380px){
	.recruit{margin-top:60px;padding:100px 30px;}
	.recruit .recruitMat>dl{padding:50px;max-width:860px;}
	.recruit .recruitMat>dl>dd{max-width:660px;}
	.recruit .recruitMat>dl>dd>.common_tit{margin-top:-70px;}
	.recruit .recruitMat>dl>dd>article{margin-top:35px;}
	.recruit .recruitMat>dl>dd>article>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.recruit{margin-top:40px;padding:80px 20px;}
	.recruit .recruitMat>dl{padding:40px;max-width:760px;}
	.recruit .recruitMat>dl>dd{max-width:560px;}
	.recruit .recruitMat>dl>dd>.common_tit{margin-top:-55px;}
	.recruit .recruitMat>dl>dd>article{margin-top:30px;}
	.recruit .recruitMat>dl>dd>article>*:not(:first-child){margin-top:5px;}	
}
@media (max-width:980px){
	.recruit{padding:60px 20px;}
	.recruit .recruitMat>dl{padding:30px;max-width:660px;}
	.recruit .recruitMat>dl>dd{max-width:460px;}
	.recruit .recruitMat>dl>dd>.common_tit{margin-top:-40px;}
}
@media (max-width:780px){
	.recruit{padding:60px 20px 40px;}
}

/*partner*/
.partner{position:relative;margin:80px 0;padding:120px 40px;}
.partner .partnerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.partner .partnerBg:after{padding-top:0;width:100%;height:100%;}
.partner .partnerMat{position:relative;z-index:5;display:flex;justify-content:flex-start;max-width:1720px;}
.partner .partnerMat>dl{padding:60px;width:100%;max-width:960px;background:#fff;}
.partner .partnerMat>dl>dd{margin:0 auto;width:100%;max-width:760px;}
.partner .partnerMat>dl>dd>.common_tit{margin-top:-80px;align-items:flex-start;}
.partner .partnerMat>dl>dd>.common_tit>h3{color:#90a8c8;}
.partner .partnerMat>dl>dd>article{margin-top:40px;}
.partner .partnerMat>dl>dd>article>*:not(:first-child){margin-top:15px;}
.partner .partnerMat>dl>dd>.more{justify-content:flex-start;}
@media (max-width:1380px){
	.partner{margin:60px 0;padding:100px 30px;}
	.partner .partnerMat>dl{padding:50px;max-width:860px;}
	.partner .partnerMat>dl>dd{max-width:660px;}
	.partner .partnerMat>dl>dd>.common_tit{margin-top:-70px;}
	.partner .partnerMat>dl>dd>article{margin-top:35px;}
	.partner .partnerMat>dl>dd>article>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.partner{margin:40px 0;padding:80px 20px;}
	.partner .partnerMat>dl{padding:40px;max-width:760px;}
	.partner .partnerMat>dl>dd{max-width:560px;}
	.partner .partnerMat>dl>dd>.common_tit{margin-top:-55px;}
	.partner .partnerMat>dl>dd>article{margin-top:30px;}
	.partner .partnerMat>dl>dd>article>*:not(:first-child){margin-top:5px;}	
}
@media (max-width:980px){
	.partner{padding:60px 20px;}
	.partner .partnerMat>dl{padding:30px;max-width:660px;}
	.partner .partnerMat>dl>dd{max-width:460px;}
	.partner .partnerMat>dl>dd>.common_tit{margin-top:-40px;}
}
@media (max-width:780px){
	.partner{padding:60px 20px 40px;}
}

/*contact*/
.contact{position:relative;line-height:1;text-transform:uppercase;}
.contact .contactBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.contact .contactBg:after{padding-top:0;width:100%;height:100%;}
.contact .contactMat{position:relative;z-index:5;padding:160px 40px 120px;max-width:1600px;}
.contact .contactMat>hgroup{display:flex;align-items:flex-end;color:#fff;}
.contact .contactMat>hgroup>h3{line-height:0.5;font-family:"Teko",sans-serif;font-size:210px;font-weight:normal;}
.contact .contactMat>hgroup>h6{margin-left:40px;font-size:22px;}
.contact .contactMat>ul{display:flex;justify-content:space-between;margin-top:60px;}
.contact .contactMat>ul>li{padding:60px;width:calc(50% - 20px);background:rgba(255,255,255,0.6);}
.contact .contactMat>ul>li>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.contact .contactMat>ul>li>hgroup>h5{font-size:22px;}
.contact .contactMat>ul>li>hgroup>hr{margin:30px auto 0;width:100%;height:2px;border:none;}
.contact .contactMat>ul>li:nth-of-type(1)>hgroup>h5{color:#0f957e;}
.contact .contactMat>ul>li:nth-of-type(1)>hgroup>hr{background:#0f957e;}
.contact .contactMat>ul>li:nth-of-type(1)>a{display:flex;justify-content:center;align-items:center;margin-top:30px;}
.contact .contactMat>ul>li:nth-of-type(1)>a>i{display:block;width:100%;max-width:56px;}
.contact .contactMat>ul>li:nth-of-type(1)>a>p{margin-left:25px;line-height:1;font-size:56px;color:#000/*0f957e*/;font-weight:bold;}
.contact .contactMat>ul>li:nth-of-type(1)>a:hover>p{text-decoration:underline;}
.contact .contactMat>ul>li:nth-of-type(2)>hgroup>h5{color:#2361ac;}
.contact .contactMat>ul>li:nth-of-type(2)>hgroup>hr{background:#2361ac;}
.contact .contactMat>ul>li:nth-of-type(2)>a{display:flex;justify-content:center;align-items:center;margin:30px auto 0;width:100%;max-width:400px;
	padding:25px 40px;background:#ff0000/*2361ac*/;font-size:24px;color:#fff;font-weight:bold;
}
.contact .contactMat>ul>li:nth-of-type(2)>a>p{margin-left:20px;}
.contact .contactMat>ul>li:nth-of-type(2)>a:hover{box-shadow:0 0 5px rgba(0,0,0,0.5);}
@media (max-width:1380px){
	.contact .contactMat{padding:130px 30px 90px;}
	.contact .contactMat>hgroup>h3{font-size:180px;}
	.contact .contactMat>hgroup>h6{margin-left:30px;font-size:20px;}
	.contact .contactMat>ul{margin-top:50px;}
	.contact .contactMat>ul>li{padding:50px;width:calc(50% - 15px);}
	.contact .contactMat>ul>li>hgroup>h5{font-size:20px;}
	.contact .contactMat>ul>li>hgroup>hr{margin:25px auto 0;}
	.contact .contactMat>ul>li:nth-of-type(1)>a{margin-top:25px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>i{margin-top:4px;max-width:50px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>p{margin-left:20px;font-size:50px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a{margin:25px auto 0;max-width:360px;padding:23px 30px;font-size:22px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a>p{margin-left:15px;}	
}
@media (max-width:1180px){
	.contact .contactMat{padding:100px 20px 60px;}
	.contact .contactMat>hgroup>h3{font-size:150px;}
	.contact .contactMat>hgroup>h6{margin-left:20px;font-size:18px;}
	.contact .contactMat>ul{margin-top:40px;}
	.contact .contactMat>ul>li{padding:40px;width:calc(50% - 10px);}
	.contact .contactMat>ul>li>hgroup>h5{font-size:18px;}
	.contact .contactMat>ul>li>hgroup>hr{margin:20px auto 0;}
	.contact .contactMat>ul>li:nth-of-type(1)>a{margin-top:20px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>i{margin-top:3px;max-width:44px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>p{margin-left:15px;font-size:44px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a{margin:20px auto 0;max-width:320px;padding:21px 20px;font-size:20px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a>p{margin-left:10px;}
}
@media (max-width:980px){
	.contact .contactMat>hgroup>h3{font-size:120px;}
	.contact .contactMat>hgroup>h6{font-size:16px;}
	.contact .contactMat>ul{margin-top:30px;}
	.contact .contactMat>ul>li{padding:30px;}
	.contact .contactMat>ul>li>hgroup>h5{font-size:16px;}
	.contact .contactMat>ul>li>hgroup>hr{margin:15px auto 0;}
	.contact .contactMat>ul>li:nth-of-type(1)>a{margin-top:15px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>i{margin-top:2px;max-width:38px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>p{margin-left:10px;font-size:38px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a{margin:15px auto 0;max-width:280px;font-size:18px;}	
}
@media (max-width:800px){
	.contact .contactMat>hgroup{flex-direction:column;align-items:center;}
	.contact .contactMat>hgroup>h3{font-size:90px;}
	.contact .contactMat>hgroup>h6{margin-top:20px;margin-left:0;}
	.contact .contactMat>ul{display:block;}
	.contact .contactMat>ul>li{width:100%;}
	.contact .contactMat>ul>li:not(:first-child){margin-top:30px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>i{max-width:32px;}
	.contact .contactMat>ul>li:nth-of-type(1)>a>p{font-size:32px;}
	.contact .contactMat>ul>li:nth-of-type(2)>a{max-width:240px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;background:#31add5;}
.footer .footerNav>a{display:block;width:100%;max-width:155px;}
.footer .footerNav>a:hover{opacity:0.7;}
.footer .footerNav>h3{margin-top:40px;text-align:center;line-height:1.6;font-size:15px;color:#fff;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{margin:0 30px;}
.footer .footerNav>ul>li>a{display:block;line-height:1;color:#fff;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}

.footer .footerCopy{padding:20px 40px;text-align:center;background:#147c9d;font-size:15px;color:#fff;}
@media (max-width:1580px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:125px;}
	.footer .footerNav>h3{margin-top:35px;font-size:14px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li{margin:0 20px;}
	
	.footer .footerCopy{padding:20px 30px;font-size:14px;}
}
@media (max-width:1280px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:95px;}
	.footer .footerNav>h3{margin-top:30px;font-size:13px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li{margin:0 10px;}
	
	.footer .footerCopy{padding:20px;font-size:13px;}
}
@media (max-width:600px){
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 10px 0;}
}
@media (max-width:430px){
	.footer .footerNav>h3>span{display:block;height:10px;visibility:hidden;}
}

/*pageBan*/
.pageBan{position:relative;height:600px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:70% center;}
.pageBan .pageBanBg:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;display:flex;align-items:center;padding:0 40px;
	max-width:1600px;line-height:1;color:#fff;text-transform:uppercase;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h3{line-height:0.5;font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;/*font-family:"Teko",sans-serif;*/font-size:100px/*160*/;font-style:italic;font-weight:normal;}
.pageBan .pageBanMat>h6{margin-left:40px;font-size:30px;}
@media (max-width:1400px){
	.pageBan{height:550px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h3{font-size:80px/*140*/;}
	.pageBan .pageBanMat>h6{margin-left:30px;font-size:26px;}	
}
@media (max-width:1220px){
	.pageBan{height:500px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h3{font-size:60px/*120*/;}
	.pageBan .pageBanMat>h6{margin-left:20px;font-size:22px;}
}
@media (max-width:1030px){
	.pageBan{height:450px;}
	.pageBan .pageBanMat{display:block;}
	.pageBan .pageBanMat>h3{font-size:50px/*100*/;}
	.pageBan .pageBanMat>h6{margin-top:20px;margin-left:0;font-size:18px;}
}
@media (max-width:630px){
	.pageBan{height:400px;}
	.pageBan .pageBanMat>h3{font-size:36px/*80*/;}
	.pageBan .pageBanMat>h6{font-size:16px;}
}
@media (max-width:530px){
	.pageBan{height:350px;}
	.pageBan .pageBanMat>h3{font-size:28px/*60*/;}
	.pageBan .pageBanMat>h6{font-size:14px;}
}
@media (max-width:430px){
	.pageBan{height:300px;}
	.pageBan .pageBanMat>h3{font-size:24px/*40*/;}
}

/*breadNav*/
.breadNav{padding:20px 40px;background:#555/*e5e9ef*/;}
.breadNav>ul{display:flex;align-items:center;line-height:1;color:#fff/*2361ac*/;}
.breadNav>ul>li>a{display:flex;align-items:center;color:#f2f2f2/*333*/;}
.breadNav>ul>li>a:after{display:block;content:"";margin:2px 10px 0 6px;width:8px;height:8px;
	border:solid #f2f2f2/*333*/;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.breadNav>ul>li>a:hover{color:#31add5;text-decoration:underline;}
@media (max-width:1380px){
	.breadNav{padding:18px 30px;}
}
@media (max-width:1180px){
	.breadNav{padding:18px 20px;}
}

/*page_service*/
.page_serviceOne{padding:60px 40px;}
.page_serviceOne .page_serviceOneMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-20px;margin-left:-20px;}
.page_serviceOne .page_serviceOneMat>ul>li{margin-top:20px;padding-left:20px;width:14.2857%;}
.page_serviceOne .page_serviceOneMat>ul>li>a{position:relative;display:block;padding:20px 30px;width:100%;text-align:center;background:#31add5;
	line-height:1;color:#fff;letter-spacing:3px;	
}
.page_serviceOne .page_serviceOneMat>ul>li>a:after{position:absolute;bottom:10px;right:0;display:block;content:"";
	width:100px;height:2px;background:#fff;
}
@media (max-width:1520px){
	.page_serviceOne{padding:50px 30px;}
	.page_serviceOne .page_serviceOneMat>ul{margin-top:-10px;margin-left:-10px;}
	.page_serviceOne .page_serviceOneMat>ul>li{margin-top:10px;padding-left:10px;}
	.page_serviceOne .page_serviceOneMat>ul>li>a{padding:18px 25px;font-size:16px;letter-spacing:2px;}
	.page_serviceOne .page_serviceOneMat>ul>li>a:after{bottom:8px;width:80px;}
}
@media (max-width:1230px){
	.page_serviceOne{padding:40px 20px;}
	.page_serviceOne .page_serviceOneMat>ul>li>a{padding:16px 20px;font-size:14px;letter-spacing:1px;}
	.page_serviceOne .page_serviceOneMat>ul>li>a:after{bottom:6px;width:60px;}
}
@media (max-width:1020px){
	.page_serviceOne .page_serviceOneMat>ul>li{width:16.6666666%;}
}
@media (max-width:890px){
	.page_serviceOne .page_serviceOneMat>ul>li{width:20%;}
}
@media (max-width:740px){
	.page_serviceOne .page_serviceOneMat>ul>li{width:25%;}
}
@media (max-width:600px){
	.page_serviceOne .page_serviceOneMat>ul>li{width:33.3333333%;}
}
@media (max-width:480px){
	.page_serviceOne .page_serviceOneMat>ul>li{width:50%;}
}

.page_serviceTwo{padding:80px 50px 60px;/*background:#2222361ac*/;}
.page_serviceTwo>dl{position:relative;display:flex;padding:50px;background:#f5f9fd;}
.page_serviceTwo>dl>i{position:absolute;left:0;top:-31px;padding:20px 30px;line-height:1;background:#54beb5;
	font-weight:bold;color:#fff;letter-spacing:5px;text-transform:uppercase;
}
.page_serviceTwo>dl>i:after{position:absolute;top:2px;right:-35px;display:block;content:"";width:0;height:0;
	border-left:41.5px solid #54beb5;
    border-top:41.5px solid transparent;
    border-bottom:41.5px solid transparent;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
}
.page_serviceTwo>dl:not(:first-child){margin-top:80px;}
.page_serviceTwo>dl>dd{display:flex;justify-content:center;align-items:center;padding:60px 60px 60px 10px;width:50%;}
.page_serviceTwo>dl>dd>article{width:100%;max-width:660px;}
.page_serviceTwo>dl>dd>article>h3{line-height:1;font-size:32px;color:#31add5;letter-spacing:5px;}
.page_serviceTwo>dl>dd>article>div{margin-top:30px;}
.page_serviceTwo>dl>dd>article>div>*:not(:first-child){margin-top:15px;}
.page_serviceTwo>dl>dt{width:50%;}
.page_serviceTwo>dl>dt:after{padding-top:0;height:100%;}
@media (max-width:1380px){
	.page_serviceTwo{padding:70px 40px 50px;}
	.page_serviceTwo>dl{padding:40px;}
	.page_serviceTwo>dl>i{top:-25px;padding:18px 25px;letter-spacing:4px;}
	.page_serviceTwo>dl>i:after{right:-31px;
		border-left:37px solid #333;
	    border-top:37px solid transparent;
	    border-bottom:37px solid transparent;
	}
	.page_serviceTwo>dl:not(:first-child){margin-top:70px;}
	.page_serviceTwo>dl>dd{padding:50px 50px 50px 10px;}
	.page_serviceTwo>dl>dd>article>h3{font-size:28px;letter-spacing:4px;}
	.page_serviceTwo>dl>dd>article>div{margin-top:25px;}
	.page_serviceTwo>dl>dd>article>div>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_serviceTwo{padding:60px 30px 40px;}
	.page_serviceTwo>dl{padding:30px;}
	.page_serviceTwo>dl>i{top:-20px;padding:16px 20px;letter-spacing:3px;}
	.page_serviceTwo>dl>i:after{top:2px;right:-27px;
		border-left:32.5px solid #333;
	    border-top:32.5px solid transparent;
	    border-bottom:32.5px solid transparent;
	}
	.page_serviceTwo>dl:not(:first-child){margin-top:60px;}
	.page_serviceTwo>dl>dd{padding:40px 40px 40px 10px;}
	.page_serviceTwo>dl>dd>article>h3{font-size:24px;letter-spacing:3px;}
	.page_serviceTwo>dl>dd>article>div{margin-top:20px;}
}
@media (max-width:980px){
	.page_serviceTwo>dl{display:block;}
	.page_serviceTwo>dl>dd{margin-top:30px;padding:0;width:100%;}
	.page_serviceTwo>dl>dd>article{max-width:100%;}
	.page_serviceTwo>dl>dd>article>h3{font-size:20px;letter-spacing:2px;}
	.page_serviceTwo>dl>dt{margin:20px auto 0;width:100%;max-width:460px;}
	.page_serviceTwo>dl>dt:after{padding-top:60%;}
}

/*page_works*/
.page_works{padding:60px 40px;}
.page_works .page_worksMat{display:flex;justify-content:space-between;align-items:flex-start;}
.page_works .page_worksMat>dt{padding-right:40px;width:calc(100% - 220px);}
.page_works .page_worksMat>dt>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-20px;}
.page_works .page_worksMat>dt>ul>li{margin-top:30px;padding-left:20px;width:25%;}
.page_works .page_worksMat>dt>ul>li>a>figure{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_works .page_worksMat>dt>ul>li>a>figure:after{padding-top:80%;}
.page_works .page_worksMat>dt>ul>li>a>hgroup{margin-top:20px;}
.page_works .page_worksMat>dt>ul>li>a>hgroup>span{font-size:16px;color:#2361ac;}
.page_works .page_worksMat>dt>ul>li>a>hgroup>h6{color:#333;}
.page_works .page_worksMat>dt>ul>li>a:hover>figure{box-shadow:0 0 5px rgba(0,0,0,0.5);}
.page_works .page_worksMat>dd{width:220px;line-height:1;}
.page_works .page_worksMat>dd>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase;}
.page_works .page_worksMat>dd>hgroup>h3{font-size:32px;}
.page_works .page_worksMat>dd>hgroup>h6{margin-top:15px;}
.page_works .page_worksMat>dd>ul{margin-top:30px;}
.page_works .page_worksMat>dd>ul>li:not(:first-child){margin-top:10px;}
.page_works .page_worksMat>dd>ul>li>a{display:block;padding:20px;text-align:center;background:#FF0000/*2361ac*/;color:#fff;font-weight:bold;}
.page_works .page_worksMat>dd>ul>li>a:hover{background:#2435af;}
@media (max-width:1380px){
	.page_works{padding:50px 30px;}
	.page_works .page_worksMat>dt{padding-right:30px;width:calc(100% - 200px);}
	.page_works .page_worksMat>dt>ul{margin-top:-20px;margin-left:-15px;}
	.page_works .page_worksMat>dt>ul>li{margin-top:20px;padding-left:15px;}
	.page_works .page_worksMat>dt>ul>li>a>hgroup{margin-top:15px;}
	.page_works .page_worksMat>dt>ul>li>a>hgroup>span{font-size:15px;}
	.page_works .page_worksMat>dd{width:200px;}
	.page_works .page_worksMat>dd>hgroup>h3{font-size:28px;}
	.page_works .page_worksMat>dd>hgroup>h6{margin-top:13px;}
	.page_works .page_worksMat>dd>ul{margin-top:25px;}
	.page_works .page_worksMat>dd>ul>li:not(:first-child){margin-top:8px;}
	.page_works .page_worksMat>dd>ul>li>a{padding:18px;}
}
@media (max-width:1180px){
	.page_works{padding:40px 20px;}
	.page_works .page_worksMat>dt{padding-right:20px;width:calc(100% - 180px);}
	.page_works .page_worksMat>dt>ul{margin-left:-10px;}
	.page_works .page_worksMat>dt>ul>li{padding-left:10px;}
	.page_works .page_worksMat>dt>ul>li>a>hgroup{margin-top:10px;}
	.page_works .page_worksMat>dt>ul>li>a>hgroup>span{font-size:14px;}
	.page_works .page_worksMat>dd{width:180px;}
	.page_works .page_worksMat>dd>hgroup>h3{font-size:24px;}
	.page_works .page_worksMat>dd>hgroup>h6{margin-top:11px;}
	.page_works .page_worksMat>dd>ul{margin-top:20px;}
	.page_works .page_worksMat>dd>ul>li:not(:first-child){margin-top:6px;}
	.page_works .page_worksMat>dd>ul>li>a{padding:16px;}
}
@media (max-width:980px){
	.page_works .page_worksMat{display:block;}
	.page_works .page_worksMat>dt{padding-right:0;width:100%;}
	.page_works .page_worksMat>dd{display:none;}
}
@media (max-width:780px){
	.page_works .page_worksMat>dt>ul>li{width:33.33333333%;}
}
@media (max-width:580px){
	.page_works .page_worksMat>dt>ul>li{width:50%;}
}

/*page_works-detail*/
.page_worksDet{padding:60px 40px;}
.page_worksDet .worksDetTit{display:inline-block;padding:15px 40px;background:#2361ac;font-size:26px;color:#fff;}
.page_worksDet .worksDetSpe{display:flex;justify-content:space-between;margin-top:50px;}
.page_worksDet .worksDetSpe>dt{position:relative;width:calc(50% - 20px);}
.page_worksDet .worksDetSpe>dt>figure:after{padding-top:60%;border:20px solid #d5dbe2;}
.page_worksDet .worksDetSpe>dt>i{position:absolute;top:0;left:0;padding:15px 40px;line-height:1;font-size:26px;color:#fff;font-weight:bold;}
.page_worksDet .worksDetSpe>dt:nth-of-type(1)>i{background:#0f957e;}
.page_worksDet .worksDetSpe>dt:nth-of-type(2)>i{background:#fab000;}
.page_worksDet .worksDetTable{margin-top:50px;}
.page_worksDet .worksDetTable>table td{padding:20px;border:10px solid #fff;border-collapse:collapse;}
.page_worksDet .worksDetTable>table td:nth-of-type(1){background:#a2c3ea;font-weight:bold;}
.page_worksDet .worksDetTable>table td:nth-of-type(2){background:#e9f0f7;}
.page_worksDet .worksDetList{margin-top:50px;}
.page_worksDet .worksDetList>ul{display:flex;flex-wrap:wrap;margin-top:-25px;margin-left:-25px;}
.page_worksDet .worksDetList>ul>li{margin-top:25px;padding-left:25px;width:25%;}
.page_worksDet .worksDetList>ul>li>figure:after{padding-top:60%;}
@media (max-width:1380px){
	.page_worksDet{padding:50px 30px;}
	.page_worksDet .worksDetTit{padding:14px 30px;font-size:22px;}
	.page_worksDet .worksDetSpe{margin-top:40px;}
	.page_worksDet .worksDetSpe>dt{width:calc(50% - 15px);}
	.page_worksDet .worksDetSpe>dt>figure:after{border-width:15px;}
	.page_worksDet .worksDetSpe>dt>i{padding:14px 30px;font-size:22px;}
	.page_worksDet .worksDetTable{margin-top:40px;}
	.page_worksDet .worksDetTable>table td{padding:18px;border-width:8px;}
	.page_worksDet .worksDetList{margin-top:40px;}
	.page_worksDet .worksDetList>ul{margin-top:-20px;margin-left:-20px;}
	.page_worksDet .worksDetList>ul>li{margin-top:20px;padding-left:20px;}
}
@media (max-width:1180px){
	.page_worksDet{padding:40px 20px;}
	.page_worksDet .worksDetTit{padding:13px 20px;font-size:18px;}
	.page_worksDet .worksDetSpe{margin-top:30px;}
	.page_worksDet .worksDetSpe>dt{width:calc(50% - 10px);}
	.page_worksDet .worksDetSpe>dt>figure:after{border-width:10px;}
	.page_worksDet .worksDetSpe>dt>i{padding:13px 20px;font-size:18px;}
	.page_worksDet .worksDetTable{margin-top:30px;}
	.page_worksDet .worksDetTable>table td{padding:16px;border-width:6px;}
	.page_worksDet .worksDetList{margin-top:30px;}
	.page_worksDet .worksDetList>ul{margin-top:-15px;margin-left:-15px;}
	.page_worksDet .worksDetList>ul>li{margin-top:15px;padding-left:15px;}	
}
@media (max-width:980px){
	.page_worksDet .worksDetTit{font-size:16px;}
	.page_worksDet .worksDetSpe>dt{width:calc(50% - 5px);}
	.page_worksDet .worksDetSpe>dt>figure:after{border-width:5px;}
	.page_worksDet .worksDetSpe>dt>i{font-size:16px;}
	.page_worksDet .worksDetTable>table td{padding:14px;border-width:4px;}
	.page_worksDet .worksDetList>ul{margin-top:-10px;margin-left:-10px;}
	.page_worksDet .worksDetList>ul>li{margin-top:10px;padding-left:10px;}
}
@media (max-width:780px){
	.page_worksDet .worksDetList>ul>li{width:33.33333333%;}
}
@media (max-width:690px){
	.page_worksDet .worksDetTable{overflow-x:scroll;}
	.page_worksDet .worksDetTable>table{width:660px;}
}
@media (max-width:600px){
	.page_worksDet .worksDetSpe{display:block;}
	.page_worksDet .worksDetSpe>dt{width:100%;}
	.page_worksDet .worksDetSpe>dt:not(:first-child){margin-top:25px;}
	.page_worksDet .worksDetList>ul>li{width:50%;}
}

/*page_recruit*/
.page_recruitOne{padding:60px 40px;}
.page_recruitOne .page_recruitOneMat{margin-top:40px;text-align:center;}
.page_recruitOne .page_recruitOneMat>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_recruitOne{padding:50px 30px;}
	.page_recruitOne .page_recruitOneMat{margin-top:35px;}
	.page_recruitOne .page_recruitOneMat>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_recruitOne{padding:40px 20px;}
	.page_recruitOne .page_recruitOneMat{margin-top:30px;}
}

.page_recruitTwo{padding:60px 40px;background:#f5f9fd;}
.page_recruitTwo .page_recruitTwoMat{margin-top:60px;}
.page_recruitTwo .recruitTwoSep{display:flex;justify-content:space-between;align-items:center;}
.page_recruitTwo .recruitTwoSep:not(:first-child){margin-top:60px;}
.page_recruitTwo .recruitTwoSep>dd{width:calc(50% - 20px);text-align:right;}
.page_recruitTwo .recruitTwoSep>dd>h3{text-align:left;line-height:1;font-size:32px;color:#2361ac;letter-spacing:5px;}
.page_recruitTwo .recruitTwoSep>dd>div{margin-top:30px;text-align:left;}
.page_recruitTwo .recruitTwoSep>dd>div>*:not(:first-child){margin-top:15px;}
.page_recruitTwo .recruitTwoSep>dd>i{display:inline-block;margin-top:30px;max-width:202px;}
.page_recruitTwo .recruitTwoSep>dt{width:calc(50% - 20px);}
.page_recruitTwo .recruitTwoSep>dt:after{padding-top:60%;}
@media (max-width:1380px){
	.page_recruitTwo{padding:50px 30px;}
	.page_recruitTwo .page_recruitTwoMat{margin-top:50px;}
	.page_recruitTwo .recruitTwoSep:not(:first-child){margin-top:50px;}
	.page_recruitTwo .recruitTwoSep>dd{width:calc(50% - 15px);}
	.page_recruitTwo .recruitTwoSep>dd>h3{font-size:28px;letter-spacing:4px;}
	.page_recruitTwo .recruitTwoSep>dd>div{margin-top:25px;}
	.page_recruitTwo .recruitTwoSep>dd>div>*:not(:first-child){margin-top:10px;}
	.page_recruitTwo .recruitTwoSep>dd>i{margin-top:25px;max-width:182px;}
	.page_recruitTwo .recruitTwoSep>dt{width:calc(50% - 15px);}
}
@media (max-width:1180px){
	.page_recruitTwo{padding:40px 20px;}
	.page_recruitTwo .page_recruitTwoMat{margin-top:40px;}
	.page_recruitTwo .recruitTwoSep:not(:first-child){margin-top:40px;}
	.page_recruitTwo .recruitTwoSep>dd{width:calc(50% - 10px);}
	.page_recruitTwo .recruitTwoSep>dd>h3{font-size:24px;letter-spacing:3px;}
	.page_recruitTwo .recruitTwoSep>dd>div{margin-top:20px;}
	.page_recruitTwo .recruitTwoSep>dd>i{margin-top:20px;max-width:162px;}
	.page_recruitTwo .recruitTwoSep>dt{width:calc(50% - 10px);}
}
@media (max-width:980px){
	.page_recruitTwo .recruitTwoSep{display:block;}
	.page_recruitTwo .recruitTwoSep>dd{width:100%;}
	.page_recruitTwo .recruitTwoSep>dd>h3{font-size:20px;letter-spacing:2px;}
	.page_recruitTwo .recruitTwoSep>dd>i{max-width:142px;}
	.page_recruitTwo .recruitTwoSep>dt{margin:20px auto 0;width:100%;max-width:530px;}
}

.page_recruitThree{padding:60px 40px;}
.page_recruitThree .page_recruitThreeMat{margin-top:60px;max-width:1000px;}
.page_recruitThree .page_recruitThreeMat>dl{display:flex;border-top:1px solid #bacadd;}
.page_recruitThree .page_recruitThreeMat>dl>dt{padding:20px 40px;width:240px;background:#f5f9fd;color:#00397e;font-weight:bold;}
.page_recruitThree .page_recruitThreeMat>dl>dd{padding:20px 40px;width:calc(100% - 240px);}
.page_recruitThree .page_recruitThreeMat>dl:nth-of-type(11){border-bottom:1px solid #bacadd;}
@media (max-width:1380px){
	.page_recruitThree{padding:50px 30px;}
	.page_recruitThree .page_recruitThreeMat{margin-top:50px;}
	.page_recruitThree .page_recruitThreeMat>dl>dt{padding:18px 30px;width:220px;}
	.page_recruitThree .page_recruitThreeMat>dl>dd{padding:18px 30px;width:calc(100% - 220px);}
}
@media (max-width:1180px){
	.page_recruitThree{padding:40px 20px;}
	.page_recruitThree .page_recruitThreeMat{margin-top:40px;}
	.page_recruitThree .page_recruitThreeMat>dl>dt{padding:16px 20px;width:200px;}
	.page_recruitThree .page_recruitThreeMat>dl>dd{padding:16px 20px;width:calc(100% - 200px);}
}
@media (max-width:680px){
	.page_recruitThree .page_recruitThreeMat>dl{display:block;}
	.page_recruitThree .page_recruitThreeMat>dl>dt{width:100%;}
	.page_recruitThree .page_recruitThreeMat>dl>dd{width:100%;}
}

.page_recruitFour{padding:60px 40px;}
.page_recruitFour .page_recruitFourMat{max-width:1200px;}
.page_recruitFour .recruitForm>*:not(:first-child){margin-top:40px;}
.page_recruitFour .recruitForm>div>dl{display:flex;border-top:1px solid #dae6f2;}
.page_recruitFour .recruitForm>div>dl>dt{display:flex;align-items:center;padding:20px 40px;width:300px;background:#2361ac;
	color:#fff;font-weight:bold;
}
.page_recruitFour .recruitForm>div>dl>dd{padding:10px;width:calc(100% - 300px);}
.page_recruitFour .recruitForm>div>dl>dd>input,
.page_recruitFour .recruitForm>div>dl>dd>textarea{padding:15px;width:100%;background:#dae6f2;}
.page_recruitFour .recruitForm>div>dl:nth-of-type(1)>dd>input,
.page_recruitFour .recruitForm>div>dl:nth-of-type(3)>dd>input,
.page_recruitFour .recruitForm>div>dl:nth-of-type(4)>dd>input{width:50%;}
.page_recruitFour .recruitForm>div>dl>dd>textarea{height:150px;}
.page_recruitFour .recruitForm>div>dl:nth-of-type(5){border-bottom:1px solid #dae6f2;}
.page_recruitFour .send{display:flex;justify-content:center;align-items:center;}
.page_recruitFour .send>input{padding:20px 40px;line-height:1;background:#2361ac;border-radius:60px;color:#fff;cursor:pointer;}
.page_recruitFour .send>input:hover{background:#90a8c8;}
body.page-id-24 .page_recruitFour{padding:0 40px 60px;}
@media (max-width:1380px){
	.page_recruitFour{padding:50px 30px;}
	.page_recruitFour .recruitForm>*:not(:first-child){margin-top:30px;}
	.page_recruitFour .recruitForm>div>dl>dt{padding:18px 30px;width:260px;}
	.page_recruitFour .recruitForm>div>dl>dd{padding:8px;width:calc(100% - 260px);}
	.page_recruitFour .recruitForm>div>dl>dd>input,
	.page_recruitFour .recruitForm>div>dl>dd>textarea{padding:13px;}
	.page_recruitFour .recruitForm>div>dl:nth-of-type(1)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(3)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(4)>dd>input{width:60%;}
	.page_recruitFour .recruitForm>div>dl>dd>textarea{height:130px;}
	.page_recruitFour .send>input{padding:18px 30px;}
	body.page-id-24 .page_recruitFour{padding:0 30px 50px;}
}
@media (max-width:1180px){
	.page_recruitFour{padding:40px 20px;}
	.page_recruitFour .recruitForm>*:not(:first-child){margin-top:20px;}
	.page_recruitFour .recruitForm>div>dl>dt{padding:16px 20px;width:220px;}
	.page_recruitFour .recruitForm>div>dl>dd{padding:6px;width:calc(100% - 220px);}
	.page_recruitFour .recruitForm>div>dl>dd>input,
	.page_recruitFour .recruitForm>div>dl>dd>textarea{padding:11px;}
	.page_recruitFour .recruitForm>div>dl:nth-of-type(1)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(3)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(4)>dd>input{width:70%;}
	.page_recruitFour .recruitForm>div>dl>dd>textarea{height:110px;}
	.page_recruitFour .send>input{padding:16px 20px;}
	body.page-id-24 .page_recruitFour{padding:0 20px 40px;}
}
@media (max-width:780px){
	.page_recruitFour .recruitForm>div>dl{display:block;}
	.page_recruitFour .recruitForm>div>dl>dt{width:100%;}
	.page_recruitFour .recruitForm>div>dl>dd{padding:6px 0;width:100%;}
	.page_recruitFour .recruitForm>div>dl:nth-of-type(1)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(3)>dd>input,
	.page_recruitFour .recruitForm>div>dl:nth-of-type(4)>dd>input{width:100%;}
}

/*page_partner*/
.page_partnerOne{margin-top:200px;padding:60px 40px;background:#2361ac;}
.page_partnerOne .partnerOneSep{display:flex;align-items:flex-end;margin-top:-160px;}
.page_partnerOne .partnerOneSep>dt{width:55%;}
.page_partnerOne .partnerOneSep>dt:after{padding-top:60%;min-height:290px;}
.page_partnerOne .partnerOneSep>dd{display:flex;flex-direction:column;align-items:flex-start;margin-left:-10%;padding-bottom:60px;width:55%;}
.page_partnerOne .partnerOneSep>dd>h6{padding:20px;background:#fff;}
.page_partnerOne .partnerOneSep>dd>h6:not(:first-child){margin-top:20px;margin-left:60px;}
.page_partnerOne .partnerOneTxt{margin:60px auto 0;width:100%;max-width:1000px;color:#fff;}
.page_partnerOne .partnerOneTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_partnerOne{margin-top:180px;padding:50px 30px;}
	.page_partnerOne .partnerOneSep{margin-top:-140px;}
	.page_partnerOne .partnerOneSep>dd{padding-bottom:50px;}
	.page_partnerOne .partnerOneSep>dd>h6{padding:18px;}
	.page_partnerOne .partnerOneSep>dd>h6:not(:first-child){margin-top:18px;margin-left:50px;}
	.page_partnerOne .partnerOneTxt{margin:50px auto 0;}
	.page_partnerOne .partnerOneTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_partnerOne{margin-top:160px;padding:40px 20px;}
	.page_partnerOne .partnerOneSep{margin-top:-120px;}
	.page_partnerOne .partnerOneSep>dd{padding-bottom:40px;}
	.page_partnerOne .partnerOneSep>dd>h6{padding:16px;}
	.page_partnerOne .partnerOneSep>dd>h6:not(:first-child){margin-top:16px;margin-left:40px;}
	.page_partnerOne .partnerOneTxt{margin:40px auto 0;}
	.page_partnerOne .partnerOneTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:700px){
	.page_partnerOne .partnerOneSep{display:block;}
	.page_partnerOne .partnerOneSep>dt{width:100%;}
	.page_partnerOne .partnerOneSep>dt:after{padding-top:30%;min-height:250px;}
	.page_partnerOne .partnerOneSep>dd{margin-left:0;margin-top:40px;width:100%;padding-bottom:0;}
}

.page_partnerTwo{padding:60px 40px;}
.page_partnerTwo .page_partnerTwoMat{margin-top:40px;max-width:1200px;}
.page_partnerTwo .partnerTwoList>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_partnerTwo .partnerTwoList>ul>li{position:relative;margin-top:40px;padding-left:40px;width:20%;}
.page_partnerTwo .partnerTwoList>ul>li>h6{text-align:center;font-size:19px;border-bottom:5px solid #ff6854;}
.page_partnerTwo .partnerTwoList>ul>li:not(:first-child):before{position:absolute;left:16px;top:50%;
	display:block;content:"";width:8px;height:8px;background:#333;border-radius:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_partnerTwo .partnerTwoTxt{margin-top:40px;}
.page_partnerTwo .partnerTwoTxt>*:not(:first-child){margin-top:15px;}
.page_partnerTwo .partnerTwoReg{margin-top:40px;}
.page_partnerTwo .partnerTwoReg>dl{display:flex;}
.page_partnerTwo .partnerTwoReg>dl:not(:first-child){margin-top:10px;}
.page_partnerTwo .partnerTwoReg>dl>dt{display:flex;justify-content:center;align-items:center;
	padding:20px;width:240px;background:#a4c6ee;color:#00397e;font-weight:bold;
}
.page_partnerTwo .partnerTwoReg>dl>dd{margin-left:10px;padding:20px;width:calc(100% - 250px);background:#f5f9fd;}
@media (max-width:1380px){
	.page_partnerTwo{padding:50px 30px;}
	.page_partnerTwo .page_partnerTwoMat{margin-top:35px;}
	.page_partnerTwo .partnerTwoList>ul{margin-top:-30px;margin-left:-30px;}
	.page_partnerTwo .partnerTwoList>ul>li{margin-top:30px;padding-left:30px;}
	.page_partnerTwo .partnerTwoList>ul>li>h6{font-size:17px;border-bottom-width:4px;}
	.page_partnerTwo .partnerTwoList>ul>li:not(:first-child):before{left:12px;width:6px;height:6px;}
	.page_partnerTwo .partnerTwoTxt{margin-top:35px;}
	.page_partnerTwo .partnerTwoTxt>*:not(:first-child){margin-top:10px;}
	.page_partnerTwo .partnerTwoReg{margin-top:35px;}
	.page_partnerTwo .partnerTwoReg>dl:not(:first-child){margin-top:8px;}
	.page_partnerTwo .partnerTwoReg>dl>dt{padding:18px;width:200px;}
	.page_partnerTwo .partnerTwoReg>dl>dd{margin-left:8px;padding:18px;width:calc(100% - 208px);}
}
@media (max-width:1180px){
	.page_partnerTwo{padding:40px 20px;}
	.page_partnerTwo .page_partnerTwoMat{margin-top:30px;}
	.page_partnerTwo .partnerTwoList>ul{margin-top:-20px;margin-left:-20px;}
	.page_partnerTwo .partnerTwoList>ul>li{margin-top:20px;padding-left:20px;}
	.page_partnerTwo .partnerTwoList>ul>li>h6{font-size:15px;border-bottom-width:3px;}
	.page_partnerTwo .partnerTwoList>ul>li:not(:first-child):before{left:8px;width:4px;height:4px;}
	.page_partnerTwo .partnerTwoTxt{margin-top:30px;}
	.page_partnerTwo .partnerTwoReg{margin-top:30px;}
	.page_partnerTwo .partnerTwoReg>dl:not(:first-child){margin-top:6px;}
	.page_partnerTwo .partnerTwoReg>dl>dt{padding:16px;width:160px;}
	.page_partnerTwo .partnerTwoReg>dl>dd{margin-left:6px;padding:16px;width:calc(100% - 166px);}
}
@media (max-width:930px){
	.page_partnerTwo .partnerTwoList>ul>li{width:25%;}
	.page_partnerTwo .partnerTwoList>ul>li:nth-of-type(5):before{display:none;}
	.page_partnerTwo .partnerTwoReg>dl{display:block;}
	.page_partnerTwo .partnerTwoReg>dl>dt{justify-content:flex-start;width:100%;}
	.page_partnerTwo .partnerTwoReg>dl>dd{margin-top:6px;margin-left:0;width:100%;}
}
@media (max-width:750px){
	.page_partnerTwo .partnerTwoList>ul>li{width:33.333333%;}
	.page_partnerTwo .partnerTwoList>ul>li:nth-of-type(4):before{display:none;}
}
@media (max-width:570px){
	.page_partnerTwo .partnerTwoList>ul>li{width:50%;}
	.page_partnerTwo .partnerTwoList>ul>li:nth-of-type(3):before,
	.page_partnerTwo .partnerTwoList>ul>li:nth-of-type(2):before{display:none;}
}
@media (max-width:390px){
	.page_partnerTwo .partnerTwoList>ul>li{width:100%;}
}

.page_partnerThree{padding:60px 40px;background:#f2f7fc;}
.page_partnerThree .page_partnerThreeMat{margin-top:40px;max-width:900px;}
.page_partnerThree .partnerThreeList>ul>li{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.page_partnerThree .partnerThreeList>ul>li>h6{padding:20px;width:100%;max-width:290px;text-align:center;line-height:1;
	border:5px solid #2361ac;
}
.page_partnerThree .partnerThreeList>ul>li:not(:first-child){margin-top:15px;}
.page_partnerThree .partnerThreeList>ul>li:not(:first-child):before{display:block;content:"";margin-bottom:15px;width:28px;height:25px;
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-size:28px 25px;
}
.page_partnerThree .partnerThreeTxt{margin-top:40px;text-align:center;}
@media (max-width:1380px){
	.page_partnerThree{padding:50px 30px;}
	.page_partnerThree .page_partnerThreeMat{margin-top:35px;}
	.page_partnerThree .partnerThreeList>ul>li>h6{padding:18px;max-width:250px;border-width:4px;}
	.page_partnerThree .partnerThreeList>ul>li:not(:first-child){margin-top:13px;}
	.page_partnerThree .partnerThreeList>ul>li:not(:first-child):before{margin-bottom:13px;width:25px;height:22px;background-size:25px 22px;}
	.page_partnerThree .partnerThreeTxt{margin-top:35px;}
}
@media (max-width:1180px){
	.page_partnerThree{padding:40px 20px;}
	.page_partnerThree .page_partnerThreeMat{margin-top:30px;}
	.page_partnerThree .partnerThreeList>ul>li>h6{padding:16px;max-width:210px;border-width:3px;}
	.page_partnerThree .partnerThreeList>ul>li:not(:first-child){margin-top:11px;}
	.page_partnerThree .partnerThreeList>ul>li:not(:first-child):before{margin-bottom:11px;width:22px;height:19px;background-size:22px 19px;}
	.page_partnerThree .partnerThreeTxt{margin-top:30px;}
}

.page_partnerFour{padding:60px 40px;}
.page_partnerFour .page_partnerFourMat{max-width:1200px;}
.page_partnerFour .partnerForm>*:not(:first-child){margin-top:35px;}
.page_partnerFour .partnerForm>div>dl{display:flex;border-top:1px solid #dae6f2;}
.page_partnerFour .partnerForm>div>dl>dt{display:flex;align-items:center;padding:20px 40px;width:300px;background:#2361ac;
	color:#fff;font-weight:bold;
}
.page_partnerFour .partnerForm>div>dl>dd{padding:10px;width:calc(100% - 300px);}
.page_partnerFour .partnerForm>div>dl>dd>input,
.page_partnerFour .partnerForm>div>dl>dd>textarea{padding:15px;width:100%;background:#dae6f2;}
.page_partnerFour .partnerForm>div>dl:nth-of-type(1)>dd>input,
.page_partnerFour .partnerForm>div>dl:nth-of-type(3)>dd>input,
.page_partnerFour .partnerForm>div>dl:nth-of-type(4)>dd>input{width:50%;}
.page_partnerFour .partnerForm>div>dl>dd>textarea{height:150px;}
.page_partnerFour .partnerForm>div>dl:nth-of-type(6){border-bottom:1px solid #dae6f2;}
.page_partnerFour .send{display:flex;justify-content:center;align-items:center;}
.page_partnerFour .send>input{padding:20px 40px;line-height:1;background:#2361ac;border-radius:60px;color:#fff;cursor:pointer;}
.page_partnerFour .send>input:hover{background:#90a8c8;}
@media (max-width:1380px){
	.page_partnerFour{padding:50px 30px;}
	.page_partnerFour .partnerForm>*:not(:first-child){margin-top:30px;}
	.page_partnerFour .partnerForm>div>dl>dt{padding:18px 30px;width:260px;}
	.page_partnerFour .partnerForm>div>dl>dd{padding:8px;width:calc(100% - 260px);}
	.page_partnerFour .partnerForm>div>dl>dd>input,
	.page_partnerFour .partnerForm>div>dl>dd>textarea{padding:13px;}
	.page_partnerFour .partnerForm>div>dl:nth-of-type(1)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(3)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(4)>dd>input{width:60%;}
	.page_partnerFour .partnerForm>div>dl>dd>textarea{height:130px;}
	.page_partnerFour .send>input{padding:18px 30px;}
}
@media (max-width:1180px){
	.page_partnerFour{padding:40px 20px;}
	.page_partnerFour .partnerForm>*:not(:first-child){margin-top:25px;}
	.page_partnerFour .partnerForm>div>dl>dt{padding:16px 20px;width:220px;}
	.page_partnerFour .partnerForm>div>dl>dd{padding:6px;width:calc(100% - 220px);}
	.page_partnerFour .partnerForm>div>dl>dd>input,
	.page_partnerFour .partnerForm>div>dl>dd>textarea{padding:11px;}
	.page_partnerFour .partnerForm>div>dl:nth-of-type(1)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(3)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(4)>dd>input{width:70%;}
	.page_partnerFour .partnerForm>div>dl>dd>textarea{height:110px;}
	.page_partnerFour .send>input{padding:16px 20px;}
}
@media (max-width:780px){
	.page_partnerFour .partnerForm>div>dl{display:block;}
	.page_partnerFour .partnerForm>div>dl>dt{width:100%;}
	.page_partnerFour .partnerForm>div>dl>dd{padding:6px 0;width:100%;}
	.page_partnerFour .partnerForm>div>dl:nth-of-type(1)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(3)>dd>input,
	.page_partnerFour .partnerForm>div>dl:nth-of-type(4)>dd>input{width:100%;}
}

/*page_news*/
.page_news{padding:20px 40px 60px;}
.page_news .page_newsMat{max-width:1320px;}
.page_news .page_newsMat>ul>li{border-bottom:2px solid #d2dbe6;}
.page_news .page_newsMat>ul>li>a{display:flex;align-items:center;padding:40px;}
.page_news .page_newsMat>ul>li>a>span{display:block;width:100px;color:#2361ac;}
.page_news .page_newsMat>ul>li>a>hgroup{padding-left:40px;width:calc(100% - 100px);color:#222;}
.page_news .page_newsMat>ul>li>a>hgroup>p{margin-top:10px;}
.page_news .page_newsMat>ul>li>a:hover>hgroup{color:#2361ac;}
@media (max-width:1380px){
	.page_news{padding:20px 30px 50px;}
	.page_news .page_newsMat>ul>li>a{padding:30px;}
	.page_news .page_newsMat>ul>li>a>span{width:90px;}
	.page_news .page_newsMat>ul>li>a>hgroup{padding-left:30px;width:calc(100% - 90px);}
	.page_news .page_newsMat>ul>li>a>hgroup>p{margin-top:8px;}
}
@media (max-width:1180px){
	.page_news{padding:20px 20px 40px;}
	.page_news .page_newsMat>ul>li>a{padding:20px;}
	.page_news .page_newsMat>ul>li>a>span{width:80px;}
	.page_news .page_newsMat>ul>li>a>hgroup{padding-left:20px;width:calc(100% - 80px);}
	.page_news .page_newsMat>ul>li>a>hgroup>p{margin-top:6px;}
}
@media (max-width:800px){
	.page_news .page_newsMat>ul>li>a{display:block;}
	.page_news .page_newsMat>ul>li>a>hgroup{margin-top:10px;padding-left:0;width:100%;}
}

/*newsNav*/
.newsNav{display:flex;justify-content:center;margin-top:30px;line-height:1;font-size:14px;}
.newsNav>*{margin:0 6px;padding:8px 12px;border:1px solid #ccc;color:#999;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.newsNav>*:hover,.newsNav>*.current{background:#2361ac;border-color:#2361ac;color:#fff;}

/*page_newsDet*/
.page_newsDet{padding:60px 40px;}
.page_newsDet .newsDetTit>hr{margin:10px 0 15px;width:100%;height:2px;background:#2361ac;border:none;}
.page_newsDet .newsDetTit>hgroup{display:flex;align-items:center;line-height:1;font-size:15px;}
.page_newsDet .newsDetTit>hgroup>em{display:block;margin-left:20px;padding:10px;background:#2361ac;color:#fff;}
.page_newsDet .newsDetPic{margin:40px auto 0;width:100%;max-width:760px;text-align:center;}
.page_newsDet .newsDetPic>img{display:inline-block;}
.page_newsDet .newsDetTxt{margin-top:25px;}
.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_newsDet{padding:50px 30px;}
	.page_newsDet .newsDetTit>hgroup{font-size:14px;}
	.page_newsDet .newsDetTit>hgroup>em{margin-left:15px;padding:8px;}
	.page_newsDet .newsDetPic{margin:35px auto 0;max-width:660px;}
	.page_newsDet .newsDetTxt{margin-top:20px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_newsDet{padding:40px 20px;}
	.page_newsDet .newsDetTit>hgroup>em{margin-left:10px;}
	.page_newsDet .newsDetPic{margin:30px auto 0;max-width:560px;}
}
@media (max-width:980px){
	.page_newsDet .newsDetPic{max-width:460px;}
}

/*newsDetNav*/
.newsDetNav{display:flex;justify-content:center;align-items:center;margin-top:30px;line-height:1;font-size:14px;}
.newsDetNav>a{display:block;margin:0 20px;padding:10px 20px;border:2px solid #333;color:#333;}
.newsDetNav>a:hover{background:#2361ac;border-color:#31add5;color:#fff;}
.newsDetNav>p>a{display:block;color:#333;}
.newsDetNav>p>a:hover{text-decoration:underline;}
@media (max-width:1380px){
	.newsDetNav{margin-top:25px;}
	.newsDetNav>a{margin:0 15px;}
}

/*page_blog*/
.page_blog{padding:60px 40px;}
.page_blog .page_blogMat{display:flex;justify-content:space-between;align-items:flex-start;}
.page_blog .page_blogMat>dt{padding-right:40px;width:calc(100% - 220px);}
.page_blog .page_blogMat>dt>ul{display:flex;flex-wrap:wrap;margin-top:-30px;margin-left:-20px;}
.page_blog .page_blogMat>dt>ul>li{margin-top:30px;padding-left:20px;width:25%;}
.page_blog .page_blogMat>dt>ul>li>a{display:block;}
.page_blog .page_blogMat>dt>ul>li>a>figure{
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_blog .page_blogMat>dt>ul>li>a>figure:after{padding-top:70%;}
.page_blog .page_blogMat>dt>ul>li>a>hgroup{margin-top:20px;}
.page_blog .page_blogMat>dt>ul>li>a>hgroup>span{font-size:16px;color:#31add5;}
.page_blog .page_blogMat>dt>ul>li>a>hgroup>h6{color:#333;}
.page_blog .page_blogMat>dt>ul>li>a:hover>figure{box-shadow:0 0 5px rgba(0,0,0,0.5);}
.page_blog .page_blogMat>dd{width:220px;line-height:1;}
.page_blog .page_blogMat>dd>hgroup{display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase;}
.page_blog .page_blogMat>dd>hgroup>h3{font-size:32px;}
.page_blog .page_blogMat>dd>hgroup>h6{margin-top:15px;}
.page_blog .page_blogMat>dd>ul{margin-top:30px;}
.page_blog .page_blogMat>dd>ul>li:not(:first-child){margin-top:10px;}
.page_blog .page_blogMat>dd>ul>li>a{display:block;padding:20px;text-align:center;background:#31add5;color:#fff;font-weight:bold;}
.page_blog .page_blogMat>dd>ul>li>a:hover{background:#2435af;}
@media (max-width:1380px){
	.page_blog{padding:50px 30px;}
	.page_blog .page_blogMat>dt{padding-right:30px;width:calc(100% - 200px);}
	.page_blog .page_blogMat>dt>ul{margin-top:-20px;margin-left:-15px;}
	.page_blog .page_blogMat>dt>ul>li{margin-top:20px;padding-left:15px;}
	.page_blog .page_blogMat>dt>ul>li>a>hgroup{margin-top:15px;}
	.page_blog .page_blogMat>dt>ul>li>a>hgroup>span{font-size:15px;}
	.page_blog .page_blogMat>dd{width:200px;}
	.page_blog .page_blogMat>dd>hgroup>h3{font-size:28px;}
	.page_blog .page_blogMat>dd>hgroup>h6{margin-top:13px;}
	.page_blog .page_blogMat>dd>ul{margin-top:25px;}
	.page_blog .page_blogMat>dd>ul>li:not(:first-child){margin-top:8px;}
	.page_blog .page_blogMat>dd>ul>li>a{padding:18px;}
}
@media (max-width:1180px){
	.page_blog{padding:40px 20px;}
	.page_blog .page_blogMat>dt{padding-right:20px;width:calc(100% - 180px);}
	.page_blog .page_blogMat>dt>ul{margin-left:-10px;}
	.page_blog .page_blogMat>dt>ul>li{padding-left:10px;}
	.page_blog .page_blogMat>dt>ul>li>a>hgroup{margin-top:10px;}
	.page_blog .page_blogMat>dt>ul>li>a>hgroup>span{font-size:14px;}
	.page_blog .page_blogMat>dd{width:180px;}
	.page_blog .page_blogMat>dd>hgroup>h3{font-size:24px;}
	.page_blog .page_blogMat>dd>hgroup>h6{margin-top:11px;}
	.page_blog .page_blogMat>dd>ul{margin-top:20px;}
	.page_blog .page_blogMat>dd>ul>li:not(:first-child){margin-top:6px;}
	.page_blog .page_blogMat>dd>ul>li>a{padding:16px;}
}
@media (max-width:980px){
	.page_blog .page_blogMat{display:block;}
	.page_blog .page_blogMat>dt{padding-right:0;width:100%;}
	.page_blog .page_blogMat>dd{display:none;}
}
@media (max-width:780px){
	.page_blog .page_blogMat>dt>ul>li{width:33.33333333%;}
}
@media (max-width:580px){
	.page_blog .page_blogMat>dt>ul>li{width:50%;}
}

/*page_blogDet*/
.page_blogDet{padding:60px 40px;}
.page_blogDet .blogDetTit>hr{margin:10px 0 15px;width:100%;height:2px;background:#31add5;border:none;}
.page_blogDet .blogDetTit>hgroup{display:flex;align-items:center;line-height:1;font-size:15px;}
.page_blogDet .blogDetTit>hgroup>em{display:block;margin-left:20px;padding:10px;background:#31add5;color:#fff;}
.page_blogDet .blogDetPic{margin:40px auto 0;width:100%;max-width:760px;text-align:center;}
.page_blogDet .blogDetPic>img{display:inline-block;}
.page_blogDet .blogDetTxt{margin-top:25px;}
.page_blogDet .blogDetTxt>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_blogDet{padding:50px 30px;}
	.page_blogDet .blogDetTit>hgroup{font-size:14px;}
	.page_blogDet .blogDetTit>hgroup>em{margin-left:15px;padding:8px;}
	.page_blogDet .blogDetPic{margin:35px auto 0;max-width:660px;}
	.page_blogDet .blogDetTxt{margin-top:20px;}
	.page_blogDet .blogDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_blogDet{padding:40px 20px;}
	.page_blogDet .blogDetTit>hgroup>em{margin-left:10px;}
	.page_blogDet .blogDetPic{margin:30px auto 0;max-width:560px;}
}
@media (max-width:980px){
	.page_blogDet .blogDetPic{max-width:460px;}
}

/*blogDetNav*/
.blogDetNav{display:flex;justify-content:center;align-items:center;margin-top:30px;line-height:1;font-size:14px;}
.blogDetNav>a{display:block;margin:0 20px;padding:10px 20px;border:2px solid #333;color:#333;}
.blogDetNav>a:hover{background:#31add5;border-color:#31add5;color:#fff;}
.blogDetNav>p>a{display:block;color:#333;}
.blogDetNav>p>a:hover{text-decoration:underline;}
@media (max-width:1380px){
	.blogDetNav{margin-top:25px;}
	.blogDetNav>a{margin:0 15px;}
}

/*page_aboutUs*/
/*.page_aboutUsOne{padding:60px 40px;}
.page_aboutUsOne .page_aboutUsOneMat{display:flex;justify-content:space-between;align-items:center;}
.page_aboutUsOne .page_aboutUsOneMat>dd{padding-right:40px;width:calc(100% - 460px);}
.page_aboutUsOne .page_aboutUsOneMat>dd .common_tit2{justify-content:flex-start;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin-top:40px;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div>*:not(:first-child){margin-top:15px;}
.page_aboutUsOne .page_aboutUsOneMat>dt{width:460px;}
.page_aboutUsOne .page_aboutUsOneMat>dt>i{display:block;margin-top:30px;width:100%;max-width:248px;}
@media (max-width:1380px){
	.page_aboutUsOne{padding:50px 30px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd{padding-right:30px;width:calc(100% - 420px);}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin-top:35px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>*:not(:first-child){margin-top:10px;}
	.page_aboutUsOne .page_aboutUsOneMat>dt{width:420px;}
	.page_aboutUsOne .page_aboutUsOneMat>dt>i{margin-top:25px;max-width:208px;}
}
@media (max-width:1180px){
	.page_aboutUsOne{padding:40px 20px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd{padding-right:20px;width:calc(100% - 380px);}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin-top:30px;}
	.page_aboutUsOne .page_aboutUsOneMat>dt{width:380px;}
	.page_aboutUsOne .page_aboutUsOneMat>dt>i{margin-top:20px;max-width:168px;}
}
@media (max-width:980px){
	.page_aboutUsOne .page_aboutUsOneMat{display:block;}
	.page_aboutUsOne .page_aboutUsOneMat>dd{padding-right:0;width:100%;}
	.page_aboutUsOne .page_aboutUsOneMat>dd .common_tit2{justify-content:center;}
	.page_aboutUsOne .page_aboutUsOneMat>dt{margin:30px auto 0;width:100%;max-width:340px;}
}*/
.page_aboutUsOne{padding:60px 40px;}
.page_aboutUsOne .page_aboutUsOneMat>dt{display:none;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin:40px auto 0;max-width:800px;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div>*:not(:first-child){margin-top:15px;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div>i{display:block;margin-top:30px !important;text-align:right;}
.page_aboutUsOne .page_aboutUsOneMat>dd>div>i>img{display:inline-block;width:100%;max-width:248px;}
@media (max-width:1380px){
	.page_aboutUsOne{padding:50px 30px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin:35px auto 0;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>*:not(:first-child){margin-top:10px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>i{margin-top:25px !important;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>i>img{max-width:208px;}
}
@media (max-width:1180px){
	.page_aboutUsOne{padding:40px 20px;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div{margin:30px auto 0;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>i{margin-top:20px !important;}
	.page_aboutUsOne .page_aboutUsOneMat>dd>div>i>img{max-width:168px;}
}

.page_aboutUsTwo{padding:60px 40px;background:#f5f9fd;}
.page_aboutUsTwo .page_aboutUsTwoMat{margin-top:50px;}
.page_aboutUsTwo .page_aboutUsTwoMat>figure{margin:0 auto;width:100%;max-width:833px;}
@media (max-width:1380px){
	.page_aboutUsTwo{padding:50px 30px;}
	.page_aboutUsTwo .page_aboutUsTwoMat{margin-top:45px;}
	.page_aboutUsTwo .page_aboutUsTwoMat>figure{max-width:733px;}
}
@media (max-width:1180px){
	.page_aboutUsTwo{padding:40px 20px;}
	.page_aboutUsTwo .page_aboutUsTwoMat{margin-top:40px;}
	.page_aboutUsTwo .page_aboutUsTwoMat>figure{max-width:633px;}
}

.page_aboutUsThree{padding:60px 40px;}
.page_aboutUsThree .page_aboutUsThreeMat{margin-top:50px;max-width:800px;}
.page_aboutUsThree .page_aboutUsThreeMat>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_aboutUsThree{padding:50px 30px;}
	.page_aboutUsThree .page_aboutUsThreeMat{margin-top:45px;}
	.page_aboutUsThree .page_aboutUsThreeMat>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_aboutUsThree{padding:40px 20px;}
	.page_aboutUsThree .page_aboutUsThreeMat{margin-top:40px;}
}

.page_aboutUsFour{padding:60px 40px;background:#f5f9fd;}
.page_aboutUsFour .page_aboutUsFourMat{margin-top:50px;max-width:1020px;}
.page_aboutUsFour .page_aboutUsFourMat>dl{display:flex;align-items:center;}
.page_aboutUsFour .page_aboutUsFourMat>dl:not(:first-child){margin-top:30px;}
.page_aboutUsFour .page_aboutUsFourMat>dl>dt{display:flex;align-items:center;width:305px;}
.page_aboutUsFour .page_aboutUsFourMat>dl>dt>h6{font-size:22px;color:#00397e;}
.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span{position:relative;margin-left:20px;width:200px;height:2px;background:#b6d4f2;}
.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span:before{position:absolute;top:-8px;left:50%;display:block;content:"";width:16px;height:16px;
	background:#fff;border:4px solid #31add5;border-radius:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_aboutUsFour .page_aboutUsFourMat>dl>dd{margin-left:20px;width:calc(100% - 325px);}
@media (max-width:1380px){
	.page_aboutUsFour{padding:50px 30px;}
	.page_aboutUsFour .page_aboutUsFourMat{margin-top:45px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl:not(:first-child){margin-top:25px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt{width:270px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>h6{font-size:20px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span{margin-left:15px;width:180px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span:before{top:-7px;width:14px;height:14px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dd{margin-left:15px;width:calc(100% - 285px);}
}
@media (max-width:1180px){
	.page_aboutUsFour{padding:40px 20px;}
	.page_aboutUsFour .page_aboutUsFourMat{margin-top:40px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl:not(:first-child){margin-top:20px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt{width:240px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>h6{font-size:18px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span{margin-left:10px;width:160px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span:before{top:-6px;width:12px;height:12px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dd{margin-left:10px;width:calc(100% - 250px);}
}
@media (max-width:780px){
	.page_aboutUsFour .page_aboutUsFourMat>dl{display:block;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt{flex-direction:column;width:100%;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>h6{font-size:16px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span{margin-top:10px;margin-left:0;width:2px;height:40px;}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dt>span:before{top:50%;
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	.page_aboutUsFour .page_aboutUsFourMat>dl>dd{margin-top:10px;margin-left:0;width:100%;text-align:center;}
}

.page_aboutUsFive{padding:60px 40px;}
.page_aboutUsFive .common_tit2{justify-content:flex-start;max-width:1120px;margin:0 auto;}
.page_aboutUsFive .common_tit2 h3{background:#31add5;}
.page_aboutUsFive .page_aboutUsFiveMat{margin-top:50px;max-width:1120px;}
.page_aboutUsFive .page_aboutUsFiveMat>dd>dl:first-child{border-top: 1px solid #181818;}
.page_aboutUsFive .page_aboutUsFiveMat>dd>dl{display:flex;justify-content:space-between;border: 1px solid #181818;border-top: none;}
/* .page_aboutUsFive .page_aboutUsFiveMat>dd>dl:not(:first-child){margin-top:10px;} */
.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dt{display:flex;justify-content:center;align-items:center;
	padding:20px;width:240px;background:#54beb5/*a4c6ee*/;color:#f2f2f2/*00397e*/;font-weight:bold;border-right: 1px solid #181818;
}
.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dd{/*margin-left:10px;*/padding:20px;width:calc(100% - 240px);background:#FFF/*f5f9fd*/;}
.page_aboutUsFive .page_aboutUsFiveMat>dt{margin-top:40px;}
.page_aboutUsFive .page_aboutUsFiveMat>dt .googlemap{height:450px;}
@media (max-width:1380px){
	.page_aboutUsFive{padding:50px 30px;}
	.page_aboutUsFive .page_aboutUsFiveMat{margin-top:45px;}
/* 	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl:not(:first-child){margin-top:8px;} */
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dt{padding:18px;width:200px;}
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dd{/*margin-left:8px;*/padding:18px;width:calc(100% - 208px);}
	.page_aboutUsFive .page_aboutUsFiveMat>dt{margin-top:35px;}
	.page_aboutUsFive .page_aboutUsFiveMat>dt .googlemap{height:400px;}
}
@media (max-width:1180px){
	.page_aboutUsFive{padding:40px 20px;}
	.page_aboutUsFive .page_aboutUsFiveMat{margin-top:40px;}
/* 	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl:not(:first-child){margin-top:6px;} */
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dt{padding:16px;width:160px;}
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dd{/*margin-left:6px;*/padding:16px;width:calc(100% - 166px);}
	.page_aboutUsFive .page_aboutUsFiveMat>dt{margin-top:30px;}
	.page_aboutUsFive .page_aboutUsFiveMat>dt .googlemap{height:350px;}
}
@media (max-width:680px){
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl{display:block;}
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dt{justify-content:flex-start;width:100%;border-right:0;border-bottom:1px solid #181818;}
	.page_aboutUsFive .page_aboutUsFiveMat>dd>dl>dd{/*margin-top:6px;*/margin-left:0;width:100%;}
	.page_aboutUsFive .page_aboutUsFiveMat>dt .googlemap{height:300px;}
}

/*page_roof-work*/
.page_roofWorOne{padding:60px 40px;}
.page_roofWorOne .page_roofWorOneMat{margin-top:40px;}
.page_roofWorOne .page_roofWorOneMat>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_roofWorOne{padding:50px 30px;}
	.page_roofWorOne .page_roofWorOneMat{margin-top:35px;}
	.page_roofWorOne .page_roofWorOneMat>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_roofWorOne{padding:40px 20px;}
	.page_roofWorOne .page_roofWorOneMat{margin-top:30px;}
	.page_roofWorOne .page_roofWorOneMat>*:not(:first-child){margin-top:10px;}
}

.page_roofWorTwo{padding:60px 40px;background:#f6f9fe;}
.page_roofWorTwo .roofWorTwoList{margin-top:50px;}
.page_roofWorTwo .roofWorTwoList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-60px;margin-left:-30px;}
.page_roofWorTwo .roofWorTwoList>ul>li{margin-top:60px;padding-left:30px;width:25%;}
.page_roofWorTwo .roofWorTwoList>ul>li>a{position:relative;display:block;cursor:default;}
.page_roofWorTwo .roofWorTwoList>ul>li>a>figure:after{padding-top:110%;}
.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup{position:absolute;bottom:-38px;left:50%;padding:20px 30px;width:calc(100% - 40px);
	background:rgba(35,97,172,0.8);color:#fff;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup>h6{text-align:center;font-size:20px;}
.page_roofWorTwo .roofWorTwoTxt{margin-top:80px;max-width:860px;text-align:center;}
.page_roofWorTwo .roofWorTwoTxt>*:not(:first-child){margin-top:20px;}
.page_roofWorTwo .roofWorTwoBtn{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.page_roofWorTwo .roofWorTwoBtn>a{display:flex;justify-content:center;align-items:center;padding:20px;
	width:100%;max-width:560px;background:#2361ac;color:#fff;
}
.page_roofWorTwo .roofWorTwoBtn>a>i{display:block;margin-top:4px;margin-left:15px;}
.page_roofWorTwo .roofWorTwoBtn>a:hover{background:#2435af;}
@media (max-width:1380px){
	.page_roofWorTwo{padding:50px 30px;}
	.page_roofWorTwo .roofWorTwoList{margin-top:45px;}
	.page_roofWorTwo .roofWorTwoList>ul{margin-left:-20px;}
	.page_roofWorTwo .roofWorTwoList>ul>li{padding-left:20px;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>figure:after{padding-top:100%;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup{bottom:-37px;padding:20px 25px;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup>h6{font-size:18px;}
	.page_roofWorTwo .roofWorTwoTxt{margin-top:75px;}
	.page_roofWorTwo .roofWorTwoTxt>*:not(:first-child){margin-top:15px;}
	.page_roofWorTwo .roofWorTwoBtn{margin-top:35px;}
	.page_roofWorTwo .roofWorTwoBtn>a{padding:18px;max-width:460px;}
	.page_roofWorTwo .roofWorTwoBtn>a>i{margin-top:3px;margin-left:10px;}
}
@media (max-width:1180px){
	.page_roofWorTwo{padding:40px 20px;}
	.page_roofWorTwo .roofWorTwoList{margin-top:40px;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>figure:after{padding-top:90%;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup{bottom:-35px;padding:20px;}
	.page_roofWorTwo .roofWorTwoList>ul>li>a>hgroup>h6{font-size:16px;}
	.page_roofWorTwo .roofWorTwoTxt{margin-top:70px;}
	.page_roofWorTwo .roofWorTwoTxt>*:not(:first-child){margin-top:10px;}
	.page_roofWorTwo .roofWorTwoBtn{margin-top:30px;}
	.page_roofWorTwo .roofWorTwoBtn>a{padding:16px;max-width:360px;}
	.page_roofWorTwo .roofWorTwoBtn>a>i{margin-top:2px;}
}
@media (max-width:980px){
	.page_roofWorTwo .roofWorTwoList>ul>li{width:33.3333333%;}
}
@media (max-width:780px){
	.page_roofWorTwo .roofWorTwoList{max-width:580px;}
	.page_roofWorTwo .roofWorTwoList>ul>li{width:50%;}
}
@media (max-width:520px){
	.page_roofWorTwo .roofWorTwoList{max-width:320px;}
	.page_roofWorTwo .roofWorTwoList>ul>li{width:100%;}
}

.page_roofWorThree{padding:60px 40px;}
.page_roofWorThree .roofWorThreeImg{margin-top:50px;max-width:1020px;}
.page_roofWorThree .roofWorThreeTxt{margin-top:50px;}
.page_roofWorThree .roofWorThreeTxt>div{margin-top:30px;}
.page_roofWorThree .roofWorThreeTxt>div>*:not(:first-child){margin-top:20px;}
.page_roofWorThree .roofWorThreeSep{margin-top:50px;}
.page_roofWorThree .roofWorThreeSep>dl{display:flex;justify-content:space-between;align-items:center;margin-top:50px;}
.page_roofWorThree .roofWorThreeSep>dl>dd{width:calc(50% - 20px);}
.page_roofWorThree .roofWorThreeSep>dl>dd>*:not(:first-child){margin-top:20px;}
.page_roofWorThree .roofWorThreeSep>dl>dd>hgroup>*{padding-left:19px;text-indent:-19px;}
.page_roofWorThree .roofWorThreeSep>dl>dd>hgroup>*:not(:first-child){margin-top:10px;}
.page_roofWorThree .roofWorThreeSep>dl>dt{width:calc(50% - 20px);}
.page_roofWorThree .roofWorThreeSep>dl>dt>h6{color:#2361ac;}
.page_roofWorThree .roofWorThreeSep>dl>dt>figure{margin-top:20px;}
.page_roofWorThree .roofWorThreeSep>dl>dt>figure:after{padding-top:60%;}
.page_roofWorThree .roofWorThreeBtn{margin-top:50px;padding:100px;background:#2361ac;line-height:1;font-weight:bold;}
.page_roofWorThree .roofWorThreeBtn>dl{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:60px;
	width:100%;max-width:1200px;background:#fff;border-radius:60px;
}
.page_roofWorThree .roofWorThreeBtn>dl>dt{width:calc(59% - 20px);}
.page_roofWorThree .roofWorThreeBtn>dl>dt>h6{padding:20px;text-align:center;background:#2361ac;font-size:20px;color:#ffe400;}
.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup{display:flex;justify-content:space-between;align-items:center;margin-top:30px;}
.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>a{display:block;width:100%;max-width:468px;}
.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>p{margin-left:20px;text-align:center;line-height:1.4;font-size:16px;}
.page_roofWorThree .roofWorThreeBtn>dl>dd{width:calc(41% - 20px);}
.page_roofWorThree .roofWorThreeBtn>dl>dd>h6{text-align:center;line-height:1.6;}
.page_roofWorThree .roofWorThreeBtn>dl>dd>a{position:relative;display:block;margin-top:20px;}
.page_roofWorThree .roofWorThreeBtn>dl>dd>a:after{position:absolute;left:0;bottom:-6px;display:block;content:"";width:100%;height:100%;
	background:#30b400;border-radius:70px;	
}
.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;
	padding:25px;background:#3fd707;border-radius:70px;font-size:20px;color:#fff;
	-webkit-transition:0.1s;
	transition:0.1s;
}
.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup>i{display:block;margin-right:10px;font-size:24px;}
.page_roofWorThree .roofWorThreeBtn>dl>dd>a:hover>hgroup{
	-webkit-transform:translateY(6px);
	transform:translateY(6px);
}
@media (max-width:1480px){
	.page_roofWorThree .roofWorThreeBtn{margin-top:45px;padding:80px;}
	.page_roofWorThree .roofWorThreeBtn>dl{padding:50px;border-radius:50px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt{width:calc(59% - 15px);}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>h6{padding:18px;font-size:18px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup{justify-content:center;margin-top:25px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>a{max-width:418px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>p{font-size:14px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd{width:calc(41% - 15px);}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>h6{font-size:16px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup{padding:23px;font-size:18px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup>i{margin-top:2px;margin-right:8px;font-size:22px;}
}
@media (max-width:1380px){
	.page_roofWorThree{padding:50px 30px;}
	.page_roofWorThree .roofWorThreeImg{margin-top:45px;}
	.page_roofWorThree .roofWorThreeTxt{margin-top:45px;}
	.page_roofWorThree .roofWorThreeTxt>div{margin-top:25px;}
	.page_roofWorThree .roofWorThreeTxt>div>*:not(:first-child){margin-top:15px;}
	.page_roofWorThree .roofWorThreeSep{margin-top:45px;}
	.page_roofWorThree .roofWorThreeSep>dl{margin-top:45px;}
	.page_roofWorThree .roofWorThreeSep>dl>dd{width:calc(50% - 15px);}
	.page_roofWorThree .roofWorThreeSep>dl>dd>*:not(:first-child){margin-top:15px;}
	.page_roofWorThree .roofWorThreeSep>dl>dd>hgroup>*{padding-left:17px;text-indent:-17px;}
	.page_roofWorThree .roofWorThreeSep>dl>dt{width:calc(50% - 15px);}
	.page_roofWorThree .roofWorThreeSep>dl>dt>figure{margin-top:15px;}
}
@media (max-width:1280px){
	.page_roofWorThree .roofWorThreeBtn{margin-top:40px;padding:60px;}
	.page_roofWorThree .roofWorThreeBtn>dl{padding:40px;border-radius:40px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt{width:calc(59% - 10px);}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>h6{padding:16px;font-size:16px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup{margin-top:20px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>a{max-width:368px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>p{font-size:12px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd{width:calc(41% - 15px);}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>h6{font-size:14px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup{padding:21px;font-size:16px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup>i{margin-right:6px;font-size:20px;}
}
@media (max-width:1180px){
	.page_roofWorThree{padding:40px 20px;}
	.page_roofWorThree .roofWorThreeImg{margin-top:40px;}
	.page_roofWorThree .roofWorThreeTxt{margin-top:40px;}
	.page_roofWorThree .roofWorThreeTxt>div{margin-top:20px;}
	.page_roofWorThree .roofWorThreeTxt>div>*:not(:first-child){margin-top:10px;}
	.page_roofWorThree .roofWorThreeSep{margin-top:40px;}
	.page_roofWorThree .roofWorThreeSep>dl{margin-top:40px;}
	.page_roofWorThree .roofWorThreeSep>dl>dd{width:calc(50% - 10px);}
	.page_roofWorThree .roofWorThreeSep>dl>dd>*:not(:first-child){margin-top:10px;}
	.page_roofWorThree .roofWorThreeSep>dl>dd>hgroup>*{padding-left:15px;text-indent:-15px;}
	.page_roofWorThree .roofWorThreeSep>dl>dt{width:calc(50% - 10px);}
}
@media (max-width:1080px){
	.page_roofWorThree .roofWorThreeBtn{padding:40px;}
	.page_roofWorThree .roofWorThreeBtn>dl{display:block;padding:30px;border-radius:30px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt{width:100%;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>h6{font-size:14px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>a{max-width:318px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd{margin-top:30px;width:100%;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a{margin:20px auto 0;width:100%;max-width:420px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup{padding:19px;font-size:14px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup>i{font-size:18px;}
}
@media (max-width:920px){
	.page_roofWorThree .roofWorThreeSep>dl{display:block;}
	.page_roofWorThree .roofWorThreeSep>dl>dd{width:100%;}
	.page_roofWorThree .roofWorThreeSep>dl>dt{margin:30px auto 0;width:100%;max-width:530px;}	
}
@media (max-width:620px){
	.page_roofWorThree .roofWorThreeBtn{padding:30px;}
	.page_roofWorThree .roofWorThreeBtn>dl{border-radius:20px;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>h6{line-height:1.6;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup{flex-direction:column;}
	.page_roofWorThree .roofWorThreeBtn>dl>dt>hgroup>p{margin-top:20px;margin-left:0;}
	.page_roofWorThree .roofWorThreeBtn>dl>dd>a>hgroup>i{display:none;}
}

.page_roofWorFour{padding:0 40px 60px;}
.page_roofWorFour .page_roofWorFourMat{display:flex;justify-content:space-between;margin-top:50px;}
.page_roofWorFour .page_roofWorFourMat>dt{width:calc(50% - 20px);}
.page_roofWorFour .page_roofWorFourMat>dt>figure{width:100%;max-width:700px;}
.page_roofWorFour .page_roofWorFourMat>dt>a{display:inline-block;margin-top:25px;color:#2361ac;text-decoration:underline;}
.page_roofWorFour .page_roofWorFourMat>dt>a:hover{color:#2435af;}
@media (max-width:1380px){
	.page_roofWorFour{padding:0 30px 50px;}
	.page_roofWorFour .page_roofWorFourMat{margin-top:45px;}
	.page_roofWorFour .page_roofWorFourMat>dt{width:calc(50% - 15px);}
	.page_roofWorFour .page_roofWorFourMat>dt>a{margin-top:20px;}
}
@media (max-width:1180px){
	.page_roofWorFour{padding:0 20px 40px;}
	.page_roofWorFour .page_roofWorFourMat{margin-top:40px;}
	.page_roofWorFour .page_roofWorFourMat>dt{width:calc(50% - 10px);}
	.page_roofWorFour .page_roofWorFourMat>dt>a{margin-top:15px;}
}
@media (max-width:780px){
	.page_roofWorFour .page_roofWorFourMat{flex-direction:column;justify-content:center;align-items:center;max-width:500px;}
	.page_roofWorFour .page_roofWorFourMat>dt{width:100%;}
	.page_roofWorFour .page_roofWorFourMat>dt:not(:first-child){margin-top:30px;}
}

/*page_contact*/
input,textarea{font-family:"Noto Sans JP",sans-serif;}
.mwform-radio-field input{margin-top:-4px;}
.page_contact{padding:60px 40px;}
.page_contact .page_contactMat{padding:120px 100px 100px;background:#f7f7f7;}
.page_contact .contactTit{text-align:center;line-height:0.5;font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif/*"Teko",sans-serif*/;font-size:60px/*80*/;text-transform:uppercase;}
.page_contact .contactList{display:flex;justify-content:space-between;margin:60px auto 0;padding:0 60px;width:100%;max-width:750px;
	border-top:1px solid #d0d0d0;
}
.page_contact .contactList>li{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-15px;}
.page_contact .contactList>li>span{display:flex;justify-content:center;align-items:center;width:30px;height:30px;
	background:#fff;border-radius:50%;
}
.page_contact .contactList>li>span:after{display:block;content:"";width:15px;height:15px;background:#31add5;border-radius:50%;}
.page_contact .contactList>li>p{margin-top:5px;}
.page_contact .contactList>li.current>span{background:#90a8c8;}
.page_contact .contactList>li.current>span:after{background:#31add5;}
.page_contact .contactForm{margin-top:40px;}
.page_contact .contactFormShe>dl:not(:first-child){margin-top:40px;}
.page_contact .contactFormShe>dl>dt{display:flex;align-items:center;}
.page_contact .contactFormShe>dl>dt>font{display:block;margin-right:20px;padding:10px;line-height:1;background:#31add5/*2435af*/;
	font-size:12px;color:#fff;
}
.page_contact .contactFormShe>dl>dt>p{font-weight:bold;}
.page_contact .contactFormShe>dl>dd{margin-top:20px;}
.page_contact .contactFormShe>dl>dd>input,.page_contact .contactFormShe>dl>dd>textarea{padding:15px;width:100%;
	background:#fff;border:2px solid #efefef;
}
.page_contact .contactFormShe>dl>dd>textarea{height:150px;}
.page_contact .contactFormShe>dl>dd>input:focus,.page_contact .contactFormShe>dl>dd>textarea:focus{border-color:#2435af;}
.page_contact .contactFormTxt{margin-top:40px;}
.page_contact .contactFormTxt>a{color:#31add5;text-decoration:underline;}
.page_contact .contactFormTxt2{margin-top:40px;}
.page_contact .contactFormTxt2>a{color:#31add5;text-decoration:underline;}
.page_contact .contactFormPol{margin-top:30px;padding:30px;background:#fff;border:2px solid #efefef;}
.page_contact .contactFormPol>dl{padding-right:30px;max-height:360px;overflow-y:scroll;font-size:16px;}
.page_contact .contactFormPol>dl>dt:not(:first-child){margin-top:20px;}
.page_contact .contactFormPol>dl>dt>*:not(:first-child){margin-top:10px;}
.page_contact .contactFormAcp{display:flex;align-items:center;margin-top:20px;}
.page_contact .contactFormAcp>label{margin-top:-2px;margin-left:15px;color:#31add5;}
.page_contact .send{display:flex;justify-content:center;align-items:center;margin-top:30px;}
.page_contact .send>input{padding:20px 40px;line-height:1;background:#31add5/*2361ac*/;color:#fff;cursor:no-drop;}
.page_contact .send>input:hover{background:#90a8c8;}
body.page-id-41 .contactFormTxt{display:none;}
body.page-id-41 .contactFormPol{display:none;}
body.page-id-41 .contactFormAcp{display:none;}
body.page-id-41 .page_contact .send>input{cursor:pointer;}
@media (max-width:1380px){
	.page_contact{padding:50px 30px;}
	.page_contact .page_contactMat{padding:100px 80px 80px;}
	.page_contact .contactTit{font-size:50px/*70*/;}
	.page_contact .contactList{margin:50px auto 0;padding:0 40px;max-width:650px;}
	.page_contact .contactList>li{margin-top:-12px;}
	.page_contact .contactList>li>span{width:25px;height:25px;}
	.page_contact .contactList>li>span:after{width:13px;height:13px;}
	.page_contact .contactForm{margin-top:35px;}
	.page_contact .contactFormShe>dl:not(:first-child){margin-top:35px;}
	.page_contact .contactFormShe>dl>dt>font{margin-right:15px;padding:8px;}
	.page_contact .contactFormShe>dl>dd{margin-top:18px;}
	.page_contact .contactFormShe>dl>dd>input,.page_contact .contactFormShe>dl>dd>textarea{padding:13px;}
	.page_contact .contactFormShe>dl>dd>textarea{height:130px;}
	.page_contact .contactFormTxt{margin-top:35px;}
	.page_contact .contactFormTxt2{margin-top:35px;}
	.page_contact .contactFormPol{margin-top:25px;padding:25px;}
	.page_contact .contactFormPol>dl{padding-right:25px;font-size:15px;}
	.page_contact .contactFormPol>dl>dt:not(:first-child){margin-top:15px;}
	.page_contact .contactFormPol>dl>dt>*:not(:first-child){margin-top:5px;}
	.page_contact .contactFormAcp>label{margin-left:10px;}
	.page_contact .send{margin-top:25px;}
	.page_contact .send>input{padding:20px 35px;}
}
@media (max-width:1180px){
	.page_contact{padding:40px 20px;}
	.page_contact .page_contactMat{padding:80px 60px 60px;}
	.page_contact .contactTit{font-size:38px/*70px*/;}
	.page_contact .contactList{margin:40px auto 0;padding:0 20px;max-width:550px;}
	.page_contact .contactForm{margin-top:30px;}
	.page_contact .contactFormShe>dl:not(:first-child){margin-top:30px;}
	.page_contact .contactFormShe>dl>dd>input,.page_contact .contactFormShe>dl>dd>textarea{padding:11px;}
	.page_contact .contactFormShe>dl>dd>textarea{height:110px;}
	.page_contact .contactFormTxt{margin-top:30px;}
	.page_contact .contactFormTxt2{margin-top:30px;}
	.page_contact .contactFormPol{margin-top:20px;padding:20px;}
	.page_contact .contactFormPol>dl{padding-right:20px;font-size:14px;}
	.page_contact .send{margin-top:20px;}
	.page_contact .send>input{padding:20px 30px;}
}
@media (max-width:980px){
	.page_contact .page_contactMat{padding:80px 40px 40px;}
}
@media (max-width:780px){
	.page_contact .page_contactMat{padding:80px 20px 40px;}
}

/*page_investigation*/
.page_investigationOne{position:relative;margin-top:60px;padding:60px 40px;}
.page_investigationOne .page_investigationOneBg{position:absolute;top:0;left:0;width:100%;height:80%;}
.page_investigationOne .page_investigationOneBg:after{padding-top:0;width:100%;height:100%;}
.page_investigationOne .page_investigationOneSt{position:absolute;bottom:0;left:0;width:100%;height:20%;}
.page_investigationOne .page_investigationOneSt:after{padding-top:0;width:100%;height:100%;}
.page_investigationOne .page_investigationOneMat{position:relative;z-index:5;max-width:1200px;}
.page_investigationOne .investigationOneTxt{margin:0 auto;padding:40px 40px 100px;width:100%;max-width:1000px;
	text-align:center;line-height:1;border:6px solid #fff;border-radius:40px;
}
.page_investigationOne .investigationOneTxt>h4{font-size:20px;color:#fff;}
.page_investigationOne .investigationOneTxt>h3{margin-top:30px;font-size:44px;color:#ffe033;}
.page_investigationOne .investigationOneList{margin:-80px auto 0;padding:0 20px;width:100%;max-width:900px;}
.page_investigationOne .investigationOneList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_investigationOne .investigationOneList>ul>li{margin-top:40px;padding-left:40px;width:33.3333333%;}
.page_investigationOne .investigationOneList>ul>li>dl{padding:40px 20px;border-radius:20px;
	background:-webkit-gradient(linear,0 0,0 100%, (#fff),color-stop(0.5,rgba(255,255,255,0.75)),to(rgba(255,255,255,0.5)));
	background:-webkit-linear-gradient(#fff 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 100%);
	background:-moz-linear-gradient(#fff 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 100%);
	background:-o-linear-gradient(#fff 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 100%);
	background:linear-gradient(#fff 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.5) 100%);
}
.page_investigationOne .investigationOneList>ul>li>dl>dt{margin:-70px auto 0;width:100%;max-width:60px;}
.page_investigationOne .investigationOneList>ul>li>dl>dd{margin-top:20px;text-align:center;}
.page_investigationOne .investigationOneList>ul>li>dl>dd>h5{margin-bottom:20px;line-height:1;font-size:26px;color:#2361ac;}
.page_investigationOne .investigationOneBtn{display:flex;justify-content:space-between;align-items:center;margin-top:60px;padding:60px;
	background:#fff;border-radius:60px;
}
.page_investigationOne .investigationOneBtn>dt{width:calc(59% - 20px);}
.page_investigationOne .investigationOneBtn>dt>h6{padding:20px;text-align:center;background:#2361ac;font-size:20px;color:#ffe400;}
.page_investigationOne .investigationOneBtn>dt>hgroup{display:flex;justify-content:space-between;align-items:center;margin-top:30px;}
.page_investigationOne .investigationOneBtn>dt>hgroup>a{display:block;width:100%;max-width:468px;}
.page_investigationOne .investigationOneBtn>dt>hgroup>p{margin-left:20px;text-align:center;line-height:1.4;font-size:16px;}
.page_investigationOne .investigationOneBtn>dd{width:calc(41% - 20px);}
.page_investigationOne .investigationOneBtn>dd>h6{text-align:center;line-height:1.6;}
.page_investigationOne .investigationOneBtn>dd>a{position:relative;display:block;margin-top:20px;}
.page_investigationOne .investigationOneBtn>dd>a:after{position:absolute;left:0;bottom:-6px;display:block;content:"";width:100%;height:100%;
	background:#30b400;border-radius:70px;	
}
.page_investigationOne .investigationOneBtn>dd>a>hgroup{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;
	padding:25px;background:#3fd707;border-radius:70px;font-size:20px;color:#fff;font-weight:bold;
	-webkit-transition:0.1s;
	transition:0.1s;
}
.page_investigationOne .investigationOneBtn>dd>a>hgroup>i{display:block;margin-right:10px;font-size:24px;}
.page_investigationOne .investigationOneBtn>dd>a:hover>hgroup{
	-webkit-transform:translateY(6px);
	transform:translateY(6px);
}
@media (max-width:1380px){
	.page_investigationOne{margin-top:50px;padding:50px 30px;}
	.page_investigationOne .investigationOneTxt{padding:35px 35px 80px;border-width:5px;border-radius:35px;}
	.page_investigationOne .investigationOneTxt>h4{font-size:18px;}
	.page_investigationOne .investigationOneTxt>h3{margin-top:25px;font-size:40px;}
	.page_investigationOne .investigationOneList{margin:-65px auto 0;}
	.page_investigationOne .investigationOneList>ul{margin-top:-30px;margin-left:-30px;}
	.page_investigationOne .investigationOneList>ul>li{margin-top:30px;padding-left:30px;}
	.page_investigationOne .investigationOneList>ul>li>dl{padding:35px 20px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dt{margin:-60px auto 0;max-width:50px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dd{margin-top:15px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dd>h5{margin-bottom:15px;font-size:22px;}
	.page_investigationOne .investigationOneBtn{margin-top:50px;padding:50px;border-radius:50px;}
	.page_investigationOne .investigationOneBtn>dt{width:calc(59% - 15px);}
	.page_investigationOne .investigationOneBtn>dt>h6{padding:18px;font-size:18px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup{justify-content:center;margin-top:25px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>a{max-width:418px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>p{font-size:14px;}
	.page_investigationOne .investigationOneBtn>dd{width:calc(41% - 15px);}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup{padding:23px;font-size:18px;}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup>i{margin-top:2px;margin-right:8px;font-size:22px;}
}
@media (max-width:1180px){
	.page_investigationOne{margin-top:40px;padding:40px 20px;}
	.page_investigationOne .investigationOneTxt{padding:30px 30px 60px;border-width:4px;border-radius:30px;}
	.page_investigationOne .investigationOneTxt>h4{font-size:16px;}
	.page_investigationOne .investigationOneTxt>h3{margin-top:20px;font-size:36px;}
	.page_investigationOne .investigationOneList{margin:-50px auto 0;}
	.page_investigationOne .investigationOneList>ul{margin-left:-20px;}
	.page_investigationOne .investigationOneList>ul>li{padding-left:20px;}	
	.page_investigationOne .investigationOneList>ul>li>dl{padding:30px 20px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dt{margin:-50px auto 0;max-width:40px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dd>h5{font-size:18px;}
	.page_investigationOne .investigationOneBtn{margin-top:40px;padding:40px;border-radius:40px;}
	.page_investigationOne .investigationOneBtn>dt{width:calc(59% - 10px);}
	.page_investigationOne .investigationOneBtn>dt>h6{padding:16px;font-size:16px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup{margin-top:20px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>a{max-width:368px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>p{font-size:12px;}
	.page_investigationOne .investigationOneBtn>dd{width:calc(41% - 15px);}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup{padding:21px;font-size:16px;}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup>i{margin-right:6px;font-size:20px;}
}
@media (max-width:980px){
	.page_investigationOne .investigationOneTxt{padding:30px 20px;border-radius:25px;}
	.page_investigationOne .investigationOneTxt>h4{font-size:14px;}
	.page_investigationOne .investigationOneTxt>h3{margin-top:15px;font-size:32px;}
	.page_investigationOne .investigationOneList>ul>li>dl>dd>h5{font-size:16px;}
	.page_investigationOne .investigationOneBtn{display:block;padding:30px;border-radius:30px;}
	.page_investigationOne .investigationOneBtn>dt{width:100%;}
	.page_investigationOne .investigationOneBtn>dt>h6{font-size:14px;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>a{max-width:318px;}
	.page_investigationOne .investigationOneBtn>dd{margin-top:30px;width:100%;}
	.page_investigationOne .investigationOneBtn>dd>a{margin:20px auto 0;width:100%;max-width:420px;}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup{padding:19px;font-size:14px;}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup>i{font-size:18px;}	
}
@media (max-width:760px){
	.page_investigationOne .investigationOneTxt>h3{font-size:28px;}
	.page_investigationOne .investigationOneList{margin:40px auto 0;}
	.page_investigationOne .investigationOneList>ul>li{width:50%;}
}
@media (max-width:580px){
	.page_investigationOne .investigationOneTxt{line-height:1.6;}
	.page_investigationOne .investigationOneTxt>h3{font-size:24px;}
	.page_investigationOne .investigationOneList>ul>li{width:100%;}
	.page_investigationOne .investigationOneList>ul>li>dl{margin:0 auto;width:100%;max-width:240px;}
	.page_investigationOne .investigationOneBtn{border-radius:20px;}
	.page_investigationOne .investigationOneBtn>dt>h6{line-height:1.6;}
	.page_investigationOne .investigationOneBtn>dt>hgroup{flex-direction:column;}
	.page_investigationOne .investigationOneBtn>dt>hgroup>p{margin-top:20px;margin-left:0;}
	.page_investigationOne .investigationOneBtn>dd>a>hgroup>i{display:none;}
}

.page_investigationTwo{padding:60px 40px;}
.page_investigationTwo .page_investigationTwoMat{margin-top:40px;max-width:1200px;}
.page_investigationTwo .investigation-hd{display:flex;justify-content:space-between;}
.page_investigationTwo .investigation-hd>li{width:calc(50% - 3px);cursor:pointer;}
.page_investigationTwo .investigation-hd>li>h6{position:relative;padding:25px;text-align:center;line-height:1;background:#4d4d4d;
	font-size:22px;color:#fff;font-weight:normal;
}
.page_investigationTwo .investigation-hd>li.current>h6{background:#e2eefb;color:#2361ac;}
.page_investigationTwo .investigation-hd>li.current>h6:after{position:absolute;left:50%;bottom:-37px;display:block;content:"";
	border-top:25px solid transparent;
	border-bottom:25px solid transparent;
	border-left:25px solid #e2eefb;
	-webkit-transform:translateX(-50%) rotate(90deg);
	transform:translateX(-50%) rotate(90deg);
}
.page_investigationTwo .investigation-bd>div{display:none;margin-top:40px;padding:60px;border:4px solid #e2eefb;}
.page_investigationTwo .investigation-bd>div>*:not(:first-child){margin-top:60px;}
.page_investigationTwo .investigation-bdSep{display:flex;justify-content:space-between;align-items:center;}
.page_investigationTwo .investigation-bdSep>dd{width:calc(50% - 15px);}
.page_investigationTwo .investigation-bdSep>dd>hgroup{display:flex;align-items:center;line-height:1;}
.page_investigationTwo .investigation-bdSep>dd>hgroup>i{display:block;width:100%;max-width:70px;}
.page_investigationTwo .investigation-bdSep>dd>hgroup>h3{margin-left:30px;font-size:32px;color:#2360ab;}
.page_investigationTwo .investigation-bdSep>dd>div{margin-top:30px;}
.page_investigationTwo .investigation-bdSep>dd>div>h6{font-size:20px;}
.page_investigationTwo .investigation-bdSep>dd>div>hgroup{margin-top:15px;}
.page_investigationTwo .investigation-bdSep>dt{width:calc(50% - 15px);}
.page_investigationTwo .investigation-bdSep>dt:after{padding-top:65%;}
.page_investigationTwo .investigation-bdList{text-align:center;}
.page_investigationTwo .investigation-bdList>hgroup{display:inline-flex;flex-direction:column;justify-content:center;
	align-items:center;line-height:1;
}
.page_investigationTwo .investigation-bdList>hgroup>h3{font-size:32px;color:#2360ab;}
.page_investigationTwo .investigation-bdList>hgroup>hr{margin:10px auto 0;width:100%;height:5px;background:#2361ac;}
.page_investigationTwo .investigation-bdList>div{margin-top:40px;}
.page_investigationTwo .investigation-bdList>div>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_investigationTwo .investigation-bdList>div>ul>li{margin-top:40px;padding-left:40px;width:33.3333333%;}
.page_investigationTwo .investigation-bdList>div>ul>li>dl>dt:after{padding-top:60%;}
.page_investigationTwo .investigation-bdList>div>ul>li>dl>dd{margin-top:20px;line-height:1;font-size:20px;font-weight:bold;}
@media (max-width:1380px){
	.page_investigationTwo{padding:50px 30px;}
	.page_investigationTwo .page_investigationTwoMat{margin-top:35px;}
	.page_investigationTwo .investigation-hd>li{width:calc(50% - 2px);}
	.page_investigationTwo .investigation-hd>li>h6{padding:23px;font-size:20px;}
	.page_investigationTwo .investigation-hd>li.current>h6:after{bottom:-30px;
		border-top:20px solid transparent;
		border-bottom:20px solid transparent;
		border-left:20px solid #e2eefb;
	}
	.page_investigationTwo .investigation-bd>div{margin-top:35px;padding:50px;border-width:3px;}
	.page_investigationTwo .investigation-bd>div>*:not(:first-child){margin-top:50px;}
	.page_investigationTwo .investigation-bdSep>dd{width:calc(50% - 10px);}
	.page_investigationTwo .investigation-bdSep>dd>hgroup>i{max-width:60px;}
	.page_investigationTwo .investigation-bdSep>dd>hgroup>h3{margin-left:20px;font-size:28px;}
	.page_investigationTwo .investigation-bdSep>dd>div{margin-top:25px;}
	.page_investigationTwo .investigation-bdSep>dd>div>h6{font-size:18px;}
	.page_investigationTwo .investigation-bdSep>dd>div>hgroup{margin-top:10px;}
	.page_investigationTwo .investigation-bdSep>dt{width:calc(50% - 10px);}
	.page_investigationTwo .investigation-bdList>hgroup>h3{font-size:28px;}
	.page_investigationTwo .investigation-bdList>hgroup>hr{margin:8px auto 0;height:4px;}
	.page_investigationTwo .investigation-bdList>div{margin-top:35px;}
	.page_investigationTwo .investigation-bdList>div>ul{margin-top:-30px;margin-left:-30px;}
	.page_investigationTwo .investigation-bdList>div>ul>li{margin-top:30px;padding-left:30px;}
	.page_investigationTwo .investigation-bdList>div>ul>li>dl>dd{margin-top:15px;font-size:18px;}
}
@media (max-width:1180px){
	.page_investigationTwo{padding:40px 20px;}
	.page_investigationTwo .page_investigationTwoMat{margin-top:30px;}
	.page_investigationTwo .investigation-hd>li>h6{padding:21px;font-size:18px;}
	.page_investigationTwo .investigation-hd>li.current>h6:after{bottom:-22px;
		border-top:15px solid transparent;
		border-bottom:15px solid transparent;
		border-left:15px solid #e2eefb;
	}
	.page_investigationTwo .investigation-bd>div{margin-top:30px;padding:40px;border-width:2px;}
	.page_investigationTwo .investigation-bd>div>*:not(:first-child){margin-top:40px;}
	.page_investigationTwo .investigation-bdSep>dd>hgroup>i{max-width:50px;}
	.page_investigationTwo .investigation-bdSep>dd>hgroup>h3{margin-left:10px;font-size:24px;}
	.page_investigationTwo .investigation-bdSep>dd>div{margin-top:20px;}
	.page_investigationTwo .investigation-bdSep>dd>div>h6{font-size:16px;}
	.page_investigationTwo .investigation-bdList>hgroup>h3{font-size:24px;}
	.page_investigationTwo .investigation-bdList>div{margin-top:30px;}
	.page_investigationTwo .investigation-bdList>div>ul{margin-top:-20px;margin-left:-20px;}
	.page_investigationTwo .investigation-bdList>div>ul>li{margin-top:20px;padding-left:20px;}
	.page_investigationTwo .investigation-bdList>div>ul>li>dl>dd{margin-top:10px;font-size:16px;}
}
@media (max-width:980px){
	.page_investigationTwo .investigation-bd>div{padding:40px 30px;}
	.page_investigationTwo .investigation-bdSep{display:block;}
	.page_investigationTwo .investigation-bdSep>dd{width:100%;}
	.page_investigationTwo .investigation-bdSep>dt{margin:30px auto 0;width:100%;max-width:480px;}
	.page_investigationTwo .investigation-bdList>div>ul>li{width:50%;}
	.page_investigationTwo .investigation-bdList>hgroup>h3{font-size:20px;}
}
@media (max-width:680px){
	.page_investigationTwo .investigation-bdList>hgroup>h3{line-height:1.6;}
	.page_investigationTwo .investigation-bdList>div>ul>li{width:100%;}
	.page_investigationTwo .investigation-bdList>div>ul>li>dl{margin:0 auto;width:100%;max-width:370px;}
}

.page_investigationThree{padding:60px 40px;background:#f1f8ff;}
.page_investigationThree .page_investigationThreeMat{margin-top:40px;max-width:1720px;}
.page_investigationThree .page_investigationThreeMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_investigationThree .page_investigationThreeMat>ul>li{margin-top:40px;padding-left:40px;width:25%;}
.page_investigationThree .page_investigationThreeMat>ul>li>dl>dt:after{padding-top:60%;}
.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd{margin-top:30px;font-size:16px;}
.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup{margin-bottom:30px;line-height:1;}
.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h6{font-size:20px;}
.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h4{margin-top:15px;font-size:24px;color:#2361ac;}
@media (max-width:1380px){
	.page_investigationThree{padding:50px 30px;}
	.page_investigationThree .page_investigationThreeMat{margin-top:35px;}
	.page_investigationThree .page_investigationThreeMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_investigationThree .page_investigationThreeMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd{margin-top:25px;font-size:15px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup{margin-bottom:25px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h6{font-size:18px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h4{font-size:22px;}
}
@media (max-width:1180px){
	.page_investigationThree{padding:40px 20px;}
	.page_investigationThree .page_investigationThreeMat{margin-top:30px;}
	.page_investigationThree .page_investigationThreeMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_investigationThree .page_investigationThreeMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd{margin-top:20px;font-size:14px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup{margin-bottom:20px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h6{font-size:16px;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h4{font-size:20px;}
}
@media (max-width:980px){
	.page_investigationThree .page_investigationThreeMat>ul>li{width:33.333333%;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h4{font-size:18px;}
}
@media (max-width:720px){
	.page_investigationThree .page_investigationThreeMat>ul>li{width:50%;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl>dd>hgroup>h4{font-size:16px;}
}
@media (max-width:500px){
	.page_investigationThree .page_investigationThreeMat>ul>li{width:100%;}
	.page_investigationThree .page_investigationThreeMat>ul>li>dl{margin:0 auto;width:100%;max-width:370px;}
}


