@charset "utf-8";
/*
Theme Name: hashimoto-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:16px;color:#444;font-weight:bold;letter-spacing:1px;
	font-family:"-apple-system",BlinkMacSystemFont,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic ProN","MS PGothic",Osaka,sans-serif;
}
@media (max-width:1380px){
	body{font-size:15px;}
}
@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;
}

/*hashimotoM*/
.hashimotoM{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);
}
.hashimotoM .hashimotoMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.hashimotoM-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:#006a00;
	-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:1190px){
	.mobile-btn{display:block;}
}

/*sp-wrapper*/
.sp-wrapper{position:fixed;top:0;right:0;z-index:50;padding:20px 10px;width:240px;text-align:center;height:100vh;background:#515151;
	-webkit-transform:translateX(240px);
	transform:translateX(240px);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.sp-wrapper.sp-wrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.sp-wrapper>h2{font-size: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{position:relative;display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover,.sp-wrapperul>li>a.current{background:#fff;color:#006a00;}
.sp-wrapperul>li.hasMenu>a:after{position:absolute;top:50%;right:20px;display:block;content:"";width:0;height:0;
	border-width:5px 5px 0;
    border-style:solid;
    border-color:#fff transparent transparent transparent;   
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:0.3s;
	transition:0.3s;
}
.sp-wrapperul>li.hasMenu>a:hover:after{border-color:#006a00 transparent transparent transparent;}
.sp-wrapperul>li>a.current:after{border-color:#006a00 transparent transparent transparent;
	-webkit-transform:rotate(-180deg) translateY(3px);
	transform:rotate(-180deg) translateY(3px);
}
.sp-wrapperul>li>ol{display:none;background:#000;}
.sp-wrapperul>li>ol>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapperul>li>ol>li>a{display:block;padding:8px;text-align:center;font-size:12px;color:#fff;}
.sp-wrapperul>li>ol>li>a:hover{background:#fff;color:#006a00;}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#333;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;}

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

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit>h2{font-size:40px;color:#006a00;}
.common_tit>h3{margin-top:25px;font-family:"Outfit",sans-serif;font-size:20px;text-transform:uppercase;}
@media (max-width:1380px){
	.common_tit>h2{font-size:36px;}
	.common_tit>h3{margin-top:22px;font-size:18px;}
}
@media (max-width:1180px){
	.common_tit>h2{font-size:32px;}
	.common_tit>h3{margin-top:19px;font-size:16px;}
}
@media (max-width:980px){
	.common_tit>h2{font-size:28px;}
	.common_tit>h3{margin-top:16px;font-size:14px;}
}

/*common_tit2*/
.common_tit2{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit2>h2{font-family:"Outfit",sans-serif;font-size:100px;text-transform:uppercase;}
.common_tit2>h3{margin-top:30px;font-size:24px;}
@media (max-width:1380px){
	.common_tit2>h2{font-size:90px;}
	.common_tit2>h3{margin-top:25px;font-size:22px;}
}
@media (max-width:1180px){
	.common_tit2>h2{font-size:80px;}
	.common_tit2>h3{margin-top:20px;font-size:20px;}
}
@media (max-width:980px){
	.common_tit2>h2{font-size:70px;}
	.common_tit2>h3{font-size:18px;}
}
@media (max-width:780px){
	.common_tit2>h2{font-size:60px;}
	.common_tit2>h3{font-size:16px;}
}
@media (max-width:580px){
	.common_tit2>h2{font-size:50px;}
}

/*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{display:flex;justify-content:space-between;align-items:center;width:100%;line-height:1;background:#fff;
	-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:block;margin-left:40px;width:100%;max-width:253px;}
.header .logo:hover{opacity:0.6;}
.header .headerNav{display:flex;align-items:center;margin-left:40px;}
.header .headerNav>ul{display:flex;}
.header .headerNav>ul>li{position:relative;display:flex;align-items:center;}
.header .headerNav>ul>li:not(:first-child):before{display:block;content:"";margin:0 40px;width:2px;height:20px;background:#c7c7c7;}
.header .headerNav>ul>li>a{color:#333;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#006a00;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li:hover>a{color:#006a00;}
.header .headerNav>ul>li:hover>a:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>ul>li>ol{display:none;position:absolute;top:23px;left:34%;z-index:5;width:140px;}
.header .headerNav>ul>li>ol>li>a{display:block;padding:10px;text-align:center;background:#006a00;font-size:12px;color:#fff;}
.header .headerNav>ul>li:hover>ol{display:block;}
.header .headerNav>a{display:block;margin-left:40px;padding:10px;background:#006a00;}
.header .headerNav>a>hgroup{text-align:center;padding:25px 50px;border:2px solid #fff;color:#fff;}
.header .headerNav>a>hgroup>i{display:none;font-size:18px;}
.header .headerNav>a:hover{background:#333;}
@media (max-width:1680px){
	.header .logo{margin-left:30px;max-width:223px;}
	.header .headerNav{margin-left:30px;}
	.header .headerNav>ul>li:not(:first-child):before{margin:0 30px;height:18px;}
	.header .headerNav>ul>li>a{font-size:15px;}
	.header .headerNav>ul>li>ol{top:21px;left:30%;width:130px;}
	.header .headerNav>a{margin-left:30px;padding:8px;}
	.header .headerNav>a>hgroup{padding:20px 40px;}
	.header .headerNav>a>hgroup>p{font-size:15px;}
}
@media (max-width:1440px){
	.header .logo{margin-left:20px;max-width:193px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child):before{margin:0 20px;height:16px;}
	.header .headerNav>ul>li>a{font-size:14px;}
	.header .headerNav>ul>li>ol{top:19px;left:21%;width:120px;}
	.header .headerNav>a{margin-left:20px;padding:6px;}
	.header .headerNav>a>hgroup{padding:15px 30px;}
	.header .headerNav>a>hgroup>p{font-size:14px;}
}
@media (max-width:1190px){
	.header{padding:15px 20px;box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{margin-left:0;max-width:163px;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>a{margin-left:0;}
	.header .headerNav>a>hgroup{padding:6px;}
	.header .headerNav>a>hgroup>i{display:block;}
	.header .headerNav>a>hgroup>p{display:none;}
}

.header.header_fixed{position:fixed;top:0;left:0;z-index:9999;box-shadow:0 0 5px rgba(0,0,0,0.5);}

/*banner*/
.banner{position:relative;height:800px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg .swiper-slide:after{padding-top:0;width:100%;height:100%;}
.swiper-pagination-progressbar{background:#333;}
.swiper-container-horizontal>.swiper-pagination-progressbar{top:auto;bottom:0;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#006a00;}
.banner .bannerMat{position:absolute;top:40%;left:50%;z-index:5;display:flex;justify-content:flex-end;padding:0 40px;max-width:1800px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>hgroup{line-height:1;color:#006a00;
	text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.banner .bannerMat>hgroup>h2{font-family:"Noto Serif JP",serif;font-size:70px;}
.banner .bannerMat>hgroup>h3{margin-top:40px;font-size:20px;}
@media (max-width:1680px){
	.banner{height:700px;}
}
@media (max-width:1480px){
	.banner{height:600px;}
	.banner .bannerMat{top:45%;padding:0 30px;}
	.banner .bannerMat>hgroup>h2{font-size:60px;}
	.banner .bannerMat>hgroup>h3{margin-top:35px;font-size:18px;}
}
@media (max-width:1280px){
	.banner{height:500px;}
	.banner .bannerMat{top:50%;padding:0 20px;}
	.banner .bannerMat>hgroup>h2{font-size:50px;}
	.banner .bannerMat>hgroup>h3{margin-top:30px;font-size:16px;}
}
@media (max-width:1080px){
	.banner{height:400px;}
	.banner .bannerMat>hgroup>h2{font-size:40px;}
	.banner .bannerMat>hgroup>h3{margin-top:25px;font-size:14px;}
}
@media (max-width:880px){
	.banner{height:300px;}
	.banner .bannerMat>hgroup{width:100%;text-align:center;}
	.banner .bannerMat>hgroup>h2{font-size:30px;}
	.banner .bannerMat>hgroup>h3{margin-top:20px;line-height:1.8;}
}
@media (max-width:640px){
	.banner{height:200px;}
}

/*indexMain*/
/*itisus*/
.itisus{position:relative;padding:80px 0;}
.itisus .itisusBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.itisus .itisusBg:after{padding-top:0;width:100%;height:100%;}
.itisus .itisusMat{position:relative;z-index:5;display:flex;justify-content:space-between;padding:0 40px;max-width:1300px;}
.itisus .itisusMat>dd{padding:60px 0;width:calc(55% - 20px);}
.itisus .itisusMat>dd>figure{margin:0 auto;width:100%;max-width:598px;}
.itisus .itisusMat>dd>hgroup{margin-top:-80px;text-align:center;}
.itisus .itisusMat>dd>hgroup>h3{font-size:32px;letter-spacing:6px;}
.itisus .itisusMat>dd>hgroup>h3>span{
	background:linear-gradient(transparent 60%,#0bbf76 40%);
}
.itisus .itisusMat>dd>hgroup>h2{display:inline-block;margin-top:50px;line-height:1;font-size:48px;letter-spacing:10px;
	background:linear-gradient(transparent 60%,#0bbf76 40%);
}
.itisus .itisusMat>dt{width:calc(45% - 20px);}
.itisus .itisusMat>dt:after{padding-top:0;height:auto;}
.itisus .itisusBtn{position:relative;z-index:5;display:flex;justify-content:center;margin-top:60px;padding:30px 40px;background:#0bbf76;}
.itisus .itisusBtn>a{display:flex;align-items:center;}
.itisus .itisusBtn>a>h3{font-size:26px;color:#fff;letter-spacing:10px;}
.itisus .itisusBtn>a>i{display:block;margin-left:30px;width:45px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.itisus .itisusBtn>a:hover>i{
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
}
@media (max-width:1380px){
	.itisus{padding:70px 0;}
	.itisus .itisusBg{background-position:left center;}
	.itisus .itisusMat{padding:0 30px;}
	.itisus .itisusMat>dd{padding:50px 0;width:calc(55% - 15px);}
	.itisus .itisusMat>dd>figure{max-width:489px;}
	.itisus .itisusMat>dd>hgroup{margin-top:-70px;}
	.itisus .itisusMat>dd>hgroup>h3{font-size:28px;letter-spacing:4px;}
	.itisus .itisusMat>dd>hgroup>h2{margin-top:40px;font-size:42px;letter-spacing:8px;}
	.itisus .itisusMat>dt{width:calc(45% - 15px);}
	.itisus .itisusBtn{margin-top:50px;padding:25px 30px;}
	.itisus .itisusBtn>a>h3{font-size:22px;letter-spacing:8px;}
	.itisus .itisusBtn>a>i{margin-left:20px;width:39px;}	
}
@media (max-width:1180px){
	.itisus{padding:60px 0;}
	.itisus .itisusMat{padding:0 20px;}
	.itisus .itisusMat>dd{padding:40px 0;width:calc(55% - 10px);}
	.itisus .itisusMat>dd>figure{max-width:380px;}
	.itisus .itisusMat>dd>hgroup{margin-top:-60px;}
	.itisus .itisusMat>dd>hgroup>h3{font-size:24px;letter-spacing:2px;}
	.itisus .itisusMat>dd>hgroup>h2{margin-top:30px;font-size:36px;letter-spacing:6px;}
	.itisus .itisusMat>dt{width:calc(45% - 10px);}
	.itisus .itisusBtn{margin-top:40px;padding:20px;}
	.itisus .itisusBtn>a>h3{font-size:18px;letter-spacing:6px;}
	.itisus .itisusBtn>a>i{margin-left:10px;width:33px;}
}
@media (max-width:980px){
	.itisus{padding:50px 0;}
	.itisus .itisusMat{display:block;}
	.itisus .itisusMat>dd{padding:0;width:100%;}
	.itisus .itisusMat>dd>figure{max-width:271px;}
	.itisus .itisusMat>dd>hgroup{margin-top:-50px;}
	.itisus .itisusMat>dd>hgroup>h3{font-size:20px;letter-spacing:0;}
	.itisus .itisusMat>dd>hgroup>h2{margin-top:20px;font-size:30px;letter-spacing:4px;}
	.itisus .itisusMat>dt{margin-top:30px;width:100%;}
	.itisus .itisusMat>dt:after{height:280px;}
}

/*product-case*/
.product-case{display:flex;}
.product-case>dl{position:relative;width:50%;}
.product-case>dl>dt{width:100%;height:580px;}
.product-case>dl>dt:after{padding-top:0;width:100%;height:100%;}
.product-case>dl>dd{position:absolute;bottom:60px;left:0;padding:0 40px;display:flex;justify-content:center;width:100%;}
.product-case>dl>dd>a{text-align:center;line-height:1;color:#fff;}
.product-case>dl>dd>a>h3{font-size:30px;letter-spacing:8px;}
.product-case>dl>dd>a>h2{margin-top:25px;font-family:"Outfit",sans-serif;font-size:100px;font-weight:500;text-transform:uppercase;}
.product-case>dl>dd>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.product-case>dl>dt{height:520px;}
	.product-case>dl>dd{bottom:50px;padding:0 30px;}
	.product-case>dl>dd>a>h3{font-size:26px;letter-spacing:6px;}
	.product-case>dl>dd>a>h2{margin-top:20px;font-size:85px;}
}
@media (max-width:1180px){
	.product-case>dl>dt{height:460px;}
	.product-case>dl>dd{bottom:40px;padding:0 20px;}
	.product-case>dl>dd>a>h3{font-size:22px;letter-spacing:4px;}
	.product-case>dl>dd>a>h2{margin-top:15px;font-size:70px;}
}
@media (max-width:980px){
	.product-case>dl>dt{height:400px;}
	.product-case>dl>dd>a>h3{font-size:18px;letter-spacing:2px;}
	.product-case>dl>dd>a>h2{font-size:55px;}
}
@media (max-width:780px){
	.product-case{display:block;}
	.product-case>dl{width:100%;}
	.product-case>dl>dt{height:340px;}
	.product-case>dl>dd>a>h2{font-size:40px;}
}

/*recruit*/
.recruit{position:relative;padding:80px 40px 180px;}
.recruit .recruitBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center bottom;}
.recruit .recruitBg:after{padding-top:0;width:100%;height:100%;}
.recruit .recruitMat{position:relative;z-index:5;}
.recruit .recruitMat>dl{display:flex;justify-content:space-between;align-items:center;}
.recruit .recruitMat>dl>dt{width:calc(45% - 20px);}
.recruit .recruitMat>dl>dt>img{margin:0 auto;width:100%;max-width:529px;}
.recruit .recruitMat>dl>dd{width:calc(55% - 20px);text-align:center;line-height:1.4;font-size:38px;letter-spacing:8px;
	text-shadow:0 0 1px #444,0 0 1px #444,0 0 1px #444,0 0 1px #444;
}
.recruit .recruitMat>ul{display:flex;justify-content:space-between;margin-top:80px;}
.recruit .recruitMat>ul>li{width:calc(50% - 20px);}
.recruit .recruitMat>ul>li>a{display:flex;justify-content:center;align-items:center;padding:20px 40px;width:100%;border-radius:100px;}
.recruit .recruitMat>ul>li>a>figure{width:100%;max-width:115px;}
.recruit .recruitMat>ul>li>a>h3{margin:0 35px;line-height:1;font-size:44px;color:#fff;
	text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}
.recruit .recruitMat>ul>li>a>i{display:block;width:100%;max-width:50px;}
.recruit .recruitMat>ul>li:nth-of-type(1)>a{background:#0bbf76;}
.recruit .recruitMat>ul>li:nth-of-type(2)>a{background:#71933e;}
.recruit .recruitMat>ul>li>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.recruit{padding:70px 30px 160px;}
	.recruit .recruitMat>dl>dt{width:calc(45% - 15px);}
	.recruit .recruitMat>dl>dt>img{max-width:441px;}
	.recruit .recruitMat>dl>dd{width:calc(55% - 15px);font-size:32px;letter-spacing:6px;}
	.recruit .recruitMat>ul{margin-top:60px;}
	.recruit .recruitMat>ul>li{width:calc(50% - 15px);}
	.recruit .recruitMat>ul>li>a{padding:17px 30px;}
	.recruit .recruitMat>ul>li>a>figure{max-width:95px;}
	.recruit .recruitMat>ul>li>a>h3{margin:0 25px;font-size:36px;}
	.recruit .recruitMat>ul>li>a>i{max-width:43px;}
}
@media (max-width:1180px){
	.recruit{padding:60px 20px 140px;}
	.recruit .recruitMat>dl>dt{width:calc(45% - 10px);}
	.recruit .recruitMat>dl>dt>img{max-width:349px;}
	.recruit .recruitMat>dl>dd{width:calc(55% - 10px);font-size:26px;letter-spacing:4px;}
	.recruit .recruitMat>ul{margin-top:40px;}
	.recruit .recruitMat>ul>li{width:calc(50% - 10px);}
	.recruit .recruitMat>ul>li>a{padding:14px 20px;}
	.recruit .recruitMat>ul>li>a>figure{max-width:75px;}
	.recruit .recruitMat>ul>li>a>h3{margin:0 15px;font-size:28px;}
	.recruit .recruitMat>ul>li>a>i{max-width:36px;}
}
@media (max-width:980px){
	.recruit{padding:50px 20px 120px;}
	.recruit .recruitMat>dl{display:block;}
	.recruit .recruitMat>dl>dt{width:100%;}
	.recruit .recruitMat>dl>dt>img{max-width:257px;}
	.recruit .recruitMat>dl>dd{margin-top:20px;width:100%;font-size:20px;}
	.recruit .recruitMat>ul{display:block;margin-top:30px;}
	.recruit .recruitMat>ul>li{width:100%;}
	.recruit .recruitMat>ul>li:not(:first-child){margin-top:20px;}
	.recruit .recruitMat>ul>li>a>figure{max-width:55px;}
	.recruit .recruitMat>ul>li>a>h3{font-size:20px;}
	.recruit .recruitMat>ul>li>a>i{max-width:29px;}
}
@media (max-width:780px){
	.recruit{padding:50px 20px 80px;}
}

/*news*/
.news{position:relative;padding:80px 40px;}
.news .newsBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:top center;}
.news .newsBg:after{padding-top:0;width:100%;height:100%;}
.news .newsList{position:relative;z-index:5;max-width:1020px;}
.news .common_tit2{align-items:flex-start;}
.news .newsListMat{margin-top:50px;}
.news .newsListMat>li{display:flex;align-items:center;}
.news .newsListMat>li:not(:first-child){margin-top:30px;}
.news .newsListMat>li>hgroup{display:flex;align-items:center;width:290px;line-height:1;font-size:15px;}
.news .newsListMat>li>hgroup>span{display:block;width:150px;white-space:nowrap;}
.news .newsListMat>li>hgroup>em{display:block;margin-left:20px;padding:12px 20px;width:120px;color:#fff;text-align:center;}
.news .newsListMat>li>hgroup>em.tag-news{background:#006a00;}
.news .newsListMat>li>hgroup>em.tag-recruit{background:#0bbf76;}
.news .newsListMat>li>a{display:block;padding-left:30px;width:calc(100% - 290px);color:#444;}
.news .newsListMat>li>a:hover{color:#006a00;}
.news .newsListBtn{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.news .newsListBtn>a{position:relative;display:block;padding:22px 50px;border:2px solid #006a00;color:#006a00;}
.news .newsListBtn>a:after{position:absolute;top:50%;right:-30px;display:block;content:"";width:60px;height:2px;background:#006a00;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.news .newsListBtn>a:hover{background:#006a00;color:#fff;}
@media (max-width:1380px){
	.news{padding:70px 30px;}	
	.news .newsListMat{margin-top:45px;}
	.news .newsListMat>li:not(:first-child){margin-top:25px;}
	.news .newsListMat>li>hgroup{width:260px;font-size:14px;}
	.news .newsListMat>li>hgroup>span{width:140px;}
	.news .newsListMat>li>hgroup>em{margin-left:15px;padding:10px 15px;width:100px;}
	.news .newsListMat>li>a{padding-left:20px;width:calc(100% - 260px);}
	.news .newsListBtn{margin-top:35px;}
	.news .newsListBtn>a{padding:19px 40px;}
	.news .newsListBtn>a:after{right:-25px;width:50px;}
}
@media (max-width:1180px){
	.news{padding:60px 20px;}	
	.news .newsListMat{margin-top:40px;}
	.news .newsListMat>li:not(:first-child){margin-top:20px;}
	.news .newsListMat>li>hgroup{width:218px;font-size:13px;}
	.news .newsListMat>li>hgroup>span{width:118px;}
	.news .newsListMat>li>hgroup>em{margin-left:10px;width:90px;}
	.news .newsListMat>li>a{padding-left:10px;width:calc(100% - 218px);}
	.news .newsListBtn{margin-top:30px;}
	.news .newsListBtn>a{padding:16px 30px;}
	.news .newsListBtn>a:after{right:-20px;width:40px;}
}
@media (max-width:980px){
	.news{padding:50px 20px;}	
	.news .common_tit2{align-items:center;}	
	.news .newsListMat>li{display:block;}
	.news .newsListMat>li>hgroup{width:100%;}
	.news .newsListMat>li>a{margin-top:15px;padding-left:0;width:100%;}
	.news .newsListBtn>a{padding:13px 20px;}
	.news .newsListBtn>a:after{right:-15px;width:30px;}
}

.news .newsSep{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:center;margin-top:150px;max-width:1020px;}
.news .newsSep>dd{width:calc(50% - 20px);}
.news .newsSep>dd>ul>li{padding:30px 40px;font-size:18px;}
.news .newsSep>dd>ul>li:not(:first-child){border-top:2px dotted #000;}
.news .newsSep>dd>ul>li>*:not(:first-child){margin-top:8px;}
.news .newsSep>dd>ul>li>*>a{color:#444;text-decoration:underline;}
.news .newsSep>dd>ul>li>*>a:hover{color:#006a00;}
.news .newsSep>dt{width:calc(50% - 20px);}
.news .newsSep>dt>.googlemap{height:300px;}
.news .newsSep>dt>.googlemap:not(:first-child){margin-top:30px;}
@media (max-width:1380px){
	.news .newsSep{margin-top:120px;}
	.news .newsSep>dd{width:calc(50% - 15px);}
	.news .newsSep>dd>ul>li{padding:25px 30px;font-size:16px;}
	.news .newsSep>dd>ul>li>*:not(:first-child){margin-top:6px;}
	.news .newsSep>dt{width:calc(50% - 15px);}
	.news .newsSep>dt>.googlemap{height:260px;}
	.news .newsSep>dt>.googlemap:not(:first-child){margin-top:25px;}
}
@media (max-width:1180px){
	.news .newsSep{margin-top:90px;}
	.news .newsSep>dd{width:calc(50% - 10px);}
	.news .newsSep>dd>ul>li{padding:20px;font-size:14px;}
	.news .newsSep>dd>ul>li>*:not(:first-child){margin-top:4px;}
	.news .newsSep>dt{width:calc(50% - 10px);}
	.news .newsSep>dt>.googlemap{height:220px;}
	.news .newsSep>dt>.googlemap:not(:first-child){margin-top:20px;}
}
@media (max-width:980px){
	.news .newsSep{display:block;margin-top:60px;}
	.news .newsSep>dd{width:100%;}
	.news .newsSep>dt{margin-top:20px;width:100%;}
	.news .newsSep>dt>.googlemap{height:260px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;background:#0bbf76;line-height:1;}
.footer .footerNav>a{display:block;width:100%;max-width:349px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>fieldset{display:flex;align-items:center;margin-top:40px;}
.footer .footerNav>fieldset>ol{display:flex;font-size:20px;color:#fff;}
.footer .footerNav>fieldset>ol>li:nth-of-type(2){margin:0 30px;}
.footer .footerNav>fieldset>ol>li>a{color:#fff;text-decoration:underline;}
.footer .footerNav>fieldset>a{display:flex;align-items:center;margin-left:40px;padding:20px 40px;border:2px solid #fff;color:#fff;}
.footer .footerNav>fieldset>a>i{font-size:18px;}
.footer .footerNav>fieldset>a>p{margin-top:1px;margin-left:20px;}
.footer .footerNav>fieldset>a:hover{background:#fff;color:#006a00;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{margin:0 20px;}
.footer .footerNav>ul>li>a{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:right;background:#006a00;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:309px;}
	.footer .footerNav>fieldset{margin-top:35px;}
	.footer .footerNav>fieldset>ol{font-size:18px;}
	.footer .footerNav>fieldset>ol>li:nth-of-type(2){margin:0 20px;}
	.footer .footerNav>fieldset>a{margin-left:30px;padding:17px 30px;}
	.footer .footerNav>fieldset>a>i{font-size:16px;}
	.footer .footerNav>fieldset>a>p{margin-left:15px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li{margin:0 15px;}
	
	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:269px;}
	.footer .footerNav>fieldset{margin-top:30px;}
	.footer .footerNav>fieldset>ol{font-size:16px;}
	.footer .footerNav>fieldset>ol>li:nth-of-type(2){margin:0 10px;}
	.footer .footerNav>fieldset>a{margin-left:20px;padding:14px 20px;}
	.footer .footerNav>fieldset>a>i{font-size:14px;}
	.footer .footerNav>fieldset>a>p{margin-top:0px;margin-left:10px;}
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 10px 0;}
	
	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:780px){
	.footer .footerNav>fieldset{flex-direction:column;}
	.footer .footerNav>fieldset>a{margin-top:20px;margin-left:0;}
}
@media (max-width:420px){
	.footer .footerNav>fieldset>ol{flex-direction:column;}
	.footer .footerNav>fieldset>ol>li:nth-of-type(2){display:none;}
	.footer .footerNav>fieldset>ol>li:nth-of-type(3){margin-top:10px;}
}

/*pageBan*/
.pageBan{position:relative;height:300px;overflow:hidden;}
.pageBan .pageBanBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.pageBan .pageBanBg:after{padding-top:0;width:100%;height:100%;}
.pageBan .pageBanMat{position:absolute;top:50%;left:50%;z-index:5;padding:0 40px;max-width:1600px;text-align:center;line-height:1;color:#fff;
	text-shadow:0 0 5px #333,0 0 5px #333,0 0 5px #333,0 0 5px #333;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h2{font-size:48px;}
.pageBan .pageBanMat>h3{margin-top:25px;font-family:"Outfit",sans-serif;font-size:22px;font-weight:500;text-transform:uppercase;}
@media (max-width:1380px){
	.pageBan{height:270px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h2{font-size:42px;}
	.pageBan .pageBanMat>h3{margin-top:20px;font-size:20px;}
}
@media (max-width:1180px){
	.pageBan{height:240px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h2{font-size:36px;}
	.pageBan .pageBanMat>h3{margin-top:15px;font-size:18px;}
}
@media (max-width:980px){
	.pageBan .pageBanMat>h2{font-size:30px;}
	.pageBan .pageBanMat>h3{font-size:16px;}
}

/*page_about-us*/
.page_aboutUsGer{position:relative;padding:80px 40px;}
.page_aboutUsGer .aboutUsGerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.page_aboutUsGer .aboutUsGerBg:after{padding-top:0;width:100%;height:100%;}
.page_aboutUsGer .common_tit{position:relative;z-index:5;}
.page_aboutUsGer .aboutUsGerMat{position:relative;z-index:5;display:flex;justify-content:space-between;margin-top:50px;max-width:1520px;}
.page_aboutUsGer .aboutUsGerMat>dt{width:calc(42% - 20px);background-position:top left;}
.page_aboutUsGer .aboutUsGerMat>dt:after{padding-top:0;height:auto;}
.page_aboutUsGer .aboutUsGerMat>dd{padding:60px 40px;width:calc(58% - 20px);background:rgba(255,255,255,0.6);}
.page_aboutUsGer .aboutUsGerMat>dd>h3{font-size:18px;}
.page_aboutUsGer .aboutUsGerMat>dd>figcaption{margin-top:20px;font-size:15px;font-weight:bold;letter-spacing:0;}
.page_aboutUsGer .aboutUsGerMat>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_aboutUsGer .aboutUsGerMat>dd>figcaption>.right{text-align:right;}
@media (max-width:1380px){
	.page_aboutUsGer{padding:70px 30px;}
	.page_aboutUsGer .aboutUsGerMat{margin-top:40px;}
	.page_aboutUsGer .aboutUsGerMat>dt{width:calc(42% - 15px);}
	.page_aboutUsGer .aboutUsGerMat>dd{padding:50px 30px;width:calc(58% - 15px);}
	.page_aboutUsGer .aboutUsGerMat>dd>h3{font-size:17px;}
	.page_aboutUsGer .aboutUsGerMat>dd>figcaption{margin-top:15px;font-size:14px;}
	.page_aboutUsGer .aboutUsGerMat>dd>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_aboutUsGer{padding:60px 20px;}
	.page_aboutUsGer .aboutUsGerMat{margin-top:30px;}
	.page_aboutUsGer .aboutUsGerMat>dt{width:calc(42% - 10px);}
	.page_aboutUsGer .aboutUsGerMat>dd{padding:40px 30px;width:calc(58% - 10px);}
	.page_aboutUsGer .aboutUsGerMat>dd>h3{font-size:16px;}
	.page_aboutUsGer .aboutUsGerMat>dd>figcaption{margin-top:10px;}
	.page_aboutUsGer .aboutUsGerMat>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_aboutUsGer{padding:50px 20px;}
	.page_aboutUsGer .aboutUsGerMat{display:block;}
	.page_aboutUsGer .aboutUsGerMat>dt{width:100%;background-position:center 15%;}
	.page_aboutUsGer .aboutUsGerMat>dt:after{height:380px;}
	.page_aboutUsGer .aboutUsGerMat>dd{margin-top:30px;width:100%;}
}

.page_aboutUsIde{padding:80px 40px;background:#e9f1eb;font-family:"Noto Serif JP",serif;}
.page_aboutUsIde .aboutUsIdeMat>dt{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;
	width:100%;max-width:1135px;height:548px;text-align:center;
	background-image:url(img/ideaBg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:1135px 548px;
}
.page_aboutUsIde .aboutUsIdeMat>dt>h2{line-height:1;font-size:48px;}
.page_aboutUsIde .aboutUsIdeMat>dt>h3{margin-top:40px;font-size:38px;color:#006a00;letter-spacing:10px;}
.page_aboutUsIde .aboutUsIdeMat>dd{margin-top:60px;text-align:center;font-size:20px;}
@media (max-width:1380px){
	.page_aboutUsIde{padding:70px 30px;}
	.page_aboutUsIde .aboutUsIdeMat>dt{max-width:969px;height:468px;background-size:969px 468px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h2{font-size:43px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h3{margin-top:35px;font-size:33px;letter-spacing:8px;}
	.page_aboutUsIde .aboutUsIdeMat>dd{margin-top:50px;font-size:18px;}
}
@media (max-width:1180px){
	.page_aboutUsIde{padding:60px 20px;}
	.page_aboutUsIde .aboutUsIdeMat>dt{max-width:803px;height:388px;background-size:803px 388px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h2{font-size:38px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h3{margin-top:25px;font-size:28px;letter-spacing:4px;}
	.page_aboutUsIde .aboutUsIdeMat>dd{margin-top:30px;font-size:14px;}
}
@media (max-width:980px){
	.page_aboutUsIde{padding:50px 20px;}
	.page_aboutUsIde .aboutUsIdeMat>dt{max-width:638px;height:308px;background-size:638px 308px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h2{font-size:33px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h3{margin-top:20px;font-size:23px;letter-spacing:2px;}
}
@media (max-width:780px){
	.page_aboutUsIde .aboutUsIdeMat>dt{max-width:472px;height:228px;background-size:472px 228px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h2{font-size:28px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h3{font-size:18px;}
}
@media (max-width:530px){
	.page_aboutUsIde .aboutUsIdeMat>dt>h2{font-size:23px;}
	.page_aboutUsIde .aboutUsIdeMat>dt>h3{font-size:13px;}
}

.page_aboutUsGui{padding:80px 40px;}
.page_aboutUsGui font{font-family:"Outfit",sans-serif;}
.page_aboutUsGui .aboutUsGuiVer{margin-top:50px;}
.page_aboutUsGui .aboutUsGuiVer>*:not(:first-child){margin-top:10px;}
.page_aboutUsGui .aboutUsGuiSep{margin-top:50px;max-width:1211px;}
.page_aboutUsGui .aboutUsGuiSep>dt{margin:0 auto;width:100%;max-width:374px;}
.page_aboutUsGui .aboutUsGuiSep>dd{margin-top:50px;}
.page_aboutUsGui .aboutUsGuiSep>dd>ol{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-20px;}
.page_aboutUsGui .aboutUsGuiSep>dd>ol>li{display:flex;align-items:center;margin-top:40px;padding-left:20px;width:50%;}
.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>span{display:flex;justify-content:center;align-items:center;width:65px;height:65px;background:#00af68;
	font-family:"Outfit",sans-serif;font-size:40px;color:#fff;
}
.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup{padding-left:20px;width:calc(100% - 65px);}
.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>h3{font-size:20px;}
.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>figcaption{font-size:15px;font-weight:bold;}
@media (max-width:1380px){
	.page_aboutUsGui{padding:70px 30px;}
	.page_aboutUsGui .aboutUsGuiVer{margin-top:45px;}
	.page_aboutUsGui .aboutUsGuiVer>*:not(:first-child){margin-top:8px;}
	.page_aboutUsGui .aboutUsGuiSep{margin-top:45px;max-width:1127px;}
	.page_aboutUsGui .aboutUsGuiSep>dt{max-width:334px;}
	.page_aboutUsGui .aboutUsGuiSep>dd{margin-top:45px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol{margin-top:-30px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li{margin-top:30px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>span{width:60px;height:60px;font-size:34px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup{padding-left:15px;width:calc(100% - 60px);}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>h3{font-size:18px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>figcaption{font-size:14px;}
}
@media (max-width:1220px){
	.page_aboutUsGui{padding:60px 20px;}
	.page_aboutUsGui .aboutUsGuiVer{margin-top:40px;}
	.page_aboutUsGui .aboutUsGuiVer>*:not(:first-child){margin-top:6px;}
	.page_aboutUsGui .aboutUsGuiSep{margin-top:40px;max-width:1044px;}
	.page_aboutUsGui .aboutUsGuiSep>dt{max-width:294px;}
	.page_aboutUsGui .aboutUsGuiSep>dd{margin-top:40px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol{margin-top:-20px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li{margin-top:20px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>span{width:55px;height:55px;font-size:28px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup{padding-left:10px;width:calc(100% - 55px);}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>h3{font-size:16px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>figcaption{font-size:13px;}
}
@media (max-width:1090px){
	.page_aboutUsGui{padding:50px 20px;}
	.page_aboutUsGui .aboutUsGuiVer{margin-top:35px;}
	.page_aboutUsGui .aboutUsGuiSep{margin-top:35px;}
	.page_aboutUsGui .aboutUsGuiSep>dt{max-width:254px;}
	.page_aboutUsGui .aboutUsGuiSep>dd{margin-top:35px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li{width:100%;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>span{width:50px;height:50px;font-size:22px;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup{width:calc(100% - 50px);}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup>h3{font-size:14px;}
}
@media (max-width:560px){
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li{display:block;}
	.page_aboutUsGui .aboutUsGuiSep>dd>ol>li>hgroup{margin-top:10px;padding-left:0;width:100%;}
}

/*page_products*/
.page_products{padding:80px 40px;background:#e9f1eb;}
.page_products .productsMat{max-width:1520px;}
.page_products .productsMat>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_products .productsMat>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_products .productsMat>ul>li>a{display:block;height:100%;background:#fff;cursor:default;}
.page_products .productsMat>ul>li>a>fieldset{padding:30px;}
.page_products .productsMat>ul>li>a>fieldset>h3{line-height:1;font-size:18px;color:#006a00;}
.page_products .productsMat>ul>li>a>fieldset>figcaption{margin-top:20px;font-size:15px;color:#444;font-weight:bold;}
.page_products .productsMat>a{display:block;margin:60px auto 0;padding:30px;width:100%;max-width:800px;text-align:center;
	background:#006a00;font-size:20px;color:#fff;
}
.page_products .productsMat>a:hover{background:#444;}
@media (max-width:1600px){
	.page_products{padding:70px 30px;}
	.page_products .productsMat>ul{margin-top:-30px;margin-left:-30px;}
	.page_products .productsMat>ul>li{margin-top:30px;padding-left:30px;}
	.page_products .productsMat>ul>li>a>fieldset{padding:25px;}
	.page_products .productsMat>ul>li>a>fieldset>h3{font-size:16px;}
	.page_products .productsMat>ul>li>a>fieldset>figcaption{margin-top:15px;font-size:14px;}
	.page_products .productsMat>a{margin:50px auto 0;padding:25px;max-width:650px;font-size:18px;}
}
@media (max-width:1400px){
	.page_products{padding:60px 20px;}
	.page_products .productsMat>ul{margin-top:-20px;margin-left:-20px;}
	.page_products .productsMat>ul>li{margin-top:20px;padding-left:20px;}
	.page_products .productsMat>ul>li>a>fieldset>h3{font-size:14px;}
	.page_products .productsMat>ul>li>a>fieldset>figcaption{margin-top:10px;font-size:13px;}
	.page_products .productsMat>a{margin:40px auto 0;padding:20px;max-width:500px;font-size:16px;}
}
@media (max-width:1240px){
	.page_products{padding:50px 20px;}
	.page_products .productsMat{max-width:920px;}
	.page_products .productsMat>ul>li{width:50%;}
	.page_products .productsMat>a{margin:30px auto 0;max-width:350px;font-size:14px;}
}
@media (max-width:840px){
	.page_products .productsMat>ul>li{width:100%;}
	.page_products .productsMat>ul>li>a{margin:0 auto;width:100%;max-width:480px;}
	.page_products .productsMat>ul>li>a>fieldset>h3{line-height:1.4;}
}

/*page_case*/
.caseTit{display:flex;align-items:center;line-height:1;}
.caseTit>h2{font-size:40px;color:#006a00;}
.caseTit>h3{margin-left:40px;font-family:"Outfit",sans-serif;font-size:20px;text-transform:uppercase;}
@media (max-width:1380px){
	.caseTit>h2{font-size:36px;}
	.caseTit>h3{margin-left:30px;font-size:18px;}
}
@media (max-width:1180px){
	.caseTit>h2{font-size:32px;}
	.caseTit>h3{margin-left:20px;font-size:16px;}
}
@media (max-width:980px){
	.caseTit>h2{font-size:28px;}
	.caseTit>h3{margin-left:10px;font-size:14px;}
}
@media (max-width:780px){
	.caseTit>h2{font-size:24px;}
}
@media (max-width:580px){
	.caseTit>h2{font-size:20px;}
}
@media (max-width:420px){
	.caseTit{display:block;}
	.caseTit>h3{margin-top:10px;margin-left:0;}
}

.page_case{padding:80px 40px;background:#e9f1eb;}
.page_case .caseBtn{display:flex;justify-content:center;}
.page_case .caseBtn>a{display:block;margin:0 20px;padding:25px;width:100%;max-width:400px;text-align:center;line-height:1;font-size:21px;color:#fff;}
.page_case .caseBtn>a:nth-of-type(1){background:#006a00;}
.page_case .caseBtn>a:nth-of-type(2){background:#0bbf76;}

.page_case .caseList{margin-top:50px;max-width:1520px;}
.page_case .caseList>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_case .caseList>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_case .caseList>ul>li>dl{height:100%;background:#fff;}
.page_case .caseList>ul>li>dl>dd{position:relative;padding:30px;min-height:335px;}
.page_case .caseList>ul>li>dl>dd>fieldset>h3{line-height:1;font-size:18px;color:#006a00;}
.page_case .caseList>ul>li>dl>dd>fieldset>figcaption{margin-top:20px;font-size:15px;color:#444;font-weight:bold;}
.page_case .caseList>ul>li>dl>dd>a{position:absolute;bottom:30px;left:30px;display:inline-block;padding:15px 30px;line-height:1;border:2px solid #0bbf76;
	font-size:15px;color:#0bbf76;
}
.page_case .caseList>ul>li>dl>dd>a:hover{background:#0bbf76;color:#fff;}
@media (max-width:1600px){
	.page_case{padding:70px 30px;}
	.page_case .caseBtn>a{margin:0 15px;padding:22px;max-width:340px;font-size:18px;}
	
	.page_case .caseList{margin-top:40px;}
	.page_case .caseList>ul{margin-top:-30px;margin-left:-30px;}
	.page_case .caseList>ul>li{margin-top:30px;padding-left:30px;}
	.page_case .caseList>ul>li>dl>dd{padding:25px;min-height:290px;}
	.page_case .caseList>ul>li>dl>dd>fieldset>h3{font-size:16px;}
	.page_case .caseList>ul>li>dl>dd>fieldset>figcaption{margin-top:15px;font-size:14px;}
	.page_case .caseList>ul>li>dl>dd>a{bottom:25px;left:25px;padding:13px 25px;font-size:14px;}
}
@media (max-width:1400px){
	.page_case{padding:60px 20px;}
	.page_case .caseBtn>a{margin:0 10px;padding:19px;max-width:280px;font-size:15px;}
	
	.page_case .caseList{margin-top:30px;}
	.page_case .caseList>ul{margin-top:-20px;margin-left:-20px;}
	.page_case .caseList>ul>li{margin-top:20px;padding-left:20px;}
	.page_case .caseList>ul>li>dl>dd>fieldset>h3{font-size:14px;}
	.page_case .caseList>ul>li>dl>dd>fieldset>figcaption{margin-top:10px;font-size:13px;}
	.page_case .caseList>ul>li>dl>dd>a{padding:11px 20px;font-size:13px;}
}
@media (max-width:1240px){
	.page_case{padding:50px 20px;}
	.page_case .caseBtn>a{max-width:220px;}
	
	.page_case .caseList{max-width:920px;}
	.page_case .caseList>ul>li{width:50%;}
}
@media (max-width:840px){
	.page_case .caseBtn>a{max-width:160px;}
	
	.page_case .caseList>ul>li{width:100%;}
	.page_case .caseList>ul>li>dl{margin:0 auto;width:100%;max-width:480px;}
	.page_case .caseList>ul>li>dl>dd{min-height:auto;}
	.page_case .caseList>ul>li>dl>dd>a{position:static;margin-top:20px;}	
}

.page_caseCus{padding:80px 40px;}
.page_caseCus .caseCusList{margin-top:50px;}
.page_caseCus .caseCusList>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_caseCus .caseCusList>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_caseCus .caseCusList>ul>li>dl{padding:40px;height:100%;border:2px solid #0bbf76;}
.page_caseCus .caseCusList>ul>li>dl>dt{line-height:1;font-size:24px;color:#0bbf76;}
.page_caseCus .caseCusList>ul>li>dl>dd{margin-top:25px;line-height:1.6;font-size:15px;}
.page_caseCus .caseCusList>ul>li>dl>dd>*:not(:first-child){margin-top:10px;}
@media (max-width:1380px){
	.page_caseCus{padding:70px 30px;}
	.page_caseCus .caseCusList{margin-top:40px;}
	.page_caseCus .caseCusList>ul{margin-top:-30px;margin-left:-30px;}
	.page_caseCus .caseCusList>ul>li{margin-top:30px;padding-left:30px;}
	.page_caseCus .caseCusList>ul>li>dl{padding:30px;}
	.page_caseCus .caseCusList>ul>li>dl>dt{font-size:21px;}
	.page_caseCus .caseCusList>ul>li>dl>dd{margin-top:20px;font-size:14px;}
}
@media (max-width:1180px){
	.page_caseCus{padding:60px 20px;}
	.page_caseCus .caseCusList{margin-top:30px;}
	.page_caseCus .caseCusList>ul{margin-top:-20px;margin-left:-20px;}
	.page_caseCus .caseCusList>ul>li{margin-top:20px;padding-left:20px;}
	.page_caseCus .caseCusList>ul>li>dl{padding:30px 20px;}
	.page_caseCus .caseCusList>ul>li>dl>dt{font-size:18px;}
	.page_caseCus .caseCusList>ul>li>dl>dd{margin-top:15px;font-size:13px;}
}
@media (max-width:980px){
	.page_caseCus{padding:50px 20px;}
	.page_caseCus .caseCusList>ul>li{width:50%;}
}
@media (max-width:660px){
	.page_caseCus .caseCusList>ul>li{width:100%;}
}


.page_caseSup{padding:0 40px 80px;}
.page_caseSup .caseSupList{margin-top:50px;}
.page_caseSup .caseSupList>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_caseSup .caseSupList>ul>li{margin-top:40px;padding-left:40px;width:33.333333%;}
.page_caseSup .caseSupList>ul>li>dl{padding:40px;height:100%;border:2px solid #0bbf76;}
.page_caseSup .caseSupList>ul>li>dl>dt{line-height:1;font-size:24px;color:#0bbf76;}
.page_caseSup .caseSupList>ul>li>dl>dd{margin-top:25px;line-height:1.6;font-size:15px;}
.page_caseSup .caseSupList>ul>li>dl>dd>*:not(:first-child){margin-top:10px;}
@media (max-width:1380px){
	.page_caseSup{padding:0 30px 70px;}
	.page_caseSup .caseSupList{margin-top:40px;}
	.page_caseSup .caseSupList>ul{margin-top:-30px;margin-left:-30px;}
	.page_caseSup .caseSupList>ul>li{margin-top:30px;padding-left:30px;}
	.page_caseSup .caseSupList>ul>li>dl{padding:30px;}
	.page_caseSup .caseSupList>ul>li>dl>dt{font-size:21px;}
	.page_caseSup .caseSupList>ul>li>dl>dd{margin-top:20px;font-size:14px;}
}
@media (max-width:1180px){
	.page_caseSup{padding:0 20px 60px;}
	.page_caseSup .caseSupList{margin-top:30px;}
	.page_caseSup .caseSupList>ul{margin-top:-20px;margin-left:-20px;}
	.page_caseSup .caseSupList>ul>li{margin-top:20px;padding-left:20px;}
	.page_caseSup .caseSupList>ul>li>dl{padding:30px 20px;}
	.page_caseSup .caseSupList>ul>li>dl>dt{font-size:18px;}
	.page_caseSup .caseSupList>ul>li>dl>dd{margin-top:15px;font-size:13px;}
}
@media (max-width:980px){
	.page_caseSup{padding:0 20px 50px;}
	.page_caseSup .caseSupList>ul>li{width:50%;}
}
@media (max-width:660px){
	.page_caseSup .caseSupList>ul>li{width:100%;}
}

/*page_company*/
.page_company{padding:80px 40px;}
.page_company .companyMat{max-width:1020px;}
.page_company .companyMat>dl{display:flex;border-bottom:1px solid #333;}
/* .page_company .companyMat>dl:not(:first-child){margin-top:12px;} */
.page_company .companyMat>dl>dt{display:flex;width:300px;padding:15px 10px;/*justify-content:center;align-items:center;background:#e9f1eb;
	text-shadow:0 0 1px #444,0 0 1px #444,0 0 1px #444,0 0 1px #444;*/
}
.page_company .companyMat>dl>dd{margin-left:12px;padding:15px 0;width:calc(100% - 300px);/*background:#f9f9f9;*/font-size:15px;}
.page_company .companyMat>dl>dd>*:not(:first-child){margin-top:15px;}
.page_company .companyMat>dl>dd>ol>li{display:flex;}
.page_company .companyMat>dl>dd>ol>li:not(:first-child){margin-top:10px;}
.page_company .companyMat>dl>dd>ol>li>span{display:block;width:110px;}
@media (max-width:1380px){
	.page_company{padding:70px 30px;}
/* 	.page_company .companyMat>dl:not(:first-child){margin-top:10px;} */
	.page_company .companyMat{max-width:800px;margin:0 auto;}
	.page_company .companyMat>dl>dt{width:260px;padding:15px;}
	.page_company .companyMat>dl>dd{margin-left:10px;padding:15px;width:calc(100% - 270px);font-size:14px;}
	.page_company .companyMat>dl>dd>*:not(:first-child){margin-top:10px;}
	.page_company .companyMat>dl>dd>ol>li:not(:first-child){margin-top:7px;}
	.page_company .companyMat>dl>dd>ol>li>span{width:100px;}
}
@media (max-width:1180px){
	.page_company{padding:60px 20px;}
/* 	.page_company .companyMat>dl:not(:first-child){margin-top:8px;} */
	.page_company .companyMat>dl>dt{width:220px;}
	.page_company .companyMat>dl>dd{margin-left:8px;padding:20px;width:calc(100% - 228px);font-size:13px;}
	.page_company .companyMat>dl>dd>*:not(:first-child){margin-top:5px;}
	.page_company .companyMat>dl>dd>ol>li:not(:first-child){margin-top:4px;}
	.page_company .companyMat>dl>dd>ol>li>span{width:90px;}
}
@media (max-width:980px){
	.page_company{padding:50px 20px;}
}
@media (max-width:780px){
	.page_company .companyMat{max-width:580px;}
	.page_company .companyMat>dl{display:block;border-bottom:0;}
	.page_company .companyMat>dl>dt{justify-content:flex-start;padding:10px;width:100%;background:#e9f1eb;}
	.page_company .companyMat>dl>dd{/*margin-top:8px;*/margin-left:0;width:100%;padding:10px;}
}

.page_history font{font-family:"Outfit",sans-serif;}
.page_history{position:relative;padding:80px 40px;}
.page_history .historyBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.page_history .historyBg:after{padding-top:0;width:100%;height:100%;}
.page_history .common_tit{position:relative;z-index:5;}
.page_history .historyMat{position:relative;z-index:5;margin-top:60px;}
.page_history .historyMat>hr{margin:0;width:100%;height:2px;background:#fff;border:none;}
.page_history .historyMat>dl{display:flex;padding:0 40px;}
.page_history .historyMat>dl>dt{padding:40px 50px 0 0;width:50%;text-align:right;font-size:24px;color:#006a00;}
.page_history .historyMat>dl>dd{position:relative;padding:50px 0 50px 50px;width:50%;border-left:5px solid #006a00;}
.page_history .historyMat>dl>dd:before{position:absolute;top:57px;left:-8px;display:block;content:"";
	width:12px;height:12px;background:#129012;border-radius:50%;
}
.page_history .historyMat>dl>dd>*:not(:first-child){margin-top:20px;}
.page_history .historyMat>h3{margin-top:50px;text-align:right;}
@media (max-width:1380px){
	.page_history{padding:70px 30px;}
	.page_history .historyMat{margin-top:50px;}
	.page_history .historyMat>dl{padding:0 30px;}
	.page_history .historyMat>dl>dt{padding:35px 40px 0 0;font-size:20px;}
	.page_history .historyMat>dl>dd{padding:40px 0 40px 40px;}
	.page_history .historyMat>dl>dd:before{top:47px;}
	.page_history .historyMat>dl>dd>*:not(:first-child){margin-top:15px;}
	.page_history .historyMat>h3{margin-top:40px;}
}
@media (max-width:1180px){
	.page_history{padding:60px 20px;}
	.page_history .historyMat{margin-top:40px;}
	.page_history .historyMat>dl{padding:0 20px;}
	.page_history .historyMat>dl>dt{padding:27px 30px 0 0;font-size:16px;}
	.page_history .historyMat>dl>dd{padding:30px 0 30px 30px;}
	.page_history .historyMat>dl>dd:before{top:37px;}
	.page_history .historyMat>dl>dd>*:not(:first-child){margin-top:10px;}
	.page_history .historyMat>h3{margin-top:30px;}	
}
@media (max-width:980px){
	.page_history{padding:50px 20px;}
	.page_history .historyMat>dl{display:block;padding:0 20px;}
	.page_history .historyMat>dl:not(:first-child){margin-top:20px;}
	.page_history .historyMat>dl>dt{padding:0;width:100%;text-align:left;}
	.page_history .historyMat>dl>dd{margin-top:10px;padding:0 0 20px 0;width:100%;border-left:0;}
	.page_history .historyMat>dl>dd:before{display:none;}	
}

/*page_recruit*/
.page_recruit{padding:80px 40px;background:#e9f1eb;}
.page_recruit .recruitTab-hd{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-15px;}
.page_recruit .recruitTab-hd>hgroup{margin:15px 15px 0;padding:18px 30px;line-height:1;background:#fff;border:2px solid #00ae67;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_recruit .recruitTab-hd>hgroup:hover,
.page_recruit .recruitTab-hd>hgroup.current{background:#00ae67;color:#fff;}
.page_recruit .recruitTab-bd{margin-top:60px;}
.page_recruit .recruitTab-bd>div{display:none;}
.page_recruit .recruitTab-bd>div font{font-family:"Outfit",sans-serif;}
.page_recruit .recruitTab-bd>div>dl{display:flex;}
.page_recruit .recruitTab-bd>div>dl:not(:first-child){border-top:2px solid #e9f1eb;}
.page_recruit .recruitTab-bd>div>dl>dt{display:flex;justify-content:center;align-items:center;width:300px;background:#006a00;color:#fff;}
.page_recruit .recruitTab-bd>div>dl>dd{padding:40px;width:calc(100% - 300px);background:#fff;font-size:15px;}
@media (max-width:1380px){
	.page_recruit{padding:70px 30px;}
	.page_recruit .recruitTab-hd>hgroup{margin:15px 10px 0;padding:15px 25px;}
	.page_recruit .recruitTab-bd{margin-top:50px;}
	.page_recruit .recruitTab-bd>div>dl>dt{width:260px;}
	.page_recruit .recruitTab-bd>div>dl>dd{padding:30px;width:calc(100% - 260px);font-size:14px;}
}
@media (max-width:1180px){
	.page_recruit{padding:60px 20px;}
	.page_recruit .recruitTab-hd>hgroup{margin:15px 5px 0;padding:12px 20px;}
	.page_recruit .recruitTab-bd{margin-top:40px;}
	.page_recruit .recruitTab-bd>div>dl>dt{width:220px;}
	.page_recruit .recruitTab-bd>div>dl>dd{padding:20px;width:calc(100% - 220px);font-size:13px;}
}
@media (max-width:980px){
	.page_recruit{padding:50px 20px;}
	.page_recruit .recruitTab-bd>div>dl{display:block;}
	.page_recruit .recruitTab-bd>div>dl>dt{justify-content:flex-start;padding:20px;width:100%;}
	.page_recruit .recruitTab-bd>div>dl>dd{width:100%;}
}

/*page_flow*/
.page_flowVer{padding:80px 40px;background:#e9f1eb;}
.page_flowVer .flowVerMat{max-width:920px;}
.page_flowVer .flowVerMat>hgroup{line-height:1;}
.page_flowVer .flowVerMat>hgroup>h2{font-size:24px;color:#006a00;}
.page_flowVer .flowVerMat>hgroup>h3{margin-top:20px;font-size:18px;}
.page_flowVer .flowVerMat>figcaption{margin-top:30px;font-weight:bold;}
@media (max-width:1380px){
	.page_flowVer{padding:70px 30px;}
	.page_flowVer .flowVerMat>hgroup>h2{font-size:22px;}
	.page_flowVer .flowVerMat>hgroup>h3{margin-top:17px;font-size:16px;}
	.page_flowVer .flowVerMat>figcaption{margin-top:25px;}
}
@media (max-width:1180px){
	.page_flowVer{padding:60px 20px;}
	.page_flowVer .flowVerMat>hgroup>h2{font-size:20px;}
	.page_flowVer .flowVerMat>hgroup>h3{margin-top:14px;font-size:14px;}
	.page_flowVer .flowVerMat>figcaption{margin-top:20px;}
}
@media (max-width:980px){
	.page_flowVer{padding:50px 20px;}
}

.page_flowSep{padding:80px 40px;}
.page_flowSep .flowSepMat{max-width:1520px;}
.page_flowSep .flowSepMat>h3{display:flex;justify-content:center;align-items:center;margin:0 auto;width:160px;height:160px;line-height:1.2;
	background:#e9f1eb;border-radius:50%;font-size:36px;color:#006a00;
}
.page_flowSep .flowSepMat>ul>li{display:flex;justify-content:flex-start;}
.page_flowSep .flowSepMat>ul>li>dl{display:flex;justify-content:space-between;align-items:center;padding:60px 0 60px 40px;width:calc(50% + 5px);
	border-left:10px solid #006a00;
}
.page_flowSep .flowSepMat>ul>li>dl>dd{width:calc(50% - 20px);}
.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup{position:relative;display:flex;align-items:center;line-height:1;font-size:30px;color:#006a00;}
.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup:before{position:absolute;top:50%;left:-57px;display:block;content:"";
	width:24px;height:24px;background:#129012;border-radius:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup>h2{margin-right:30px;font-family:"Outfit",sans-serif;}
.page_flowSep .flowSepMat>ul>li>dl>dd>figcaption{margin-top:25px;font-size:15px;font-weight:bold;}
.page_flowSep .flowSepMat>ul>li>dl>dt{position:relative;width:calc(50% - 20px);}
.page_flowSep .flowSepMat>ul>li>dl>dt>i{position:absolute;top:-65px;left:-65px;display:block;width:130px;}
.page_flowSep .flowSepMat>ul>li:nth-child(2n-1){justify-content:flex-end;}
.page_flowSep .flowSepMat>ul>li:nth-child(2n){justify-content:flex-start;}
.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl{padding:60px 40px 60px 0;border-left:none;border-right:10px solid #006a00;}
.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl>dt:after{position:absolute;top:25px;right:-57px;display:block;content:"";
	width:24px;height:24px;background:#129012;border-radius:50%;
}
.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl>dd>hgroup:before{display:none;}
@media (max-width:1580px){
	.page_flowSep{padding:70px 30px;}
	.page_flowSep .flowSepMat>h3{width:130px;height:130px;font-size:30px;}
	.page_flowSep .flowSepMat>ul>li>dl{padding:50px 0 50px 30px;width:calc(50% + 4px);border-left-width:8px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd{width:calc(50% - 15px);}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup{font-size:26px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup:before{left:-44px;width:20px;height:20px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup>h2{margin-right:20px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>figcaption{margin-top:20px;font-size:14px;}
	.page_flowSep .flowSepMat>ul>li>dl>dt{width:calc(50% - 15px);}
	.page_flowSep .flowSepMat>ul>li>dl>dt>i{top:-50px;left:-50px;width:100px;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl{padding:50px 30px 50px 0;border-right-width:8px;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl>dt:after{top:20px;right:-44px;width:20px;height:20px;}
}
@media (max-width:1320px){
	.page_flowSep{padding:60px 20px;}
	.page_flowSep .flowSepMat>h3{width:100px;height:100px;font-size:24px;}
	.page_flowSep .flowSepMat>ul>li>dl{padding:40px 0 40px 20px;width:calc(50% + 3px);border-left-width:6px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd{width:calc(50% - 10px);}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup{font-size:22px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup:before{left:-31px;width:16px;height:16px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup>h2{margin-right:10px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>figcaption{margin-top:15px;font-size:13px;}
	.page_flowSep .flowSepMat>ul>li>dl>dt{width:calc(50% - 10px);}
	.page_flowSep .flowSepMat>ul>li>dl>dt>i{top:-35px;left:-35px;width:70px;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl{padding:40px 20px 40px 0;border-right-width:6px;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl>dt:after{top:15px;right:-31px;width:16px;height:16px;}
}
@media (max-width:1060px){
	.page_flowSep{padding:50px 20px;}
	.page_flowSep .flowSepMat>h3{width:100%;height:70px;border-radius:10px;font-size:18px;}
	.page_flowSep .flowSepMat>h3>br{display:none;}
	.page_flowSep .flowSepMat>ul>li{display:block;margin-top:50px;}
	.page_flowSep .flowSepMat>ul>li:last-child{margin-bottom:30px;}
	.page_flowSep .flowSepMat>ul>li>dl{padding:0;width:100%;border-left:none;}
	.page_flowSep .flowSepMat>ul>li>dl>dd{width:calc(65% - 10px);}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup{font-size:18px;}
	.page_flowSep .flowSepMat>ul>li>dl>dd>hgroup:before{display:none;}
	.page_flowSep .flowSepMat>ul>li>dl>dt{width:calc(35% - 10px);}
	.page_flowSep .flowSepMat>ul>li>dl>dt>i{top:-20px;left:-20px;width:40px;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl{padding:0;border-right:none;}
	.page_flowSep .flowSepMat>ul>li:nth-child(2n)>dl>dt:after{display:none;}
}
@media (max-width:580px){
	.page_flowSep .flowSepMat>h3{border-radius:5px;}
	.page_flowSep .flowSepMat>ul>li{margin-top:30px;}
	.page_flowSep .flowSepMat>ul>li>dl{display:block;}
	.page_flowSep .flowSepMat>ul>li>dl>dd{width:100%;}
	.page_flowSep .flowSepMat>ul>li>dl>dt{margin:30px auto 0;width:100%;max-width:380px;}	
}

/*page_privacy-policy*/
.page_privacyPol{padding:80px 40px;}
.page_privacyPol .privacyPolMat>dl:not(:first-child){margin-top:40px;}
.page_privacyPol .privacyPolMat>dl>dt{display:inline-block;padding:17px 30px;line-height:1;background:#0bbf76;color:#fff;}
.page_privacyPol .privacyPolMat>dl>dd{margin-top:25px;font-size:15px;}
.page_privacyPol .privacyPolMat>dl>dd>*:not(:first-child){margin-top:15px;}
@media (max-width:1380px){
	.page_privacyPol{padding:70px 30px;}
	.page_privacyPol .privacyPolMat>dl:not(:first-child){margin-top:30px;}
	.page_privacyPol .privacyPolMat>dl>dt{padding:14px 25px;}
	.page_privacyPol .privacyPolMat>dl>dd{margin-top:20px;font-size:14px;}
	.page_privacyPol .privacyPolMat>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_privacyPol{padding:60px 20px;}
	.page_privacyPol .privacyPolMat>dl:not(:first-child){margin-top:20px;}
	.page_privacyPol .privacyPolMat>dl>dt{padding:14px 20px;}
	.page_privacyPol .privacyPolMat>dl>dd{margin-top:15px;font-size:13px;}
}
@media (max-width:980px){
	.page_privacyPol{padding:50px 20px;}
}

/*page_contact-us*/
input,textarea{font-family:"Yu Gothic Medium",sans-serif;font-weight:bold;}

.page_contactUs{padding:80px 40px;}
.page_contactUs .contactUsMat{max-width:1020px;}
.page_contactUs .common_tit2{align-items:flex-start;}
.page_contactUs .contactUsVer{margin-top:80px;text-align:center;}
.page_contactUs .contactUsForm{margin-top:80px;}
.page_contactUs .contactUsForm>dl{display:flex;align-items:center;}
.page_contactUs .contactUsForm>dl:not(:first-child){margin-top:40px;}
.page_contactUs .contactUsForm>dl>dt{display:flex;justify-content:flex-end;align-items:center;width:220px;}
.page_contactUs .contactUsForm>dl>dt>font{display:block;margin-left:15px;padding:10px;line-height:1;background:#0bbf76;font-size:12px;color:#fff;}
.page_contactUs .contactUsForm>dl>dd{padding-left:40px;width:calc(100% - 220px);}
.page_contactUs .contactUsForm>dl>dd>input,
.page_contactUs .contactUsForm>dl>dd>textarea{padding:15px;width:100%;background:#f5f5f5;border:2px solid #ececec;}
.page_contactUs .contactUsForm>dl>dd>textarea{height:200px;}
.page_contactUs .contactUsForm>dl>dd>input:focus,
.page_contactUs .contactUsForm>dl>dd>textarea:focus{border-color:#006a00;}
.page_contactUs .privacyBtn{display:flex;justify-content:flex-end;margin-top:40px;}
.page_contactUs .privacyBtn>a{color:#515151;border-bottom:2px solid #515151;}
.page_contactUs .privacyBtn>a:hover{color:#006a00;border-bottom-color:#006a00;}
.page_contactUs .send{display:flex;justify-content:center;margin-top:60px;}
.page_contactUs .send>input{padding:20px 80px;background:#006a00;color:#fff;cursor:pointer;}
.page_contactUs .contactUsTxt{margin-top:80px;color:#006a00;}
@media (max-width:1380px){
	.page_contactUs{padding:70px 30px;}
	.page_contactUs .contactUsVer{margin-top:70px;}
	.page_contactUs .contactUsForm{margin-top:70px;}
	.page_contactUs .contactUsForm>dl:not(:first-child){margin-top:30px;}
	.page_contactUs .contactUsForm>dl>dt{width:200px;}
	.page_contactUs .contactUsForm>dl>dt>font{margin-left:10px;}
	.page_contactUs .contactUsForm>dl>dd{padding-left:30px;width:calc(100% - 200px);}
	.page_contactUs .contactUsForm>dl>dd>input,.page_contactUs .contactUsForm>dl>dd>textarea{padding:13px;}
	.page_contactUs .contactUsForm>dl>dd>textarea{height:170px;}
	.page_contactUs .privacyBtn{margin-top:30px;}
	.page_contactUs .send{margin-top:50px;}
	.page_contactUs .send>input{padding:17px 60px;}
	.page_contactUs .contactUsTxt{margin-top:70px;}
}
@media (max-width:1180px){
	.page_contactUs{padding:60px 20px;}
	.page_contactUs .contactUsVer{margin-top:60px;}
	.page_contactUs .contactUsForm{margin-top:60px;}
	.page_contactUs .contactUsForm>dl:not(:first-child){margin-top:20px;}
	.page_contactUs .contactUsForm>dl>dt{width:180px;}
	.page_contactUs .contactUsForm>dl>dd{padding-left:20px;width:calc(100% - 180px);}
	.page_contactUs .contactUsForm>dl>dd>input,.page_contactUs .contactUsForm>dl>dd>textarea{padding:11px;}
	.page_contactUs .contactUsForm>dl>dd>textarea{height:140px;}
	.page_contactUs .privacyBtn{margin-top:20px;}
	.page_contactUs .send{margin-top:40px;}
	.page_contactUs .send>input{padding:14px 40px;}
	.page_contactUs .contactUsTxt{margin-top:60px;}
}
@media (max-width:980px){
	.page_contactUs{padding:50px 20px;}
	.page_contactUs .contactUsForm{margin-top:50px;}
	.page_contactUs .send{margin-top:30px;}
}
@media (max-width:780px){
	.page_contactUs .contactUsForm>dl{display:block;}
	.page_contactUs .contactUsForm>dl>dt{justify-content:flex-start;width:100%;}
	.page_contactUs .contactUsForm>dl>dd{margin-top:15px;padding-left:0;width:100%;}
}

/*page_news-recruit*/
.page_news-recruit{padding:80px 40px;}
.page_news-recruit .news-recruitMat{max-width:1020px;}
.page_news-recruit .news-recruitMat>li{display:flex;align-items:center;}
.page_news-recruit .news-recruitMat>li:not(:first-child){margin-top:30px;}
.page_news-recruit .news-recruitMat>li>hgroup{display:flex;align-items:center;width:257px;line-height:1;font-size:15px;}
.page_news-recruit .news-recruitMat>li>hgroup>span{display:block;width:133px;white-space:nowrap;}
.page_news-recruit .news-recruitMat>li>hgroup>em{display:block;margin-left:20px;padding:12px 20px;width:104px;color:#fff;}
.page_news-recruit .news-recruitMat>li>hgroup>em.tag-news{background:#006a00;}
.page_news-recruit .news-recruitMat>li>hgroup>em.tag-recruit{background:#0bbf76;}
.page_news-recruit .news-recruitMat>li>a{display:block;padding-left:30px;width:calc(100% - 257px);color:#444;}
.page_news-recruit .news-recruitMat>li>a:hover{color:#006a00;}
@media (max-width:1380px){
	.page_news-recruit{padding:70px 30px;}	
	.page_news-recruit .news-recruitMat>li:not(:first-child){margin-top:25px;}
	.page_news-recruit .news-recruitMat>li>hgroup{width:231px;font-size:14px;}
	.page_news-recruit .news-recruitMat>li>hgroup>span{width:126px;}
	.page_news-recruit .news-recruitMat>li>hgroup>em{margin-left:15px;padding:10px 15px;width:90px;}
	.page_news-recruit .news-recruitMat>li>a{padding-left:20px;width:calc(100% - 231px);}
}
@media (max-width:1180px){
	.page_news-recruit{padding:60px 20px;}	
	.page_news-recruit .news-recruitMat>li:not(:first-child){margin-top:20px;}
	.page_news-recruit .news-recruitMat>li>hgroup{width:218px;font-size:13px;}
	.page_news-recruit .news-recruitMat>li>hgroup>span{width:118px;}
	.page_news-recruit .news-recruitMat>li>hgroup>em{margin-left:10px;}
	.page_news-recruit .news-recruitMat>li>a{padding-left:10px;width:calc(100% - 218px);}
}
@media (max-width:980px){
	.page_news-recruit{padding:50px 20px;}
	.page_news-recruit .news-recruitMat>li{display:block;}
	.page_news-recruit .news-recruitMat>li>hgroup{width:100%;}
	.page_news-recruit .news-recruitMat>li>a{margin-top:15px;padding-left:0;width:100%;}
}

/*page_news-recruit-detail*/
.page_news-recruitDet{padding:80px 40px;}
.page_news-recruitDet .news-recruitDetTit>span{line-height:1;font-family:"Outfit",sans-serif;color:#006a00;}
.page_news-recruitDet .news-recruitDetTit>h3{font-size:18px;}
.page_news-recruitDet .news-recruitDetTxt{margin-top:30px;padding-top:30px;border-top:2px solid #006a00;}
.page_news-recruitDet .news-recruitDetTxt>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_news-recruitDet{padding:70px 30px;}
	.page_news-recruitDet .news-internshipDetTit>h3{font-size:17px;}
	.page_news-recruitDet .news-internshipDetTxt{margin-top:25px;padding-top:25px;}
	.page_news-recruitDet .news-internshipDetTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_news-recruitDet{padding:60px 20px;}
	.page_news-recruitDet .news-recruitDetTit>h3{font-size:16px;}
	.page_news-recruitDet .news-recruitDetTxt{margin-top:20px;padding-top:20px;}
	.page_news-recruitDet .news-recruitDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_news-recruitDet{padding:50px 20px;}
}
