@charset "utf-8";
/*
Theme Name: shimizu-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{position:relative;height:100%;font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{position:relative;margin:0 auto;width:100%;max-width:1920px;height:100%;background:#fff;
	line-height:1.8;font-size:16px;color:#222;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{display:none;width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

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

::-webkit-scrollbar-thumb{display:none;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;
}

/*mobile-btn*/
.mobile-btn{margin-left:20px;cursor:pointer;}
.mobile-btn>div{
	-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:#fff;
	-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{width:30px;}
.mobile-btn>div.active>span:nth-child(1){width:30px;
	-webkit-transform:rotate(-45deg) translate(-6px,6px);
    transform:rotate(-45deg) translate(-6px,6px);
}
.mobile-btn>div.active>span:nth-child(2){opacity:0;}
.mobile-btn>div.active>span:nth-child(3){
	-webkit-transform:rotate(45deg) translate(-6px,-6px);
    transform:rotate(45deg) translate(-6px,-6px);
}

/*spWrapper*/
.spWrapper{position:fixed;top:0;right:0;z-index:50;display:flex;justify-content:center;align-items:center;padding:100px;height:100vh;line-height:1;
	background:#035078;text-transform:uppercase;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.spWrapper.spWrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.spWrapper .spWrapperMat{display:flex;}
.spWrapper .spWrapperMat>ul:not(:first-child){margin-left:100px;}
.spWrapper .spWrapperMat>ul>li:not(:first-child){margin-top:40px;}
.spWrapper .spWrapperMat>ul>li>a{display:inline-block;padding-bottom:10px;color:#fff;border-bottom:2px solid #fff;}
.spWrapper .spWrapperMat>ul>li>a:hover{opacity:0.6;}
@media (max-width:1380px){
	.spWrapper{padding:80px;}
	
	.spWrapper .spWrapperMat>ul:not(:first-child){margin-left:80px;}
	.spWrapper .spWrapperMat>ul>li:not(:first-child){margin-top:35px;}
	.spWrapper .spWrapperMat>ul>li>a{padding-bottom:8px;}
}
@media (max-width:1180px){
	.spWrapper{padding:60px;}
	
	.spWrapper .spWrapperMat>ul:not(:first-child){margin-left:60px;}
	.spWrapper .spWrapperMat>ul>li:not(:first-child){margin-top:30px;}
	.spWrapper .spWrapperMat>ul>li>a{padding-bottom:6px;}
}
@media (max-width:980px){
	.spWrapper{padding:40px;}
}

@media (max-width:580px){
	.spWrapper{display:block;}
	
	.spWrapper .spWrapperMat{flex-direction:column;justify-content:center;height:100%;}
	.spWrapper .spWrapperMat>ul:not(:first-child){margin-top:25px;margin-left:0;}
	.spWrapper .spWrapperMat>ul>li:not(:first-child){margin-top:25px;}
}

/*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:1520px;}

/*common_tit*/
.common_tit{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;}
.common_tit>h3{font-family:"Zen Antique",serif;font-size:48px;font-weight:400;letter-spacing:8px;}
.common_tit>h6{margin-top:30px;font-family:"Reem Kufi Fun",sans-serif;font-size:20px;color:#c3c3c3;text-transform:uppercase;}
@media (max-width:1380px){
	.common_tit>h3{font-size:42px;letter-spacing:6px;}
	.common_tit>h6{margin-top:25px;font-size:18px;}
}
@media (max-width:1180px){
	.common_tit>h3{font-size:36px;letter-spacing:4px;}
	.common_tit>h6{margin-top:20px;font-size:16px;}
}
@media (max-width:980px){
	.common_tit>h3{font-size:30px;letter-spacing:2px;}
	.common_tit>h6{margin-top:15px;font-size:14px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:40px;line-height:1;text-transform:uppercase;}
.more>a{padding:22px 50px;border:2px solid #444;border-radius:32px;font-family:"Reem Kufi Fun",sans-serif;color:#444;}
.more>a:hover{background:#444;color:#fff;}
@media (max-width:1380px){
	.more{margin-top:35px;}
	.more>a{padding:19px 40px;}
}
@media (max-width:1180px){
	.more{margin-top:30px;}
	.more>a{padding:16px 30px;}
}

/*more2*/
.more2{display:flex;justify-content:center;margin-top:40px;line-height:1;}
.more2>a{position:relative;display:flex;justify-content:center;align-items:center;padding:2px;width:240px;border-radius:30px;overflow:hidden;
	background-image:linear-gradient(to right,#452e7d 0%,#38508a 50%,#6aa9bc 100%);
}
.more2>a:after{position:absolute;top:2px;left:2px;display:block;content:"";width:calc(100% - 4px);height:calc(100% - 4px);
	background:#fff;border-radius:30px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.more2>a>span{position:relative;z-index:5;display:block;padding:17px 15px 15px 20px;color:transparent;
	background-image:linear-gradient(to right,#452e7d 0%,#38508a 50%,#6aa9bc 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.more2>a>i{position:relative;z-index:5;display:block;font-size:20px;color:transparent;
	background-image:linear-gradient(to right,#452e7d 0%,#38508a 50%,#6aa9bc 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.more2>a:hover:after{
	-webkit-transform:translateX(101%);
    transform:translateX(101%);
}
.more2>a:hover>span{color:#fff;background:none;
	-webkit-text-fill-color:#fff;
}
.more2>a:hover>i{color:#fff;background:none;
	-webkit-text-fill-color:#fff;
}
@media (max-width:1380px){
	.more2{margin-top:30px;}
	.more2>a{width:220px;}
	.more2>a>span{padding:15px 12px 13px 17px;}
	.more2>a>i{margin-top:2px;font-size:18px;}
}
@media (max-width:1180px){
	.more2{margin-top:20px;}
	.more2>a{width:200px;}
	.more2>a>span{padding:13px 9px 11px 14px;}
	.more2>a>i{margin-top:0;font-size:16px;}
}

/*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{position:fixed;top:0;left:0;z-index:9999;padding:30px 40px;width:100%;}
.header .headerMat{display:flex;justify-content:space-between;align-items:center;max-width:1720px;}
.header .logo{display:block;width:100%;max-width:256px;}
.header .logo:hover{opacity:0.6;}
@media (max-width:1380px){
	.header{padding:25px 30px;}
	.header .logo{max-width:216px;}
}
@media (max-width:1180px){
	.header{padding:20px;}
	.header .logo{max-width:176px;}
}

.header.header_fixed{background:rgba(0,0,0,0.5);box-shadow:0 0 10px rgba(0,0,0,0.6);}

/*shimizuSlide*/
@keyframes scrollCircular{
	0%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	50%{
		-webkit-transform:scale(1.4);
		transform:scale(1.4);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes scrollCircular{
	0%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	50%{
		-webkit-transform:scale(1.4);
		transform:scale(1.4);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@-webkit-keyframes scrollLine{
	0%{height:100px;}
	50%{height:30px;}
	100%{height:100px;}
}
@keyframes scrollLine{
	0%{height:100px;}
	50%{height:30px;}
	100%{height:100px;}
}


#shimizuSlide{width:100%;height:100%;}
.shimizuSlide .swiper-pagination{right:60px !important;}
.shimizuSlide .swiper-pagination-bullet{margin:10px auto !important;background:#fff;opacity:1;}
.shimizuSlide .swiper-pagination-bullet:nth-of-type(4){display:none;}
.shimizuSlide .swiper-pagination-bullet.swiper-pagination-bullet-active{border-radius:0;}

.shimizuSlide .swiper-scroll{position:absolute;left:50%;bottom:-60px;z-index:10;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.shimizuSlide .swiper-scroll-spot{position:absolute;top:50%;left:50%;z-index:20;display:block;width:3px;height:3px;background:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.shimizuSlide .swiper-scroll-circular{display:block;width:200px;height:200px;background:#fff;border-radius:50%;opacity:0.2;
	animation-name:scrollCircular;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
}
.shimizuSlide .swiper-scroll-line{position:absolute;top:50%;left:50%;z-index:15;display:block;width:3px;height:100px;
	background:#fff;opacity:0.2;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	animation-name:scrollLine;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-fill-mode:both;
}

.shimizuSlideAlo .shimizuSlideAloBg{position:absolute;top:0;left:0;z-index:5;width:100%;height:100%;}
.shimizuSlideAlo .shimizuSlideAloBgMat{width:100%;height:100%;overflow:hidden;}
.shimizuSlideAlo .shimizuSlideAloBgMat>figure{width:100%;height:100%;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.shimizuSlideAlo .shimizuSlideAloBgMat>figure:after{padding-top:0;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.shimizuSlideAlo.swiper-slide-active .shimizuSlideAloBgMat>figure{
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:transform 2s cubic-bezier(0,0,0,1);
	transition:transform 2s cubic-bezier(0,0,0,1);
}

.shimizuSlideAlo .shimizuSlideAloTxt{position:absolute;top:50%;left:50%;z-index:10;
	padding:0 60px;text-align:center;max-width:1600px;line-height:1;color:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.shimizuSlideAlo .shimizuSlideAloTxt>h3{font-family:"Zen Antique",serif;font-size:54px;font-weight:400;}
.shimizuSlideAlo .shimizuSlideAloTxt>hgroup{display:flex;justify-content:center;margin:30px 0;}
.shimizuSlideAlo .shimizuSlideAloTxt>hgroup>i{display:block;width:5px;height:5px;background:#fff;}
.shimizuSlideAlo .shimizuSlideAloTxt>hgroup>span{display:block;margin:0 10px;width:20px;height:5px;background:#fff;}
.shimizuSlideAlo .shimizuSlideAloTxt>h6{font-family:"Reem Kufi Fun",sans-serif;word-break:break-all;text-transform:uppercase;}
@media (max-width:1380px){
	@0webkit-keyframes scrollLine{
		0%{height:75px;}
		50%{height:25px;}
		100%{height:75px;}
	}
	@keyframes scrollLine{
		0%{height:75px;}
		50%{height:25px;}
		100%{height:75px;}
	}
	
	.shimizuSlide .swiper-pagination{right:50px !important;}
	
	.shimizuSlide .swiper-scroll{bottom:-40px;}
	.shimizuSlide .swiper-scroll-circular{width:150px;height:150px;}
	.shimizuSlide .swiper-scroll-line{height:75px;}
	
	.shimizuSlideAlo .shimizuSlideAloTxt{padding:0 50px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>h3{font-size:48px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>hgroup{margin:27px 0;}
}
@media (max-width:1180px){
	@-webkit-keyframes scrollLine{
		0%{height:50px;}
		50%{height:20px;}
		100%{height:50px;}
	}
	@keyframes scrollLine{
		0%{height:50px;}
		50%{height:20px;}
		100%{height:50px;}
	}
	
	.shimizuSlide .swiper-pagination{right:40px !important;}
	
	.shimizuSlide .swiper-scroll{bottom:-20px;}
	.shimizuSlide .swiper-scroll-circular{width:100px;height:100px;}
	.shimizuSlide .swiper-scroll-line{height:50px;}
	
	.shimizuSlideAlo .shimizuSlideAloTxt{padding:0 40px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>h3{font-size:42px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>hgroup{margin:24px 0;}
}
@media (max-width:980px){
	.shimizuSlide .swiper-pagination{right:30px !important;}
	
	.shimizuSlideAlo .shimizuSlideAloTxt{padding:0 30px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>h3{font-size:36px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>hgroup{margin:21px 0;}
}
@media (max-width:780px){
	.shimizuSlide .swiper-pagination{right:20px !important;}
	
	.shimizuSlideAlo .shimizuSlideAloTxt{padding:0 20px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>h3{line-height:1.4;font-size:30px;}
	.shimizuSlideAlo .shimizuSlideAloTxt>hgroup{margin:17px 0;}
	.shimizuSlideAlo .shimizuSlideAloTxt>h6{line-height:1.8;}
}

#shimizuVerSlide{width:100%;height:100%;}
#shimizuVerSlide>.swiper-wrapper>.swiper-slide{height:auto;background:#fff;}

/*message*/
.message{position:relative;display:none;padding:160px 40px;}
.message .messageBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.message .messageBg:after{padding-top:0;width:100%;height:100%;}
.message .messageLogo{position:absolute;top:50%;left:50%;z-index:5;width:262px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.message .messageMat{position:relative;z-index:5;max-width:1720px;text-align:center;color:#fff;}
.message .messageMat>h3{line-height:1;font-family:"Zen Antique",serif;font-size:48px;font-weight:400;}
.message .messageMat>figcaption{margin-top:80px;font-weight:bold;}
.message .messageMat>figcaption>*:not(:first-child){margin-top:40px;}
.message .messageMat>a{position:absolute;bottom:0;right:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;
	line-height:1;font-family:"Reem Kufi Fun",sans-serif;text-transform:uppercase;
}
.message .messageMat>a>i{display:block;width:2px;height:160px;background:#fff;}
.message .messageMat>a>span{margin:30px auto;display:flex;justify-content:center;align-items:center;width:130px;height:130px;
	background:rgba(255,255,255,0.5);border:2px solid #fff;border-radius:50%;font-size:17px;color:#fff;
}
.message .messageMat>a>em{position:relative;width:2px;height:80px;background:#fff;}
.message .messageMat>a>em:before,
.message .messageMat>a>em:after{position:absolute;bottom:4px;display:block;content:"";width:15px;height:2px;background:#fff;}
.message .messageMat>a>em:before{left:-11px;
	-webkit-transform:rotate(50deg);
	transform:rotate(50deg);
}
.message .messageMat>a>em:after{right:-11px;
	-webkit-transform:rotate(-50deg);
	transform:rotate(-50deg);
}
.message .messageMat>a:hover{
	-webkit-transform:translateY(10px);
	transform:translateY(10px);
}
@media (max-width:1380px){
	.message{padding:120px 30px;}
	.message .messageLogo{width:222px;}
	.message .messageMat>h3{font-size:42px;}
	.message .messageMat>figcaption{margin-top:60px;}
	.message .messageMat>figcaption>*:not(:first-child){margin-top:30px;}
	.message .messageMat>a{right:30px;}
	.message .messageMat>a>i{height:120px;}
	.message .messageMat>a>span{margin:24px auto;width:110px;height:110px;font-size:15px;}
	.message .messageMat>a>em{height:60px;}
}
@media (max-width:1180px){
	.message{padding:80px 20px;}
	.message .messageLogo{width:182px;}
	.message .messageMat>h3{font-size:36px;}
	.message .messageMat>figcaption{margin-top:40px;}
	.message .messageMat>figcaption>*:not(:first-child){margin-top:20px;}
	.message .messageMat>a{right:20px;}
	.message .messageMat>a>i{height:80px;}
	.message .messageMat>a>span{margin:18px auto;width:90px;height:90px;font-size:13px;}
	.message .messageMat>a>em{height:40px;}
}
@media (max-width:980px){
	.message .messageLogo{width:142px;}
	.message .messageMat>h3{font-size:30px;}
	.message .messageMat>a{position:static;}
	.message .messageMat>a>i{display:none;}
	.message .messageMat>a>span{margin:30px auto 0;width:180px;height:50px;border-radius:25px;}
	.message .messageMat>a>em{display:none;}
}
@media (max-width:780px){
	.message .messageMat>h3{font-size:24px;}
}

/*shopList*/
.shopList{display:flex;}
.shopList>ul{display:flex;flex-wrap:wrap;}
.shopList>ul>li>a{position:relative;display:block;}
.shopList>ul>li>a>figure:after{padding-top:0;height:100%;background:rgba(0,0,0,0.5);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.shopList>ul>li>a>fieldset{position:absolute;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:20px;
	width:100%;background:rgba(0,0,0,0.8);color:#fff;
}
.shopList>ul>li>a>fieldset>hgroup{padding-right:10px;width:calc(100% - 20px);}
.shopList>ul>li>a>fieldset>hgroup>h5{line-height:1;font-size:18px;}
.shopList>ul>li>a>fieldset>hgroup>h5>font{font-family:"Reem Kufi Fun",sans-serif;}
.shopList>ul>li>a>fieldset>hgroup>h6{margin-top:4px;font-family:"Reem Kufi Fun",sans-serif;font-size:14px;word-break:break-all;}
.shopList>ul>li>a>fieldset>i{font-size:20px;}
.shopList>ul>li>a:hover>figure:after{background:none;}
.shopList>ul:nth-of-type(1){width:40%;}
.shopList>ul:nth-of-type(1)>li{width:100%;}
.shopList>ul:nth-of-type(1)>li:nth-of-type(1)>a>figure{height:600px;}
.shopList>ul:nth-of-type(1)>li:nth-of-type(2)>a>figure{height:300px;}
.shopList>ul:nth-of-type(2){width:60%;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(1){width:33%;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(1)>a>figure{height:300px;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(2){width:67%;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(2)>a>figure{height:300px;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(3){width:67%;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(3)>a>figure{height:600px;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(4){width:33%;}
.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a>figure{height:300px;}
@media (max-width:1380px){
	.shopList>ul>li>a>fieldset>hgroup{padding-right:8px;width:calc(100% - 18px);}
	.shopList>ul>li>a>fieldset>hgroup>h5{font-size:16px;}
	.shopList>ul>li>a>fieldset>hgroup>h6{font-size:13px;}
	.shopList>ul>li>a>fieldset>i{font-size:18px;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(1)>a>figure{height:480px;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(2)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(1)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(2)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(3)>a>figure{height:480px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a>figure{height:240px;}
}
@media (max-width:1180px){
	.shopList>ul>li>a>fieldset>hgroup{padding-right:6px;width:calc(100% - 16px);}
	.shopList>ul>li>a>fieldset>hgroup>h5{font-size:14px;}
	.shopList>ul>li>a>fieldset>hgroup>h6{font-size:12px;}
	.shopList>ul>li>a>fieldset>i{font-size:16px;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(1)>a>figure{height:400px;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(2)>a>figure{height:200px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(1)>a>figure{height:200px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(2)>a>figure{height:200px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(3)>a>figure{height:400px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a>figure{height:200px;}
}
@media (max-width:1010px){
	.shopList{display:block;}
	.shopList>ul:nth-of-type(1){width:100%;}
	.shopList>ul:nth-of-type(1)>li{width:50%;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(1)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(1)>li:nth-of-type(2)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2){width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(1){width:50%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(1)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(2){width:50%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(2)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(3){width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(3)>a>figure{height:240px;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4){display:flex;width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a{width:50%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a>figure{height:240px;}
}
@media (max-width:410px){
	.shopList>ul:nth-of-type(1)>li{width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(1){width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(2){width:100%;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4){display:block;}
	.shopList>ul:nth-of-type(2)>li:nth-of-type(4)>a{width:100%;}
}

/*aboutUs*/
.aboutUs{position:relative;padding:180px 40px;}
.aboutUs .aboutUsBg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:bottom center;}
.aboutUs .aboutUsBg:after{padding-top:0;width:100%;height:100%;}
.aboutUs .aboutUsMat{position:relative;z-index:5;display:flex;justify-content:space-between;}
.aboutUs .aboutUsMat>dt{width:50%;}
.aboutUs .aboutUsMat>dd{width:50%;}
.aboutUs .aboutUsMat>dd>hgroup{line-height:1;text-transform:uppercase;}
.aboutUs .aboutUsMat>dd>hgroup>h3{font-family:"Reem Kufi Fun",sans-serif;font-size:40px;}
.aboutUs .aboutUsMat>dd>hgroup>h6{margin-top:20px;font-size:18px;letter-spacing:6px;}
.aboutUs .aboutUsMat>dd>hgroup>hr{position:relative;margin:40px auto 0;width:100%;height:2px;background:#c9c9c9;border:none;}
.aboutUs .aboutUsMat>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:160px;height:2px;background:#000072;}
.aboutUs .aboutUsMat>dd>ul{margin-top:40px;}
.aboutUs .aboutUsMat>dd>ul>li{display:flex;font-size:15px;}
.aboutUs .aboutUsMat>dd>ul>li:not(:first-child){margin-top:25px;}
.aboutUs .aboutUsMat>dd>ul>li>span{display:flex;align-items:center;width:180px;}
.aboutUs .aboutUsMat>dd>ul>li>h6{width:calc(100% - 180px);}
.aboutUs .aboutUsMat>dd>.more{justify-content:flex-end;}
@media (max-width:1380px){
	.aboutUs{padding:150px 30px;}
	.aboutUs .aboutUsMat>dt{width:40%;}
	.aboutUs .aboutUsMat>dd{width:60%;}
	.aboutUs .aboutUsMat>dd>hgroup>h3{font-size:36px;}
	.aboutUs .aboutUsMat>dd>hgroup>h6{margin-top:15px;font-size:16px;letter-spacing:4px;}
	.aboutUs .aboutUsMat>dd>hgroup>hr{margin:35px auto 0;}
	.aboutUs .aboutUsMat>dd>hgroup>hr:before{width:140px;}
	.aboutUs .aboutUsMat>dd>ul{margin-top:35px;}
	.aboutUs .aboutUsMat>dd>ul>li{font-size:14px;}
	.aboutUs .aboutUsMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.aboutUs .aboutUsMat>dd>ul>li>span{width:160px;}
	.aboutUs .aboutUsMat>dd>ul>li>h6{width:calc(100% - 160px);}
}
@media (max-width:1180px){
	.aboutUs{padding:120px 20px;}
	.aboutUs .aboutUsMat>dt{width:30%;}
	.aboutUs .aboutUsMat>dd{width:70%;}
	.aboutUs .aboutUsMat>dd>hgroup>h3{font-size:32px;}
	.aboutUs .aboutUsMat>dd>hgroup>h6{margin-top:10px;font-size:14px;letter-spacing:2px;}
	.aboutUs .aboutUsMat>dd>hgroup>hr{margin:30px auto 0;}
	.aboutUs .aboutUsMat>dd>hgroup>hr:before{width:120px;}
	.aboutUs .aboutUsMat>dd>ul{margin-top:30px;}
	.aboutUs .aboutUsMat>dd>ul>li{font-size:13px;}
	.aboutUs .aboutUsMat>dd>ul>li:not(:first-child){margin-top:15px;}
	.aboutUs .aboutUsMat>dd>ul>li>span{width:140px;}
	.aboutUs .aboutUsMat>dd>ul>li>h6{width:calc(100% - 140px);}
}
@media (max-width:980px){
	.aboutUs{padding:90px 20px;}
	.aboutUs .aboutUsMat>dt{width:20%;}
	.aboutUs .aboutUsMat>dd{width:80%;}
}
@media (max-width:780px){
	.aboutUs{padding:60px 20px;}
	.aboutUs .aboutUsMat>dt{width:10%;}
	.aboutUs .aboutUsMat>dd{width:90%;}
}
@media (max-width:580px){
	.aboutUs .aboutUsMat>dt{width:0;}
	.aboutUs .aboutUsMat>dd{width:100%;}
}

/*recruit*/
.recruit .recruitMat{position:relative;z-index:5;display:flex;justify-content:flex-end;margin-top:-360px;
	padding:80px;width:calc(100% - 20%);background:#fff;
}
.recruit .recruitMat>dl{display:flex;justify-content:space-between;width:100%;max-width:1320px;}
.recruit .recruitMat>dl>dt{width:calc(50% - 20px);}
.recruit .recruitMat>dl>dt>hgroup>h3{line-height:1.4;font-family:"Zen Antique",serif;font-size:36px;font-weight:400;}
.recruit .recruitMat>dl>dt>hgroup>hr{position:relative;margin:40px auto 0;width:100%;height:2px;background:#c9c9c9;border:none;}
.recruit .recruitMat>dl>dt>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:80px;height:2px;background:#000072;}
.recruit .recruitMat>dl>dt>figcaption{margin-top:40px;font-weight:bold;}
.recruit .recruitMat>dl>dt>figcaption>*:not(:first-child){margin-top:20px;}
.recruit .recruitMat>dl>dd{width:calc(50% - 20px);}
.recruit .recruitMat>dl>dd>figcaption{font-weight:bold;}
.recruit .recruitMat>dl>dd>figcaption>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.recruit .recruitMat{margin-top:-280px;padding:70px;width:calc(100% - 15%);}
	.recruit .recruitMat>dl>dt{width:calc(50% - 15px);}
	.recruit .recruitMat>dl>dt>hgroup>h3{font-size:30px;}
	.recruit .recruitMat>dl>dt>hgroup>hr{margin:30px auto 0;}
	.recruit .recruitMat>dl>dt>hgroup>hr:before{width:70px;}
	.recruit .recruitMat>dl>dt>figcaption{margin-top:30px;}
	.recruit .recruitMat>dl>dt>figcaption>*:not(:first-child){margin-top:15px;}
	.recruit .recruitMat>dl>dd{width:calc(50% - 15px);}
	.recruit .recruitMat>dl>dd>figcaption>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.recruit .recruitMat{margin-top:-240px;padding:60px;width:calc(100% - 10%);}
	.recruit .recruitMat>dl>dt{width:calc(50% - 10px);}
	.recruit .recruitMat>dl>dt>hgroup>h3{font-size:24px;}
	.recruit .recruitMat>dl>dt>hgroup>hr{margin:20px auto 0;}
	.recruit .recruitMat>dl>dt>hgroup>hr:before{width:60px;}
	.recruit .recruitMat>dl>dt>figcaption{margin-top:20px;}
	.recruit .recruitMat>dl>dt>figcaption>*:not(:first-child){margin-top:10px;}
	.recruit .recruitMat>dl>dd{width:calc(50% - 10px);}
	.recruit .recruitMat>dl>dd>figcaption>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.recruit .recruitMat{margin-top:0;padding:50px;width:100%;}
	.recruit .recruitMat>dl{display:block;}
	.recruit .recruitMat>dl>dt{width:100%;}
	.recruit .recruitMat>dl>dd{margin-top:10px;width:100%;}
}
@media (max-width:780px){
	.recruit .recruitMat{padding:40px 20px;}
}

/*news*/
.news{display:flex;justify-content:space-between;padding-bottom:80px;}
.news .newsImg{width:calc(40% - 40px);}
.news .newsImg:after{padding-top:0;height:100%;}
.news .newsMat{padding:80px 40px 80px 0;width:calc(60% - 40px);}
.news .newsMat>dd{width:100%;max-width:760px;}
.news .newsMat>dd>hgroup{line-height:1;text-transform:uppercase;}
.news .newsMat>dd>hgroup>h3{font-family:"Reem Kufi Fun",sans-serif;font-size:40px;}
.news .newsMat>dd>hgroup>h6{margin-top:20px;font-size:18px;letter-spacing:6px;}
.news .newsMat>dd>hgroup>hr{position:relative;margin:40px auto 0;width:100%;height:2px;background:#c9c9c9;border:none;}
.news .newsMat>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:160px;height:2px;background:#000072;}
.news .newsMat>dd>ul{margin-top:40px;}
.news .newsMat>dd>ul>li{display:flex;font-size:15px;}
.news .newsMat>dd>ul>li:not(:first-child){margin-top:25px;}
.news .newsMat>dd>ul>li>span{display:block;width:83px;font-family:"Reem Kufi Fun",sans-serif;}
.news .newsMat>dd>ul>li>a{display:block;padding-left:40px;width:calc(100% - 83px);color:#222;}
.news .newsMat>dd>ul>li>a:hover{color:#000072;}
.news .newsMat>dd>.more{justify-content:flex-end;}
@media (max-width:1380px){
	.news{padding-bottom:70px;}
	.news .newsImg{width:calc(40% - 30px);}
	.news .newsMat{padding:70px 30px 70px 0;width:calc(60% - 30px);}
	.news .newsMat>dd>hgroup>h3{font-size:36px;}
	.news .newsMat>dd>hgroup>h6{margin-top:15px;font-size:16px;letter-spacing:4px;}
	.news .newsMat>dd>hgroup>hr{margin:35px auto 0;}
	.news .newsMat>dd>hgroup>hr:before{width:140px;}
	.news .newsMat>dd>ul{margin-top:35px;}
	.news .newsMat>dd>ul>li{font-size:14px;}
	.news .newsMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.news .newsMat>dd>ul>li>span{width:78px;}
	.news .newsMat>dd>ul>li>a{padding-left:30px;width:calc(100% - 78px);}
}
@media (max-width:1180px){
	.news{padding-bottom:60px;}
	.news .newsImg{width:calc(40% - 20px);}
	.news .newsMat{padding:60px 20px 60px 0;width:calc(60% - 20px);}
	.news .newsMat>dd>hgroup>h3{font-size:32px;}
	.news .newsMat>dd>hgroup>h6{margin-top:10px;font-size:14px;letter-spacing:2px;}
	.news .newsMat>dd>hgroup>hr{margin:30px auto 0;}
	.news .newsMat>dd>hgroup>hr:before{width:120px;}
	.news .newsMat>dd>ul{margin-top:30px;}
	.news .newsMat>dd>ul>li{font-size:13px;}
	.news .newsMat>dd>ul>li:not(:first-child){margin-top:15px;}
	.news .newsMat>dd>ul>li>span{width:73px;}
	.news .newsMat>dd>ul>li>a{padding-left:20px;width:calc(100% - 73px);}
}
@media (max-width:980px){
	.news{display:block;padding-bottom:0;}
	.news .newsImg{width:100%;}
	.news .newsImg:after{padding-top:40%;}
	.news .newsMat{padding:50px 20px;width:100%;}
	.news .newsMat>dd{max-width:100%;}
}
@media (max-width:600px){
	.news .newsMat>dd>ul>li{display:block;}
	.news .newsMat>dd>ul>li>span{width:100%;}
	.news .newsMat>dd>ul>li>a{margin-top:5px;padding-left:0;width:100%;}
}

/*connection*/
.connection{padding:80px 40px;background:#1b1d2c;}
.connection .connectionMat{display:flex;justify-content:space-between;}
.connection .connectionMat>li{width:calc(50% - 30px);}
.connection .connectionMat>li>a{display:flex;justify-content:center;align-items:center;padding:35px 40px;line-height:1;
	background:#222433;border:2px solid #fff;
	box-shadow:0px 0px 47px 0px rgba(0,0,0,0.42);
}
.connection .connectionMat>li>a>i{display:block;width:57px;}
.connection .connectionMat>li>a>h6{margin-left:25px;color:#fff;}
.connection .connectionMat>li:nth-of-type(1)>a>h6{font-family:"Reem Kufi Fun",sans-serif;font-size:36px;font-weight:500;}
.connection .connectionMat>li:nth-of-type(2)>a>h6{font-size:26px;}
.connection .connectionMat>li>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.connection{padding:70px 30px;}
	.connection .connectionMat>li{width:calc(50% - 20px);}
	.connection .connectionMat>li>a{padding:30px 30px;}
	.connection .connectionMat>li>a>i{width:47px;}
	.connection .connectionMat>li>a>h6{margin-left:20px;}
	.connection .connectionMat>li:nth-of-type(1)>a>h6{font-size:30px;}
	.connection .connectionMat>li:nth-of-type(2)>a>h6{font-size:22px;}
}
@media (max-width:1180px){
	.connection{padding:60px 20px;}
	.connection .connectionMat>li{width:calc(50% - 10px);}
	.connection .connectionMat>li>a{padding:25px 20px;}
	.connection .connectionMat>li>a>i{width:37px;}
	.connection .connectionMat>li>a>h6{margin-left:15px;}
	.connection .connectionMat>li:nth-of-type(1)>a>h6{font-size:24px;}
	.connection .connectionMat>li:nth-of-type(2)>a>h6{font-size:18px;}
}
@media (max-width:780px){
	.connection .connectionMat{flex-direction:column;align-items:center;}
	.connection .connectionMat>li{width:100%;max-width:380px;}
	.connection .connectionMat>li>a{padding:20px;}
	.connection .connectionMat>li>a>i{width:27px;}
	.connection .connectionMat>li>a>h6{margin-left:10px;}
	.connection .connectionMat>li:nth-of-type(1)>a>h6{font-size:18px;}
	.connection .connectionMat>li:nth-of-type(2){margin-top:20px;}
	.connection .connectionMat>li:nth-of-type(2)>a>h6{font-size:14px;}
}

/*footer*/
.footer .footerNav{padding:60px 40px;background:#071619;}
.footer .footerNavMat{display:flex;justify-content:center;align-items:center;max-width:1720px;}
.footer .footerNavMat>dt>a{display:block;width:100%;max-width:256px;}
.footer .footerNavMat>dt>a:hover{opacity:0.6;}
.footer .footerNavMat>dt>ol{margin-top:40px;font-size:15px;color:#fff;}
.footer .footerNavMat>dt>ol>li:not(:first-child){margin-top:20px;}
.footer .footerNavMat>dd{display:flex;margin-left:40px;line-height:1;}
.footer .footerNavMat>dd>fieldset{padding:20px 60px;
	border-left-width:2px;
	border-left-style:solid;
	border-image:url(img/line-vertical.png);
	border-image-slice:2;
}
.footer .footerNavMat>dd>fieldset>a{font-size:18px;color:#fff;}
.footer .footerNavMat>dd>fieldset>a:hover{opacity:0.6;}
.footer .footerNavMat>dd>fieldset>hr{margin:20px auto;width:100%;height:2px;border:none;
	background-image:url(img/line-horizontal.png);
}

.footer .footerCopy{padding:20px 40px;text-align:center;background:#000;font-family:"Reem Kufi Fun",sans-serif;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNavMat>dt>a{max-width:216px;}
	.footer .footerNavMat>dt>ol{margin-top:30px;font-size:14px;}
	.footer .footerNavMat>dt>ol>li:not(:first-child){margin-top:15px;}
	.footer .footerNavMat>dd{margin-left:30px;}
	.footer .footerNavMat>dd>fieldset{padding:17px 50px;}
	.footer .footerNavMat>dd>fieldset>a{font-size:16px;}
	.footer .footerNavMat>dd>fieldset>hr{margin:15px auto;}

	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNavMat>dt>a{max-width:176px;}
	.footer .footerNavMat>dt>ol{margin-top:20px;font-size:13px;}
	.footer .footerNavMat>dt>ol>li:not(:first-child){margin-top:10px;}
	.footer .footerNavMat>dd{margin-left:20px;}
	.footer .footerNavMat>dd>fieldset{padding:14px 40px;}
	.footer .footerNavMat>dd>fieldset>a{font-size:14px;}
	.footer .footerNavMat>dd>fieldset>hr{margin:10px auto;}

	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:980px){
	.footer .footerNavMat{flex-direction:column;}
	.footer .footerNavMat>dt>a{margin:0 auto;max-width:183px;}
	.footer .footerNavMat>dt>ol{text-align:center;}
	.footer .footerNavMat>dd{margin-top:30px;margin-left:0;}
	.footer .footerNavMat>dd>fieldset{padding:14px 30px;}
}
@media (max-width:780px){
	.footer .footerNavMat>dd{flex-direction:column;}
	.footer .footerNavMat>dd>fieldset{display:flex;flex-direction:column;align-items:center;padding:0;border-left:none;}
	.footer .footerNavMat>dd>fieldset:not(:first-child){margin-top:20px;}
	.footer .footerNavMat>dd>fieldset>hr{display:none;}
	.footer .footerNavMat>dd>fieldset>a:not(:first-child){margin-top:20px;}
}

/*pageBan*/
.pageBan{position:relative;height:650px;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;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.pageBan .pageBanMat>h3{font-family:"Zen Antique",serif;font-size:36px;font-weight:400;letter-spacing:8px;}
.pageBan .pageBanMat>h6{margin-top:30px;font-family:"Reem Kufi Fun",sans-serif;font-size:18px;text-transform:uppercase;}
@media (max-width:1380px){
	.pageBan{height:550px;}
	.pageBan .pageBanMat{padding:0 30px;}
	.pageBan .pageBanMat>h3{font-size:32px;letter-spacing:6px;}
	.pageBan .pageBanMat>h6{margin-top:25px;font-size:16px;}
}
@media (max-width:1180px){
	.pageBan{height:450px;}
	.pageBan .pageBanMat{padding:0 20px;}
	.pageBan .pageBanMat>h3{font-size:28px;letter-spacing:4px;}
	.pageBan .pageBanMat>h6{margin-top:20px;font-size:14px;}
}
@media (max-width:980px){
	.pageBan{height:350px;}
	.pageBan .pageBanMat>h3{font-size:24px;letter-spacing:2px;}
	.pageBan .pageBanMat>h6{margin-top:15px;}
}

/*page_company*/
.page_companyInfo{padding:80px 40px;background:#fbfafa;}
.page_companyInfo .companyInfoList{margin-top:40px;max-width:1420px;}
.page_companyInfo .companyInfoList>dl{display:flex;align-items:center;padding:20px 40px;border-bottom:2px solid #b8bed5;}
.page_companyInfo .companyInfoList>dl:first-child{border-top:2px solid #b8bed5;}
.page_companyInfo .companyInfoList>dl>dt{width:180px;}
.page_companyInfo .companyInfoList>dl>dd{width:calc(100% - 180px);}
.page_companyInfo .companyInfoMap{margin-top:40px;max-width:1420px;}
.page_companyInfo .companyInfoMap>.googlemap{height:500px;}
@media (max-width:1380px){
	.page_companyInfo{padding:70px 30px;}
	.page_companyInfo .companyInfoList{margin-top:35px;}
	.page_companyInfo .companyInfoList>dl{padding:17px 30px;}
	.page_companyInfo .companyInfoList>dl>dt{width:150px;}
	.page_companyInfo .companyInfoList>dl>dd{width:calc(100% - 150px);}
	.page_companyInfo .companyInfoMap{margin-top:35px;}
	.page_companyInfo .companyInfoMap>.googlemap{height:450px;}
}
@media (max-width:1180px){
	.page_companyInfo{padding:60px 20px;}
	.page_companyInfo .companyInfoList{margin-top:30px;}
	.page_companyInfo .companyInfoList>dl{padding:14px 20px;}
	.page_companyInfo .companyInfoList>dl>dt{width:120px;}
	.page_companyInfo .companyInfoList>dl>dd{width:calc(100% - 120px);}
	.page_companyInfo .companyInfoMap{margin-top:30px;}
	.page_companyInfo .companyInfoMap>.googlemap{height:400px;}
}
@media (max-width:980px){
	.page_companyInfo{padding:50px 20px;}
	.page_companyInfo .companyInfoMap>.googlemap{height:350px;}
}
@media (max-width:550px){
	.page_companyInfo .companyInfoList>dl{display:block;}
	.page_companyInfo .companyInfoList>dl>dt{width:100%;color:#0e085c;}
	.page_companyInfo .companyInfoList>dl>dd{margin-top:5px;width:100%;}
	.page_companyInfo .companyInfoMap>.googlemap{height:300px;}
}

.page_companyHist{padding:80px 40px;}
.page_companyHist .companyHistMat{margin-top:40px;max-width:780px;}
.page_companyHist .companyHistMat>div{position:relative;display:flex;line-height:1;}
.page_companyHist .companyHistMat>div>h6{padding:25px 0;width:180px;}
.page_companyHist .companyHistMat>div>span{position:relative;width:4px;background:#c3c3c3;}
.page_companyHist .companyHistMat>div>span:after{position:absolute;top:50%;left:50%;display:block;content:"";width:24px;height:24px;
	background:#000;border:4px solid #c3c3c3;border-radius:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.page_companyHist .companyHistMat>div>figcaption{padding:25px 0 25px 60px;width:calc(100% - 184px);color:#0e085c;font-weight:bold;}
.page_companyHist .companyHistMat>div>figcaption>a{color:#0e085c;}
.page_companyHist .companyHistMat>div>figcaption>a:hover{opacity:0.6;}
@media (max-width:1380px){
	.page_companyHist{padding:70px 30px;}
	.page_companyHist .companyHistMat{margin-top:35px;}
	.page_companyHist .companyHistMat>div>h6{padding:20px 0;width:160px;}
	.page_companyHist .companyHistMat>div>span:after{width:20px;height:20px;border-width:3px;}
	.page_companyHist .companyHistMat>div>figcaption{padding:20px 0 20px 45px;width:calc(100% - 164px);}
}
@media (max-width:1180px){
	.page_companyHist{padding:60px 20px;}
	.page_companyHist .companyHistMat{margin-top:30px;}
	.page_companyHist .companyHistMat>div>h6{padding:15px 0;width:140px;}
	.page_companyHist .companyHistMat>div>span:after{width:16px;height:16px;border-width:2px;}
	.page_companyHist .companyHistMat>div>figcaption{padding:15px 0 15px 30px;width:calc(100% - 144px);}
}
@media (max-width:980px){
	.page_companyHist{padding:50px 20px;}
}
@media (max-width:490px){
	.page_companyHist .companyHistMat>div{display:block;}
	.page_companyHist .companyHistMat>div:not(:first-child){margin-top:25px;}
	.page_companyHist .companyHistMat>div>h6{padding:0;width:100%;}
	.page_companyHist .companyHistMat>div>span:after{display:none;}
	.page_companyHist .companyHistMat>div>figcaption{margin-top:10px;padding:0;width:100%;}
}

.page_companyQual{padding:80px 40px;background:#fbfafa;}
.page_companyQual .companyQualMat{margin-top:40px;max-width:1420px;}
.page_companyQual .companyQualMat>dl{display:flex;padding:20px 40px;border-bottom:2px solid #b8bed5;}
.page_companyQual .companyQualMat>dl:first-child{border-top:2px solid #b8bed5;}
.page_companyQual .companyQualMat>dl>dt{display:flex;}
.page_companyQual .companyQualMat>dl>dt:before{display:block;content:"";width:400px;}
.page_companyQual .companyQualMat>dl>dt>span{display:block;width:300px;color:#0e085c;}
.page_companyQual .companyQualMat>dl>dd{display:flex;}
.page_companyQual .companyQualMat>dl>dd:after{display:block;content:"";width:400px;}
@media (max-width:1500px){
	.page_companyQual{padding:70px 30px;}
	.page_companyQual .companyQualMat{margin-top:35px;}
	.page_companyQual .companyQualMat>dl{padding:17px 30px;font-size:15px;}
	.page_companyQual .companyQualMat>dl>dt:before{width:300px;}
	.page_companyQual .companyQualMat>dl>dt>span{width:260px;}
	.page_companyQual .companyQualMat>dl>dd:after{width:300px;}
}
@media (max-width:1200px){
	.page_companyQual{padding:60px 20px;}
	.page_companyQual .companyQualMat{margin-top:30px;}
	.page_companyQual .companyQualMat>dl{padding:14px 20px;font-size:14px;}
	.page_companyQual .companyQualMat>dl>dt:before{width:200px;}
	.page_companyQual .companyQualMat>dl>dt>span{width:220px;}
	.page_companyQual .companyQualMat>dl>dd:after{width:200px;}
}
@media (max-width:910px){
	.page_companyQual{padding:50px 20px;}
	.page_companyQual .companyQualMat>dl{display:block;}
	.page_companyQual .companyQualMat>dl>dt:before{display:none;}
	.page_companyQual .companyQualMat>dl>dt>span{width:100%;}
	.page_companyQual .companyQualMat>dl>dd{margin-top:5px;}
	.page_companyQual .companyQualMat>dl>dd:after{display:none;}
}

.page_companyGree{padding:80px 40px;}
.page_companyGree .companyGreeMat{display:flex;justify-content:space-between;align-items:center;margin-top:40px;}
.page_companyGree .companyGreeMat>dt{width:480px;}
.page_companyGree .companyGreeMat>dd{padding-left:40px;width:calc(100% - 480px);}
.page_companyGree .companyGreeMat>dd>figcaption{font-family:"Zen Antique",serif;}
.page_companyGree .companyGreeMat>dd>figcaption>*:not(:first-child){margin-top:20px;}
.page_companyGree .companyGreeMat>dd>figure{display:flex;justify-content:flex-end;margin-top:40px;}
.page_companyGree .companyGreeMat>dd>figure>img{width:100%;max-width:281px;}
@media (max-width:1380px){
	.page_companyGree{padding:70px 30px;}
	.page_companyGree .companyGreeMat{margin-top:35px;}
	.page_companyGree .companyGreeMat>dt{width:420px;}
	.page_companyGree .companyGreeMat>dd{padding-left:30px;width:calc(100% - 420px);}
	.page_companyGree .companyGreeMat>dd>figcaption>*:not(:first-child){margin-top:15px;}
	.page_companyGree .companyGreeMat>dd>figure{margin-top:30px;}
	.page_companyGree .companyGreeMat>dd>figure>img{max-width:251px;}
}
@media (max-width:1180px){
	.page_companyGree{padding:60px 20px;}
	.page_companyGree .companyGreeMat{margin-top:30px;}
	.page_companyGree .companyGreeMat>dt{width:360px;}
	.page_companyGree .companyGreeMat>dd{padding-left:20px;width:calc(100% - 360px);}
	.page_companyGree .companyGreeMat>dd>figcaption>*:not(:first-child){margin-top:10px;}
	.page_companyGree .companyGreeMat>dd>figure{margin-top:20px;}
	.page_companyGree .companyGreeMat>dd>figure>img{max-width:221px;}
}
@media (max-width:980px){
	.page_companyGree{padding:50px 20px;}
	.page_companyGree .companyGreeMat{display:block;}
	.page_companyGree .companyGreeMat>dt{margin:0 auto;width:100%;max-width:300px;}
	.page_companyGree .companyGreeMat>dd{margin-top:30px;padding-left:0;width:100%;}
}

.page_companyPhil{padding:80px 40px;background:#fbfafa;}
.page_companyPhil .companyPhilMat{margin-top:40px;max-width:1220px;color:#0f1a45;}
.page_companyPhil .companyPhilMat>figcaption{font-weight:bold;}
.page_companyPhil .companyPhilMat>ol{margin-top:40px;}
.page_companyPhil .companyPhilMat>ol>li{display:flex;padding:20px 40px;border-bottom:2px solid #b8bed5;}
.page_companyPhil .companyPhilMat>ol>li:first-child{border-top:2px solid #b8bed5;}
.page_companyPhil .companyPhilMat>ol>li>h6{width:160px;font-family:"Zen Antique",serif;font-weight:400;}
@media (max-width:1380px){
	.page_companyPhil{padding:70px 30px;}
	.page_companyPhil .companyPhilMat{margin-top:35px;}
	.page_companyPhil .companyPhilMat>ol{margin-top:35px;}
	.page_companyPhil .companyPhilMat>ol>li{padding:17px 30px;}
	.page_companyPhil .companyPhilMat>ol>li>h6{width:140px;}
}
@media (max-width:1180px){
	.page_companyPhil{padding:60px 20px;}
	.page_companyPhil .companyPhilMat{margin-top:30px;}
	.page_companyPhil .companyPhilMat>ol{margin-top:30px;}
	.page_companyPhil .companyPhilMat>ol>li{padding:14px 20px;}
	.page_companyPhil .companyPhilMat>ol>li>h6{width:120px;}
}
@media (max-width:980px){
	.page_companyPhil{padding:50px 20px;}
}
@media (max-width:580px){
	.page_companyPhil .companyPhilMat>ol>li{display:block;}
	.page_companyPhil .companyPhilMat>ol>li>h6{margin-bottom:5px;width:100%;}
}

/*page_business*/
.page_businessSep{padding:80px 40px;}
.page_businessSep .businessSepMat>div{display:flex;justify-content:space-between;}
.page_businessSep .businessSepMat>div:not(:first-child){margin-top:80px;}
.page_businessSep .businessSepMat>div>figure{width:calc(50% - 20px);}
.page_businessSep .businessSepMat>div>figure:after{padding-top:0;height:100%;}
.page_businessSep .businessSepMat>div>fieldset{padding:60px 0;width:calc(50% - 20px);}
.page_businessSep .businessSepMat>div>fieldset>.common_tit{align-items:flex-start;}
.page_businessSep .businessSepMat>div>fieldset>dl{margin-top:30px;}
.page_businessSep .businessSepMat>div>fieldset>dl>*:not(:first-child){margin-top:20px;}
.page_businessSep .businessSepMat>div>fieldset>dl>dt{display:inline-block;padding:17px 30px;line-height:1;background:#f7f7f7;}
.page_businessSep .businessSepMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:20px;}
.page_businessSep .businessSepMat>div: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_businessSep{padding:70px 30px;}
	.page_businessSep .businessSepMat>div:not(:first-child){margin-top:70px;}
	.page_businessSep .businessSepMat>div>figure{width:calc(50% - 15px);}
	.page_businessSep .businessSepMat>div>fieldset{padding:50px 0;width:calc(50% - 15px);}
	.page_businessSep .businessSepMat>div>fieldset>dl{margin-top:25px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>*:not(:first-child){margin-top:15px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>dt{padding:14px 25px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_businessSep{padding:60px 20px;}
	.page_businessSep .businessSepMat>div:not(:first-child){margin-top:60px;}
	.page_businessSep .businessSepMat>div>figure{width:calc(50% - 10px);}
	.page_businessSep .businessSepMat>div>fieldset{padding:40px 0;width:calc(50% - 10px);}
	.page_businessSep .businessSepMat>div>fieldset>dl{margin-top:20px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>*:not(:first-child){margin-top:10px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>dt{padding:11px 20px;}
	.page_businessSep .businessSepMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_businessSep{padding:50px 20px;}
	.page_businessSep .businessSepMat>div:not(:first-child){margin-top:50px;}
	.page_businessSep .businessSepMat>div>fieldset{padding:30px 0;}
}
@media (max-width:860px){
	.page_businessSep .businessSepMat>div{display:block;}
	.page_businessSep .businessSepMat>div:not(:first-child){margin-top:40px;}
	.page_businessSep .businessSepMat>div>figure{width:100%;}
	.page_businessSep .businessSepMat>div>figure:after{padding-top:0;height:300px;}
	.page_businessSep .businessSepMat>div>fieldset{margin-top:30px;padding:0;width:100%;}
	.page_businessSep .businessSepMat>div>fieldset>.common_tit>h6>span{display:block;margin-top:10px;}
}

.page_businessList{padding:0 40px 80px;}
.page_businessList .businessListMat:nth-of-type(2){margin-top:80px;}
.page_businessList .businessListMat>h3{padding:25px 20px;text-align:center;line-height:1;background:#000;font-size:26px;color:#fff;}
.page_businessList .businessListMat>figcaption{margin-top:40px;font-weight:bold;}
.page_businessList .businessListMat>div{margin-top:40px;}
.page_businessList .businessListMat>div>ul{display:flex;flex-wrap:wrap;margin-top:-40px;margin-left:-40px;}
.page_businessList .businessListMat>div>ul>li{margin-top:40px;padding-left:40px;width:25%;}
.page_businessList .businessListMat>div>ul>li>figure:after{padding-top:70%;}
.page_businessList .businessListMat>div>ul>li>h6{margin-top:25px;text-align:center;line-height:1;font-size:18px;}
@media (max-width:1380px){
	.page_businessList{padding:0 30px 70px;}
	.page_businessList .businessListMat:nth-of-type(2){margin-top:70px;}
	.page_businessList .businessListMat>h3{padding:22px 20px;font-size:23px;}
	.page_businessList .businessListMat>figcaption{margin-top:35px;}
	.page_businessList .businessListMat>div{margin-top:35px;}
	.page_businessList .businessListMat>div>ul{margin-top:-30px;margin-left:-30px;}
	.page_businessList .businessListMat>div>ul>li{margin-top:30px;padding-left:30px;}
	.page_businessList .businessListMat>div>ul>li>h6{margin-top:22px;font-size:16px;}
}
@media (max-width:1180px){
	.page_businessList{padding:0 20px 60px;}
	.page_businessList .businessListMat:nth-of-type(2){margin-top:60px;}
	.page_businessList .businessListMat>h3{padding:19px 20px;font-size:20px;}
	.page_businessList .businessListMat>figcaption{margin-top:30px;}
	.page_businessList .businessListMat>div{margin-top:30px;}
	.page_businessList .businessListMat>div>ul{margin-top:-20px;margin-left:-20px;}
	.page_businessList .businessListMat>div>ul>li{margin-top:20px;padding-left:20px;}
	.page_businessList .businessListMat>div>ul>li>h6{margin-top:19px;font-size:14px;}
}
@media (max-width:980px){
	.page_businessList{padding:0 20px 50px;}
	.page_businessList .businessListMat:nth-of-type(2){margin-top:50px;}
	.page_businessList .businessListMat>h3{font-size:17px;}
	.page_businessList .businessListMat>div>ul{margin-left:-10px;}
	.page_businessList .businessListMat>div>ul>li{padding-left:10px;}
	.page_businessList .businessListMat>div>ul>li>h6{margin-top:16px;font-size:12px;}
}
@media (max-width:780px){
	.page_businessList .businessListMat>div>ul>li{width:33.333333%;}
}
@media (max-width:600px){
	.page_businessList .businessListMat>div>ul>li{width:50%;}
}

.page_businessCha{padding:0 40px 80px;}
.page_businessCha .businessChaMat>div{display:flex;justify-content:space-between;}
.page_businessCha .businessChaMat>div:not(:first-child){margin-top:80px;}
.page_businessCha .businessChaMat>div>figure{width:calc(50% - 20px);}
.page_businessCha .businessChaMat>div>figure:after{padding-top:0;height:100%;}
.page_businessCha .businessChaMat>div>fieldset{padding:60px 0;width:calc(50% - 20px);}
.page_businessCha .businessChaMat>div>fieldset>.common_tit{align-items:flex-start;}
.page_businessCha .businessChaMat>div>fieldset>dl{margin-top:30px;}
.page_businessCha .businessChaMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:20px;}
.page_businessCha .businessChaMat>div:nth-child(2n){
	-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_businessCha{padding:0 30px 70px;}
	.page_businessCha .businessChaMat>div:not(:first-child){margin-top:70px;}
	.page_businessCha .businessChaMat>div>figure{width:calc(50% - 15px);}
	.page_businessCha .businessChaMat>div>fieldset{padding:50px 0;width:calc(50% - 15px);}
	.page_businessCha .businessChaMat>div>fieldset>dl{margin-top:25px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:15px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>ol>li{padding-left:21px;text-indent:-21px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>ol>li:not(:first-child){margin-top:10px;}
}
@media (max-width:1180px){
	.page_businessCha{padding:0 20px 60px;}
	.page_businessCha .businessChaMat>div:not(:first-child){margin-top:60px;}
	.page_businessCha .businessChaMat>div>figure{width:calc(50% - 10px);}
	.page_businessCha .businessChaMat>div>fieldset{padding:40px 0;width:calc(50% - 10px);}
	.page_businessCha .businessChaMat>div>fieldset>dl{margin-top:20px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>*:not(:first-child){margin-top:10px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>ol>li{padding-left:20px;text-indent:-20px;}
	.page_businessCha .businessChaMat>div>fieldset>dl>dd>ol>li:not(:first-child){margin-top:5px;}
}
@media (max-width:980px){
	.page_businessCha{padding:0 20px 50px;}
	.page_businessCha .businessChaMat>div:not(:first-child){margin-top:50px;}
	.page_businessCha .businessChaMat>div>fieldset{padding:30px 0;}
}
@media (max-width:860px){
	.page_businessCha .businessChaMat>div{display:block;}
	.page_businessCha .businessChaMat>div:not(:first-child){margin-top:40px;}
	.page_businessCha .businessChaMat>div>figure{width:100%;}
	.page_businessCha .businessChaMat>div>figure:after{padding-top:0;height:300px;}
	.page_businessCha .businessChaMat>div>fieldset{margin-top:30px;padding:0;width:100%;}
	.page_businessCha .businessChaMat>div>fieldset>.common_tit>h3>span{display:block;margin-top:10px;}
	.page_businessCha .businessChaMat>div>fieldset>.common_tit>h6>span{display:block;margin-top:10px;}
}

/*page_recruit*/
.page_recruit{padding:80px 40px;}
.page_recruit .recruitList{max-width:1220px;}
.page_recruit .recruitList>dl{display:flex;justify-content:space-between;}
.page_recruit .recruitList>dl:not(:first-child){margin-top:10px;}
.page_recruit .recruitList>dl>dt{padding:20px;width:300px;text-align:center;background:#0e2166;color:#fff;}
.page_recruit .recruitList>dl>dd{margin-left:10px;padding:20px;width:calc(100% - 310px);background:#f0f1f2;}
.page_recruit .recruitBtn{display:flex;justify-content:center;margin-top:60px;}
.page_recruit .recruitBtn>a{padding:35px 40px;width:100%;max-width:480px;text-align:center;line-height:1;background:#000;font-size:18px;color:#fff;}
.page_recruit .recruitBtn>a:hover{background:#0e2166;}
@media (max-width:1380px){
	.page_recruit{padding:70px 30px;}
	.page_recruit .recruitList>dl:not(:first-child){margin-top:8px;}
	.page_recruit .recruitList>dl>dt{padding:17px 20px;width:260px;}
	.page_recruit .recruitList>dl>dd{margin-left:8px;padding:17px 20px;width:calc(100% - 268px);}
	.page_recruit .recruitBtn{margin-top:50px;}
	.page_recruit .recruitBtn>a{padding:30px;max-width:380px;font-size:16px;}
}
@media (max-width:1180px){
	.page_recruit{padding:60px 20px;}
	.page_recruit .recruitList>dl:not(:first-child){margin-top:6px;}
	.page_recruit .recruitList>dl>dt{padding:14px 20px;width:220px;}
	.page_recruit .recruitList>dl>dd{margin-left:6px;padding:14px 20px;width:calc(100% - 226px);}
	.page_recruit .recruitBtn{margin-top:40px;}
	.page_recruit .recruitBtn>a{padding:25px 20px;max-width:280px;font-size:14px;}
}
@media (max-width:980px){
	.page_recruit{padding:50px 20px;}
	.page_recruit .recruitList>dl>dt{width:180px;}
	.page_recruit .recruitList>dl>dd{width:calc(100% - 186px);}
}
@media (max-width:860px){
	.page_recruit .recruitList>dl{display:block;}
	.page_recruit .recruitList>dl>dt{width:100%;text-align:left;}
	.page_recruit .recruitList>dl>dd{margin-top:8px;margin-left:0;width:100%;}
}

/*page_contact*/
input,textarea{font-family:"Yu Gothic Medium",sans-serif;font-weight:bold;}
.wpcf7-spinner{display:none;}

.page_contact{padding:80px 40px;}
.page_contact .contactMat{max-width:1220px;}
.page_contact .contactTxt>*:not(:first-child){margin-top:20px;}
.page_contact .contactTxt>*>font{display:inline-block;margin-right:10px;padding:10px;line-height:1;background:#163783;border-radius:8px;
	font-size:12px;color:#fff;
}
.page_contact .contactForm{margin-top:60px;}
.page_contact .contactForm>dl{display:flex;align-items:center;}
.page_contact .contactForm>dl:not(:first-child){margin-top:30px;}
.page_contact .contactForm>dl>dt{display:flex;align-items:center;width:220px;}
.page_contact .contactForm>dl>dt>font{display:inline-block;margin-left:10px;padding:10px;line-height:1;background:#163783;border-radius:8px;
	font-size:12px;color:#fff;
}
.page_contact .contactForm>dl>dd{width:calc(100% - 220px);}
.page_contact .contactForm>dl>dd span>input,
.page_contact .contactForm>dl>dd span>textarea{padding:15px;width:100%;background:#f3f3f3;}
.page_contact .contactForm>dl>dd span>textarea{height:200px;}
.page_contact .send{display:flex;justify-content:center;margin-top:60px;}
.page_contact .send input{padding:35px 40px;width:380px;text-align:center;line-height:1;background:#000;cursor:pointer;
	font-size:18px;color:#fff;
}
.page_contact .send input:hover{background:#0e2166;}
@media (max-width:1380px){
	.page_contact{padding:70px 30px;}
	.page_contact .contactTxt>*:not(:first-child){margin-top:15px;}
	.page_contact .contactTxt>*>font{border-radius:6px;}
	.page_contact .contactForm{margin-top:50px;}
	.page_contact .contactForm>dl:not(:first-child){margin-top:25px;}
	.page_contact .contactForm>dl>dt{width:200px;}
	.page_contact .contactForm>dl>dt>font{border-radius:6px;}
	.page_contact .contactForm>dl>dd{width:calc(100% - 200px);}
	.page_contact .contactForm>dl>dd span>input,.page_contact .contactForm>dl>dd span>textarea{padding:13px;}
	.page_contact .contactForm>dl>dd span>textarea{height:170px;}
	.page_contact .send{margin-top:50px;}
	.page_contact .send input{padding:30px;width:280px;font-size:16px;}
}
@media (max-width:1180px){
	.page_contact{padding:60px 20px;}
	.page_contact .contactTxt>*:not(:first-child){margin-top:10px;}
	.page_contact .contactTxt>*>font{border-radius:4px;}
	.page_contact .contactForm{margin-top:40px;}
	.page_contact .contactForm>dl:not(:first-child){margin-top:20px;}
	.page_contact .contactForm>dl>dt{width:180px;}
	.page_contact .contactForm>dl>dt>font{border-radius:4px;}
	.page_contact .contactForm>dl>dd{width:calc(100% - 180px);}
	.page_contact .contactForm>dl>dd span>input,.page_contact .contactForm>dl>dd span>textarea{padding:11px;}
	.page_contact .contactForm>dl>dd span>textarea{height:140px;}
	.page_contact .send{margin-top:40px;}
	.page_contact .send input{padding:25px 20px;width:180px;font-size:14px;}	
}
@media (max-width:980px){
	.page_contact{padding:50px 20px;}
}
@media (max-width:580px){
	.page_contact .contactForm>dl{display:block;}
	.page_contact .contactForm>dl>dt{width:100%;}
	.page_contact .contactForm>dl>dd{margin-top:15px;width:100%;}
}

/*page_news*/
.page_news{padding:80px 40px;}
.page_news .newsMat{max-width:1120px;}
.page_news .newsMat>ul>li{display:flex;padding:20px;border-bottom:2px dashed #181818;}
.page_news .newsMat>ul>li>span{display:block;margin-top:-1px;width:91px;font-family:"Reem Kufi Fun",sans-serif;}
.page_news .newsMat>ul>li>a{display:block;padding-left:40px;width:calc(100% - 91px);color:#14212d;}
.page_news .newsMat>ul>li>a:hover{color:#000072;}
@media (max-width:1380px){
	.page_news{padding:70px 30px;}
	.page_news .newsMat>ul>li{padding:17px 20px;}
	.page_news .newsMat>ul>li>span{margin-top:0;width:86px;}
	.page_news .newsMat>ul>li>a{padding-left:30px;width:calc(100% - 86px);}
}
@media (max-width:1180px){
	.page_news{padding:60px 20px;}
	.page_news .newsMat>ul>li{padding:14px 20px;}
	.page_news .newsMat>ul>li>span{margin-top:-1px;width:81px;}
	.page_news .newsMat>ul>li>a{padding-left:20px;width:calc(100% - 81px);}
}
@media (max-width:980px){
	.page_news{padding:50px 20px;}
}
@media (max-width:780px){
	.page_news .newsMat>ul>li{display:block;}
	.page_news .newsMat>ul>li>span{margin-top:0;width:100%;}
	.page_news .newsMat>ul>li>a{padding-left:0;width:100%;}
}

/*page_news-detail*/
.page_newsDet{padding:80px 40px;}
.page_newsDet .newsDetMat{max-width:1120px;}
.page_newsDet .newsDetTit>h3{font-size:18px;}
.page_newsDet .newsDetTit>hr{margin:15px auto 0;width:100%;height:2px;background:#000072;border:none;}
.page_newsDet .newsDetTit>hgroup{display:flex;align-items:center;margin-top:25px;line-height:1;font-size:14px;}
.page_newsDet .newsDetTit>hgroup>span{font-family:"Reem Kufi Fun",sans-serif;}
.page_newsDet .newsDetTit>hgroup>em{display:block;margin-left:15px;padding:10px;background:#000072;color:#fff;}
.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>h3{font-size:17px;}
	.page_newsDet .newsDetTit>hr{margin:13px auto 0;}
	.page_newsDet .newsDetTit>hgroup{margin-top:22px;font-size:13px;}
	.page_newsDet .newsDetTit>hgroup>em{margin-left:10px;}
	.page_newsDet .newsDetTxt{margin-top:35px;font-size:14px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_newsDet{padding:60px 20px;}
	.page_newsDet .newsDetTit>h3{font-size:16px;}
	.page_newsDet .newsDetTit>hr{margin:11px auto 0;}
	.page_newsDet .newsDetTit>hgroup{margin-top:19px;font-size:12px;}
	.page_newsDet .newsDetTxt{margin-top:30px;font-size:13px;}
	.page_newsDet .newsDetTxt>*:not(:first-child){margin-top:10px;}
}
@media (max-width:980px){
	.page_newsDet{padding:50px 20px;}
}

