@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_interview-child__hero {
  position: relative;
  margin-block: 7.5rem;
  height: 580px;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero {
    margin-left: 1.75rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: 3rem 4rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-child__hero {
    margin-left: 1.5rem;
  }
}
.p_interview-child__hero .title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero .title-sp {
    position: relative;
    z-index: 2;
    display: block;
    padding-block: 3.125rem 2.5rem;
  }
}
.p_interview-child__hero .container {
  position: relative;
}
.p_interview-child__hero__heading {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1391px) {
  .p_interview-child__hero__heading {
    margin-left: calc((100vw - 1168px) / 2);
  }
}
@media screen and (max-width: 1390px) {
  .p_interview-child__hero__heading {
    margin-left: calc((100vw - 1168px) / 2);
  }
}
@media screen and (max-width: 1168px) {
  .p_interview-child__hero__heading {
    margin-left: 3rem;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .p_interview-child__hero__heading {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading {
    margin-left: 0rem;
    width: calc(100% - 1.75rem);
    position: absolute;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p_interview-child__hero__heading {
    margin-left: 0rem;
    width: calc(100% - 1.5rem);
  }
}
.p_interview-child__hero__heading .o_p_heading__page {
  padding-block: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading .o_p_heading__page {
    display: none;
  }
}
.p_interview-child__hero__heading__leading {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading__leading {
    margin-top: 0.75rem;
  }
}
.p_interview-child__hero__heading__leading .leading--tx {
  padding: 1.125rem;
  color: #ffffff;
  background: #0F52BA;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 0.9772727273rem + 1.3636363636vw, 2rem);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading__leading .leading--tx {
    padding: 1rem;
  }
}
.p_interview-child__hero__heading__leading .leading--tx + .leading--tx {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading__leading .leading--tx + .leading--tx {
    margin-top: 0.25rem;
  }
}
.p_interview-child__hero__heading__info {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__heading__info {
    display: none;
  }
}
.p_interview-child__hero__heading__info .name {
  border-right: solid 1px #C8C8C8;
  padding-right: 1rem;
}
.p_interview-child__hero__heading__info .name--jp {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16;
}
.p_interview-child__hero__heading__info .name--en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #C8C8C8;
  margin-top: 0.375rem;
}
.p_interview-child__hero__heading__info .position > span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7897727273rem + 0.1136363636vw, 0.875rem);
  line-height: 1.4;
}
.p_interview-child__hero__portrait {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 580px;
  background: url(../images/interview/interview-fv-bg@3x.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__portrait {
    width: 100%;
    height: 410px;
    position: relative;
  }
}
.p_interview-child__hero__portrait .portrait {
  position: absolute;
  width: 100%;
  max-width: 500px;
  margin-left: -250px;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__portrait .portrait {
    max-width: 380px;
    left: 50%;
    bottom: 0;
    margin-left: initial;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p_interview-child__hero__portrait .portrait.portrait-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__portrait .portrait.portrait-pc {
    display: none;
  }
}
.p_interview-child__hero__portrait .portrait.portrait-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero__portrait .portrait.portrait-sp {
    display: block;
  }
}
.p_interview-child__hero .info-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_interview-child__hero .info-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_interview-child__interview {
  margin-block: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview {
    margin-block: 5rem;
  }
}
.p_interview-child__interview .interview__item + .interview__item {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview__item + .interview__item {
    margin-top: 4rem;
  }
}
.p_interview-child__interview .interview__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.25rem 1rem;
  gap: 0 1rem;
  position: relative;
}
.p_interview-child__interview .interview__item__heading::before {
  content: "";
  width: 2.5rem;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  background: #0F52BA;
}
.p_interview-child__interview .interview__item__heading::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E5E5E5;
}
.p_interview-child__interview .interview__item__heading .number {
  color: #0F52BA;
  vertical-align: middle;
  font-size: clamp(1.5rem, 1.3181818182rem + 0.9090909091vw, 2rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  width: clamp(2.5rem, 2.1363636364rem + 1.8181818182vw, 3.5rem);
}
.p_interview-child__interview .interview__item__heading .title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.25rem);
  line-height: 1.8;
  width: min(100%, 100% - 3.5rem);
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview__item__heading .title {
    width: min(100%, 100% - 2.5rem);
  }
}
.p_interview-child__interview .interview__item__body {
  margin-top: 1.875rem;
}
.p_interview-child__interview .interview__item__body .tx {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p_interview-child__interview .interview__item__body .tx + .tx {
  margin-top: 1em;
}
.p_interview-child__interview .interview .appearance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p_interview-child__interview .interview .appearance {
    gap: 0 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview .appearance {
    gap: 1.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p_interview-child__interview .interview .appearance.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p_interview-child__interview .interview .appearance.row-reverse::before {
  left: 29.375rem;
}
@media screen and (max-width: 1024px) {
  .p_interview-child__interview .interview .appearance.row-reverse::before {
    left: 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview .appearance.row-reverse::before {
    left: 0;
  }
}
.p_interview-child__interview .interview .appearance__item {
  width: calc(100% - 23.125rem - 6.25rem);
}
@media screen and (max-width: 1024px) {
  .p_interview-child__interview .interview .appearance__item {
    width: calc(100% - 18.75rem - 3.75rem);
  }
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview .appearance__item {
    width: 100%;
  }
}
.p_interview-child__interview .interview .appearance__portrait {
  width: min(100%, 23.125rem);
}
@media screen and (max-width: 1024px) {
  .p_interview-child__interview .interview .appearance__portrait {
    width: min(100%, 18.75rem);
  }
}
@media screen and (max-width: 768px) {
  .p_interview-child__interview .interview .appearance__portrait {
    width: 100%;
  }
}
.p_interview-child__interview .interview .appearance__portrait img,
.p_interview-child__interview .interview .appearance__portrait source {
  border-radius: 0.75rem;
}/*# sourceMappingURL=interview-child.css.map */