/*===========================
MV
===========================*/
/* MV */
.feature_mv {
  width: 100%;
  height: 50vh;
  max-height:5.00rem;
  position: relative;
}

@media screen and (max-width: 599px) {
  .feature_mv {
    height: 2.00rem;
    margin-top: 0.65rem;
  }
}

.feature_mv .logo {
	width: 3.20rem;
	height: 2.30rem;
	box-sizing: border-box;
	padding: 0.40rem;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom-right-radius: 0.30rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #FFF;
}

.feature_mv .logo a {
  display: block;
}

.feature_mv .logo a:hover {
  opacity: 0.7;
}

.feature_mv .ph_wrap {
  width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 599px) {
	.mv .ph_wrap {
		width: 100%;
		height: 100%;
		border-bottom-right-radius: 0;
		overflow: hidden;
		background-image: url(../img/mv_sp.jpg);
	}
}

/* ページタイトル */
.feature_mv .catch {
  background-color: #FFF;
  font-size: 0.30rem;
  font-weight: 900;
  padding: 0.06rem 0.08rem 0.10rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: max-content;
  z-index: 1;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
  .feature_mv .catch {
    font-size: 0.18rem;
  }
}

.feature_mv .catch .big {
  font-size: 0.42rem;
  display: inline-block;
  padding-right: 0.03rem;
}

@media screen and (max-width: 599px) {
  .feature_mv .catch .big {
    font-size: 0.24rem;
  }
}

/* 医療・福祉関連 */
.feature01 .feature_mv .ph_wrap {
	background-image: url(../img/feature01/mv.jpg);
}
.feature01 .feature_mv .catch .big {
  color: #FFA402;
}

/* 保育・教育関連 */
.feature02 .feature_mv .ph_wrap {
	background-image: url(../img/feature02/mv.jpg);
}
.feature02 .feature_mv .catch .big {
  color: #01949E;
}

/* 保育・教育関連 */
.feature03 .feature_mv .ph_wrap {
	background-image: url(../img/feature03/mv.jpg);
}
.feature03 .feature_mv .catch .big {
  color: #FF3D61;
}



/* 問い合わせボタン */
.feature_mv .contact_btn {
	width: 1.00rem;
	height: 1.00rem;
	position: absolute;
	right: 0;
	top: 0;
}

.feature_mv .contact_btn a {
	display: block;
	height: 100%;
	color: #FFF;
  background-color: #01949E;
	text-decoration: underline;
}

.feature_mv .contact_btn a:hover {
	background-color: #FFF;
  color: #01949E;
}

.feature_mv .contact_btn a::before {
	content: "";
	width: 100%;
	height: 0.26rem;
	background-image: url(../img/icon_header_contact_white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.30rem;
	left: 0;
}

.feature_mv .contact_btn a:hover::before {
	background-image: url(../img/icon_header_contact.svg);
}

.feature_mv .contact_btn a span {
	position: absolute;
	bottom: 0.20rem;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #FFF;
}

.feature_mv .contact_btn a:hover span {
  color: #01949E;
}


/*===========================
イントロ
===========================*/
.feature_intro {
  padding: 0.80rem 0 0.50rem;
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.10em;
  line-height: 2.18;
}

@media screen and (max-width: 599px) {
  .feature_intro {
    padding: 0.40rem 0.20rem 0.50rem;
    text-align: justify;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}


/*===========================
アンカーリンク
===========================*/
.anchor_link {
  padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
  .anchor_link {
    padding-bottom: 0.40rem;
  }
}

.anchor_link .title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-align: center;
  color: #FFA402;
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
  .anchor_link .title {
    font-size: 0.16rem;
    letter-spacing: 0.10em;
    padding-bottom: 0.10rem;
  }
}

.anchor_link .list {
  background-color: rgba(255,164,2,0.2);
  border: 1px solid #FFA402;
  border-radius: 0.10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 599px) {
  .anchor_link .list {
    border-radius: 0.05rem;
  }
  .anchor_link .list::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFA402;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.anchor_link .list .link {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #FFA402;
}

@media screen and (max-width: 599px) {
  .anchor_link .list .link {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #FFA402;
  }
  .anchor_link .list .link:nth-child(even) {
    border-right: 0;
  }
}

.anchor_link .list .link:last-child {
  border-right: 0;
}

.anchor_link .list .link a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.23rem 0 0.27rem;
  padding-left: 0.10rem;
  font-size: 0.20rem;
  font-weight: 700;
  text-decoration: none;
  color: #1A1A1A;
}

@media screen and (max-width: 599px) {
  .anchor_link .list .link a {
    padding: 0.20rem 0 0.28rem;
    padding-left: 0;
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}

.anchor_link .list .link a:hover {
  background-color: rgba(255,164,2,0.2);
}

.anchor_link .list .link a span::after {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.08rem;
  background-image: url(../img/anchor_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.03rem;
  margin-left: 0.15rem;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .anchor_link .list .link a span::after {
    width: 0.10rem;
    height: 0.06rem;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.10rem;
    margin-left: 0;
  }
}

.anchor_link .list .link a:hover span::after {
  top: 0;
}

@media screen and (max-width: 599px) {
  .anchor_link .list .link a:hover span::after {
    top: auto;
    bottom: 0.06rem;
  }
}

/*===========================
職業インタビュー（ヘッダー）
===========================*/
.interview_header {
  position: relative;
  padding: 1.00rem 0;
}

@media screen and (max-width: 599px) {
  .interview_header {
    padding: 0.50rem 0 0.20rem;
  }
}

.interview_header::before {
  content: "";
  width: calc(50% + 6.70rem);
  height: 100%;
  background-color: rgba(255,164,2,0.2);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-top-left-radius: 0.60rem;
  border-bottom-left-radius: 0.60rem;
}

.interview_header .in .sec_title {
  color: #FFA402;
  text-align: center;
}

.interview_header .in .sec_title .en_text {
	-webkit-text-stroke: 1px #1A1A1A;
	text-stroke: 1px #1A1A1A;
	color: transparent;
  display: block;
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
  .interview_header .in .sec_title .en_text {
    padding-bottom: 0.10rem;
  }
}

.interview_header .in .lead {
  font-size: 0.20rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .interview_header .in .lead {
    font-size: 0.15rem;
    line-height: 1.75;
    text-align: justify;
    padding: 0 0.10rem;
  }
}

.interview_header .in .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0.50rem;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list {
    padding-top: 0.30rem;
  }
}

.interview_header .in .list .detail {
  width: 100%;
  max-width: 2.50rem;
  text-align: center;
  margin: 0 0.60rem;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail {
    max-width: 100%;
    text-align: left;
    margin: 0 0 0.30rem;
  }
}

.interview_header .in .list .detail a {
  display: block;
  text-decoration: none;
  color: #1A1A1A;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail a {
    display: flex;
    align-items: center;
  }
}

.interview_header .in .list .detail a .ph_wrap {
  width: 2.50rem;
  height: 2.50rem;
  border-radius: 2.50rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail a .ph_wrap {
    width: 1.10rem;
    height: 1.10rem;
  }
}

.interview_header .in .list .detail a .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.interview_header .in .list .detail a:hover .ph_wrap img {
  transform: scale(1.04);
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail .textbox {
    padding-left: 0.20rem;
  }
}

.interview_header .in .list .detail .area {
  font-size: 0.15rem;
  padding: 0.15rem 0 0.10rem;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail .area {
    font-size: 0.12rem;
    letter-spacing: 0;
    padding: 0 0 0.10rem;
  }
}

.interview_header .in .list .detail .name {
  font-size: 0.20rem;
  font-weight: 700;
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail .name {
    font-size: 0.18rem;
    padding-bottom: 0.10rem;
  }
}

.interview_header .in .list .detail .btn {
  width: 100%;
  max-width: 2.30rem;
  margin: auto;
  background-color: #FF3D61;
  border-radius: 0.08rem;
  line-height: 0;
  padding: 0.24rem 0 0.26rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #FFF;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail .btn {
    width: 1.60rem;
    max-width: 1.60rem;
    margin: 0;
    border-radius: 0.05rem;
    padding: 0.14rem 0.15rem 0.16rem 0;
    font-size: 0.13rem;
    text-align: center;
  }
}

.interview_header .in .list .detail a:hover .btn {
  opacity: 0.7;
}

.interview_header .in .list .detail .btn::after {
  content: "";
  width: 0.20rem;
  height: 0.10rem;
  background-image: url(../common/img/icon_arrow_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .interview_header .in .list .detail .btn::after {
    width: 0.14rem;
    height: 0.08rem;
    right: 0.10rem;
  }
}

.interview_header .in .list .detail a:hover .btn::after {
  right: 0.10rem;
}

/*===========================
職業インタビュー（個別）
===========================*/
.interview_box {
  position: relative;
  margin-top: 1.50rem;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .interview_box {
    margin-top: 1.00rem;
  }
}

.interview_box .interview_box_header {
  padding-bottom: 0.40rem;
  margin-bottom: 0.60rem;
  position: relative;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header {
    padding-bottom: 0.30rem;
    margin-bottom: 0.30rem;
  }
}

.interview_box .interview_box_header::before {
  content: "";
  width: calc(50% + 6.70rem);
  height: calc(100% - 0.74rem);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-top-left-radius: 0.60rem;
  border-bottom-left-radius: 0.60rem;
  background-color: rgba(255,61,97,0.1);
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header::before {
    width: calc(100% - 0.20rem);
    right: auto;
    left: 0.20rem;
    border-top-left-radius: 0.10rem;
    border-bottom-left-radius: 0.10rem;
  }
}

.interview_box:nth-child(even) .interview_box_header::before {
  background-color: rgba(255,164,2,0.15);
}

.interview_box .interview_box_header .in .ph_wrap {
  width: calc(50% + 1.00rem);
  height: 5.50rem;
  overflow: hidden;
  border-bottom-right-radius: 0.60rem;
  position: absolute;
  top: 0;
  left: -1.00rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .ph_wrap {
    width: calc(100% + 0.20rem);
    height: 60vw;
    overflow: hidden;
    border-top-right-radius: 0.10rem;
    border-bottom-right-radius: 0.10rem;
    left: -0.20rem;
    position: relative;
  }
}

.interview_box .interview_box_header .in .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_box .interview_box_header .in .textbox {
  width: 100%;
  max-width: 5.35rem;
  padding: 1.40rem 0 0.60rem;
  margin-left: auto;
  color: #1A1A1A;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox {
    box-sizing: border-box;
    padding: 0.30rem 0 0 0.20rem;
  }
}

.interview_box .interview_box_header .in .textbox .num_text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: #FF3D61;
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox .num_text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.14rem;
    padding-bottom: 0.10rem;
  }
}

.interview_box:nth-child(even) .interview_box_header .in .textbox .num_text {
  color: #FFA402;
}

.interview_box .interview_box_header .in .textbox .num_text .stroke {
  -webkit-text-stroke: 1px #1A1A1A;
  text-stroke: 1px #1A1A1A;
  color: transparent;
}

.interview_box .interview_box_header .in .textbox .catch {
  font-size: 0.34rem;
  font-weight: 900;
  line-height: 1.65;
  padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox .catch {
    font-size: 0.22rem;
    line-height: 1.55;
    padding-bottom: 0.20rem;
  }
  .interview_box .interview_box_header .in .textbox .catch br {
    display: none;
  }
}

.interview_box .interview_box_header .in .textbox .area {
  font-size: 0.18rem;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox .area {
    font-size: 0.13rem;
    padding-bottom: 0.10rem;
  }
}

.interview_box .interview_box_header .in .textbox .name {
  font-size: 0.26rem;
  font-weight: 700;
  padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox .name {
    font-size: 0.16rem;
    padding-bottom: 0.10rem;
  }
}

.interview_box .interview_box_header .in .textbox .name .birth {
  display: inline-block;
  padding-left: 0.08rem;
}

.interview_box .interview_box_header .in .textbox .birth {
  font-size: 0.15rem;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_box_header .in .textbox .birth {
    font-size: 0.12rem;
  }
}

.interview_box .interview_textbox {
  width: 100%;
  max-width: 10.00rem;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox {
    box-sizing: border-box;
    padding: 0 0.20rem;
  }
}

.interview_box .interview_textbox .list {
  padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list {
    padding-bottom: 0.25rem;
  }
}

.interview_box .interview_textbox .list .title {
  font-size: 0.20rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  position: relative;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list .title {
    font-size: 0.16rem;
    padding-left: 0.25rem;
    line-height: 1.55;
  }
}

.interview_box .interview_textbox .list .title::before {
  content: "";
  width: 0.30rem;
  height: 2px;
  background-color: #FFA402;
  display: inline-block;
  margin-right: 0.15rem;
  position: relative;
  top: -0.07rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list .title::before {
    width: 0.15rem;
    margin-right: 0.10rem;
    top: 0.12rem;
    position: absolute;
    left: 0;
  }
}

.interview_box .interview_textbox .list .text {
  font-size: 0.18rem;
  line-height: 2;
  letter-spacing: 0.075em;
  padding-left: 0.45rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list .text {
    font-size: 0.15rem;
    line-height: 1.85;
    letter-spacing: 0.05em;
    padding-left: 0.25rem;
    text-align: justify;
  }
}

.interview_box .interview_textbox .list .text small {
  font-size: 0.12rem;
}

/* 複数人の場合 */
.interview_box .interview_textbox .list .text.multi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview_box .interview_textbox .list .text.multi .name {
  width: 1.20rem;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list .text.multi .name {
    width: 100%;
  }
}

.interview_box .interview_textbox .list .text.multi .multi_text {
  width: calc(100% - 1.20rem);
  padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
  .interview_box .interview_textbox .list .text.multi .multi_text {
    width: 100%;
  }
  
}

.interview_box .interview_textbox .list .text.multi .multi_text:last-child {
  padding-bottom: 0;
}

/* 途中の写真 */
.interview_box .sub_ph {
  width: calc(100% - 1.00rem);
  height: 35.71vw;
  min-height: 5.00rem;
  max-height: 6.00rem;
  border-bottom-left-radius: 0.30rem;
  overflow: hidden;
  margin: 0.10rem 0 0.60rem auto;
}

@media screen and (max-width: 599px) {
  .interview_box .sub_ph {
    width: 100%;
    height: 55.71vw;
    min-height: auto;
    max-height: auto;
    border-bottom-left-radius: 0;
    overflow: hidden;
    margin: 0.10rem 0 0.30rem auto;
  }
}

.interview_box .sub_ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メッセージ */
@media screen and (max-width: 599px) {
  .interview_box .message_wrap {
    margin-top: 0.40rem;
  }
}

.interview_box .message_wrap .in::before {
  content: "";
  width: calc(100% - 0.80rem);
  height: calc(100% - 0.55rem);
  background-color: rgba(1,148,158,0.1);
  position: absolute;
  left: 0.40rem;
  bottom: 0;
  border-radius: 0.20rem;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in::before {
    width: calc(100% - 0.40rem);
    left: 0.20rem;
    border-radius: 0.10rem;
  }
}

.interview_box .message_wrap .in .message_box {
  position: relative;
  padding: 0 0.50rem 0 0.70rem;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box {
    padding: 0 0.20rem 0;
  }
}

.interview_box .message_wrap .in .message_box .ph_wrap {
  width: 3.10rem;
  height: 3.75rem;
  overflow: hidden;
  border-radius: 0.10rem;
  float: right;
  margin-left: 0.50rem;
  margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .ph_wrap {
    width: 1.80rem;
    height: 2.40rem;
    overflow: hidden;
    border-radius: 0.10rem;
    float: none;
    margin: auto;
  }
}

.interview_box .message_wrap .in .message_box .ph_wrap.wide {
  width: 5.10rem;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .ph_wrap.wide {
    width: 100%;
    height: 2.00rem;
  }
}

.interview_box .message_wrap .in .message_box .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_box .message_wrap .in .message_box .textbox {
  padding: 1.10rem 0 0.50rem;
  min-height: 2.60rem;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .textbox {
    padding: 0.20rem 0;
  }
}

.interview_box .message_wrap .in .message_box .textbox .title {
  font-size: 0.26rem;
  font-weight: 700;
  padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .textbox .title {
    font-size: 0.20rem;
    text-align: center;
    padding-bottom: 0.20rem;
    line-height: 1.45;
  }
}

.interview_box .message_wrap .in .message_box .textbox .title::before {
  content: "MESSAGE";
  font-family: 'Poppins', sans-serif;
  font-size: 0.20rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  display: block;
  color: #01949E;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .textbox .title::before {
    font-size: 0.14rem;
    padding-bottom: 0;
  }
}

.interview_box .message_wrap .in .message_box .textbox .text {
  font-size: 0.18rem;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .interview_box .message_wrap .in .message_box .textbox .text {
    font-size: 0.15rem;
    line-height: 1.85;
    text-align: justify;
  }
}


/*===========================
求人情報
===========================*/
.recruit_wrap {
  background-color: #fff1d9;
  padding: 1.00rem 0 0.60rem;
  margin-top: 1.50rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap {
    background-color: #fff1d9;
    padding: 0.50rem 0 0.30rem;
    margin-top: 0.50rem;
  }
}

.recruit_wrap .in .sec_title {
  color: #FFA402;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .sec_title {
    padding-bottom: 0.10rem;
  }
  .recruit_wrap .in .sec_title .jp_text {
    font-size: 0.24rem;
  }
}

.recruit_wrap .in .sec_title .en_text {
	-webkit-text-stroke: 1px #1A1A1A;
	text-stroke: 1px #1A1A1A;
	color: transparent;
  display: block;
  padding-bottom: 0.20rem;
}

.recruit_wrap .in .lead {
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .lead {
    font-size: 0.14rem;
    line-height: 1.55;
    padding-bottom: 0.30rem;
  }
}

/* 検索ボタン */
.recruit_wrap .in .selector_wrap {
  width: 100%;
  max-width: 9.00rem;
  margin: auto;
}

/* 固定用 */
.recruit_wrap .in .selector_wrap.floating {
  position: fixed;
  top: -3.00rem;
  left: 0;
  z-index: 10;
  transition: all 0.5s;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  padding-bottom: 0.25rem;
  width: 100vw;
  max-width: 100vw;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap.floating {
    position: fixed;
    top: auto;
    bottom: -2.00rem;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0.05rem 0.15rem 0.15rem;
  }
}

.recruit_wrap .in .selector_wrap.floating.view {
  top: 0;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap.floating.view {
    top: auto;
    bottom: 0;
  }
}

.recruit_wrap .in .selector_wrap .text {
  font-size: 0.16rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap .text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.recruit_wrap .in .selector_wrap .text span {
  display: inline-block;
  padding: 0 0.10rem;
  background-color: #fff1d9;
  position: relative;
  z-index: 1;
}

.recruit_wrap .in .selector_wrap .text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  top: 0.08rem;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap .text::before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
  }
  .recruit_wrap .in .selector_wrap .text::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1A1A1A;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap {
  padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap .selecter_btn_wrap {
    padding-top: 0.10rem;
  }
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.10rem;
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn {
  width: 100%;
  max-width: 2.08rem;
  line-height: 0;
  padding: 0.22rem 0 0.24rem;
  background-color: #FFA402;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border-radius: 0.50rem;
  margin: 0 0.10rem;
  text-align: center;
  position: relative;
  font-size: 0.20rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn {
    width: calc(50% - 0.15rem);
    max-width: auto;
    font-size: 0.15rem;
    margin: 0.05rem 0.05rem;
  }
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn:hover {
    opacity: 1;
  }
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn::before {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../img/area_select_icon_on.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ボタンオフ時 */
.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn.off {
  background-color: #FFF;
  color: #999;
  font-weight: 400;
}

.recruit_wrap .in .selector_wrap .selecter_btn_wrap .list .btn.off::before {
  background-image: url(../img/area_select_icon_off.svg);
}

/* 件数が０件のとき */
.recruit_wrap .in .area_info_wrap .no_count {
  padding: 0.50rem 0 1.00rem;
  text-align: center;
  font-size: 0.20rem;
  display: none;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_wrap .no_count {
    font-size: 0.15rem;
  }
}

/* 各施設 */
.recruit_wrap .in .area_info_box {
  border-radius: 0.20rem;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 10.00rem;
  margin: 0.40rem auto 0;
  min-height: 3.00rem;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box {
    border-radius: 0.10rem;
    margin: 0.30rem auto 0;
    min-height: auto;
  }
}

.recruit_wrap .in .area_info_box .in_box {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  color: #1A1A1A;
}

.recruit_wrap .in .area_info_box .in_box .ph_wrap {
  width: 100%;
  max-width: 3.60rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .ph_wrap {
    height: 45vw;
    max-width: 100%;
  }
}

.recruit_wrap .in .area_info_box .in_box .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

/* ダミー写真の判別 */
.recruit_wrap .in .area_info_box .in_box .ph_wrap.dummy::before {
  content: "写真未着";
  font-size: 0.14rem;
  color: #FF3D61;
  background-color: #FFF;
  display: inline-block;
  padding: 0.04rem;
  position: absolute;
  left: 0.20rem;
  bottom: 0.20rem;
  z-index: 1;
}

.recruit_wrap .in .area_info_box .textbox {
  width: 100%;
  max-width: 6.10rem;
  padding: 0.30rem 0.30rem 0.30rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .textbox {
    padding: 0.20rem;
  }
}

.recruit_wrap .in .area_info_box .textbox .name {
  font-size: 0.22rem;
  font-weight: 700;
  padding-bottom: 0.10rem;
  border-bottom: 2px solid #FFA402;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .textbox .name {
    font-size: 0.16rem;
  }
}

.recruit_wrap .in .area_info_box .textbox table {
  padding-top: 0.20rem;
  font-size: 0.15rem;
  line-height: 1.75;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .textbox table {
    padding-top: 0.10rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
}

.recruit_wrap .in .area_info_box .textbox table th {
  text-align: left;
  padding-right: 0.30rem;
  vertical-align: top;
  padding-bottom: 0.06rem;
  width: 1.00rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .textbox table th {
    text-align: left;
    padding: 0.10rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #F2F2F2;
    line-height: 1;
  }
}

.recruit_wrap .in .area_info_box .textbox table td {
  padding-bottom: 0.06rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .textbox table td {
    display: block;
    width: 100%;
    padding: 0.05rem 0.10rem;
  }
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.20rem;
  padding-right: 0.30rem;
}
@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .textbox .btn_wrap {
    padding-right: 0;
  }
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn {
  width: 2.60rem;
  border-radius: 0.08rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .textbox .btn {
    width: 48.5%;
  }
  .recruit_wrap .in .area_info_box .in_box .textbox .btn.-single {
    width: 100%;
  }
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn.facilities {
  background-color: #FF7C1C;
}
.recruit_wrap .in .area_info_box .in_box .textbox .btn.recruit {
  background-color: #1A1A1A;
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn a {
  display: block;
  border-radius: 0.08rem;
  text-decoration: none;
  line-height: 0;
  padding: 0.24rem 0 0.26rem;
  text-align: center;
  color: #FFF;
  font-size: 0.16rem;
  font-weight: 500;
  transition: all 0.3s;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .textbox .btn a {
    margin: 0 auto;
    padding: 0.22rem 0 0.24rem;
    border-radius: 0.06rem;
    font-size: 0.14rem;
    font-weight: 500;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn a:hover {
  opacity: 0.7;
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn a::after {
  content: "";
  width: 0.20rem;
  height: 0.10rem;
  background-image: url(../common/img/icon_arrow_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .textbox .btn a::after {
    height: 0.08rem;
    right: 0.10rem;
  }
}

.recruit_wrap .in .area_info_box .in_box .textbox .btn a:hover::after {
  right: 0.10rem;
}

@media screen and (max-width: 599px) {
  .recruit_wrap .in .area_info_box .in_box .textbox .btn a span {
    display: block;
    padding-right: 0.10rem;
  }
}