@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --base: #222222;
  --main: #0050A5;
  --bgBlue1: #EBF4FF;
}

:root {
  --blue1: #0050A5;
}

.l-main {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}

.p-interview__hero {
  /*margin-top: 12rem;*/
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero {
    margin-top: 5rem;
    overflow: hidden;
  }
}
.p-interview__hero._interview01 {
  background: url("../img/interview/interview01/mv_bg.png") no-repeat center/auto 95%;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero._interview01 {
    background: url("../img/interview/interview01/mv_bg_sp.png") no-repeat left bottom/85% auto;
  }
}
.p-interview__hero._interview02 {
  background: url("../img/interview/interview02/mv_bg.png") no-repeat center/auto 95%;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero._interview02 {
    background: url("../img/interview/interview02/mv_bg_sp.png") no-repeat left bottom/85% auto;
  }
}
.p-interview__hero._interview03 {
  background: url("../img/interview/interview03/mv_bg.png") no-repeat center/auto 95%;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero._interview03 {
    background: url("../img/interview/interview03/mv_bg_sp.png") no-repeat left bottom/85% auto;
  }
}
.p-interview__hero._interview04 {
  background: url("../img/interview/interview04/mv_bg.png") no-repeat center/auto 95%;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero._interview04 {
    background: url("../img/interview/interview04/mv_bg_sp.png") no-repeat left bottom/85% auto;
  }
}
.p-interview__hero._interview05 {
  background: url("../img/interview/interview05/mv_bg.png") no-repeat center/auto 95%;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero._interview05 {
    background: url("../img/interview/interview05/mv_bg_sp.png") no-repeat left bottom/85% auto;
  }
}
.p-interview__hero_name {
  font-size: 1.6rem;
  color: var(--blue1);
  font-family: "Inter", sans-serif;
  text-align: right;
  line-height: 1.6;
  position: absolute;
  bottom: 9rem;
  right: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_name {
    font-size: 1rem;
    bottom: 20.4rem;
    right: 3rem;
  }
}
.p-interview__hero_name_big {
  font-size: 7.2rem;
  color: #000000;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_name_big {
    font-size: 3.6rem;
  }
}
.p-interview__hero_title {
  width: 12.0rem;
  position: absolute;
  top: 6rem;
  left: calc(50% - 81rem);
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_title {
    width: 13%;
    left: 2.5rem;
    top: 7rem;
  }
}
.p-interview__hero_title--3line {
  width: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_title--3line {
    width: 21%;
  }
}
.p-interview__hero_icon {
  width: 80rem;
  margin: 0 auto 0;
  padding-top: 4rem;
  padding-bottom: 13.5rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_icon {
    width: 85%;
    padding-top: 8rem;
    padding-bottom: 30rem;
    margin-right: -15%;
  }
}
.p-interview__hero_breadcrumb {
  position: absolute;
  top: 6rem;
  right: 16rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_breadcrumb {
    top: 3rem;
    right: 3rem;
  }
}
.p-interview__hero_breadcrumb_item:after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
}
.p-interview__hero_breadcrumb_item:last-child:after {
  content: "";
}
.p-interview__hero_breadcrumb_list {
  display: flex;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-interview__hero_breadcrumb_list {
    font-size: 1rem;
  }
}
.p-interview__hero_breadcrumb_link {
  color: var(--blue1);
  text-decoration: underline;
}
.p-interview__sec {
  margin: 0 auto 14rem;
  padding-left: 16rem;
  padding-right: 16rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec {
    padding-left: 3rem;
    padding-right: 0;
    margin-bottom: 6.4rem;
  }
}
.p-interview__sec--ptn1 {
  padding-left: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--ptn1 {
    position: relative;
    padding-left: 3rem;
  }
  .p-interview__sec--ptn1:before {
    content: "";
    width: 30%;
    background: url(../img/interview/sp_decoration.png) no-repeat left;
    background-size: auto 100%;
    aspect-ratio: 1/2;
    display: block;
    position: absolute;
    right: 0;
    top: -13rem;
  }
}
.p-interview__sec--ptn2 {
  padding-left: 0;
  padding-right: 16rem;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--ptn2 {
    padding-right: 3rem;
  }
}
.p-interview__sec--ptn3, .p-interview__sec--ptn4 {
  display: flex;
  gap: 8rem;
  padding-left: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--ptn3, .p-interview__sec--ptn4 {
    padding-left: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.p-interview__sec--ptn4 {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--ptn4 {
    gap: 1rem;
  }
}
.p-interview__sec--ptn5 {
  padding-left: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--ptn5 {
    padding-left: 3rem;
  }
}
.p-interview__sec--last {
  margin-bottom: 12rem;
  padding-left: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec--last {
    padding-left: 3rem;
    margin-bottom: 3rem;
  }
}
.p-interview__sec_question {
  font-size: 1.6rem;
  color: var(--blue1);
  font-family: "Inter", sans-serif;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_question {
    font-size: 1rem;
  }
}
.p-interview__sec_title {
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 4.8rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-interview__sec_image {
  margin-bottom: 5.6rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_image {
    margin-bottom: 3rem;
    border-radius: 0;
  }
}
.p-interview__sec_image--ptn2 {
  max-width: 119rem;
  padding-left: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_image--ptn2 {
    padding-left: 0;
  }
}
.p-interview__sec_image--ptn3, .p-interview__sec_image--ptn4 {
  width: 56rem;
  min-width: 56rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_image--ptn3, .p-interview__sec_image--ptn4 {
    min-width: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_image--ptn4 {
    padding-right: 3rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_image--ptn5 {
    margin-left: -3rem;
    width: 100%;
  }
}
.p-interview__sec_text {
  font-size: 2rem;
  line-height: 2;
  max-width: 88rem;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_text {
    font-size: 1.2rem;
    padding-right: 3rem;
  }
}
.p-interview__sec_text--ptn3 {
  max-width: none;
}
.p-interview__sec_txt--ptn2 {
  padding-left: 32rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_txt--ptn2 {
    padding-left: 3rem;
    margin-right: -3rem;
  }
}
.p-interview__sec_kv {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__sec_kv {
    margin-bottom: 2rem;
  }
}
.p-interview__other {
  max-width: 174.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-interview__other {
    overflow: hidden;
  }
}
.p-interview__other_title {
  border-top: 0.1rem solid var(--blue1);
  font-family: "Inter", sans-serif;
  max-width: 160rem;
  margin: 0 auto 6rem;
  text-align: left;
  padding: 12.5rem 18rem 4rem;
  font-size: 7.2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_title {
    font-size: 2.4rem;
    padding: 4rem 0rem 4rem;
    margin: 0 3rem 5rem;
  }
}
.p-interview__other_title_en {
  color: var(--blue1);
  font-family: Inter;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_title_en {
    font-size: 1rem;
  }
}
.p-interview__other_item {
  width: 58rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_item {
    width: 17.5rem;
  }
}
.p-interview__other_image {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  position: relative;
  scale: 0.9;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_image {
    margin-bottom: 7rem;
  }
}
.p-interview__other_image:after {
  content: "";
  width: calc(100% + 14rem);
  height: calc(100% + 14rem);
  border: 0.1rem solid #3F72A8;
  display: block;
  position: absolute;
  top: -7rem;
  left: -7rem;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_image:after {
    width: calc(100% + 4.4rem);
    height: calc(100% + 4.4rem);
    top: -2.2rem;
    left: -2.2rem;
  }
}
.p-interview__other_link {
  text-decoration: none;
}
.p-interview__other_txt {
  width: 44.6rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.p-interview__other_part {
  font-size: 1.6rem;
  color: var(--blue1);
  font-weight: bold;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_part {
    font-size: 1rem;
  }
}
.p-interview__other_catch {
  font-size: 3rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_catch {
    font-size: 1.4rem;
  }
}
.p-interview__other_status {
  font-size: 1.6rem;
  color: #7B7D80;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__other_status {
    font-size: 1rem;
  }
}
.p-interview__other_arrow {
  width: 4.8rem;
}
.p-interview__other .slick-list {
  overflow: visible;
}
.p-interview__other .slick-slide {
  position: relative;
  z-index: 1;
  margin: 0 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-interview__other .slick-slide {
    margin: 0 0.7rem;
  }
}
.p-interview__other .slick-prev {
  width: 6.4rem;
  height: 5rem;
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  top: 24rem;
  rotate: 180deg;
  z-index: 5;
}
.p-interview__other .slick-prev:hover {
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  opacity: 0.7;
}
.p-interview__other .slick-prev:before {
  content: "";
}
.p-interview__other .slick-next {
  width: 6.4rem;
  height: 5rem;
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  top: 28rem;
}
.p-interview__other .slick-next:hover {
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  opacity: 0.7;
}
.p-interview__other .slick-next:before {
  content: "";
}
.p-interview__other .slick-center {
  z-index: 5;
}
.p-interview__other .slick-current .p-interview__other_image,
.p-interview__other .is-active-next .p-interview__other_image {
  opacity: 1;
  scale: 1.06;
}
@media only screen and (max-width: 768px) {
  .p-interview__other .slick-current .p-interview__other_image,
  .p-interview__other .is-active-next .p-interview__other_image {
    scale: 1.25;
  }
}
.p-interview__other .slick-current .p-interview__other_image:after,
.p-interview__other .is-active-next .p-interview__other_image:after {
  content: "";
  width: calc(100% + 18rem);
  height: calc(100% + 18rem);
  border: 0.1rem solid #3F72A8;
  display: block;
  position: absolute;
  top: -9rem;
  left: -9rem;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .p-interview__other .slick-current .p-interview__other_image:after,
  .p-interview__other .is-active-next .p-interview__other_image:after {
    width: calc(100% + 5.2rem);
    height: calc(100% + 5.2rem);
    top: -2.6rem;
    left: -2.6rem;
  }
}