@charset "utf-8";
/* CSS Document */
/*基本*/
img{
	width: 100%;
}

body{
	background: #fff;
	font-size: 18px;
	color: #232323;
	font-family: "a-otf-jun-pro", sans-serif;
	line-height: 1.6;
	letter-spacing: .1em;
	overflow-x: hidden;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
body{
	font-size: 14px;
	}
}
/* モバイルデバイス */
@media (max-width: 580px) {
  body {
	font-size: 14px;
  }
}

a{
	text-decoration: none;
}

.contentArea{
	margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
    box-sizing: border-box;
}
    
ul,ul li,ol,ol li{
	list-style: none;
}

/*ヘッダー*/
header{
	width: 92%;
	margin: 16px 4%;
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 9999;
	background: #fff;
}

header h1{
	width: 480px;
	min-width: 30%;
	text-align: left;
	line-height: 1.2;
}

header nav{
	width: 62%;
}

header nav ul{
	display: flex;
	text-align: right;
	justify-content: flex-end;
}

header nav ul li{
	margin-left: 2%;
}

/*メインビジュアル*/
#mainVisual{
	padding: 80px 4% 0;
}

#mainVisual img{
}

/*コンバージョンボタン*/
.conversion{
	margin: 8% 0;
}

.conversion h3{
	letter-spacing: .2em;
	font-size: 2em;
	font-weight: bold;
	color: #264653;
	text-align: center;
	margin: 4% auto 2%;
font-family: "zen-kaku-gothic-new", sans-serif;
font-style: italic;
}

.conversion h3::before{
	content: url("../img/left.png");
	padding-right: 2%;
}

.conversion h3::after{
	content: url("../img/right.png");
	padding-left: 2%;
}


.conversion a{
	color: #fff;
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 24px 24px;
	background: #f4a261;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	box-shadow: 10px 10px #5c5c5c;
}


/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
.conversion h3{
	font-size: 1.6em;
	}
}

/* モバイルデバイス */
@media (max-width: 580px) {
.conversion h3{
	font-size: 1.2em;
	}
.conversion h3::before {
  content: "";
  display: inline-block;
  width: 24px;  /* ここで画像の幅を指定 */
  height: 24px; /* ここで画像の高さを指定 */
  background-image: url("../img/left.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 2%;
}

.conversion h3::after {
  content: "";
  display: inline-block;
  width: 24px;  /* ここで画像の幅を指定 */
  height: 24px; /* ここで画像の高さを指定 */
  background-image: url("../img/right.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2%;
}
	
.conversion a{
	padding: 12px 24px;
	position: relative;
	z-index: 99999;
}
	
}




/*スライドショー*/
.benefit{
	width: 100vw;
	height: 1000px;
	background: url("../img/wave.png") center center repeat-x;
	background-size: contain;
}
/* モバイルデバイス */
@media (max-width: 580px) {
.benefit{
	height: 800px;
}
}

#wrapper{
width: 100%;
  margin:50px auto;
  position:relative;
  color:#fff;
  text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;  
}

#wrapper h1{
	padding-top: 240px;
	font-size: 1.2em;
	color: #264653;
	letter-spacing: .2em;
	font-family: "a-otf-jun-pro", sans-serif;
}
#wrapper h2{
	padding-top: 16px;
	font-size: 1.6em;
	color: #264653;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: .2em;
}

#wrapper h2 br{
	display: none;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
#wrapper h1{
	   margin-top: -160px;
	}
#wrapper h2{
	font-size: 1.8em;
	}
}
/* モバイルデバイス */
@media (max-width: 580px) {
	#wrapper h1{
		   margin-top: -160px;
		font-size: 1.1em;
		}
	#wrapper h2{
		font-size: 2.0em;
		}
	#wrapper h2 br{
		display: block;
		}
}

#slider-wrap{
	scale: 1.2;
  width:768px;
  height:432px; 
    margin: 64px auto 0;
	position:relative;
  overflow:hidden;
	letter-spacing: .1em;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
#slider-wrap{
	scale: 0.7;
    margin-top: -32px;
	margin-left: -5%;
	}
}
/* モバイルデバイス */
@media (max-width: 580px) {
#slider-wrap {
    scale: 0.45;
    top: -141px;
    left: -188px; 
	}
}

#slider-wrap ul#slider{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;   
}

#slider-wrap ul#slider li{
  float:left;
  position:relative;
  width:768px;
  height:432px; 
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
#slider-wrap ul#slider li{
	}
}
/* モバイルデバイス */
@media (max-width: 580px) {
}
#slider-wrap ul#slider li > div{
  position:absolute;
  bottom:40px;
  left:35px;  
}

#slider-wrap ul#slider li > div h3{
	width: 64%;
	padding: 2%  2% 0;
	display: block;
  font-size:1.3em;
  text-transform:uppercase;
	font-family: "a-otf-jun-pro", sans-serif;
	background: #0000008a;
}

#slider-wrap ul#slider li > div span{
	width: 64%;
	padding: 2%;
	display: block;
	font-family: "a-otf-jun-pro", sans-serif;
 	font-size:1.2em;
	background: #0000008a;
}

#slider-wrap ul#slider li i{
  text-align:center;
  line-height:400px;
  display:block;
  width:100%;
  font-size:90px; 
}


/*btns*/
.btns{
  position:absolute;
  width:50px;
  height:60px;
  top:50%;
  margin-top:-25px;
  line-height:57px;
  text-align:center;
  cursor:pointer; 
  background:rgba(0,0,0,0.1);
  z-index:100;
  
  
  -webkit-user-select: none;  
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -ms-user-select: none;
  
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.btns:hover{
  background:rgba(0,0,0,0.3); 
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
  top: 30px; 
  right:35px; 
  width:auto;
  position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
  min-width:20px;
  margin-top:400px;
  margin-left: auto; 
  margin-right: auto;
  height:15px;
  position:relative;
  text-align:center;
}

#pagination-wrap ul {
  width:100%;
}

#pagination-wrap ul li{
  margin: 0 4px;
  display: inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:0.5;
  position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
  opacity:1;
  box-shadow:rgba(0,0,0,0.1) 1px 1px 0px; 
}




/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{ color: #666; text-transform:uppercase;  font-size:36px;}
h2{ color: #7f8c8d; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;} 




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
  -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
  transition: all 0.3s cubic-bezier(1,.01,.32,1); 
}

/* ループスライド */
.rupeImage {
	width: 640px;
	height: 360px;
	margin: 0 24px 0 0;
	border: 8px solid #c1c5c6;
	border-radius: 40px;
	overflow: hidden;
}
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
	.rupeSlide{
		margin-bottom: 160px;
	}
.rupeImage {
	scale:0.7;
	margin-right: -160px;
	}
.wrap {
  margin-bottom: -80px;
}
}

/* モバイルデバイス */
@media (max-width: 580px) {
	.rupeSlide{
		margin-bottom: 160px;
	}
.rupeImage {
	scale:0.6;
	margin-right: -240px;
	}
.wrap {
  margin-bottom: -120px;
}
}

/* content4つをまとめたスライドブロック */
.rupeSlideshowleft {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.rupeSlideshowright {
  display: flex;
  -webkit-animation: loop-slide2 20s infinite linear 1s both;
  animation: loop-slide2 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}







/*スタッフの声*/
h4{
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 1.8em;
	margin: 8% auto 4%;
	letter-spacing: .4em;
	text-align: center;
}

h4::before{
	content: url("../img/sun.png");
	padding: 0 16px 16px;
}

.staff figure{
	width: 100vw;
	min-height: 949px;
	overflow: hidden;
	text-align: center;
	background: url("../img/interview.png") center center no-repeat;
	background-size: cover;
}
.staff a{
	color: #fff;
	display: block;
	width: 32%;
	margin: 8% auto;
	padding: 24px 24px;
	background: #f4a261;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	box-shadow: 10px 10px #5c5c5c1f;
	border: #f2941d solid 4px;
	position: relative;
}


.staff a::after{
	content: url("../img/outlink.png");
	position: absolute;
	top: 0;
	right: 2%;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
.staff figure{
	min-height: 480px;
	}
.staff a{
	width: 50%;
}
}
/* モバイルデバイス */
@media (max-width: 580px) {
h4{
	font-size: 1.6em;
}
	
.staff figure{
	min-height: 320px;
	}
.staff a{
	width: 80%;
	font-size: 0.8em;
}
}

/*QA*/
.qA {
	background: #e5e5e5;
	padding: 4% 0 8%;
}

.qA h4{
	margin: 2%
}


.qA h4::before{
	content: url("../img/sun2.png");
	padding: 0 16px 16px;
}

/*QandA*/
.accordion_container {
    max-width: 1080px;
    width: 80%;
	margin: 0 auto;
}
.accordion_title {
  background-color: #fff;
  color: #232323;
  font-size: 1.2em;
  font-weight: bold;
  padding: 40px 5%;
	margin-top: 4%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	border-radius: 16px;
}

.accordion_title span{
	font-weight: bold;
	color: #264653;
	padding-right: 1em;
	font-family: "Arial Black", Gadget, "sans-serif";
}
.accordion_title:hover {
  opacity: 0.8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #f4a261;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
	margin-top: -24px;
  padding: 40px 20px 20px;
  background: #fff;
  box-sizing: border-box;
	border-radius: 16px;
}

.ac_inner_wraper {
    width: 100%;
    padding: 0 8% 4% 4%;
    margin: 0 auto;
}

p.txt_a_ac {
  margin: 0;
}

p.txt_a_ac span{
	font-weight: bold;
	color: #f4a261;
	padding-right: 1em;
	font-family: "Arial Black", Gadget, "sans-serif";
}

@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/* モバイルデバイス */
@media (max-width: 580px) {
  .accordion_title {
    font-size: 0.8em;
  }
}

/*求人エリア*/
#recruitList{
	margin: 16% auto;
}

#recruitList h5.reed{
	background: #a8dadc;
	padding: 1% 4%;
}

#recruitList ul {
  list-style-type: none;
}
.tab-area {
  display: flex;
  cursor: pointer;/* カーソルポインターに */
}
.tab {
  width: calc(100%/4);
padding: 2% 5px 1%;
	text-align: center;
border-top-left-radius: 24px;
    border-top-right-radius: 24px;
	background: #a8dadc;
	border: 2px solid #e5e5e5;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
}
.tab:nth-child(n+2) {
  border-left: 2px solid;
}
.tab.active {
  background-color: #264653;
  color: #fff;
	border: 2px solid #264653;
}
.panel-area{
	min-height: 100vh;
	border: 8px solid #264653;
	overflow-y: scroll;
}
/* モバイルデバイス */
@media (max-width: 580px) {
#recruitList{
	padding: 8px;
}

.tab {
	font-size: 1.0em;
  }
.panel-area{
	min-height: 70vh;
	max-height: 70vh;
	border: 8px solid #264653;
	overflow-y: scroll;
}
}


.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}

.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  border-bottom: 1px solid #f4a261;
  bottom: -48px;
  color: #f4a261;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  left: 0;
  margin: 0 auto 4%;
  padding: 8px 96px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::before {
content: "";
    border-top: 16px solid #f4a261;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    bottom: -16px;
    right: 46%;
}

.accordion-btn::after {
  content: "もっと詳しく";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  color: #f4a261;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text{
  height: 200px;
}
.accordion-text.is-hide {
  height: 200px;
}

.js-accordion_text {
  overflow: hidden;
}


/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -5em;
	rotate: 180deg;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
	content: "×";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* レイアウトの為のスタイル */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;

}
.accordion:not(:first-of-type) {
  margin-bottom: 100px;
  margin-top: 100px;
}
.accordion-text p {
  line-height: 1.3;
}

.recruitContent{
	text-align: left;
	width: 92%;
	margin: 4% auto 8%;
}

.recruitContent h6{
	border-bottom: solid 4px #264653;
	font-size: 1.4em;
	padding-bottom: 16px;
	margin-top: 4%;
}

.recruitContent h6::before{
	content: url("../img/sun.png");
	padding: 0;
	margin-left: -24px;
}

.recruitContent dl{
	width: 100%;
}

.recruitContent dl dt{
	font-weight: bold;
	width: 30%;
	padding-top: 2%;
	margin-bottom: 2%;
	border-top: solid 1px #2646535a;
	display: inline-block;
	vertical-align: top;
}

.recruitContent dl dd{
	width: 70%;
	padding-top: 2%;
	margin-bottom: 2%;
	border-top: solid 1px #2646535a;
	display: inline-block;
}

.contactButtan{
	position: relative;
}

.contactButtan a{
    display: block;
    width: 210px;
    position: absolute;
    top: -80px;
    right: 0;
	z-index: 999;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
.contactButtan a{
	width: 160px;
	}
}
/* モバイルデバイス */
@media (max-width: 580px) {
.recruitContent h6{
	font-size: 1.2em;
	padding-top: 16px;
}
	
.recruitContent h6::before {
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sun.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 27px;
    margin-left: -3px;
	}
	
.contactButtan a{
	width: 96px;
  }
}

.recruitFixArea{
	display: flex;
	margin-top: 8%;
	padding: 4%;
	border: 8px solid #264653;
}

.recruitFixArea dl{
	width: 40%;
}

.recruitFixArea dl dt{
	font-weight: bold;
	width: 20%;
	padding-top: 2%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
}

.recruitFixArea dl dd{
	width: 80%;
	padding-top: 2%;
	margin-bottom: 2%;
	display: inline-block;
}

.recruitFixArea iframe{
	width: 60%;
	padding: 2%;
}
/* タブレットポートレート */
@media (min-width: 581px) and (max-width: 768px) {
.recruitFixArea{
	display: block;
}

.recruitFixArea dl{
	width: 100%;
}

	.recruitFixArea iframe{
	width: 100%;
}
}

/* モバイルデバイス */
@media (max-width: 580px) {
.recruitFixArea{
	display: block;
}

.recruitFixArea dl{
	width: 100%;
}

	.recruitFixArea iframe{
	width: 100%;
		height: 240px;
}
}




/*contact*/
#contact{
	background: url("../img/wave.png") top center repeat-x;
	background-size: cover;
	position: relative;
}

#contact .tel{
	text-align: center;
	font-size: 2em;
}

#contact .tel a{
	font-size: 2.4em;
	position: relative;
font-family: "fot-tsukuardgothic-std", sans-serif;
	color: #000;
}

#contact .tel a::before{
    content: url(../img/telIcon2.png);
    width: 160px;
    position: absolute;
    top: -48px;
    left: -216px;
}

@media (min-width: 581px) and (max-width: 768px) {
#contact .tel a{
	font-size: 1.6em;
}
#contact .time,#contact .title{
	font-size: .8em;
}
}
/* モバイルデバイス */
@media (max-width: 580px) {
#contact{
	background-size: contain;
}
#contact .tel a{
	font-size: 1.2em;
}
#contact .time,#contact .title{
	font-size: .6em;
}
}

footer{
	margin-top: 160px;
	width: 100%;
	padding: 4% 24% 4%;
	display: flex;
	background: url("../img/footer.png") top center repeat-x; 
}

footer figure{
	width: 160px;
}

footer figcaption a{
	display: block;
	width: 100%;
	padding: 32px 0 0 24px;
	color: #f4a261;
	font-size: 1.2em;
}
/* モバイルデバイス */
@media (max-width: 580px) {
footer{
	padding: 20% 4% 4%;
}
footer figcaption a{
	padding: 4px 0 0 4px;
}
footer figcaption a br{
	display: none;
}
}

