@charset "UTF-8";
/* ==========================================================================//
//
// インタビュー 子ページ
//
// ========================================================================== */
/* ページカラー
---------------------------------------------------------- */
body.interview01 {
  --page_color: #0068B6;
}
body.interview02 {
  --page_color: #FCCF00;
}
body.interview02 .profile {
  color: #222222;
}
body.interview02 .profile::before {
  opacity: 0.2;
}
body.interview03 {
  --page_color: #E3007F;
}

/* page_body
---------------------------------------------------------- */
.page_body {
  overflow: hidden;
  padding: 130px 0 56px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding: 200px 0 100px;
  }
}

/* profile
---------------------------------------------------------- */
.profile {
  position: relative;
  color: #fff;
  background-color: var(--page_color);
  padding-top: 105px;
  padding-bottom: 30px;
}
@media all and (max-width: 750px) {
  .profile {
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
}
@media all and (min-width: 751px) {
  .profile {
    padding: 132px 80px 60px;
  }
}
.profile::before {
  position: absolute;
  content: "PROFILE";
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 25.86vw;
  opacity: 0.08;
  top: -0.21em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 751px) {
  .profile::before {
    font-size: 18.64vw;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .profile::before {
    font-size: 22vw;
  }
}
@media all and (min-width: 1401px) {
  .profile::before {
    font-size: 261px;
  }
}
.profile .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--page_color);
  border-radius: 50%;
  border: 4px solid #fff;
  aspect-ratio: 1;
  width: 150px;
}
@media all and (min-width: 751px) {
  .profile .image {
    width: 200px;
  }
}
.profile .position {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0.4em;
}
@media all and (min-width: 751px) {
  .profile .position {
    font-size: 20px;
  }
}
.profile .name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  .profile .name {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.profile .tx {
  line-height: 1.69;
}
@media all and (min-width: 751px) {
  .profile .tx {
    line-height: 2;
  }
}

/* contents
---------------------------------------------------------- */
.contents {
  margin-top: 56px;
}
@media all and (min-width: 751px) {
  .contents {
    margin-top: 80px;
  }
}
.contents section {
  margin-bottom: 56px;
}
@media all and (min-width: 751px) {
  .contents section {
    margin-bottom: 80px;
  }
}
.contents section .texts {
  position: relative;
  background-color: #fff;
  padding: 24px;
}
@media all and (max-width: 750px) {
  .contents section .texts {
    margin-top: -30px;
  }
}
@media all and (min-width: 751px) {
  .contents section .texts {
    padding: 40px;
  }
}
.contents section .texts .head {
  color: var(--page_color);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  .contents section .texts .head {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .contents section .texts .head {
    font-size: 18px;
  }
}
.contents section .texts p {
  line-height: 1.69;
}
@media all and (min-width: 1001px) {
  .contents section .texts p {
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  .contents section:nth-child(1), .contents section:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 150px;
  }
}
.contents section:nth-child(1) .image, .contents section:nth-child(4) .image {
  margin-left: calc(50% - 50vw);
  border: 8px solid var(--page_color);
  border-left: none;
}
@media all and (min-width: 751px) {
  .contents section:nth-child(1) .image, .contents section:nth-child(4) .image {
    border-width: 16px;
    width: 50vw;
  }
}
@media all and (min-width: 751px) {
  .contents section:nth-child(1) .texts, .contents section:nth-child(4) .texts {
    width: 56%;
    margin-top: 140px;
    margin-left: -64px;
  }
}
.contents section:nth-child(2) .image {
  margin-inline: calc(50% - 50vw);
  border-top: 8px solid var(--page_color);
  border-bottom: 8px solid var(--page_color);
}
@media all and (min-width: 751px) {
  .contents section:nth-child(2) .image {
    border-width: 16px;
  }
}
@media all and (min-width: 751px) {
  .contents section:nth-child(2) .texts {
    margin-top: -64px;
  }
}
@media all and (min-width: 751px) {
  .contents section:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 150px;
  }
}
.contents section:nth-child(3) .image {
  margin-right: calc(50% - 50vw);
  border: 8px solid var(--page_color);
  border-right: none;
}
@media all and (min-width: 751px) {
  .contents section:nth-child(3) .image {
    border-width: 16px;
    width: 50vw;
  }
}
@media all and (min-width: 751px) {
  .contents section:nth-child(3) .texts {
    width: 56%;
    margin-top: 140px;
    margin-right: -64px;
  }
}