@import url("https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&family=Roboto:ital@0;1&display=swap");
/* ------------------------------
    mixin
------------------------------ */
.ico_arrow {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
.ico_arrow::before, .ico_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ico_arrow::before {
  width: 1em;
  height: 1em;
  background: #F7FF00;
  border-radius: 100%;
}
.ico_arrow::after {
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #009270;
  border-right: 1px solid #009270;
  transform: translateY(-40%) rotate(45deg);
  margin-right: 0.45em;
}

/* ------------------------------
    interview
------------------------------ */
#sec_page_ttl {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#sec_page_ttl .bg {
  background: url(../img/recruit/interview/page_ttl@2x.jpg) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
  width: calc( 50vw + 10rem );
  height: 100%;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .bg {
    width: 40vw;
  }
}
#sec_page_ttl .green {
  content: "";
  position: absolute;
  left: 50%;
  top: 20rem;
  transform: translateX(-60rem);
  width: 65rem;
  height: 16rem;
  background: #009270;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .green {
    left: 5vw;
    top: 10rem;
    transform: translateX(0);
    width: 90%;
    height: 14rem;
  }
}
#sec_page_ttl .inner {
  position: relative;
  z-index: 1;
  width: 120rem;
  padding: 20rem 0 4rem;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .inner {
    width: 90vw;
    padding-top: 10rem;
  }
}
#sec_page_ttl .inner .ttl_wrap {
  color: #fff;
  padding: 2rem 3rem;
  width: 65rem;
  height: 16rem;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .inner .ttl_wrap {
    width: 100%;
    height: 14rem;
  }
}
#sec_page_ttl .inner .ttl_wrap .en {
  font-size: 7rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .inner .ttl_wrap .en {
    font-size: 3.6rem;
    line-height: 1.6;
  }
}
#sec_page_ttl .inner .ttl_wrap .ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.345em;
  font-weight: bold;
}
@media screen and (max-width: 739px) {
  #sec_page_ttl .inner .ttl_wrap .ttl {
    font-size: 1.8rem;
  }
}
#sec_page_ttl .inner .ttl_wrap .ttl span {
  display: inline-block;
  position: relative;
}
#sec_page_ttl .inner .ttl_wrap .ttl span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 46rem;
  height: 1px;
  margin-left: 0.5em;
  background: #fff;
}

#sec_interview .box {
  background: #F3F3F3;
  margin: 8rem auto 0;
  max-width: 126.6rem;
  width: 90%;
}
#sec_interview .profile_wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 739px) {
  #sec_interview .profile_wrap {
    display: block;
  }
}
#sec_interview .profile_wrap .profile {
  width: 56.6rem;
  max-width: 40vw;
}
@media screen and (max-width: 739px) {
  #sec_interview .profile_wrap .profile {
    width: 100%;
    max-width: inherit;
  }
}
#sec_interview .profile_wrap .profile .img {
  position: relative;
}
#sec_interview .profile_wrap .profile .img img {
  width: 100%;
}
#sec_interview .profile_wrap .profile .img .en {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
#sec_interview .profile_wrap .profile .detail {
  padding: 2rem 2rem 0;
}
#sec_interview .profile_wrap .profile .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#sec_interview .profile_wrap .profile .name {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#sec_interview .profile_wrap .profile .name span {
  display: inline-block;
  background: #009270;
  color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
#sec_interview .profile_wrap .profile .name span::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 1rem;
  width: 20rem;
  height: 1px;
  background: #009270;
}
#sec_interview .profile_wrap .profile .data {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#sec_interview .profile_wrap .profile .data span {
  display: inline-block;
  background: #fff;
  padding: 0.3em 1em;
}
#sec_interview .profile_wrap .profile .data strong {
  color: #009270;
}
#sec_interview .profile_wrap .video {
  position: absolute;
  right: 50%;
  bottom: 0;
}
#sec_interview .profile_wrap .video iframe, #sec_interview .profile_wrap .video video {
  width: 70rem;
  height: 50rem;
  max-width: 50vw;
  max-height: 35vw;
}
@media screen and (max-width: 739px) {
  #sec_interview .profile_wrap .video {
    position: static;
    margin: 3rem 5vw 0;
  }
  #sec_interview .profile_wrap .video iframe, #sec_interview .profile_wrap .video video {
    width: 100%;
    height: 50vw;
    max-width: inherit;
    max-height: inherit;
  }
}
#sec_interview .inner {
  padding: 8rem 6rem;
}
@media screen and (max-width: 739px) {
  #sec_interview .inner {
    padding: 3vw 5vw 8vw;
  }
}
#sec_interview .inner .faq dt {
  background: #009270;
  color: #fff;
  margin-top: 2rem;
  padding: 0.3em 1em;
  border-radius: 0 100px 100px 0;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 739px) {
  #sec_interview .inner .faq dt {
    font-size: 2rem;
    padding: 0.5em 2em 0.5em 1em;
  }
}
#sec_interview .inner .faq dt .ico {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
}
#sec_interview .inner .faq dt .ico::before, #sec_interview .inner .faq dt .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #fff;
}
#sec_interview .inner .faq dt .ico::after {
  width: 2px;
  height: 100%;
}
#sec_interview .inner .faq dt span {
  display: inline-block;
  text-indent: 3em;
  position: relative;
}
#sec_interview .inner .faq dt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 2em;
  height: 1px;
  background: #fff;
}
#sec_interview .inner .faq dt.acd-open .ico::after {
  display: none;
}
#sec_interview .inner .faq dd {
  background: #fff;
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
}
