@charset "utf-8";
/*
Theme Name: ptsks-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:#14212d;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;
}

/*ptsksM*/
.ptsksM{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);
}
.ptsksM .ptsksMbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;background:rgba(0,0,0,0.5);}
.ptsksM-move{left:-240px;overflow:hidden;}

/*mobile-btn*/
.mobile-btn{display:none;margin-left:15px;}
.mobile-btn div{position:relative;right:0;top:0;display:block;width:30px;height:20px;cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn div span{position:absolute;left:50%;top:9px;z-index:5;display:block;margin:0 0 0 -15px;width:25px;height:3px;background:#222;   
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn div span:nth-child(1){width:20px;
	-webkit-transform:translateY(-9px);
	-moz-transform:translateY(-9px);
	-ms-transform:translateY(-9px);
	-o-transform:translateY(-9px);    
	transform:translateY(-9px);
}
.mobile-btn div span:nth-child(3){width:30px;
	-webkit-transform:translateY(9px);
	-moz-transform:translateY(9px);
	-ms-transform:translateY(9px);
	-o-transform:translateY(9px);    
	transform:translateY(9px);
}
.mobile-btn div:hover span{width:30px;}
.mobile-btn .active{
	-webkit-transform:translateX(0) rotate(180deg);
    transform:translateX(0) rotate(180deg);
}
.mobile-btn .active span:nth-child(1){width:20px !important;
	-webkit-transform-origin:0.71429px center !important;
  	transform-origin:0.71429px center !important; 	
  	-webkit-transform:rotate3d(0,0,1,-40deg) !important;
    transform:rotate3d(0,0,1,-40deg) !important;
}	
.mobile-btn .active span:nth-child(3){width:20px !important;
	-webkit-transform:rotate3d(0,0,1,40deg) !important;
    transform:rotate3d(0,0,1,40deg) !important;   
    -webkit-transform-origin:0.71429px center !important;
    transform-origin:0.71429px center !important;
}
@media (max-width:920px){
	.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-family:"Reem Kufi Fun",sans-serif;font-size:20px;color:#fff;text-transform:uppercase;}
.sp-wrapper>ul{margin-top:20px;}
.sp-wrapper>ul>li{border-top:1px solid rgba(255,255,255,0.2);}
.sp-wrapper>ul>li>a{display:block;padding:10px;font-size:14px;color:#fff;}
.sp-wrapper>ul>li>a:hover{background:#fff;color:#19b4ec;}

body.logged-in .sp-wrapper{top:auto;bottom:0;height:calc(100vh - 32px);}
@media (max-width:782px){
	body.logged-in .sp-wrapper{height:calc(100vh - 46px);}
}
@media (max-width:600px){
	body.logged-in .sp-wrapper.wordpress-logged-in{height:100vh;}
}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#19b4ec;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{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.common_tit>i{display:block;width:100%;}
.common_tit>hgroup{position:absolute;top:50%;left:50%;text-align:center;line-height:1;color:#14212d;letter-spacing:10px;text-transform:uppercase;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.common_tit>hgroup>h3{font-family:"Reem Kufi Fun",sans-serif;font-size:48px;white-space:nowrap;}
.common_tit>hgroup>h6{margin-top:25px;font-size:24px;}
@media (max-width:1380px){
	.common_tit>hgroup{letter-spacing:8px;}
	.common_tit>hgroup>h3{font-size:40px;}
	.common_tit>hgroup>h6{margin-top:20px;font-size:20px;}
}
@media (max-width:1180px){
	.common_tit>hgroup{letter-spacing:6px;}
	.common_tit>hgroup>h3{font-size:32px;}
	.common_tit>hgroup>h6{margin-top:15px;font-size:16px;}
}
@media (max-width:980px){
	.common_tit>hgroup{letter-spacing:4px;}
	.common_tit>hgroup>h3{font-size:28px;}
}

/*more*/
.more{display:flex;justify-content:center;margin-top:60px;font-family:"Reem Kufi Fun",sans-serif;line-height:1;text-transform:uppercase;}
.more>a{padding:30px 90px;background:#222;border-radius:40px;color:#19b4ec;}
.more>a:hover{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1380px){
	.more{margin-top:50px;}
	.more>a{padding:27px 80px;}
}
@media (max-width:1180px){
	.more{margin-top:40px;}
	.more>a{padding:24px 70px;}
}

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

/*header*/
.header{position:fixed;top:0;left:0;z-index:9999;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;width:100%;line-height:1;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .logo{display:block;width:100%;max-width:503px;}
.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:not(:first-child){margin-left:40px;}
.header .headerNav>ul>li>a{color:#222;}
.header .headerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#222;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(4px);
	transform:translateY(4px);
}
.header .headerNav>a{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:40px;padding:20px 50px;
	background:#19b4ec;border-radius:45px;color:#fff;
}
.header .headerNav>a>i{display:block;width:24px;}
.header .headerNav>a>h6{margin-top:12px;}
.header .headerNav>a:hover{background:#222;}
@media (max-width:1380px){
	.header{padding:17px 30px;}
	.header .logo{max-width:443px;}
	.header .headerNav{margin-left:30px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:30px;}
	.header .headerNav>a{margin-left:30px;padding:17px 40px;}
	.header .headerNav>a>i{width:22px;}
	.header .headerNav>a>h6{margin-top:10px;}
}
@media (max-width:1180px){
	.header{padding:14px 20px;}
	.header .logo{max-width:383px;}
	.header .headerNav{margin-left:20px;}
	.header .headerNav>ul>li:not(:first-child){margin-left:20px;}
	.header .headerNav>a{margin-left:20px;padding:14px 30px;}
	.header .headerNav>a>i{width:20px;}
	.header .headerNav>a>h6{margin-top:8px;}
}
@media (max-width:920px){
	.header{background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);}
	.header .logo{max-width:323px;}
	.header .headerNav>ul{display:none;}
	.header .headerNav>a{margin-left:0;padding:12px 10px;}
	.header .headerNav>a>h6{display:none;}
}
@media (max-width:720px){
	.header .logo{max-width:263px;}
}
@media (max-width:520px){
	.header .logo{max-width:203px;}
}

.header.header_fixed{background:rgba(255,255,255,0.5);box-shadow:0 0 5px rgba(0,0,0,0.5);}
body.logged-in .header{top:32px;}
@media (max-width:782px){
	body.logged-in .header{top:46px;}
}
@media (max-width:600px){
	body.logged-in .header.header_fixed{top:0;}
}

/*banner*/
@-webkit-keyframes scrollMove{
	0%{
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
	50%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
}
@keyframes scrollMove{
	0%{
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
	50%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100%{
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
}

.banner{position:relative;height:100vh;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMat{position:absolute;top:50%;left:50%;z-index:5;display:flex;justify-content:center;padding:0 40px;max-width:1600px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>h3{width:100%;max-width:1589px;}
.banner .scroll{position:absolute;bottom:60px;left:50%;z-index:10;width:100%;max-width:25px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.banner .scroll>img{
	-webkit-animation:scrollMove 2s linear infinite 0s;
	animation:scrollMove 2s linear infinite 0s;
}
@media (max-width:1380px){
	.banner{height:90vh;}
	.banner .bannerMat{padding:0 30px;}
	.banner .scroll{bottom:50px;max-width:23px;}
}
@media (max-width:1180px){
	.banner{height:80vh;}
	.banner .bannerMat{padding:0 20px;}
	.banner .scroll{bottom:40px;max-width:21px;}
}
@media (max-width:920px){
	.banner{height:70vh;}
	.banner .scroll{bottom:30px;max-width:19px;}
}

/*indexMain*/
/*reason*/
.reason{padding:80px 40px;background:#f5f5f5;}
.reason .common_tit>i{max-width:617px;}
.reason .reasonMat{margin-top:40px;}
.reason .reasonMat>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:-15px;margin-left:-15px;}
.reason .reasonMat>ul>li{margin-top:15px;padding-left:15px;width:33.3333333%;}
.reason .reasonMat>ul>li>dl{padding:80px 40px;background:#fff;}
.reason .reasonMat>ul>li>dl>dt{margin:0 auto;width:100%;max-width:96px;}
.reason .reasonMat>ul>li>dl>dd{margin-top:40px;}
.reason .reasonMat>ul>li>dl>dd>h6{text-align:center;font-family:"Reem Kufi Fun",sans-serif;color:#19b4ec;}
.reason .reasonMat>ul>li>dl>dd>h3{margin-top:20px;text-align:center;font-size:26px;color:#0063a1;}
.reason .reasonMat>ul>li>dl>dd>figcaption{margin-top:20px;font-weight:bold;}
@media (max-width:1380px){
	.reason{padding:60px 30px;}
	.reason .common_tit>i{max-width:501px;}
	.reason .reasonMat{margin-top:35px;}
	.reason .reasonMat>ul>li>dl{padding:60px 30px;}
	.reason .reasonMat>ul>li>dl>dt{max-width:86px;}
	.reason .reasonMat>ul>li>dl>dd{margin-top:35px;}
	.reason .reasonMat>ul>li>dl>dd>h3{margin-top:15px;font-size:23px;}
	.reason .reasonMat>ul>li>dl>dd>figcaption{margin-top:15px;}
}
@media (max-width:1180px){
	.reason{padding:40px 20px;}
	.reason .common_tit>i{max-width:385px;}
	.reason .reasonMat{margin-top:30px;}
	.reason .reasonMat>ul>li>dl{padding:40px 20px;}
	.reason .reasonMat>ul>li>dl>dt{max-width:76px;}
	.reason .reasonMat>ul>li>dl>dd{margin-top:30px;}
	.reason .reasonMat>ul>li>dl>dd>h3{margin-top:10px;font-size:20px;}
	.reason .reasonMat>ul>li>dl>dd>figcaption{margin-top:10px;}
}
@media (max-width:980px){
	.reason .reasonMat>ul>li{width:50%;}
	.reason .reasonMat>ul>li>dl>dt{max-width:66px;}
}
@media (max-width:680px){
	.reason .reasonMat>ul>li{width:100%;}
	.reason .reasonMat>ul>li>dl>dt{max-width:56px;}
}

/*recruitment*/
.recruitmentImg{width:100%;height:600px;overflow:hidden;}
.recruitmentImg:after{padding-top:0;width:100%;height:100%;}

.recruitment{position:relative;padding:80px 0;}
.recruitment:before{position:absolute;top:0;left:0;display:block;content:"";width:100%;height:70%;
	background:linear-gradient(to right bottom,#19b4ec,#0063a1);
}
.recruitment .common_tit{position:relative;z-index:5;}
.recruitment .common_tit>i{max-width:1079px;}
.recruitment .common_tit>hgroup{color:#fff;}
.recruitment .recruitmentSlide{z-index:5;margin-top:40px;}
.recruitment .swiper-slide{max-width:1180px;opacity:0.5;}
.recruitment .swiper-slide.swiper-slide-active{opacity:1;}
.recruitment .swiper-slide>ul{display:flex;flex-wrap:wrap;background:#fff;border:2px solid #e5e5e5;}
.recruitment .swiper-slide>ul>li{padding:40px 25px;width:25%;}
.recruitment .swiper-slide>ul>li:not(:first-child){border-left:2px solid #e5e5e5;}
.recruitment .swiper-slide>ul>li>hgroup>h6{font-size:14px;color:transparent;
	background:linear-gradient(to right,#0063a1,#19b4ec,#19b4ec,#0063a1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.recruitment .swiper-slide>ul>li>hgroup>h5{margin-top:15px;font-size:15px;}
.recruitment .swiper-slide>ul>li>i{display:block;margin-top:15px;width:40px;height:2px;background:#19b4ec;}
.recruitment .swiper-slide>ul>li>ol{margin-top:15px;}
.recruitment .swiper-slide>ul>li>ol>li{display:flex;font-size:14px;}
.recruitment .swiper-slide>ul>li>ol>li:not(:first-child){margin-top:10px;}
.recruitment .swiper-slide>ul>li>ol>li>span{display:block;width:80px;}
.recruitment .swiper-slide>ul>li>ol>li>em{display:block;width:calc(100% - 80px);}
.recruitment .swiper-slide>ul>li>a{display:inline-block;margin-top:15px;padding:12px 25px;line-height:1;font-size:14px;color:#fff;
	background:linear-gradient(to right,#19b4ec,#0063a1);
	border-radius:20px;
}
.recruitment .swiper-button-prev{left:calc(50% - 625px);
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
}
.recruitment .swiper-button-next{right:calc(50% - 625px);
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
}
@media (max-width:1380px){
	.recruitmentImg{height:500px;}
	
	.recruitment{padding:60px 0;}
	.recruitment .common_tit>i{max-width:864px;}
	.recruitment .recruitmentSlide{margin-top:35px;}
	.recruitment .swiper-slide{max-width:1080px;}
	.recruitment .swiper-slide>ul>li{padding:35px 20px;}
	.recruitment .swiper-slide>ul>li>hgroup>h6{font-size:13px;}
	.recruitment .swiper-slide>ul>li>hgroup>h5{margin-top:12px;font-size:14px;}
	.recruitment .swiper-slide>ul>li>i{margin-top:12px;width:35px;}
	.recruitment .swiper-slide>ul>li>ol{margin-top:12px;}
	.recruitment .swiper-slide>ul>li>ol>li{font-size:13px;}
	.recruitment .swiper-slide>ul>li>ol>li:not(:first-child){margin-top:7px;}
	.recruitment .swiper-slide>ul>li>ol>li>span{width:70px;}
	.recruitment .swiper-slide>ul>li>ol>li>em{width:calc(100% - 70px);}
	.recruitment .swiper-slide>ul>li>a{margin-top:12px;padding:12px 22px;font-size:13px;}
	.recruitment .swiper-button-prev{left:calc(50% - 570px);
		-webkit-transform:scale(0.7);
		transform:scale(0.7);
	}
	.recruitment .swiper-button-next{right:calc(50% - 570px);
		-webkit-transform:scale(0.7);
		transform:scale(0.7);
	}
}
@media (max-width:1180px){
	.recruitmentImg{height:400px;}
	
	.recruitment{padding:40px 0;}
	.recruitment .common_tit>i{max-width:649px;}
	.recruitment .recruitmentSlide{margin-top:30px;}
	.recruitment .swiper-slide{max-width:980px;}
	.recruitment .swiper-slide>ul>li{padding:30px 15px;}
	.recruitment .swiper-slide>ul>li>hgroup>h6{font-size:12px;}
	.recruitment .swiper-slide>ul>li>hgroup>h5{margin-top:9px;font-size:13px;}
	.recruitment .swiper-slide>ul>li>i{margin-top:9px;width:30px;}
	.recruitment .swiper-slide>ul>li>ol{margin-top:9px;}
	.recruitment .swiper-slide>ul>li>ol>li{font-size:12px;}
	.recruitment .swiper-slide>ul>li>ol>li:not(:first-child){margin-top:4px;}
	.recruitment .swiper-slide>ul>li>ol>li>span{width:60px;}
	.recruitment .swiper-slide>ul>li>ol>li>em{width:calc(100% - 60px);}
	.recruitment .swiper-slide>ul>li>a{margin-top:9px;padding:12px 19px;font-size:12px;}
	.recruitment .swiper-button-prev{left:calc(50% - 513px);
		-webkit-transform:scale(0.6);
		transform:scale(0.6);
	}
	.recruitment .swiper-button-next{right:calc(50% - 513px);
		-webkit-transform:scale(0.6);
		transform:scale(0.6);
	}	
}
@media (max-width:1060px){
	.recruitment .swiper-slide{max-width:620px;}
	.recruitment .swiper-slide>ul>li{width:50%;}
	.recruitment .swiper-slide>ul>li:nth-of-type(3){border-top:2px solid #e5e5e5;border-left:none;}
	.recruitment .swiper-slide>ul>li:nth-of-type(4){border-top:2px solid #e5e5e5;}
	.recruitment .swiper-button-prev{display:none;}
	.recruitment .swiper-button-next{display:none;}
}
@media (max-width:480px){
	.recruitment .swiper-slide{max-width:310px;}
	.recruitment .swiper-slide>ul>li{width:100%;}
	.recruitment .swiper-slide>ul>li:nth-of-type(2){border-top:2px solid #e5e5e5;border-left:none;}
	.recruitment .swiper-slide>ul>li:nth-of-type(4){border-left:none;}
}

/*company*/
.company{display:flex;align-items:flex-end;}
.company .companyImg{width:55%;}
.company .companyImg:after{padding-top:0;height:750px;}
.company .companyMat{position:relative;z-index:5;margin-left:-10%;padding:60px;width:55%;background:#fff;}
.company .companyMat>dd{width:100%;max-width:660px;}
.company .companyMat>dd>hgroup{display:flex;flex-direction:column;justify-content:flex-start;line-height:1;text-transform:uppercase;}
.company .companyMat>dd>hgroup>h3{font-family:"Reem Kufi Fun",sans-serif;font-size:60px;}
.company .companyMat>dd>hgroup>h6{margin-top:25px;font-size:20px;}
.company .companyMat>dd>hgroup>hr{position:relative;margin:40px auto 0;width:100%;height:2px;background:#cdcdcd;border:none;}
.company .companyMat>dd>hgroup>hr:before{position:absolute;top:0;left:0;display:block;content:"";width:80px;height:2px;background:#222;}
.company .companyMat>dd>ul{margin-top:40px;}
.company .companyMat>dd>ul>li{display:flex;}
.company .companyMat>dd>ul>li:not(:first-child){margin-top:25px;}
.company .companyMat>dd>ul>li>span{display:block;width:90px;}
.company .companyMat>dd>ul>li>p{width:calc(100% - 90px);}
@media (max-width:1380px){
	.company .companyImg{width:52.5%;}
	.company .companyImg:after{height:650px;}
	.company .companyMat{margin-left:-5%;padding:50px;width:52.5%;}
	.company .companyMat>dd>hgroup>h3{font-size:54px;}
	.company .companyMat>dd>hgroup>h6{margin-top:20px;font-size:18px;}
	.company .companyMat>dd>hgroup>hr{margin:35px auto 0;}
	.company .companyMat>dd>ul{margin-top:35px;}
	.company .companyMat>dd>ul>li:not(:first-child){margin-top:20px;}
	.company .companyMat>dd>ul>li>span{width:80px;}
	.company .companyMat>dd>ul>li>p{width:calc(100% - 80px);}	
}
@media (max-width:1180px){
	.company .companyImg:after{height:550px;}
	.company .companyMat{padding:40px;}
	.company .companyMat>dd>hgroup>h3{font-size:48px;}
	.company .companyMat>dd>hgroup>h6{margin-top:15px;font-size:16px;}
	.company .companyMat>dd>hgroup>hr{margin:30px auto 0;}
	.company .companyMat>dd>ul{margin-top:30px;}
	.company .companyMat>dd>ul>li:not(:first-child){margin-top:15px;}
	.company .companyMat>dd>ul>li>span{width:70px;}
	.company .companyMat>dd>ul>li>p{width:calc(100% - 70px);}
}
@media (max-width:980px){
	.company{display:block;}
	.company .companyImg{width:100%;}
	.company .companyImg:after{height:450px;}
	.company .companyMat{margin-left:0;padding:40px 30px;width:100%;}
	.company .companyMat>dd{max-width:100%;}
	.company .companyMat>dd>hgroup>h3{font-size:42px;}
	.company .companyMat>dd>hgroup>h6{font-size:14px;}
	.company .companyMat>dd>hgroup>hr{margin:25px auto 0;}
}
@media (max-width:500px){
	.company .companyMat>dd>ul>li{display:block;}
	.company .companyMat>dd>ul>li>span{color:#19b4ec;}
	.company .companyMat>dd>ul>li>p{margin-top:5px;width:100%;}
}

/*ptsksMap*/
.ptsksMap .googlemap{height:580px;}
@media (max-width:1380px){
	.ptsksMap .googlemap{height:480px;}
}
@media (max-width:1180px){
	.ptsksMap .googlemap{height:380px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;line-height:1;background:#14212d;}
.footer .footerNav>a{display:block;width:100%;max-width:503px;}
.footer .footerNav>a:hover{opacity:0.6;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px;}
.footer .footerNav>ul>li{display:flex;align-items:center;}
.footer .footerNav>ul>li:not(:first-child):before{display:block;content:"";margin:0 40px;width:2px;height:18px;background:#fff;}
.footer .footerNav>ul>li>a{color:#fff;}
.footer .footerNav>ul>li>a:hover{opacity:0.6;}

.footer .footerCopy{padding:15px 40px;text-align:center;background:#000;font-size:15px;color:#fff;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a{max-width:443px;}
	.footer .footerNav>ul{margin-top:35px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 30px;}
	
	.footer .footerCopy{padding:15px 30px;font-size:14px;}	
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a{max-width:383px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li:not(:first-child):before{margin:0 20px;}
	
	.footer .footerCopy{padding:15px 20px;font-size:13px;}
}
@media (max-width:920px){
	.footer .footerNav>a{max-width:323px;}
	.footer .footerNav>ul{margin-top:15px;}
	.footer .footerNav>ul>li{margin:15px 5px 0;}
	.footer .footerNav>ul>li:not(:first-child):before{display:none;}	
}






