@charset "utf-8";

/*
  File Name   : interview.css
  Description : コンテンツエリア関係 他
*/

/* section-interview
============================================================ */
.interview-fv {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-top: 55px;
}
.interview-fv__body {
}
.interview-fv__title {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.55;
  white-space: nowrap;
}
.interview-fv__title span {
  display: inline-block;
}
.interview-fv__name {
  margin-top: 43px;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.15;
}
.interview-fv__deptyear {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.25;
}
.interview-fv__deptyear span {
  display: inline-block;
}
.interview-fv__join {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.25;
}
.interview-fv__join span {
  display: inline-block;
}
.interview-fv__photo {
}
.interview-fv__photo__img {
  width: 100%;
  max-width: 610px;
  height: auto;
  aspect-ratio: 1220/915;
}
.interview-profile {
  margin-top: 55px;
}
.interview-profile__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
}
.interview-profile__body {
  margin-top: 20px;
  padding: 20px 25px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 1.95;
}
.interview-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  margin-top: 55px;
}
.interview-content + .interview-content {
  margin-top: 55px;
}
.interview-content__body {
  width: calc(100% - 40.74% - 40px);
}
.interview-content.-text-right .interview-content__body {
  order: 2;
}
.interview-content__subtitle {
  margin-top: -1px;
  color: #0042a3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 1.25;
}
.interview-content__subtitle span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.interview-content__subtitle span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-color: #fff;
}
.interview-content__subtitle span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 160px;
  height: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid #0042a3;
}
.interview-content__subtitle b {
  position: relative;
  z-index: 2;
}
.interview-content__title {
  margin-top: 10px;
  color: #0042a3;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.5;
}
.interview-content__title span {
  display: inline-block;
}
.interview-content__text {
  margin-top: 18px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
}
.interview-content__text p {
  font-weight: bold;
  text-indent: 1em;
}
.interview-content__photo {
  width: 40.74%;
}
.interview-content.-text-right .interview-content__photo {
  order: 1;
}
.interview-content__photo__img {
  width: 100%;
  max-width: 440px;
  height: auto;
  aspect-ratio: 880/760;
}
.interview-content__photo__img.-aspect-ratio2 {
  aspect-ratio: 880/664;
}
.interview-reflections {
  position: relative;
  margin-top: 140px;
}
.interview-reflections__inner {
  padding: 45px 60px 50px;
  background-color: rgba(0, 66, 163, 0.12);
}
.interview-reflections::before,
.interview-reflections::after,
.interview-reflections__inner::before,
.interview-reflections__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 32px solid transparent;
  border-bottom: 32px solid #fff;
  border-left: 32px solid transparent;
  border-style: solid;
}
.interview-reflections::before {
  top: -6px;
  left: -21px;
  transform: rotate(315deg);
}
.interview-reflections::after {
  top: -6px;
  right: -21px;
  transform: rotate(45deg);
}
.interview-reflections__inner::before {
  bottom: -6px;
  left: -21px;
  transform: rotate(225deg);
}
.interview-reflections__inner::after {
  right: -21px;
  bottom: -6px;
  transform: rotate(135deg);
}
.interview-reflections__subtitle {
  position: absolute;
  z-index: 2;
  top: -23px;
  left: 70px;
  width: 100%;
  max-width: 250px;
  padding: 13px 20px;
  background-color: rgba(0, 66, 163, 0.12);
  color: #0042a3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}
.interview-reflections__subtitle span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.interview-reflections__subtitle span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 100%;
  width: 50px;
  height: 0;
  transform: translateY(-50%);
  border-bottom: 1px solid #0042a3;
}
.interview-reflections__title {
  color: #0042a3;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.25;
}
.interview-reflections__title span {
  display: inline-block;
}
.interview-reflections__body {
  margin-top: 23px;
  color: #0042a3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.8;
  text-align: justify;
}
.interview-reflections__body p {
  font-weight: bold;
  text-indent: 1em;
}
.interview-staffs {
  margin-top: 140px;
  padding-top: 135px;
  border-top: 1px solid #0042a3;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
  .interview-fv__title {
    font-size: 29px;
  }
  .interview-fv__name {
    font-size: 31px;
  }
  .interview-fv__deptyear {
    font-size: 18px;
  }
  .interview-fv__join {
    font-size: 18px;
  }
  .interview-profile__title {
    font-size: 13px;
  }
  .interview-profile__body {
    font-size: 13px;
  }
  .interview-content__subtitle {
    font-size: 14px;
  }
  .interview-content__title {
    font-size: 20px;
  }
  .interview-content__text {
    font-size: 13px;
  }
  .interview-reflections__subtitle {
    font-size: 14px;
  }
  .interview-reflections__title {
    font-size: 21px;
  }
  .interview-reflections__body {
    font-size: 14px;
  }
}
@media screen and (max-width: 811px) {
  .section-interview {
    overflow: hidden;
  }
  .interview-fv {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .interview-fv__body {
    order: 2;
  }
  .interview-fv__title {
    font-size: 18px;
    white-space: inherit;
  }
  .interview-fv__name {
    margin-top: 27px;
    font-size: 21px;
  }
  .interview-fv__deptyear {
    margin-top: 15px;
    font-size: 14px;
  }
  .interview-fv__join {
    margin-top: 5px;
    font-size: 14px;
  }
  .interview-fv__photo {
    order: 1;
  }
  .interview-fv__photo__img {
    width: calc(100% + 10px);
    max-width: inherit;
    margin-left: -20px;
  }
  .interview-profile {
    margin-top: 35px;
  }
  .interview-profile__body {
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.85;
  }
  .interview-content {
    display: block;
    margin-top: 65px;
  }
  .interview-content + .interview-content {
    margin-top: 55px;
  }
  .interview-content__body {
    width: 100%;
  }
  .interview-content__subtitle {
    margin-top: 0;
    font-size: 15px;
  }
  .interview-content__subtitle span::after {
    width: 180px;
  }
  .interview-content__title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.45;
  }
  .interview-content__text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.85;
  }
  .interview-content__photo {
    width: 100%;
    margin-top: 20px;
  }
  .interview-content__photo__img {
    max-width: inherit;
  }
  .interview-reflections {
    margin-top: 85px;
  }
  .interview-reflections__inner {
    padding: 50px 20px 40px;
  }
  .interview-reflections::before,
  .interview-reflections::after,
  .interview-reflections__inner::before,
  .interview-reflections__inner::after {
    border-right-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 23px;
  }
  .interview-reflections__subtitle {
    top: -22px;
    left: 50%;
    padding: 13px 20px;
    transform: translateX(-50%);
    font-size: 15px;
  }
  .interview-reflections__title {
    letter-spacing: 0.9px;
    line-height: 1.55;
  }
  .interview-reflections__body {
    margin-top: 13px;
    line-height: 1.85;
  }
  .interview-staffs {
    margin-top: 60px;
    padding-top: 50px;
  }
}
