/* for SP */
main{
	padding: 0;
}
.cp_breadcrumb{
	padding: 0 4%;
}
#Recruitment.interview .page_ttl{
	font-weight: bold;
	font-size: 4.6vw;
	margin-top: 32px;
	color: #202124;
	line-height: 1.6;
}
#Recruitment.interview .icos{
    border: 1px solid #505050;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    font-size: 3vw;
    font-weight: bold;
}
#Recruitment.interview .fullImg{
	width: 100%;
	margin-top: 64px;
}
#Recruitment.interview .prologue{
	margin-top: 32px;
}
#Recruitment.interview .prologue img{
	margin-top: 0;
}
#Recruitment.interview .prologue p{
	margin-top: 38px;
	font-size: 3.8vw;
	line-height: 2;
}
#Recruitment.interview .inter_txt{
	margin-top: 64px;
}
#Recruitment.interview .inter_txt dt{
	font-weight: bold;
	font-size: 4.8vw;
	color: #202124;
  position: relative;
  padding-left: 33px;
}
#Recruitment.interview .inter_txt dt:before {
  content: '';
  position: absolute;
  top: 3.5vw;
  display: inline-block;
  width: 20px;
  height: 2px;
  left: 0;
  background-color: rgb(7, 86, 159);
}
#Recruitment.interview .inter_txt dd{
	font-size: 3.8vw;
	line-height: 2;
	    margin-top: 20px;
}
#Recruitment.interview .inter_txt dd p{
	margin-top: 16px;
}
#Recruitment.interview .with_cap_txt figcaption{
	font-size: 3vw;
	font-weight: bold;
}


/*--------------



rec_info



--------------*/
#Recruitment.interview .close_txt{
	margin-top: 88px;
	font-weight: bold;
}
#Recruitment .rec_info{
    width: 90%;
  margin-inline: auto;
  position: relative;
  margin-top: 56px;
}
#Recruitment .rec_info .rec_info_in{
    text-align: center;
    color: #fff;
    padding-top: 40px;
    font-size: 3vw;
  position: absolute;
  width: 100%;
}
#Recruitment .rec_info .deco_img{
  width: 80%;
  bottom: -30px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}
#Recruitment .rec_info .joinus_rec{
  width: 70%;
}
#Recruitment .rec_info .joinus_bg{
  width: 100%;
  display: block;
}
#Recruitment .rec_info .joinus_bg_tab{
  width: 100%;
  display: none;
}
#Recruitment .rec_info h3{
  font-weight: bold;
  letter-spacing: .4rem;
}
#Recruitment .rec_info p{
  margin-top: 32px;
  font-weight: normal;
  letter-spacing: .2rem;
}
#Recruitment .rec_info .entryBtn{
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
  color: #07569F;
  display: flex;
  margin-top: 10%;
  align-items: center;
  width: 70%;
  padding: 4%;
  justify-content: center;
  margin-inline: auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 4vw;
}
#Recruitment .rec_info .entryBtn:hover{
  background: #07569F;
  color: #fff;
  border: 1px solid #fff;
}
#Recruitment .rec_info .entryBtn:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/recruit/join_arr_b.svg);
  background-size: contain;
  margin-left: 24px;
  vertical-align: text-bottom;
}#Recruitment .rec_info .entryBtn:hover:after{
  background-image: url(../img/recruit/join_arr_w.svg);
}

.orange{
	color: #E56E00;
}
.pink{
	color: #FF67B0;
}
.green{
	color: #158E12;
}