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

/*==================
コンテンツメニュー
==================*/
.anchor_link {
  margin-top: 0.80rem;
}
@media screen and (max-width: 599px) {
  .anchor_link {
    margin-top: 0.40rem;
  }
}

/*==================
インタビュー導入部
==================*/
.interview_header .in .list .detail .area {
  line-height: 1.45;
}

/*==================
インタビュー
==================*/
.interview_box .interview_box_header .in .textbox .area {
  line-height: 1.5;
}

.interview_box:nth-child(even) .interview_box_header::before {
  background-color: rgba(255,61,97,0.1);
}

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

/*==================
求人情報
==================*/
.recruit_wrap .town_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruit_wrap .town_list .link {
	width: 23.33%;
}

@media screen and (max-width: 599px) {
	.recruit_wrap .town_list .link {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

.recruit_wrap .town_list .link a:hover {
	opacity: 0.5;
}


/*==================
ABOUT
==================*/
.migration_intro {
  padding-top: 1.00rem;
}
@media screen and (max-width: 599px) {
  .migration_intro {
    padding-top: 0.50rem;
  }
}

.migration_intro .in .sec_title {
  color: #005C46;
  text-align: center;
}

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

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

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

@media screen and (max-width: 599px) {
  .migration_intro .in .lead {
    font-size: 0.14rem;
    line-height: 1.85;
    padding-bottom: 0.30rem;
    text-align: justify;
  }
}

.example_wrap {
  max-width: 10.00rem;
  margin: auto;
  position: relative;
  margin-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
  .example_wrap {
    margin-bottom: 0.30rem;
  }
}

.example_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 0.30rem);
  background-color: rgba(0, 92, 70, 0.07);
  border: 0.03rem solid #005C46;
  border-radius: 0.10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.example_wrap .tit {
  text-align: center;
  font-size: 0.26rem;
  font-weight: 800;
  color: #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .example_wrap .tit {
    font-size: 0.20rem;
  }
}

.example_wrap .tit span {
  display: inline-block;
  padding: 0.10rem 0.60rem 0.12rem;
  background-color: #005C46;
  border-radius: 0.30rem;
}
@media screen and (max-width: 599px) {
  .example_wrap .tit span {
    padding: 0.10rem 0.30rem 0.12rem;
  }
}

.example_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.10rem 0.50rem;
}
@media screen and (max-width: 599px) {
  .example_wrap .list {
    padding: 0.10rem 0.20rem 0.10rem 0.35rem;
  }
}

.example_wrap .list .text {
  font-size: 0.18rem;
  font-weight: 700;
  color: #005C46;
  margin: 0.10rem 0;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .example_wrap .list .text {
    font-size: 0.15rem;
    line-height: 1.5;
    margin: 0.05rem 0;
    width: 100%;
    text-indent: -0.10rem;
    margin-left: 0.10rem;
  }
}

.example_wrap .list .text::before {
  content: "●";
  color: rgba(0, 92, 70, 0.4);
  display: inline-block;
  padding-right: 0.10rem;
}
@media screen and (max-width: 599px) {
  .example_wrap .list .text::before {
    padding-right: 0.06rem;
  }
}

.example_wrap .small_text {
  font-size: 0.14rem;
  text-align: center;
  color: #005C46;
  padding-bottom: 0.30rem;
}
@media screen and (max-width: 599px) {
  .example_wrap .small_text {
    font-size: 0.12rem;
    line-height: 1.65;
    padding-bottom: 0.20rem;
  }
}