@charset "utf-8";
/*
Theme Name: tanemo-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;line-height:1.8;font-size:18px;color:#442a11;font-weight:bold;letter-spacing:1px;
	font-family:"M PLUS Rounded 1c",sans-serif;
	background-color:#fff;
	background-image:url(img/tanemoBg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;
}
@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,ol{list-style:none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*mobile-btn*/
.mobile-btn{display:none;}
.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:#442a11;
	-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:860px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
}
.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:12px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#442a11;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:9999;width:159px;height:148px;cursor:pointer;
	background-image:url(img/backup.png);
	background-repeat:no-repeat;
	background-size:159px 148px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>h3{position:absolute;bottom:0;right:0;display:flex;justify-content:center;align-items:center;width:135px;text-align:center;height:118px;line-height:1.2;
	font-size:18px;color:#fff;
}
.bkt:hover{opacity:0.6;}
@media (max-width:1380px){
	.bkt{width:139px;height:129px;background-size:139px 129px;}
	.bkt>h3{width:118px;height:103px;font-size:16px;}
}
@media (max-width:1180px){
	.bkt{width:119px;height:110px;background-size:119px 110px;}
	.bkt>h3{width:101px;height:87px;font-size:14px;}
}
@media (max-width:980px){
	.bkt{width:99px;height:92px;background-size:99px 92px;}
	.bkt>h3{width:84px;height:73px;font-size:12px;}
}

/*experienceIcon*/
.experienceIcon{position:fixed;top:50%;right:20px;z-index:9999;display:block;width:100%;max-width:83px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.experienceIcon:hover{opacity:0.6;}
@media (max-width:1380px){
	.experienceIcon{max-width:63px;}
}
@media (max-width:1180px){
	.experienceIcon{max-width:43px;}
}

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

/*more*/
.more{display:flex;justify-content:center;margin-top:60px;line-height:1;}
.more>a{position:relative;display:block;padding:25px 120px;background:#fff;border:2px solid #969696;border-radius:40px;}
.more>a>i{position:absolute;top:50%;left:35px;width:13px;height:13px;background:#f9efe6;border:2px solid #969696;border-radius:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.more>a>em{font-size:24px;color:#442a11;}
.more>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.more{margin-top:50px;}
	.more>a{padding:22px 100px;}
	.more>a>i{left:30px;width:11px;height:11px;}
	.more>a>em{font-size:20px;}
}
@media (max-width:1180px){
	.more{margin-top:40px;}
	.more>a{padding:19px 80px;}
	.more>a>i{left:25px;width:9px;height:9px;}
	.more>a>em{font-size:16px;}
}
@media (max-width:980px){
	.more{margin-top:30px;}
	.more>a{padding:19px 60px;}
	.more>a>i{left:20px;}
}

/*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%;}

/*header*/
.header{padding:30px 40px;width:100%;line-height:1;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headerMat{display:flex;justify-content:space-between;align-items:center;max-width:1720px;}
.header .logo{display:block;width:100%;max-width:206px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:60px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li:not(:first-child){margin-left:60px;}
.header .headerNav>ul>li>a{font-size:20px;color:#332110;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:3px;background:#332110;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
@media (max-width:1480px){
	.header{padding:25px 30px;}
	.header .logo{max-width:166px;}
	.header .headerNav{margin-left:40px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:40px;}
	.header .headerNav>ul>li>a{font-size:18px;}
}
@media (max-width:1220px){
	.header{padding:20px;}
	.header .logo{max-width:126px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>ul>li>a{font-size:16px;}
}
@media (max-width:960px){
	.header{background:#fff;border-bottom:2px solid #ccc;}
	.header .logo{max-width:86px;}
	.header .headerNav>ul>li>a{font-size:14px;}
}
@media (max-width:860px){
	.header .headerNav>ul{display:none;}
}

.header.header_fixed{position:fixed;top:0;left:0;z-index:9999;background:#fff;border-bottom:2px solid #ccc;}

/*banner*/
.banner{padding:0 40px 80px;}
.banner .bannerMat{position:relative;padding:120px 40px 60px 40px;max-width:1720px;height:900px;background:#fff;border:20px solid #fff;border-radius:10px;}
.banner .bannerMat>dt{position:absolute;top:0;left:0;width:100%;height:100%;background-position:top center;border-radius:10px;}
.banner .bannerMat>dt:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMat>dd{position:relative;z-index:5;display:flex;justify-content:center;align-items:flex-end;width:100%;height:100%;}
.banner .bannerMat>dd>h2{width:100%;max-width:1121px;}
@media (max-width:1380px){
	.banner{padding:0 30px 70px;}
	.banner .bannerMat{padding:90px 30px 40px 30px;height:700px;border-width:16px;}
	.banner .bannerMat>dd>h2{max-width:887px;}
}
@media (max-width:1180px){
	.banner{padding:0 20px 60px;}
	.banner .bannerMat{padding:60px 20px 20px 20px;height:500px;border-width:12px;}
	.banner .bannerMat>dd>h2{max-width:652px;}
}
@media (max-width:980px){
	.banner{padding:0 20px 50px;}
	.banner .bannerMat{padding:30px 20px 20px 20px;height:400px;}
	.banner .bannerMat>dd>h2{max-width:476px;}
}
@media (max-width:780px){
	.banner .bannerMat{height:300px;}
	.banner .bannerMat>dd>h2{max-width:300px;}
}
@media (max-width:520px){
	.banner .bannerMat{height:250px;}
}

/*feature*/
.feature{padding:80px 40px;background:#f8f7f5;}
.feature .featureMat{display:flex;justify-content:space-between;align-items:center;max-width:1520px;}
.feature .featureMat>hgroup{display:flex;justify-content:center;padding:40px 0;width:235px;
	border-left:2px dashed #442a11;
	border-right:2px dashed #442a11;
}
.feature .featureMat>hgroup>h2{line-height:1.4;font-size:50px;writing-mode:tb-rl;letter-spacing:8px;}
.feature .featureMat>dl{display:flex;justify-content:space-between;padding-left:60px;width:calc(100% - 235px);}
.feature .featureMat>dl>dt{width:calc(60% - 20px);padding:30px;background:#e7e7e7;border:2px solid #8b8b8b;border-radius:10px;}
.feature .featureMat>dl>dt>figure{height:100%;border:2px solid #8b8b8b;border-radius:10px;}
.feature .featureMat>dl>dt>figure:after{padding-top:0;height:auto;}
.feature .featureMat>dl>dd{padding:60px 0;width:calc(40% - 20px);}
.feature .featureMat>dl>dd>h2{text-align:center;line-height:1;font-size:34px;}
.feature .featureMat>dl>dd>figcaption{margin-top:40px;font-weight:bold;}
.feature .featureMat>dl>dd>figcaption>*:not(:first-child){margin-top:20px;}
.feature .featureMat>dl>dd>.more>a{background:#358846;border-color:#358846;}
.feature .featureMat>dl>dd>.more>a>i{background:#fff;border-color:#fff;}
.feature .featureMat>dl>dd>.more>a>em{color:#fff;}
@media (max-width:1420px){
	.feature{padding:70px 30px;}
	.feature .featureMat>hgroup{padding:35px 0;width:205px;}
	.feature .featureMat>hgroup>h2{font-size:42px;letter-spacing:6px;}
	.feature .featureMat>dl{padding-left:40px;width:calc(100% - 205px);}
	.feature .featureMat>dl>dt{width:calc(60% - 15px);padding:25px;}
	.feature .featureMat>dl>dd{padding:50px 0;width:calc(40% - 15px);}
	.feature .featureMat>dl>dd>h2{font-size:30px;}
	.feature .featureMat>dl>dd>figcaption{margin-top:35px;font-size:15px;}
	.feature .featureMat>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.feature .featureMat>dl>dd>.more{margin-top:50px;}
	.feature .featureMat>dl>dd>.more>a{padding:22px 100px;}
	.feature .featureMat>dl>dd>.more>a>i{left:30px;width:11px;height:11px;}
	.feature .featureMat>dl>dd>.more>a>em{font-size:20px;}
}
@media (max-width:1220px){
	.feature{padding:60px 20px;}
	.feature .featureMat>hgroup{padding:30px 0;width:175px;}
	.feature .featureMat>hgroup>h2{font-size:34px;letter-spacing:4px;}
	.feature .featureMat>dl{padding-left:20px;width:calc(100% - 175px);}
	.feature .featureMat>dl>dt{width:calc(60% - 10px);padding:20px;}
	.feature .featureMat>dl>dd{padding:40px 0;width:calc(40% - 10px);}
	.feature .featureMat>dl>dd>h2{font-size:26px;}
	.feature .featureMat>dl>dd>figcaption{margin-top:30px;font-size:14px;}
	.feature .featureMat>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.feature .featureMat>dl>dd>.more{margin-top:40px;}
	.feature .featureMat>dl>dd>.more>a{padding:19px 80px;}
	.feature .featureMat>dl>dd>.more>a>i{left:25px;width:9px;height:9px;}
	.feature .featureMat>dl>dd>.more>a>em{font-size:16px;}
}
@media (max-width:1020px){
	.feature{padding:50px 20px;}
	.feature .featureMat{display:block;}
	.feature .featureMat>hgroup{padding:0;width:100%;border-left:none;border-right:none;}
	.feature .featureMat>hgroup>h2{text-align:center;font-size:26px;writing-mode:rl-tb;letter-spacing:2px;}
	.feature .featureMat>dl{display:block;margin-top:40px;padding-left:0;width:100%;}
	.feature .featureMat>dl>dt{margin:0 auto;padding:15px;width:100%;max-width:520px;}
	.feature .featureMat>dl>dt>figure:after{height:320px;}
	.feature .featureMat>dl>dd{margin-top:30px;padding:0;width:100%;}
	.feature .featureMat>dl>dd>h2{font-size:22px;}
	.feature .featureMat>dl>dd>figcaption{margin-top:25px;}
	.feature .featureMat>dl>dd>.more{margin-top:30px;}
	.feature .featureMat>dl>dd>.more>a{padding:19px 60px;}
	.feature .featureMat>dl>dd>.more>a>i{left:20px;}
}

/*education*/
.education{padding:80px 40px;background:#fff;}
.education .educationTit{line-height:1;}
.education .educationTit>hgroup{display:flex;justify-content:center;align-items:center;}
.education .educationTit>hgroup>figure{width:100%;max-width:322px;}
.education .educationTit>hgroup>h3{margin-left:40px;font-size:40px;color:#906240;}
.education .educationTit>hgroup>h2{margin-left:-10px;font-size:80px;color:#219c47;}
.education .educationTit>ol{display:flex;justify-content:center;align-items:center;margin-top:40px;}
.education .educationTit>ol>li>span{display:block;padding:20px 50px;border-radius:5px;font-size:20px;color:#fff;}
.education .educationTit>ol>li:nth-of-type(1)>span{background:#009ddd;}
.education .educationTit>ol>li:nth-of-type(2){margin:0 20px;font-size:32px;}
.education .educationTit>ol>li:nth-of-type(3)>span{background:#cba76d;}
.education .educationMat{margin-top:60px;max-width:1520px;}
.education .educationMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.education .educationMat>ul>li{margin-top:40px;padding-left:40px;width:25%;}
.education .educationMat>ul>li>a{display:block;line-height:1;border-bottom:3px solid #4f3417;}
.education .educationMat>ul>li>a>dl{position:relative;padding:5px;border:2px solid #c7c7c7;border-radius:10px;}
.education .educationMat>ul>li>a>dl>dt{border-radius:10px;}
.education .educationMat>ul>li>a>dl>dt:after{padding-top:70%;}
.education .educationMat>ul>li>a>dl>dd{position:absolute;bottom:5px;left:5px;padding:20px;width:calc(100% - 10px);border-radius:0 0 10px 10px;
	text-align:center;font-size:22px;color:#fff;
}
.education .educationMat>ul>li>a>hgroup{display:flex;align-items:center;padding:25px 20px 20px;}
.education .educationMat>ul>li>a>hgroup>h3{font-size:20px;color:#4f3417;}
.education .educationMat>ul>li>a>hgroup>i{display:block;margin-top:-2px;margin-left:30px;width:25px;}
.education .educationMat>ul>li:nth-of-type(1)>a>dl>dd{background:#358846;}
.education .educationMat>ul>li:nth-of-type(2)>a>dl>dd{background:#ea7062;}
.education .educationMat>ul>li:nth-of-type(3)>a>dl>dd{background:#30baea;}
.education .educationMat>ul>li:nth-of-type(4)>a>dl>dd{background:#cba76d;}
.education .educationTxt{margin-top:60px;text-align:center;}
.education .educationTxt>*:not(:first-child){margin-top:20px;}
.education .more>a{background:#30baea;border-color:#30baea;}
.education .more>a>i{background:#fff;border-color:#fff;}
.education .more>a>em{color:#fff;}
@media (max-width:1380px){
	.education{padding:70px 30px;}
	.education .educationTit>hgroup>figure{max-width:282px;}
	.education .educationTit>hgroup>h3{margin-left:30px;font-size:36px;}
	.education .educationTit>hgroup>h2{margin-left:-15px;font-size:74px;}
	.education .educationTit>ol{margin-top:35px;}
	.education .educationTit>ol>li>span{padding:17px 40px;font-size:18px;}
	.education .educationTit>ol>li:nth-of-type(2){margin:0 15px;font-size:28px;}
	.education .educationMat{margin-top:50px;}
	.education .educationMat>ul{margin-top:-30px;margin-left:-30px;}
	.education .educationMat>ul>li{margin-top:30px;padding-left:30px;}
	.education .educationMat>ul>li>a>dl>dd{padding:17px 20px;font-size:18px;}
	.education .educationMat>ul>li>a>hgroup{padding:22px 20px 17px;}
	.education .educationMat>ul>li>a>hgroup>h3{font-size:18px;}
	.education .educationMat>ul>li>a>hgroup>i{margin-left:20px;margin-top:-1px;width:20px;}
	.education .educationTxt{margin-top:50px;}
	.education .educationTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.education{padding:60px 20px;}
	.education .educationTit>hgroup>figure{max-width:242px;}
	.education .educationTit>hgroup>h3{margin-left:20px;font-size:32px;}
	.education .educationTit>hgroup>h2{margin-left:-20px;font-size:62px;}
	.education .educationTit>ol{margin-top:30px;}
	.education .educationTit>ol>li>span{padding:14px 30px;font-size:16px;}
	.education .educationTit>ol>li:nth-of-type(2){margin:0 10px;font-size:24px;}
	.education .educationMat{margin-top:40px;}
	.education .educationMat>ul{margin-left:-20px;}
	.education .educationMat>ul>li{padding-left:20px;}
	.education .educationMat>ul>li>a>dl>dd{padding:14px 20px;font-size:14px;}
	.education .educationMat>ul>li>a>hgroup>h3{font-size:16px;}
	.education .educationMat>ul>li>a>hgroup>i{margin-left:10px;margin-top:0;width:15px;}
	.education .educationTxt{margin-top:40px;}
	.education .educationTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.education{padding:50px 20px;}
	.education .educationTit>hgroup>figure{max-width:202px;}
	.education .educationTit>hgroup>h3{margin-left:10px;font-size:28px;}
	.education .educationTit>hgroup>h2{margin-left:-25px;font-size:54px;}
	.education .educationTit>ol>li>span{font-size:14px;}
	.education .educationTit>ol>li:nth-of-type(2){font-size:20px;}
	.education .educationMat>ul>li{width:33.333333%;}
	.education .educationMat>ul>li>a>hgroup>h3{font-size:14px;}
}
@media (max-width:780px){
	.education .educationTit>hgroup{flex-direction:column;}
	.education .educationTit>hgroup>figure{max-width:162px;}
	.education .educationTit>hgroup>h3{display:none;}
	.education .educationTit>hgroup>h2{margin-top:20px;margin-left:0;font-size:46px;}	
	.education .educationMat>ul>li{width:50%;}
}
@media (max-width:520px){
	.education .educationTit>hgroup>h2{font-size:38px;}
	.education .educationMat>ul>li{width:100%;}
	.education .educationMat>ul>li>a{margin:0 auto;width:100%;max-width:380px;}
}

/*instagram*/
.instagram{position:relative;padding:80px 40px;}
.instagram .instagramBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.instagram .instagramBg:after{padding-top:0;width:100%;height:100%;}
.instagram .instagramTit{position:relative;z-index:5;text-align:center;line-height:1;}
.instagram .instagramTit>h2{font-size:34px;color:#2d2d2d;letter-spacing:8px;}
.instagram .instagramMat{position:relative;z-index:5;margin-top:40px;}
.instagram .instagramMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.instagram .instagramMat>ul>li{margin-top:40px;padding-left:40px;width:25%;}
.instagram .instagramMat>ul>li>figure{border:10px solid #fff;}
.instagram .instagramMat>ul>li>figure:after{padding-top:80%;}
.instagram .more{position:relative;z-index:5;}
@media (max-width:1380px){
	.instagram{padding:70px 30px;}
	.instagram .instagramTit>h2{font-size:30px;letter-spacing:6px;}
	.instagram .instagramMat{margin-top:35px;}
	.instagram .instagramMat>ul{margin-top:-30px;margin-left:-30px;}
	.instagram .instagramMat>ul>li{margin-top:30px;padding-left:30px;}
	.instagram .instagramMat>ul>li>figure{border-width:8px;}
}
@media (max-width:1180px){
	.instagram{padding:60px 20px;}
	.instagram .instagramTit>h2{font-size:26px;letter-spacing:4px;}
	.instagram .instagramMat{margin-top:30px;}
	.instagram .instagramMat>ul{margin-top:-20px;margin-left:-20px;}
	.instagram .instagramMat>ul>li{margin-top:20px;padding-left:20px;}
	.instagram .instagramMat>ul>li>figure{border-width:6px;}
}
@media (max-width:980px){
	.instagram{padding:50px 20px;}
	.instagram .instagramTit>h2{font-size:22px;letter-spacing:2px;}
	.instagram .instagramMat>ul{margin-top:-10px;margin-left:-10px;}
	.instagram .instagramMat>ul>li{margin-top:10px;padding-left:10px;width:33.333333%;}
	.instagram .instagramMat>ul>li>figure{border-width:4px;}
}
@media (max-width:680px){
	.instagram .instagramMat>ul>li{width:50%;}
}

#sbi_load{margin-top:30px;line-height:1;}
#sbi_load .sbi_load_btn{padding:25px 120px !important;background:none !important;border:2px solid #969696 !important;border-radius:40px !important;
	-webkit-transition:0.3s !important;
	transition:0.3s !important;
}
#sbi_load .sbi_btn_text{font-size:20px;color:#442a11;}
#sbi_load .sbi_load_btn:hover{box-shadow:none !important;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	#sbi_load{margin-top:25px;}
	#sbi_load .sbi_load_btn{padding:22px 100px !important;}
	#sbi_load .sbi_btn_text{font-size:18px;}
}
@media (max-width:1180px){
	#sbi_load{margin-top:20px;}
	#sbi_load .sbi_load_btn{padding:19px 80px !important;}
	#sbi_load .sbi_btn_text{font-size:16px;}
}
@media (max-width:980px){
	#sbi_load .sbi_load_btn{padding:19px 60px !important;}
}

/*news*/
.news{padding:80px 40px;background:#fff;}
.news .newsMat{display:flex;align-items:center;}
.news .newsMat>dt{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0;width:145px;line-height:1;
	border-left:2px dashed #442a11;
	border-right:2px dashed #442a11;
}
.news .newsMat>dt>h2{font-size:50px;}
.news .newsMat>dt>h2:nth-of-type(1){color:#358846;}
.news .newsMat>dt>h2:nth-of-type(2){margin-top:30px;color:#30baea;}
.news .newsMat>dt>h2:nth-of-type(3){margin-top:30px;color:#ea7062;}
.news .newsMat>dt>h2:nth-of-type(4){margin-top:30px;color:#d5af6f;}
.news .newsMat>dd{padding-left:80px;width:calc(100% - 145px);}
.news .newsMat>dd>ul>li{display:flex;}
.news .newsMat>dd>ul>li:not(:first-child){margin-top:30px;}
.news .newsMat>dd>ul>li>span{display:block;width:97px;}
.news .newsMat>dd>ul>li>a{display:block;padding-left:40px;width:calc(100% - 97px);color:#442a11;}
.news .newsMat>dd>ul>li>a:hover{color:#358846;}
@media (max-width:1380px){
	.news{padding:70px 30px;}
	.news .newsMat>dt{padding:35px 0;width:125px;}
	.news .newsMat>dt>h2{font-size:44px;}
	.news .newsMat>dt>h2:nth-of-type(2){margin-top:25px;}
	.news .newsMat>dt>h2:nth-of-type(3){margin-top:25px;}
	.news .newsMat>dt>h2:nth-of-type(4){margin-top:25px;}
	.news .newsMat>dd{padding-left:60px;width:calc(100% - 125px);}
	.news .newsMat>dd>ul>li:not(:first-child){margin-top:25px;}
	.news .newsMat>dd>ul>li>span{width:92px;}
	.news .newsMat>dd>ul>li>a{padding-left:30px;width:calc(100% - 92px);}
}
@media (max-width:1180px){
	.news{padding:60px 20px;}
	.news .newsMat>dt{padding:30px 0;width:105px;}
	.news .newsMat>dt>h2{font-size:38px;}
	.news .newsMat>dt>h2:nth-of-type(2){margin-top:20px;}
	.news .newsMat>dt>h2:nth-of-type(3){margin-top:20px;}
	.news .newsMat>dt>h2:nth-of-type(4){margin-top:20px;}
	.news .newsMat>dd{padding-left:40px;width:calc(100% - 105px);}
	.news .newsMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.news .newsMat>dd>ul>li>span{width:86px;}
	.news .newsMat>dd>ul>li>a{padding-left:20px;width:calc(100% - 86px);}
}
@media (max-width:980px){
	.news{padding:50px 20px;}
	.news .newsMat{display:block;}
	.news .newsMat>dt{flex-direction:row;padding:0;width:100%;border-left:none;border-right:none;}
	.news .newsMat>dt>h2{font-size:32px;}
	.news .newsMat>dt>h2:nth-of-type(2){margin-top:0;margin-left:2px;}
	.news .newsMat>dt>h2:nth-of-type(3){margin-top:0;margin-left:2px;}
	.news .newsMat>dt>h2:nth-of-type(4){margin-top:0;margin-left:2px;}
	.news .newsMat>dd{margin-top:30px;padding-left:0;width:100%;}
	.news .newsMat>dd>ul>li{display:block;}
	.news .newsMat>dd>ul>li:not(:first-child){margin-top:15px;}
	.news .newsMat>dd>ul>li>span{width:100%;color:#30baea;}
	.news .newsMat>dd>ul>li>a{margin-top:5px;padding-left:0;width:100%;}
}

/*footer*/
.footer{position:relative;padding-top:160px;}
.footer .footerBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:bottom center;}
.footer .footerBg:after{padding-top:0;width:100%;height:100%;}

.footer .footerMap{position:relative;z-index:5;display:flex;justify-content:space-between;padding:0 40px;max-width:1400px;}
.footer .footerMap>dd{padding:60px 0;width:calc(50% - 20px);}
.footer .footerMap>dd>h2{line-height:1;font-size:36px;color:#219c47;}
.footer .footerMap>dd>ol{margin-top:40px;}
.footer .footerMap>dd>ol>li{display:flex;align-items:center;}
.footer .footerMap>dd>ol>li:not(:first-child){margin-top:20px;}
.footer .footerMap>dd>ol>li>span{display:block;width:140px;}
.footer .footerMap>dd>ol>li>p{width:calc(100% - 140px);}
.footer .footerMap>dt{padding:5px;width:calc(50% - 20px);background:#fff;border:2px dashed #442a11;border-radius:10px;}
.footer .footerMap>dt>.googlemap{height:100%;border-radius:10px;}

.footer .footerNav{position:relative;z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:center;
	padding:160px 40px;max-width:1400px;line-height:1;
}
.footer .footerNav>a:nth-of-type(1){display:block;padding:40px 120px;background:#219c47;border-radius:10px;font-size:36px;color:#fff;letter-spacing:8px;}
.footer .footerNav>a:nth-of-type(1):hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
.footer .footerNav>a:nth-of-type(2){display:block;margin-top:80px;width:100%;max-width:210px;}
.footer .footerNav>a:nth-of-type(2):hover{opacity:0.6;}
.footer .footerNav>fieldset{display:flex;align-items:center;margin-top:60px;}
.footer .footerNav>fieldset>ul{display:flex;}
.footer .footerNav>fieldset>ul>li:not(:first-child){margin-left:60px;}
.footer .footerNav>fieldset>ul>li>a{font-size:20px;color:#442a11;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.footer .footerNav>fieldset>ul>li>a:after{display:block;content:"";width:100%;height:3px;background:#442a11;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>fieldset>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.footer .footerNav>fieldset>a{display:block;margin-left:60px;width:49px;}
.footer .footerNav>fieldset>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}

.footer .footerCopy{position:relative;z-index:5;padding:20px 40px;text-align:center;background:#442a11;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer{padding-top:120px;}
	
	.footer .footerMap{padding:0 30px;}
	.footer .footerMap>dd{padding:50px 0;width:calc(50% - 15px);}
	.footer .footerMap>dd>h2{font-size:32px;}
	.footer .footerMap>dd>ol{margin-top:35px;}
	.footer .footerMap>dd>ol>li:not(:first-child){margin-top:15px;}
	.footer .footerMap>dd>ol>li>span{width:120px;}
	.footer .footerMap>dd>ol>li>p{width:calc(100% - 120px);}
	.footer .footerMap>dt{width:calc(50% - 15px);}
	
	.footer .footerNav{padding:120px 30px;}
	.footer .footerNav>a:nth-of-type(1){padding:35px 100px;font-size:32px;letter-spacing:6px;}
	.footer .footerNav>a:nth-of-type(2){margin-top:70px;max-width:180px;}
	.footer .footerNav>fieldset{margin-top:50px;}
	.footer .footerNav>fieldset>ul>li:not(:first-child){margin-left:40px;}
	.footer .footerNav>fieldset>ul>li>a{font-size:18px;}
	.footer .footerNav>fieldset>a{margin-left:40px;width:43px;}
	
	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer{padding-top:80px;}
	
	.footer .footerMap{padding:0 20px;}
	.footer .footerMap>dd{padding:40px 0;width:calc(50% - 10px);}
	.footer .footerMap>dd>h2{font-size:28px;}
	.footer .footerMap>dd>ol{margin-top:30px;}
	.footer .footerMap>dd>ol>li:not(:first-child){margin-top:10px;}
	.footer .footerMap>dd>ol>li>span{width:100px;}
	.footer .footerMap>dd>ol>li>p{width:calc(100% - 100px);}
	.footer .footerMap>dt{width:calc(50% - 10px);}
	
	.footer .footerNav{padding:80px 20px;}
	.footer .footerNav>a:nth-of-type(1){padding:30px 80px;font-size:28px;letter-spacing:4px;}
	.footer .footerNav>a:nth-of-type(2){margin-top:80px;max-width:150px;}
	.footer .footerNav>fieldset{margin-top:40px;}
	.footer .footerNav>fieldset>ul>li:not(:first-child){margin-left:20px;}
	.footer .footerNav>fieldset>ul>li>a{font-size:16px;}
	.footer .footerNav>fieldset>a{margin-left:20px;width:37px;}
	
	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:980px){
	.footer{padding-top:60px;}
	
	.footer .footerMap{display:block;}
	.footer .footerMap>dd{padding:0;width:100%;}
	.footer .footerMap>dd>h2{font-size:24px;}
	.footer .footerMap>dd>ol{margin-top:25px;}
	.footer .footerMap>dd>ol>li>span{width:80px;}
	.footer .footerMap>dd>ol>li>p{width:calc(100% - 80px);}
	.footer .footerMap>dt{margin-top:30px;width:100%;}
	.footer .footerMap>dt>.googlemap{height:250px;}
	
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a:nth-of-type(1){padding:25px 60px;font-size:24px;letter-spacing:2px;}
	.footer .footerNav>a:nth-of-type(2){margin-top:40px;max-width:120px;}
	.footer .footerNav>fieldset{margin-top:30px;}
	.footer .footerNav>fieldset>ul>li>a{font-size:14px;}
	.footer .footerNav>fieldset>a{width:31px;}
}
@media (max-width:620px){
	.footer .footerMap>dd>h2{font-size:20px;}
	
	.footer .footerNav>a:nth-of-type(1){padding:20px 40px;font-size:20px;}
	.footer .footerNav>fieldset{flex-direction:column;margin-top:15px;}
	.footer .footerNav>fieldset>ul{flex-wrap:wrap;justify-content:center;}
	.footer .footerNav>fieldset>ul>li{margin:15px 10px 0;}
	.footer .footerNav>fieldset>a{margin-top:20px;margin-left:0;}
}
@media (max-width:460px){
	.footer .footerNav>a:nth-of-type(1){padding:20px;font-size:16px;}
}

/*pageBan*/
.pageBan{padding:0 40px;}
.pageBan .pageBanMat{position:relative;max-width:1720px;height:500px;border:20px solid #fff;border-radius:10px;}
.pageBan .pageBanMat>dt{position:absolute;top:0;left:0;width:100%;height:100%;background-position:right center;}
.pageBan .pageBanMat>dt:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat>dd{position:absolute;bottom:60px;left:50%;padding:0 40px;z-index:5;width:100%;max-width:1600px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.pageBan .pageBanMat>dd>h2{display:inline-block;padding:25px 90px;line-height:1;background:#ea5521;border-radius:50px;font-size:42px;color:#fff;}
@media (max-width:1380px){
	.pageBan{padding:0 30px;}
	.pageBan .pageBanMat{height:450px;border-width:16px;}
	.pageBan .pageBanMat>dd{bottom:50px;padding:0 30px;}
	.pageBan .pageBanMat>dd>h2{padding:22px 60px;font-size:36px;}
}
@media (max-width:1180px){
	.pageBan{padding:0 20px;}
	.pageBan .pageBanMat{height:400px;border-width:12px;}
	.pageBan .pageBanMat>dd{bottom:40px;padding:0 20px;}
	.pageBan .pageBanMat>dd>h2{padding:19px 30px;font-size:30px;}
}
@media (max-width:980px){
	.pageBan .pageBanMat{height:350px;}
	.pageBan .pageBanMat>dd>h2{padding:16px 30px;font-size:24px;}
}
@media (max-width:780px){
	.pageBan .pageBanMat{height:300px;}
	.pageBan .pageBanMat>dd>h2{font-size:18px;}
}
@media (max-width:580px){
	.pageBan .pageBanMat{height:250px;}
	.pageBan .pageBanMat>dd>h2{font-size:14px;}
}

/*page_thoughts*/
.page_thoughtsVer{padding:80px 40px;}
.page_thoughtsVer .thoughtsVerMat{padding:60px;background:rgba(243,146,0,0.1);border-radius:20px;font-size:20px;}
.page_thoughtsVer .thoughtsVerMat>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_thoughtsVer{padding:70px 30px;}
	.page_thoughtsVer .thoughtsVerMat{padding:50px;border-radius:15px;font-size:18px;}
	.page_thoughtsVer .thoughtsVerMat>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_thoughtsVer{padding:60px 20px;}
	.page_thoughtsVer .thoughtsVerMat{padding:40px;border-radius:10px;font-size:16px;}
	.page_thoughtsVer .thoughtsVerMat>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_thoughtsVer{padding:50px 20px;}
	.page_thoughtsVer .thoughtsVerMat{padding:40px 30px;}
}

.page_thoughtsIde{padding:0 40px 80px;}
.page_thoughtsIde .thoughtsIdeTit{text-align:center;line-height:1;font-size:60px;color:#219c47;}
.page_thoughtsIde .thoughtsIdeMat{margin-top:60px;padding:60px;background:rgba(171,217,202,0.2);border-radius:20px;font-size:20px;}
.page_thoughtsIde .thoughtsIdeMat>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_thoughtsIde{padding:0 30px 70px;}
	.page_thoughtsIde .thoughtsIdeTit{font-size:52px;}
	.page_thoughtsIde .thoughtsIdeMat{margin-top:50px;padding:50px;border-radius:15px;font-size:18px;}
	.page_thoughtsIde .thoughtsIdeMat>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_thoughtsIde{padding:0 20px 60px;}
	.page_thoughtsIde .thoughtsIdeTit{font-size:44px;}
	.page_thoughtsIde .thoughtsIdeMat{margin-top:40px;padding:40px;border-radius:10px;font-size:16px;}
	.page_thoughtsIde .thoughtsIdeMat>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_thoughtsIde{padding:0 20px 50px;}
	.page_thoughtsIde .thoughtsIdeTit{font-size:36px;}
	.page_thoughtsIde .thoughtsIdeMat{padding:40px 30px;}
}
@media (max-width:780px){
	.page_thoughtsIde .thoughtsIdeTit{font-size:28px;}
}
@media (max-width:530px){
	.page_thoughtsIde .thoughtsIdeMat{text-align:left;}
}

/*page_service*/
.page_service{padding:80px 40px;}
.page_service .serviceTit{display:flex;justify-content:center;align-items:center;line-height:1;}
.page_service .serviceTit>figure{width:100%;max-width:287px;}
.page_service .serviceTit>h2{margin-left:30px;font-size:60px;color:#219c47;}
@media (max-width:1380px){
	.page_service{padding:70px 30px;}
	.page_service .serviceTit>figure{max-width:247px;}
	.page_service .serviceTit>h2{margin-left:20px;font-size:52px;}
}
@media (max-width:1180px){
	.page_service{padding:60px 20px;}
	.page_service .serviceTit>figure{max-width:207px;}
	.page_service .serviceTit>h2{margin-left:10px;font-size:44px;}
}
@media (max-width:980px){
	.page_service{padding:50px 20px;}
	.page_service .serviceTit>figure{max-width:167px;}
	.page_service .serviceTit>h2{font-size:36px;}
}
@media (max-width:780px){
	.page_service .serviceTit>figure{max-width:127px;}
	.page_service .serviceTit>h2{font-size:28px;}
}

.page_service .serviceSep{margin-top:100px;max-width:1020px;}
.page_service .serviceSep>ul{display:flex;flex-wrap:wrap;margin-top:-100px;margin-left:-40px;}
.page_service .serviceSep>ul>li{margin-top:100px;padding-left:40px;width:50%;}
.page_service .serviceSep>ul>li>dl{position:relative;border:2px solid #57543d;border-radius:20px;}
.page_service .serviceSep>ul>li>dl:after{position:absolute;top:20px;left:20px;z-index:-1;display:block;content:"";
	width:100%;height:100%;background:#eee8b6;border-radius:20px;
}
.page_service .serviceSep>ul>li>dl>dt{position:relative;border-radius:20px 20px 0 0;}
.page_service .serviceSep>ul>li>dl>dt:after{padding-top:0;height:200px;}
.page_service .serviceSep>ul>li>dl>dt>i{position:absolute;top:-60px;left:30px;display:block;width:100%;max-width:101px;}
.page_service .serviceSep>ul>li>dl>dd{padding:30px;background:#fff;border-radius:0 0 20px 20px;}
.page_service .serviceSep>ul>li>dl>dd>h3{text-align:center;line-height:1;font-size:30px;color:#906240;}
.page_service .serviceSep>ul>li>dl>dd>figcaption{margin-top:20px;font-size:15px;font-weight:bold;}
@media (max-width:1380px){
	.page_service .serviceSep{margin-top:80px;}
	.page_service .serviceSep>ul{margin-top:-80px;margin-left:-30px;}
	.page_service .serviceSep>ul>li{margin-top:80px;padding-left:30px;}
	.page_service .serviceSep>ul>li>dl{border-radius:15px;}
	.page_service .serviceSep>ul>li>dl:after{top:15px;left:15px;border-radius:15px;}
	.page_service .serviceSep>ul>li>dl>dt{border-radius:15px 15px 0 0;}
	.page_service .serviceSep>ul>li>dl>dt:after{height:170px;}
	.page_service .serviceSep>ul>li>dl>dt>i{top:-50px;left:20px;max-width:81px;}
	.page_service .serviceSep>ul>li>dl>dd{padding:25px;border-radius:0 0 15px 15px;}
	.page_service .serviceSep>ul>li>dl>dd>h3{font-size:26px;}
	.page_service .serviceSep>ul>li>dl>dd>figcaption{margin-top:17px;font-size:14px;}
}
@media (max-width:1180px){
	.page_service .serviceSep{margin-top:60px;}
	.page_service .serviceSep>ul{margin-top:-60px;margin-left:-20px;}
	.page_service .serviceSep>ul>li{margin-top:60px;padding-left:20px;}
	.page_service .serviceSep>ul>li>dl{border-radius:10px;}
	.page_service .serviceSep>ul>li>dl:after{top:10px;left:10px;border-radius:10px;}
	.page_service .serviceSep>ul>li>dl>dt{border-radius:10px 10px 0 0;}
	.page_service .serviceSep>ul>li>dl>dt:after{height:140px;}
	.page_service .serviceSep>ul>li>dl>dt>i{top:-40px;left:10px;max-width:61px;}
	.page_service .serviceSep>ul>li>dl>dd{padding:20px;border-radius:0 0 10px 10px;}
	.page_service .serviceSep>ul>li>dl>dd>h3{font-size:22px;}
	.page_service .serviceSep>ul>li>dl>dd>figcaption{margin-top:14px;font-size:13px;}
}
@media (max-width:980px){
	.page_service .serviceSep>ul>li>dl>dd>h3{font-size:18px;}
}
@media (max-width:640px){
	.page_service .serviceSep>ul>li{width:100%;}
	.page_service .serviceSep>ul>li>dl{margin:0 auto;width:100%;max-width:420px;}
}

.page_service .serviceTit2{margin-top:80px;text-align:center;font-size:60px;color:#219c47;}
.page_service .serviceList{display:flex;justify-content:space-between;align-items:flex-start;margin-top:60px;}
.page_service .serviceList>dt{padding:60px;width:calc(50% - 20px);background:#f8f8f8;border-radius:20px;}
.page_service .serviceList>dt>h2{margin:0 auto;padding:25px;width:100%;max-width:400px;
	text-align:center;line-height:1;background:#219c47;border-radius:10px;font-size:20px;color:#fff;
}
.page_service .serviceList>dt>ol{margin:40px auto 0;width:100%;max-width:500px;}
.page_service .serviceList>dt>ol>li{display:flex;align-items:center;}
.page_service .serviceList>dt>ol>li>span{display:block;padding:25px 0;width:120px;text-align:center;line-height:1;background:#eee8b6;}
.page_service .serviceList>dt>ol>li>i{display:block;width:120px;text-align:center;background:#eee8b6;}
.page_service .serviceList>dt>ol>li>i>img{display:inline-block;width:100%;max-width:27px;}
.page_service .serviceList>dt>ol>li>h3{padding-left:40px;width:calc(100% - 120px);line-height:1.6;}
.page_service .serviceList>dt>ol>li>h3>em{display:block;font-size:14px;}
.page_service .serviceList>dt>ol>li:first-child>span{border-radius:10px 10px 0 0;}
.page_service .serviceList>dt>ol>li:last-child>span{border-radius:0 0 10px 10px;}
@media (max-width:1380px){
	.page_service .serviceTit2{margin-top:70px;font-size:52px;}
	.page_service .serviceList{margin-top:50px;}
	.page_service .serviceList>dt{padding:50px;width:calc(50% - 15px);border-radius:15px;}
	.page_service .serviceList>dt>h2{padding:22px 25px;max-width:360px;font-size:18px;}
	.page_service .serviceList>dt>ol{margin:35px auto 0;}
	.page_service .serviceList>dt>ol>li>span{padding:22px 0;}
	.page_service .serviceList>dt>ol>li>i>img{max-width:22px;}
	.page_service .serviceList>dt>ol>li>h3{padding-left:30px;}
	.page_service .serviceList>dt>ol>li>h3>em{font-size:13px;}
}
@media (max-width:1180px){
	.page_service .serviceTit2{margin-top:60px;font-size:44px;}
	.page_service .serviceList{margin-top:40px;}
	.page_service .serviceList>dt{padding:40px;width:calc(50% - 10px);border-radius:10px;}
	.page_service .serviceList>dt>h2{padding:19px 25px;max-width:320px;font-size:16px;}
	.page_service .serviceList>dt>ol{margin:30px auto 0;}
	.page_service .serviceList>dt>ol>li>span{padding:19px 0;}
	.page_service .serviceList>dt>ol>li>i>img{max-width:17px;}
	.page_service .serviceList>dt>ol>li>h3{padding-left:20px;}
	.page_service .serviceList>dt>ol>li>h3>em{font-size:12px;}
}
@media (max-width:980px){
	.page_service .serviceTit2{margin-top:50px;font-size:36px;}
	.page_service .serviceList{margin-top:30px;}
	.page_service .serviceList>dt{padding:40px 30px;}
	.page_service .serviceList>dt>h2{padding:16px 25px;max-width:280px;font-size:14px;}
	.page_service .serviceList>dt>ol>li>span{padding:16px 0;}
	.page_service .serviceList>dt>ol>li>i>img{max-width:12px;}
}
@media (max-width:880px){
	.page_service .serviceList{display:block;}
	.page_service .serviceList>dt{width:100%;}
	.page_service .serviceList>dt:not(:first-child){margin-top:30px;}
}
@media (max-width:460px){
	.page_service .serviceList>dt>ol>li{display:block;}
	.page_service .serviceList>dt>ol>li:not(:first-child){margin-top:20px;}
	.page_service .serviceList>dt>ol>li>span{padding:0;width:100%;text-align:left;background:none;color:#219c47;}
	.page_service .serviceList>dt>ol>li>i{display:none;}
	.page_service .serviceList>dt>ol>li>h3{margin-top:5px;padding-left:0;width:100%;}
}

/*page_access*/
body.page-id-2{background-position:center -75%;}

.page_access{padding:80px 40px;}
@media (max-width:1380px){
	.page_access{padding:70px 30px;}
}
@media (max-width:1180px){
	.page_access{padding:60px 20px;}
}
@media (max-width:980px){
	.page_access{padding:50px 20px;}
}

/*page_news*/
.page_news{padding:80px 40px;}
.page_news .newsMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_news .newsMat>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_news .newsMat>ul>li>a{display:block;}
.page_news .newsMat>ul>li>a>figure{border-radius:40px;overflow:hidden;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_news .newsMat>ul>li>a>figure:after{padding-top:70%;}
.page_news .newsMat>ul>li>a>hgroup{display:flex;align-items:center;margin-top:30px;}
.page_news .newsMat>ul>li>a>hgroup>span{display:block;width:97px;color:#332110;}
.page_news .newsMat>ul>li>a>hgroup>h3{padding-left:20px;width:calc(100% - 97px);color:#95725b;}
.page_news .newsMat>ul>li>a:hover>figure{box-shadow:0 0 10px rgba(0,0,0,0.8);}
@media (max-width:1380px){
	.page_news{padding:70px 30px;}
	.page_news .newsMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_news .newsMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_news .newsMat>ul>li>a>figure{border-radius:30px;}
	.page_news .newsMat>ul>li>a>hgroup{margin-top:25px;}
	.page_news .newsMat>ul>li>a>hgroup>span{width:92px;}
	.page_news .newsMat>ul>li>a>hgroup>h3{padding-left:15px;width:calc(100% - 92px);}
}
@media (max-width:1180px){
	.page_news{padding:60px 20px;}
	.page_news .newsMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_news .newsMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_news .newsMat>ul>li>a>figure{border-radius:20px;}
	.page_news .newsMat>ul>li>a>hgroup{margin-top:20px;}
	.page_news .newsMat>ul>li>a>hgroup>span{width:87px;}
	.page_news .newsMat>ul>li>a>hgroup>h3{padding-left:10px;width:calc(100% - 87px);}
}
@media (max-width:980px){
	.page_news{padding:50px 20px;}
	.page_news .newsMat>ul>li{width:50%;}
	.page_news .newsMat>ul>li>a>figure{border-radius:10px;}
}
@media (max-width:680px){
	.page_news .newsMat>ul>li{width:100%;}
	.page_news .newsMat>ul>li>a{margin:0 auto;width:100%;max-width:480px;}
}

/*page_news-detail*/
.page_newsDet{padding:80px 40px;}
.page_newsDet .newsDetMat{max-width:1320px;}
.page_newsDet .newsDetTit>hgroup{display:flex;}
.page_newsDet .newsDetTit>hgroup>span{display:block;margin-top:3px;width:97px;}
.page_newsDet .newsDetTit>hgroup>h6{padding-left:40px;width:calc(100% - 97px);font-size:18px;}
.page_newsDet .newsDetTit>hr{margin:20px auto 0;width:100%;height:2px;background:#219c47;border:none;}
.page_newsDet .newsDetPic{margin:40px auto 0;width:100%;max-width:920px;text-align:center;}
.page_newsDet .newsDetPic>img{display:inline-block;border-radius:40px;}
.page_newsDet .newsDetTxt{margin-top:40px;font-size:15px;}
.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_newsDet{padding:70px 30px;}
	.page_newsDet .newsDetTit>hgroup>span{margin-top:2px;width:92px;}
	.page_newsDet .newsDetTit>hgroup>h6{padding-left:30px;width:calc(100% - 92px);font-size:17px;}
	.page_newsDet .newsDetTit>hr{margin:17px auto 0;}
	.page_newsDet .newsDetPic{margin:35px auto 0;max-width:720px;}
	.page_newsDet .newsDetTxt{margin-top:30px;font-size:14px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_newsDet{padding:60px 20px;}
	.page_newsDet .newsDetTit>hgroup>span{width:87px;}
	.page_newsDet .newsDetTit>hgroup>h6{padding-left:20px;width:calc(100% - 87px);font-size:16px;}
	.page_newsDet .newsDetTit>hr{margin:14px auto 0;}
	.page_newsDet .newsDetPic{margin:30px auto 0;max-width:520px;}
	.page_newsDet .newsDetTxt{margin-top:20px;font-size:13px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_newsDet{padding:50px 20px;}
}
@media (max-width:780px){
	.page_newsDet .newsDetTit>hgroup{display:block;}
	.page_newsDet .newsDetTit>hgroup>span{margin-top:0;}
	.page_newsDet .newsDetTit>hgroup>h6{margin-top:5px;padding-left:0;width:100%;}
}

/*newsDetNav*/
.newsDetNav{display:flex;justify-content:center;margin-top:30px;line-height:1;text-transform:uppercase;}
.newsDetNav a{display:block;padding:20px 60px;border:2px solid #d8d7d7;border-radius:30px;color:#000;}
.newsDetNav a:hover{background:#219c47;border-color:#219c47;color:#fff;}
.newsDetNav>a{margin:0 20px;}
@media (max-width:1380px){
	.newsDetNav{margin-top:25px;}
	.newsDetNav a{padding:17px 50px;}
	.newsDetNav>a{margin:0 15px;}
}
@media (max-width:1180px){
	.newsDetNav{margin-top:20px;}
	.newsDetNav a{padding:14px 40px;}
	.newsDetNav>a{margin:0 10px;}
}

/*page_contact*/
input,textarea{font-family:"Huninn",sans-serif;font-weight:bold;}
.mwform-radio-field-text{font-weight:bold;}

.page_contact{padding:80px 40px;}
.page_contact .contactTxt{text-align:center;}
.page_contact .contactTxt>*:not(:first-child){margin-top:15px;}
.page_contact .contactForm{margin-top:60px;max-width:1220px;}
.page_contact .contactFormShe>dl{display:flex;align-items:center;}
.page_contact .contactFormShe>dl:not(:first-child){margin-top:20px;padding-top:20px;border-top:2px solid #fff;}
.page_contact .contactFormShe>dl>dt{display:flex;align-items:center;width:260px;}
.page_contact .contactFormShe>dl>dt>font{display:block;margin-right:15px;padding:10px;line-height:1;background:#e8d8b1;
	font-size:12px;color:#57543d;
}
.page_contact .contactFormShe>dl>dd{width:calc(100% - 260px);}
.page_contact .contactFormShe>dl>dd>input,
.page_contact .contactFormShe>dl>dd>textarea{padding:18px;width:100%;background:#fff;border:2px solid #d2d2d2;}
.page_contact .contactFormShe>dl>dd>textarea{height:200px;}
.page_contact .contactFormShe>.send{display:flex;justify-content:center;margin-top:30px;}
.page_contact .contactFormShe>.send>input{padding:25px 75px;background:#906240;color:#fff;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_contact .contactFormShe>.send>input:hover{background:#219c47;}
@media (max-width:1380px){
	.page_contact{padding:70px 30px;}
	.page_contact .contactTxt>*:not(:first-child){margin-top:10px;}
	.page_contact .contactForm{margin-top:50px;}
	.page_contact .contactFormShe>dl:not(:first-child){margin-top:17px;padding-top:17px;}
	.page_contact .contactFormShe>dl>dt{width:240px;}
	.page_contact .contactFormShe>dl>dt>font{margin-right:10px;}
	.page_contact .contactFormShe>dl>dd{width:calc(100% - 240px);}
	.page_contact .contactFormShe>dl>dd>input,.page_contact .contactFormShe>dl>dd>textarea{padding:15px;}
	.page_contact .contactFormShe>dl>dd>textarea{height:170px;}
	.page_contact .contactFormShe>.send{margin-top:25px;}
	.page_contact .contactFormShe>.send>input{padding:22px 65px;}
}
@media (max-width:1180px){
	.page_contact{padding:60px 20px;}
	.page_contact .contactTxt>*:not(:first-child){margin-top:5px;}
	.page_contact .contactForm{margin-top:40px;}
	.page_contact .contactFormShe>dl:not(:first-child){margin-top:14px;padding-top:14px;}
	.page_contact .contactFormShe>dl>dt{width:220px;}
	.page_contact .contactFormShe>dl>dd{width:calc(100% - 220px);}
	.page_contact .contactFormShe>dl>dd>input,.page_contact .contactFormShe>dl>dd>textarea{padding:12px;}
	.page_contact .contactFormShe>dl>dd>textarea{height:140px;}
	.page_contact .contactFormShe>.send{margin-top:20px;}
	.page_contact .contactFormShe>.send>input{padding:19px :;5px;}
}
@media (max-width:980px){
	.page_contact{padding:50px 20px;}
}
@media (max-width:780px){
	.page_contact .contactFormShe>dl{display:block;}
	.page_contact .contactFormShe>dl>dt{width:100%;}
	.page_contact .contactFormShe>dl>dd{margin-top:15px;width:100%;}
}

/*page_plan*/
.page_plan{padding:80px 40px;}
.page_plan .planTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_plan{padding:70px 30px;}
	.page_plan .planTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_plan{padding:60px 20px;}
	.page_plan .planTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_plan{padding:50px 20px;}
	.page_plan .planTxt>*:not(:first-child){margin-top:5px;}
}

.page_plan .planSep{margin-top:60px;}
.page_plan .planSep>dl{display:flex;justify-content:space-between;align-items:center;}
.page_plan .planSep>dl:not(:first-child){margin-top:50px;}
.page_plan .planSep>dl>dt{width:calc(45% - 20px);border-radius:20px;overflow:hidden;}
.page_plan .planSep>dl>dt>img{width:100%;}
.page_plan .planSep>dl>dd{width:calc(55% - 20px);}
.page_plan .planSep>dl>dd>h3{line-height:1;font-size:32px;color:#219c47;}
.page_plan .planSep>dl>dd>figcaption{margin-top:40px;font-weight:bold;}
.page_plan .planSep>dl>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_plan .planSep>dl>dd>ol{display:flex;margin-top:10px;margin-left:-20px;}
.page_plan .planSep>dl>dd>ol>li{margin-top:20px;padding-left:20px;width:33.333333%;}
.page_plan .planSep>dl:nth-child(2n-1){
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
@media (max-width:1380px){
	.page_plan .planSep{margin-top:50px;}
	.page_plan .planSep>dl:not(:first-child){margin-top:40px;}
	.page_plan .planSep>dl>dt{width:calc(45% - 15px);border-radius:15px;}
	.page_plan .planSep>dl>dd{width:calc(55% - 15px);}
	.page_plan .planSep>dl>dd>h3{font-size:28px;}
	.page_plan .planSep>dl>dd>figcaption{margin-top:35px;}
	.page_plan .planSep>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.page_plan .planSep>dl>dd>ol{margin-left:-15px;}
	.page_plan .planSep>dl>dd>ol>li{margin-top:15px;padding-left:15px;}
}
@media (max-width:1180px){
	.page_plan .planSep{margin-top:40px;}
	.page_plan .planSep>dl:not(:first-child){margin-top:30px;}
	.page_plan .planSep>dl>dt{width:calc(45% - 10px);border-radius:10px;}
	.page_plan .planSep>dl>dd{width:calc(55% - 10px);}
	.page_plan .planSep>dl>dd>h3{font-size:24px;}
	.page_plan .planSep>dl>dd>figcaption{margin-top:30px;}
	.page_plan .planSep>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.page_plan .planSep>dl>dd>ol{margin-left:-10px;}
	.page_plan .planSep>dl>dd>ol>li{margin-top:10px;padding-left:10px;}
}
@media (max-width:980px){
	.page_plan .planSep>dl>dd>h3{font-size:20px;}
}
@media (max-width:780px){
	.page_plan .planSep>dl{display:block;}
	.page_plan .planSep>dl>dt{margin:0 auto;width:100%;max-width:480px;}
	.page_plan .planSep>dl>dd{margin-top:30px;width:100%;}
	.page_plan .planSep>dl>dd>h3{text-align:center;}
}

.page_plan .planCha{display:flex;justify-content:space-between;align-items:center;margin-top:60px;}
.page_plan .planCha>dd{width:calc(55% - 20px);}
.page_plan .planCha>dd>hgroup>h2{font-size:18px;color:#009ddd;}
.page_plan .planCha>dd>figcaption{margin-top:30px;font-weight:bold;}
.page_plan .planCha>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_plan .planCha>dt{width:calc(45% - 20px);}
.page_plan .planCha>dt>img{margin:0 auto;width:100%;max-width:311px;}
.page_plan .planCha.photography>dt>img{max-width:660px;}
.page_plan .planCha>dt>h3{margin-top:25px;text-align:right;line-height:1;color:#95725b;}
@media (max-width:1380px){
	.page_plan .planCha{margin-top:50px;}
	.page_plan .planCha>dd{width:calc(60% - 15px);}
	.page_plan .planCha>dd>hgroup>h2{font-size:17px;}
	.page_plan .planCha>dd>figcaption{margin-top:25px;}
	.page_plan .planCha>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.page_plan .planCha>dt{width:calc(40% - 15px);}
	.page_plan .planCha>dt>img{max-width:291px;}
	.page_plan .planCha.photography>dt>img{max-width:510px;}
	.page_plan .planCha>dt>h3{margin-top:20px;}
}
@media (max-width:1180px){
	.page_plan .planCha{margin-top:40px;}
	.page_plan .planCha>dd{width:calc(65% - 10px);}
	.page_plan .planCha>dd>hgroup>h2{font-size:16px;}
	.page_plan .planCha>dd>figcaption{margin-top:20px;}
	.page_plan .planCha>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.page_plan .planCha>dt{width:calc(35% - 10px);}
	.page_plan .planCha>dt>img{max-width:271px;}
	.page_plan .planCha.photography>dt>img{max-width:380px;}
	.page_plan .planCha>dt>h3{margin-top:15px;}
}
@media (max-width:980px){
	.page_plan .planCha>dt>img{max-width:251px;}
	.page_plan .planCha.photography>dt>img{max-width:310px;}
}
@media (max-width:780px){
	.page_plan .planCha{display:block;}
	.page_plan .planCha>dd{width:100%;}
	.page_plan .planCha>dt{margin-top:30px;width:100%;}
}

.page_plan .planVer{margin-top:60px;}
.page_plan .planVer>h2{line-height:1;font-size:32px;color:#219c47;}
.page_plan .planVer>figcaption{margin-top:40px;font-weight:bold;}
.page_plan .planVer>figcaption>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_plan .planVer{margin-top:50px;}
	.page_plan .planVer>h2{font-size:28px;}
	.page_plan .planVer>figcaption{margin-top:35px;}
	.page_plan .planVer>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_plan .planVer{margin-top:40px;}
	.page_plan .planVer>h2{font-size:24px;}
	.page_plan .planVer>figcaption{margin-top:30px;}
	.page_plan .planVer>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_plan .planVer>h2{font-size:20px;}
	.page_plan .planVer>figcaption{margin-top:25px;}
}

.page_plan .planList{margin-top:60px;}
.page_plan .planList>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-40px;margin-left:-40px;}
.page_plan .planList>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_plan .planList>ul>li>figure{border-radius:20px;overflow:hidden;}
.page_plan .planList>ul>li>figure>img{width:100%;}
.page_plan .planList>ul>li>h3{margin-top:30px;text-align:center;line-height:1.6;font-size:15px;color:#95725b;}
@media (max-width:1380px){
	.page_plan .planList{margin-top:50px;}
	.page_plan .planList>ul{margin-top:-30px;margin-left:-30px;}
	.page_plan .planList>ul>li{margin-top:30px;padding-left:30px;}
	.page_plan .planList>ul>li>figure{border-radius:15px;}
	.page_plan .planList>ul>li>h3{margin-top:25px;font-size:14px;}
}
@media (max-width:1180px){
	.page_plan .planList{margin-top:40px;}
	.page_plan .planList>ul{margin-top:-20px;margin-left:-20px;}
	.page_plan .planList>ul>li{margin-top:20px;padding-left:20px;}
	.page_plan .planList>ul>li>figure{border-radius:10px;}
	.page_plan .planList>ul>li>h3{margin-top:20px;font-size:13px;}
}
@media (max-width:980px){
	.page_plan .planList>ul>li{width:50%;}
	.page_plan .planList>ul>li>h3{margin-top:15px;font-size:12px;}
}
@media (max-width:660px){
	.page_plan .planList>ul>li{width:100%;}
	.page_plan .planList>ul>li>figure{margin:0 auto;width:100%;max-width:480px;}
}

.page_plan .planSte{display:flex;justify-content:space-between;align-items:center;margin-top:60px;}
.page_plan .planSte>dd{width:calc(55% - 20px);}
.page_plan .planSte>dd>h3{line-height:1;font-size:32px;color:#219c47;}
.page_plan .planSte>dd>figcaption{margin-top:40px;font-weight:bold;}
.page_plan .planSte>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_plan .planSte>dt{width:calc(45% - 20px);border-radius:20px;overflow:hidden;}
.page_plan .planSte>dt>img{width:100%;}
@media (max-width:1380px){
	.page_plan .planSte{margin-top:50px;}
	.page_plan .planSte>dd{width:calc(55% - 15px);}
	.page_plan .planSte>dd>h3{font-size:28px;}
	.page_plan .planSte>dd>figcaption{margin-top:35px;}
	.page_plan .planSte>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.page_plan .planSte>dt{width:calc(45% - 15px);border-radius:15px;}
}
@media (max-width:1180px){
	.page_plan .planSte{margin-top:40px;}
	.page_plan .planSte>dd{width:calc(55% - 10px);}
	.page_plan .planSte>dd>h3{font-size:24px;}
	.page_plan .planSte>dd>figcaption{margin-top:30px;}
	.page_plan .planSte>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.page_plan .planSte>dt{width:calc(45% - 10px);border-radius:10px;}
}
@media (max-width:980px){
	.page_plan .planSte>dd>h3{font-size:20px;}
}
@media (max-width:780px){
	.page_plan .planSte{display:block;}
	.page_plan .planSte>dd{width:100%;}
	.page_plan .planSte>dd>h3{text-align:center;}
	.page_plan .planSte>dt{margin:30px auto 0;width:100%;max-width:480px;}
}





