@charset "UTF-8";
/* ------------------------------------
		recruit
--------------------------------------*/
/*-----index----*/


.recruit01{
 position: relative;
 padding: 10.83vw 0 260px;
}
.recruit01::before,
.recruit01::after{
 content: "";
 display: block;
 position: absolute;
 left: 1.2vw;
}
.recruit01::before{
 background: url("../images/recruit/pct01.png") no-repeat left top/100% auto;
 width: 200px;
 height: 92px;
 top: 0;
}
.recruit01::after{
 background: url("../images/recruit/pct02.png") no-repeat left top/100% auto;
 width: 212px;
 height: 152px;
 bottom:0;
}
.recruit01 .inner::before{
 content: "";
	position: absolute;
	top: calc(50% - 300px);
	left: -100%;
	background: #E6E6E6;
	width: 300%;
	height: 586px;
 -webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
	z-index: -1;
}
.recruit01 h2{
 line-height: 1;
 margin-bottom: 80px;
}
.recruit01 .btn{
 margin-top: 65px;
}
.btnArrow{
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 6px;
 background: #fff;
 margin-bottom:50px;
 box-shadow: 16px 16px 40px rgba(0,0,0,.12);
 width: 100%;
 max-width: 322px;
 height: 82px;
 padding: 0 8px 0 0;
 font-weight: 700;
 text-align: center;
 transition: all 0.3s ease;
}
.btnArrow::before,
.btnArrow::after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
}
.btnArrow::before{ 
 background: var(--basegr);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    right: 37px;
}
.btnArrow::after{
 right: 51px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnArrow:hover::before{
right:32px;
}
.btnArrow:hover::after{
  right:46px;
}
.btnLarge{
  width:90%;
  max-width:900px;
  font-size:1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
.recruit01 .txt{
  position: relative;
 max-width: 464px;
 width:45%;
 z-index:3;
}
.recruit01 figure{
 position: absolute;
 top: 3%;
 right: 10%;
 width: 50%;
 max-width:800px;
 margin: 0;
 z-index:1;
 }

}/*-PC only-*/
/**/
.recruit02{
 position: relative;
 margin-top: 92px;
 padding: 64px 0;
}
.recruit02::before{
 content: "";
	position: absolute;
	top: 320px;
	left: -500%;
	background: #E6E6E6;
	width: 1000%;
	height: 592px;
 -webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
	z-index: -1;
}
.recruit02 h2{
 margin-bottom: 62px;
}
@media screen and (min-width: 769px) {
 .recruit02 h2{
  margin-right: -36px;
 }
 .recruit02 .txt{
  width: 43%;
  max-width: 464px;
  margin: 0 0 0 auto;
 }
 .recruit02 figure{
  width: 40%;
  max-width:800px;
  position: absolute;
  top: 3%;
  left: 10%;
  margin: 0;
 }
}/*-PC only-*/
.recruit01 ul,
.recruit02 ul{
 position: relative;
 max-width: 1130px;
 margin: 26px auto 0;
 z-index:2;
}
.recruit01 ul li,
.recruit02 ul li{
 background: #DCDCDC;
}
.recruit01 ul li a,
.recruit02 ul li a {
  position: relative;
  display: block;
  padding: 0 30px 93px;
}

.recruit02 ul li a{
  position: relative;
  display: block;
  padding: 0 30px 30px;
  text-shadow: 0px 1px 7px rgba(0,0,0,0.3);
  z-index:3;
}
.recruit01 ul li a:hover,
.recruit02 ul li a:hover {
  opacity: 0.7;
}
.interview_list li{
  position: relative;
}
.interview_list li::after{
  content:"";
  display: block;
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 50%);
  z-index: 2;
}
.interview_list li:first-child{
  background: url(../images/recruit/interview01_thumb.jpg) no-repeat center center / cover;
}
.interview_list li:nth-child(2n){
  background: url(../images/recruit/interview02_thumb.jpg) no-repeat center center / cover;
}
.interview_list li:nth-child(3n){
  background: url(../images/recruit/interview03_thumb.jpg) no-repeat center center / cover;
}

.recruit01 ul li a::before,
.recruit01 ul li a::after,
.recruit02 ul li a::before,
.recruit02 ul li a::after{ 
 content: "";
 position: absolute;
 display: block;
 z-index:5;
 transition: all 0.3s linear;
}
.recruit01 ul li a::before,
.recruit02 ul li a::before{
    right: 18px;
    bottom: 20px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border: 1px #fff solid;
}
.recruit01 ul li a:hover::before,
.recruit02 ul li a:hover::before{
  right: 13px;
}
.recruit01 ul li a::after, 
.recruit02 ul li a::after{ 
 width: 20px;
 height: 8px;
 background: url(../images/arrow_white.svg) no-repeat left top/100% auto;
 right: 31px;
 bottom: 40px;
}
.recruit01 ul li a:hover::after, 
.recruit02 ul li a:hover::after{ 
  right:26px;
}
.interviewNavi ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:30px;
}

.interviewNavi .btnArrow{
  padding-left:100px;
  padding-right:100px;
}
.recruit_foot .btn{
  margin-top:100px;
}

@media screen and (min-width: 769px) {
  .recruit01 ul ,
  .recruit02 ul {
  align-items: flex-start;
 }
 .recruit01 ul li,
 .recruit02 ul li{
  width: 32%;
  max-width: 358px;
  aspect-ratio: 100 / 147;
 }
 .recruit01 ul li:nth-of-type(2),
 .recruit02 ul li:nth-of-type(2){
  margin-top: 92px;
 }
 .recruit01 ul li:nth-of-type(1),
 .recruit02 ul li:nth-of-type(1){
  margin-top: 171px;
 }
 .recruit01 ul li a,
 .recruit02 ul li a{
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width:100%;
  height:100%;
  color:#fff;
 }
}/*-PC only-*/
.recruit02 ul li a *{
  color:#fff;
}
.recruit01 ul li h3,
.recruit02 ul li h3{
 margin-bottom: 29px;
 font-size: 26px;
 line-height: 1.3;
 text-align: left;
}
.recruit02 ul li h3{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:10px;
}
.recruit01 ul li h3 span,
.recruit02 ul li h3 span{
 display: block;
 width:100%;
 font-size: 20px;
}
.recruit02 ul li h3 small{
  display: inline-block;
  font-size:15px;
}
.recruit01 ul li p,
.recruit02 ul li p{
 font-size: 14px;
}
.recruit01 .btn,
.recruit02 .btn{
 /*margin-top: 145px;*/
}
.recruit01 .btn a,
.recruit02 .btn a{
 margin: 0 auto;
}

@media screen and (max-width: 768px) {/*SP index*/
.btnLarge{
  font-size:1.2rem;
}
.recruit01{
 padding: 12vw 0 0px;
 margin-top: 0;
}
.recruit01::before{
 width: 24vw;
 height: 12vw;
 top: 0;
}
.recruit01::after{
 width: 25.5vw;
 height: 16vw;
 bottom:0;
}
.recruit01 .inner::before{
	bottom: auto;
 top: 150px;
	height:60%;
}
.recruit01 h2{
 width: 300px;
 margin-bottom: 40px;
}
.recruit01 .btn{
 margin-top:40px;
}
.btnArrow{
 height: 60px;
 box-shadow: 8px 8px 20px rgba(0,0,0,.12);
}
 .recruit01 figure{
  overflow:hidden;
  width:100%;
  margin-top: 40px;
 }
 .recruit01 figure img{
  max-width:110%;
  margin-left:-10%;
 }
 /**/
 .recruit02{
 margin-top: 0;
 padding: 80px 0 30px;
}
.recruit02::before{
	top: 180px;
	height: 60%;
}
.recruit02 h2{
 width: 300px;
 margin-bottom: 40px;
}
.recruit02 ul li h3{
  display: block;
  gap:5px;
}
.recruit02 ul li h3 small{
  display: block;
  margin-top:5px;
  font-size: 13px;
}
 .recruit02 figure{
  margin: 40px auto 0;
 }
 .recruit02 ul{
  width: 90vw;
 margin: 40px auto 0;
}
 .recruit02 ul li + li{
  margin-top: 10px;
 }
.recruit02 ul li a{
 padding: 60px 80px 15px 20px;
}
.recruit02 ul li h3{
 margin-bottom: 5px;
 font-size: 20px;
}
.recruit02 ul li h3 span{
 margin-bottom: 5px;
 font-size: 16px;
}
.recruit02 ul li p{
 font-size: 14px;
}
.recruit_foot .btn{
 margin-top: 100px;
}
.interview_list li::after{
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 60%);
}
.interview_list li:first-child{
  background-image: url(../images/recruit/interview01_thumb_sp.jpg);
}
.interview_list li:nth-child(2n){
  background-image: url(../images/recruit/interview02_thumb_sp.jpg) ;
}
.interview_list li:nth-child(3n){
  background-image: url(../images/recruit/interview03_thumb_sp.jpg) ;
}
.interviewNavi ul{
  flex-direction: column;
  gap:0;
}
.interviewNavi ul li{
  width: 100%;
}
.interviewNavi ul li .btnArrow{
  display: flex;
  width:100%;
  max-width: 322px;
  margin: 0 auto 50px auto;
}
}/*-SP only-*/

/*-----interview----*/
.interviewWrap{
    letter-spacing: 0;
    margin-bottom: 105px;
}
.interviewHead h2 {
  color: var(--basegr);
  font-size: 36px;
  font-size: clamp(30px, 18.857px + 1.429vw, 36px);
  font-weight: 700;
  line-height: 1.78;
}
.interviewHead.pcFlex{  
	-ms-flex-align: center;
	align-items: center;
	flex-direction:row-reverse;
}
.interviewProfile{
  margin: 96px 0 70px;
  padding: 25px 0;
  border-radius: 8px;

	box-shadow:0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 6px 2px rgba(0,0,0,0.1);
}
.interviewProfile h3{
  padding: 0 2% 0 4%;
  font-size: 32px;
  font-weight: 700;
}
.interviewProfile .txt{
  padding: 0 6%;
}

.interviewCont{
  margin-bottom:50px;
}
.interviewCont dt,
.interviewCont_title{
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 1.4em;
  padding: 1.5em 0 0.4em;
  color: var(--basegr);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.67;
}
.interviewCont dd .text-spacing{
  letter-spacing: 0.09em;
}
.interviewCont dd + dt{
  margin-top: 50px;
}
.interviewCont_subtitle{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom:10px;
}
.interviewCont dd p span{
	margin-top: 23px;
	display: block;
	text-align: center;
	font-size: 24px;
 font-weight: bold;
}
.interviewBtnWrap{
  margin-top: 100px;
  padding-top: 60px;
  border-top: 2px solid #CCCCCC;
}
.interviewBtnWrap p.btn a{
  margin: auto;
}
.interviewCont dl + figure{
  margin-top: 35px;
}
.schedule{

}
.schedule_title{
  color: var(--basebl);
  font-size: 60px;
  margin-bottom: 20px;
  }
.schedule_title .txtJp {
  display: block;
  color: var(--basebl);
  font-size: 16px;
}
.schedule_list {
  padding-left:20px;
  border-left:3px solid #DCDCDC;
}
.schedule_list li {
  display: flex;
  flex-wrap: wrap;
  gap:10px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.schedule_list li span {
  font-weight: bold;
  display: inline-block;
  flex:0 0 80px;
}
.schedule_list li p {
  flex:1;
  min-width:400px;
}
@media screen and (min-width: 769px) {
  .interviewCont .pcFlex{
    display:flex;
    gap:20px 3%;
  }
  .interviewCont .pcFlex > *{
    flex:1;
  }
  .interviewCont .pcFlex > figure{
    flex:0 0 300px;
  }
  .interviewCont .pcFlex.flexReverse{
    flex-direction: row-reverse;
  }
  
  .interviewHead div{
    width: 50%;
    padding-left: 5%;
  }
  .interviewHead figure {
    width: 50%;
  }
  .interviewProfile h3{
    width: 47.25%;
  }
  .interviewProfile.pcFlex{    
    -ms-flex-align: center;
    align-items: center;
  }
  .interviewProfile .txt{
    width: 52.75%;
    border-left: #E4E6EC solid 1px;
  }
  .interviewCont dl + figure{
    margin-top: 20px;
  }
}/* //end for PC */
@media screen and (max-width: 768px) {
  .interviewProfile{
    padding:15px;
    margin:25px 0 35px;
  }
  .interviewProfile .txt{
    margin-top:15px;
  }
  .interviewCont .txt + .txt,
  .interviewCont figure + .txt{
  margin-top:20px;
}
  .interviewHead h2 {
    font-size:28px;
    margin-bottom:20px;
  }
  .interviewProfile h3{
    font-size:26px;
  }
  .schedule_list li {
    gap:5px 20px;
  }
  .schedule_list li span {
    flex:0 0 70px;
  }
  .schedule_list li p {
    min-width:unset;
  }
  .schedule_list li + li{
    margin-top:10px;
  }
}/* //end for SP */


/*---------------------------------
　採用情報　募集要項
---------------------------------*/

/* デバイス共通 */

.tab-group{
  display: flex;
  justify-content:stretch;
  flex-wrap: wrap;
}
.tab{
  padding: 20px;
  display: flex;
  justify-content: center;
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
}
.panel-group{
  background: #fff;
  padding: 70px 65px;
}
.panel{
  display:none;
}
.tab.is-active{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #fff;
  pointer-events: none;
}
.panel.is-show{
  display:block;
}


.recruit_outline_wrap{}

.recruit_outline_wrap .pcFlex{}

.recruit_tabs_title{
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
}

.recruit_tabs_title a{
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
  border: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  transition: linear .2s;
}

.recruit_tabs_title a:hover{
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

.recruit_tabs_title.is_selects{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #fff;
}

.recruit_tabs_content{
  background: #fff;
  padding: 70px 65px;
}

.outline_message{
  margin-bottom: 30px;
}

.outline_message_title{
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
  color: var(--basegr);
}

.outline_message_text{
  margin-bottom: 10px;
}

.outline_message.message_last{
  margin-bottom: 60px;
}

.recruit_outline_table tr{
  border: 1px solid #ccc;
}

.recruit_outline_table th,
.recruit_outline_table td{
  padding: 5px 20px;
}

.recruit_outline_table .table_title{
  background: #E4F1EA;
  width: 17.5%;
}

.recruit_outline_table .table_text span{
  display: block;
}

/* for PC */
@media screen and (min-width: 768px) {
}/* //end for PC */


/* for SP */
@media screen and (max-width: 768px) {
  .tab.is-active{
    width: 100%;
      order: 3;
      border-radius: 0;
    }
  .recruit_outline_wrap .pcFlex{
    display: flex;
    flex-wrap: wrap;
  }
  
  .recruit_tabs_title{
    width: 50%;
  }

  .recruit_tabs_title.is_selects{
    width: 100%;
    order: 3;
    border-radius: 0;
  }

  .recruit_tabs_content{
    padding: 30px 15px;
  }

  .recruit_outline_table th,
  .recruit_outline_table td{
    width: 100%;
    display: block;
    padding: 11px 20px;
  }

  .recruit_outline_table .table_title{
    width: 100%;
  }

}/* //end for SP */


/*---------------------------------
　採用情報　採用担当者インタビュー
---------------------------------*/

.recruit_manager_wrap{
  background: url(../images/recruit/recruit_manager_title_bg.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 100 / 46.22;
  margin: 0;
  padding: 18% 38% 18% 18%;
}

.recruit_manager_title{
  margin-bottom: 20px;
  font-size: 36px;
  font-size: clamp(20px, 14.667px + 1.778vw, 36px);
  font-style: italic;
  color: #fff;
  line-height: 2;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.recruit_manager_title + p{
  font-size: 20px;
  font-size: clamp(16px, 14.667px + 0.444vw, 20px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .recruit_manager_wrap{
    background-size: cover;
    padding: 18% 33% 18% 10%;
  }
  .recruit_manager_title{
    line-height:1.3;
  }
}

.job_list{

}

.job_list_title{
  color: var(--basegr);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
.job_list_subTitle{
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.card{
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(220px, 1fr));
  gap:20px 2%;
  font-size:100%;
}
.card_item{
  font-size: 100%;
  display: grid;
  grid-row: span 4; 
  grid-template-rows: subgrid; 
  gap: 5px;
  background-color: #fff;
  padding:20px 15px 15px;
  border:1px solid #eee;
  border-radius: 10px;
}
.card_title{
  font-size:16px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px dotted #DCDCDC;
  vertical-align: middle;
  align-self: center;
  align-items:center;
}
.card_text{
  font-size:13px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
.card_text ul li{
  font-size:1em;
  text-align: left;
}
.card_btn{
  font-size: 15px;
  display:block;
  color:#fff;
  margin-top:20px;
  border:2px solid transparent;
  background:var(--basebl);
  border-radius: 6px;
  transition: all 0.2s ease;
}
.card_btn:hover{
  color:var(--basebl);
  border-color: var(--basebl);
  background-color: #fff;
}
.outerLink{
  position: relative;
  display:inline-block;
  padding-left:1.3em;
  padding-right:1.3em;
}

.outerLink::after{
  content:"";
  display: inline-block;
  width:1em;
  height:1em;
  position:absolute;
  top:50%;
  right:10px;
  transform: translateY(-50%);
  background-color: currentColor;
  -webkit-mask-image:url(../images/ic_external-link.svg);
  mask-image: url(../images/ic_external-link.svg);
  -webkit-mask-repeat:no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position:center ;
  mask-position: center;
  -webkit-mask-size:contain;
  mask-size:contain;
}