/*===============================
MV
================================*/
#mv {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  #mv {
    margin-left: 0;
  }
}

/*===============================
イントロ
================================*/
.introduction {
  padding: 0.50rem 0 1.00rem;
}
@media screen and (max-width: 599px) {
  .introduction {
    padding: 0 0 0.5rem;
  }
}

.introduction .sec_title {
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.introduction .sec_title .big_text {
  display: block;
  font-size: 0.78rem;
  -webkit-text-stroke: 1px #2F475C;
	text-stroke: 1px #2F475C;
  color: transparent;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
  .introduction .sec_title .big_text {
    display: block;
    font-size: 0.5rem;
  }
}

.introduction .bnr_wrap {
  width: 100%;
  max-width: 8.00rem;
  margin: auto;
  padding: 0.50rem 0;
}
@media screen and (max-width: 599px) {
  .introduction .bnr_wrap {
    padding-bottom: 0.2rem;
  }
}



.introduction .bnr_wrap a:hover {
  opacity: 0.7;
}

.introduction .fb_wrap {
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.introduction .fb_wrap .text {
  font-size: 0.20rem;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .introduction .fb_wrap .text {
    font-size: 0.18rem;
  }
}

.introduction .fb_wrap .fb_btn {
  padding-top: 0.20rem;
  width: 4.00rem;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .introduction .fb_wrap .fb_btn {
    width: 3.00rem;
  }
}

.introduction .fb_wrap .fb_btn a {
  display: block;
  line-height: 0;
  background-color: #1077F0;
  padding: 0.35rem 0;
  text-align: center;
  border-radius: 0.35rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .introduction .fb_wrap .fb_btn a {
    font-size: 0.25rem;
  }
}


.introduction .fb_wrap .fb_btn a:hover {
  opacity: 0.7;
}

.introduction .fb_wrap .fb_btn a::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../common/img/icon_newwin_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

/*===============================
業種選択ボタン
================================*/
.job_select_wrap {
  padding: 0.90rem 0 1.00rem;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 599px) {
  .job_select_wrap {
    padding: 0.50rem 0 0.60rem;
  }
}


.job_select_wrap .sec_title {
  text-align: center;
}

.job_select_wrap .lead {
  font-size: 0.20rem;
  text-align: center;
  padding: 0.30rem 0 0.40rem;
}
@media screen and (max-width: 599px) {
  .job_select_wrap .lead {
    font-size: 0.18rem;
    line-height: 1.3;
  }
}


.job_select_wrap .job_select_list .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.job_select_wrap .job_select_list .list .link {
  width: 3.20rem;
  padding: 0.12rem;
}

.job_select_wrap .job_select_list .list .link a {
  display: block;
  height: 0.60rem;
  background-color: #FFF;
  border: 1px solid #FF7A59;
  border-radius: 0.60rem;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

.job_select_wrap .job_select_list .list .link a:hover {
  background-color: #FF7A59;
}

.job_select_wrap .job_select_list .list .link a::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../img/foreign/top/job_link_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.20rem;
  top: 50%;
  transform: translateY(-50%);
}

.job_select_wrap .job_select_list .list .link a:hover::after {
  background-image: url(../img/foreign/top/job_link_arrow_white.svg);
}

.job_select_wrap .job_select_list .list .link a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 600;
  color: #FF7A59;
  transition: all 0.3s;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.job_select_wrap .job_select_list .list .link a:hover span {
  color: #FFF;
}

.job_select_wrap .small_text {
  text-align: center;
  padding-top: 0.20rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
  .job_select_wrap .small_text {
    font-size: 0.16rem;
    line-height: 1.3;
  }
}


/*===============================
ネイティブ外国人スタッフ
================================*/
.native_speaker {
  position: relative;
}

.native_speaker::before {
  content: "";
  width: 100%;
  height: 35.71vw;
  max-height: 5.00rem;
  display: block;
  background-image: url(../img/foreign/top/separator_ph01.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  .native_speaker::before {
    background-image: url(../img/foreign/top/separator_ph01_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}


.native_speaker .in {
  padding: 0.90rem 0.40rem;
  font-family: 'Poppins', sans-serif;
  max-width: 10.80rem;
}
@media screen and (max-width: 599px) {
  .native_speaker .in {
    padding: 0.90rem 0.20rem;
  }
}


.native_speaker .sec_title {
  text-align: center;
  line-height: 1.5;
}

.native_speaker .staff_box {
  background-color: #F2F2F2;
  border-radius: 0.20rem;
  overflow: hidden;
  margin-top: 0.50rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.native_speaker .staff_box:nth-child(odd) {
  background-color: #FFF7F5;
  flex-direction: row-reverse;
}

.native_speaker .staff_box .ph_wrap {
  width: 3.00rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box .ph_wrap {
    width: 100%;
  }
}

.native_speaker .staff_box .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.native_speaker .staff_box .textbox {
  width: calc(100% - 3.00rem);
  padding: 0.40rem 0.30rem;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box .textbox {
    width: 100%;
    padding: 0 0.20rem 0.3rem;
  }
}


.native_speaker .staff_box:nth-child(odd) .textbox {
  padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box:nth-child(odd) .textbox {
    padding-left: 0.2rem;
  }
}


.native_speaker .staff_box .textbox .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.30rem;
}

.native_speaker .staff_box .textbox .list:last-child {
  padding-bottom: 0;
}

.native_speaker .staff_box .textbox .list .title {
  width: 1.00rem;
  font-size: 0.16rem;
  font-weight: 700;
  padding-top: 0.07rem;
  letter-spacing: 0.10em;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box .textbox .list .title {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }
}

.native_speaker .staff_box .textbox .list .title span {
  border-bottom: 1px solid #FF7A59;
}

.native_speaker .staff_box .textbox .list .text {
  width: calc(100% - 1.00rem);
  font-size: 0.16rem;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box .textbox .list .text {
    width: 100%;
    font-size: 0.14rem;
  }
}

.native_speaker .staff_box .textbox .list.name .title {
  padding-top: 0.30rem;
}

.native_speaker .staff_box .textbox .list.name .text {
  font-family: 'Playfair Display', serif;
  font-size: 0.36rem;
}
@media screen and (max-width: 599px) {
  .native_speaker .staff_box .textbox .list.name .text {
    font-size: 0.2rem;
  }
}


/* メッセンジャー */
.native_speaker .fb_message_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.50rem 0.40rem 0;
}
@media screen and (max-width: 599px) {
  .native_speaker .fb_message_wrap {
    padding: 0.30rem 0.20rem 0;
  }
}


.native_speaker .fb_message_wrap .text {
  width: calc(100% - 4.00rem);
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .native_speaker .fb_message_wrap .text {
    width: 100%;
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }
}

.native_speaker .fb_message_wrap .btn {
  width: 3.00rem;
}

@media screen and (max-width: 599px) {
  .native_speaker .fb_message_wrap .btn {
    margin: auto;
  }
}

.native_speaker .fb_message_wrap .btn a {
  display: block;
  line-height: 0;
  background-color: #1077F0;
  padding: 0.35rem 0;
  text-align: center;
  border-radius: 0.35rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .native_speaker .fb_message_wrap .btn a {
    font-size: 0.25rem;
  }
}

.native_speaker .fb_message_wrap .btn a:hover {
  opacity: 0.7;
}

.native_speaker .fb_message_wrap .btn a span {
  display: inline;
  position: relative;
  padding-left: 0.40rem;
}

.native_speaker .fb_message_wrap .btn a span::before {
  content: "";
  width: 0.30rem;
  height: 0.30rem;
  background-image: url(../common/img/icon_fb_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*===============================
インタビュー
================================*/
.interview {
  padding: 0.90rem 0 1.00rem;
  background-color: rgba(0,0,0,0.07);
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 599px) {
  .interview {
    padding: 0.50rem 0 0.60rem;
  }
}

.interview .sec_title {
  text-align: center;
  line-height: 1.5;
}

.interview .interview_box {
  max-width: 10.80rem;
  margin: 0.60rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .interview .interview_box {
    margin: 0.30rem auto 0;
  }
}


.interview .interview_box:nth-child(odd) {
  flex-direction: row-reverse;
}

.interview .interview_box .ph_wrap {
  max-width: 5.30rem;
  height: 4.50rem;
  overflow: hidden;
  border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
  .interview .interview_box .ph_wrap {
    height: auto;
    margin-bottom: 0.20rem;
  }
}


.interview .interview_box .textbox {
  width: calc(100% - 5.70rem);
}
@media screen and (max-width: 599px) {
  .interview .interview_box .textbox {
    width: 100%;
  }
}

.interview .interview_box .textbox .name {
  font-family: 'Playfair Display', serif;
  font-size: 0.36rem;
  color: #FF7A59;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
  .interview .interview_box .textbox .name {
    font-size: 0.3rem;
    padding-bottom: 0.10rem;
  }
}


.interview .interview_box .textbox .name span {
  display: inline-block;
  padding-bottom: 0.10rem;
  border-bottom: 2px solid #FF7A59;
}

.interview .interview_box .textbox .text {
  font-size: 0.16rem;
  line-height: 1.65;
  padding-top: 0.15rem;
}
@media screen and (max-width: 599px) {
  .interview .interview_box .textbox .text {
    font-size: 0.14rem;
  }
}


/*===============================
FAQ
================================*/
.faq {
  position: relative;
}

.faq::before {
  content: "";
  width: 100%;
  height: 35.71vw;
  max-height: 5.00rem;
  display: block;
  background-image: url(../img/foreign/top/separator_ph02.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  .faq::before {
    background-position-x: right
  }
}


.faq .in {
  padding: 0.90rem 0.40rem;
  font-family: 'Poppins', sans-serif;
  max-width: 10.80rem;
}
@media screen and (max-width: 599px) {
  .faq .in {
    padding: 0.50rem 0.20rem;
  }
}


.faq .sec_title {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
  .faq .sec_title {
    padding-bottom: 0.3rem;
  }
}


.faq .faq_box {
  border-bottom: 1px solid #CCC;
  padding: 0.20rem 0;
}

.faq .faq_box .title {
  font-size: 0.18rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .faq .faq_box .title {
    font-size: 0.16rem;
    line-height: 1.3;
  }
}

.faq .faq_box .title::before {
  content: "";
  width: 0.13rem;
  height: 1px;
  background-color: #2F475C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq .faq_box .title::after {
  content: "";
  height: 0.13rem;
  width: 1px;
  background-color: #2F475C;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.faq .faq_box .title.open::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq .faq_box .title span {
  display: flex;
  align-items: center;
  padding-right: 0.20rem;
}

.faq .faq_box .title span::before {
  content: "";
  width: 0.49rem;
  height: 0.49rem;
  display: block;
  background-image: url(../img/foreign/top/faq_icon_q.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-right: 0.10rem;
}
@media screen and (max-width: 599px) {
  .faq .faq_box .title span::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    padding-right: 0.3rem;
  }
}


.faq .faq_box .text {
  font-size: 0.18rem;
  line-height: 1.65;
  margin-top: 0.20rem;
  padding-left: 0.59rem;
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
  position: relative;
  display: none;
}
@media screen and (max-width: 599px) {
  .faq .faq_box .text {
    font-size: 0.16rem;
    padding-top: 0.10rem;
  }
}


.faq .faq_box .text::before {
  content: "";
  width: 0.49rem;
  height: 0.49rem;
  display: block;
  background-image: url(../img/foreign/top/faq_icon_a.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.10rem;
}
@media screen and (max-width: 599px) {
  .faq .faq_box .text::before {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    padding-left: 0.5rem;
  }
}
