@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  PC用
**************************************************
--------------------------------------------------*/
@media screen and (min-width: 768px) {
/*--------------------------------------------------
**************************************************
  採用情報
**************************************************
--------------------------------------------------*/
.recruit{
	background: url("../imgs/common/recruit_bg.jpg") center top no-repeat;
	background-size: 1920px auto;
	max-height: 900px;
	overflow: hidden;
}

.recruit_container{
	display: flex;
	justify-content: space-between;
}
	.recruit_contets{
	height: 100%;
	}
.recruit_contets:nth-child(1),
.recruit_contets:nth-child(3){
	width: 20%;
	z-index: 99;
}

.recruit_contets:nth-child(2){
	width: 60%;
	padding: 120px 0 0;
	
}
.recruit_contets img{
	border-radius: 16px;
}
.recruit h2{
	font-weight: 700;
	position: relative;
	z-index: 5;
}

.recruit h2::before{
	content:"TOKO";
	font-family: "Outfit", sans-serif;
	font-size:8.0rem;
	font-weight: 500;
	color:#D9F3FE;
	position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:1;
}
.recruit h2::after{
	content:"Recruit Information";
	font-family: "Outfit", sans-serif;
	font-size:8.0rem;
	font-weight: 500;
	color:#D9F3FE;
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:-12;
	width: 800px;
}

.recruit h3{
	font-size: 4.0rem;
	line-height: 1.75;
	font-weight: 900;
	margin-bottom: 64px;
}

.recruit h3+div{
	font-weight: 500;
	margin-bottom: 64px;
	line-height: 2;
	
}
.recruit_contact{
	display: flex;
	justify-content: space-between;
	max-width:700px; 
	margin: 0 auto 40px;
	background: #B8E3F9;
	padding: 24px;
	border-radius: 60px;
}
.recruit_contact li{
	max-width:340px;
	width: 46%;
	height: 64px;
	border-radius:320px;
}
.recruit_contact li a.recruit_button{
	color: #fff;
}





/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
footer{
	background: #fff;
}

.footer_logo{
	max-width: 342px;
	width: 20vw;
	height: auto;
}

footer .button a{
	margin: 24px 0 40px 0;
	
}
.pin{
	width: 24px;
	height: 24px;
}
.footer_contents{
	display: flex;
	justify-content: space-between;
	padding: 120px 0;
}
.footer_contents li:nth-child(2){
	padding-right: 5%;
}

.footer_info{
	font-weight: 500;
}
.footer_tel a{
	color: #233B68;
	font-size: 5.0rem;
	font-weight: 500;
}
.footer_button a{
	margin: 0 0 56px 0;
}
.footer_link_title{
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 16px;
	color: #233B68;
	
}
.footer_link ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.footer_link ul li{
	width:30%;
	margin-bottom:8px;
	position: relative;
	padding-left: 32px;
	font-weight: 500;
}

.footer_link ul li::before{
	content: "";
	display: inline-block;
	background:#1E1F21; 
	width:20px;
	height:1px;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.copyright{
	background: #E4F7FD;
	padding: 40px;
	text-align: center;
	font-size: 1.2rem;
}

.footer_bg{
	height: 120px;
	background: url("../imgs/common/footer_bg.jpg")no-repeat;
	background-size: cover;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img,.slider2 img,.slider3 img ,.slider4 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

.slider .slick-slide {
    margin:0 28px;/*スライド左右の余白調整*/

}
.slider2 .slick-slide{
    margin:0 24px;/*スライド左右の余白調整*/

}

.slider3 .slick-slide,.slider4 .slick-slide {
    margin:12px 0;/*スライド左右の余白調整*/}
	
.slider5 .slick-slide,.slider6 .slick-slide {
	 margin:0 12px;/*スライド左右の余白調整*/

}
.slider4 .slick-list {
transform: rotate(180deg)!important;
}

.slider4 .slick-list img{
transform: rotate(180deg);
}
/* dotsを丸くカスタマイズするCSS */
.slick-dots {
    display: flex;
    justify-content: center;
	margin-top: 64px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #C4C4C4;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #233B68;
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


}/* End PC */



/*--------------------------------------------------
**************************************************
  SP用
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	
/*--------------------------------------------------
**************************************************
  採用情報
**************************************************
--------------------------------------------------*/
.recruit{
	background: url("imgs/common/recruit_bg.jpg") center top;
	background-size:cover;
	overflow: hidden;
	padding: 40px 0;
}
.recruit_contets:nth-of-type(1) ul,
.recruit_contets:nth-of-type(3) ul{
	min-height: 240px!important;
}   
.recruit_contets:nth-of-type(2){
	margin-top: 80px;
}
.recruit_contets img{
	border-radius: 16px;
}
.recruit h2{
	font-size: 4.0rem;
	font-weight: 700;
	position: relative;
	z-index: 5;
}

.recruit h2::before{
	content:"TOKO";
	font-family: "Outfit", sans-serif;
	font-size:4.0rem;
	font-weight: 500;
	color:#D9F3FE;
	position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:1;
}
.recruit h2::after{
	content:"Recruit Information";
	font-family: "Outfit", sans-serif;
	font-size:4.0rem;
	font-weight: 500;
	color:#D9F3FE;
	position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:-12;
	width: 800px;
}

.recruit h3{
	font-size: 2.0rem;
	font-weight: 900;
	margin-bottom: 24px;
}

.recruit h3+div{
	font-weight: 700;
	line-height: 2;
	width: 90%;
	margin:0 auto 24px;
	text-align: left;
	
}
.recruit_contact{
	width: 90%;
	margin: 0 auto 40px;
	background: #B8E3F9;
	border-radius: 16px;
	padding: 16px 0;
}
.recruit_contact li{
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	border-radius:32px;
	margin: 0 auto;
}
.recruit_contact li:first-child{
	margin-bottom: 8px;
}
.recruit_button span.icon img{
	width: 100%;
	height: auto;
}


/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
footer{
	background: #fff;
	padding: 64px 0 0;

}

.footer_logo{
	width: 220px;
	height: auto;
	margin: 0 auto 16px;
}

footer .button a{
	margin: 24px 0 40px 0;
	
}
.pin{
	width: 24px;
	height: 24px;
	display: inline-block;
}
.footer_contents{
	text-align: center;
	margin-bottom: 64px;
}


.footer_text{
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: -0.1px;
	margin-top: 64px;
	margin-bottom: 24px;
}
.footer_info{
	font-weight: 500;
}
.footer_tel a{
	color: #233B68;
	font-size: 3.0rem;
	font-weight: 700;
}

.footer_button{
	width: 86%;
	margin: 16px auto 56px;
}
.footer_link_title{
	font-weight: 700;
	font-size: 2.4rem;

	color: #233B68;
	text-align: left;
	width: 86%;
	margin: 0 auto 16px;
}
.footer_link ul{
	display: flex;
	flex-wrap:wrap;
	width:86%;
	margin: 0 auto;
}

.footer_link ul li{
	width: -webkit-calc(40% - 20px);
	width: calc(40% - 20px);
	text-align: left;
	margin-bottom:8px;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	font-size: 1.4rem;
}
.footer_link ul li:nth-child(even){
	width: -webkit-calc(60% - 20px);
	width: calc(60% - 20px);
}
.footer_link ul li::before{
	content: "";
	display: inline-block;
	background:#1E1F21; 
	width:12px;
	height:1px;
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.copyright{
	background: #E4F7FD;
	padding: 24px;
	text-align: center;
	font-size: 1.0rem;
}

.footer_bg{
	height: 60px;
	background: url("../imgs/common/footer_bg.jpg")no-repeat right top;
	background-size: auto 60px;
}
	
/*==================================================
スライダーのためのcss
===================================*/
.slider img,.slider2 img,.slider3 img ,.slider4 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}


.slider .slick-slide {
    margin:0 28px;/*スライド左右の余白調整*/

}
.slider2 .slick-slide{
    margin:0 24px;/*スライド左右の余白調整*/

}
.slider3 .slick-slide,.slider4 .slick-slide {
    margin:0 8px;/*スライド左右の余白調整*/
	

}
.slider5 .slick-slide,.slider6 .slick-slide {
	 margin:0 12px;/*スライド左右の余白調整*/

}
.slider4 .slick-list {
transform: rotate(180deg)!important;
}

.slider4 .slick-list img{
transform: rotate(180deg);
}
/* dotsを丸くカスタマイズするCSS */
.slick-dots {
    display: flex;
    justify-content: center;
	margin-top: 64px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #C4C4C4;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #233B68;
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.arrow_box {
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 28px;
    height: 28px;
    background: #233B68;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	top:145px;
	z-index: 10;
		
}
	.prev-arrow{
		left:2%;
	}
	.next-arrow{
		right: 2%;
	}
.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:6px;
    height:6px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
	border-radius: 2px;
}


}/* End SP */
