@charset "UTF-8";
/* **********************************
* BASE
* **********************************/
/* **********************************
* BREAK POINT
* **********************************/
/* **********************************
* COLOR
* **********************************/
/* **********************************
* GRADIENT
* **********************************/
/* **********************************
* TEXT
* **********************************/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath li:last-child::after {
  content: none;
}

.l-lowerCaption {
  height: 16.666666rem;
  background-image: url(/recruit/inc/image/common/bg-wave.svg);
  background-repeat: no-repeat;
  background-position: 30.266666rem calc(100% + 1px);
  background-size: 79.866666rem auto;
  overflow: hidden;
  padding-inline: 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption {
    height: 17.8rem;
    background-position: calc(100% + 22.230999rem) calc(100% + 1px);
    background-size: 69.252933rem auto;
    padding-inline: 2.694666rem;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 11.866666rem;
    background-position: calc(100% + 11rem) calc(100% + 1px);
    background-size: 34.266666rem auto;
    padding-inline: 1.333333rem;
  }
}
.l-lowerCaption__title {
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
  color: #0041b4;
  line-height: 1;
}
.l-lowerCaption__title-main {
  font-weight: 700;
  font-size: 2.666666rem;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title-main {
    font-size: 1.866666rem;
  }
}
.l-lowerCaption__title-sub {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title {
    width: 100%;
  }
}

#interview {
  /* ==========================================================================
   Project: Interview Page
   ========================================================================== */
  /* ----------------------------------------------------------------
   Intro Section
  ---------------------------------------------------------------- */
  /* ----------------------------------------------------------------
   Questions Section
  ---------------------------------------------------------------- */
  /* ----------------------------------------------------------------
   Schedule Section
   ※ 縦型タイムライン
  ---------------------------------------------------------------- */
  /* ----------------------------------------------------------------
   Members Section (Other Interviews)
  ---------------------------------------------------------------- */
}
#interview .p-interview {
  width: 100%;
  padding-top: 5.333333rem;
  padding-bottom: 1.333333rem;
}
#interview .p-interview__inner {
  max-width: 69.333333rem;
}
#interview .p-interview__section {
  margin-bottom: 4rem;
}
#interview .p-interview__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #interview .p-interview__section {
    margin-bottom: 2.666666rem;
  }
}
#interview .p-intro__image {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  #interview .p-intro__image {
    margin-bottom: 2.666666rem;
  }
}#interview .p-intro__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #f2f2f2;
  border-radius: 0.666666rem;
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  #interview .p-intro__profile {
    padding: 0.666666rem;
    padding-top: 2rem;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.333333rem;
  }
}
#interview .p-intro__header {
  font-size: 1rem;
}
#interview .p-intro__year {
  margin-bottom: 0.4rem;
}
#interview .p-intro__name {
  display: block;
  font-weight: 700;
  font-size: 2.666666rem;
  color: #0041b4;
  line-height: 1.2;
  margin-bottom: 0.333333rem;
}
@media screen and (max-width: 960px) {
  #interview .p-intro__name {
    font-size: 1.866666rem;
  }
}
#interview .p-intro__dept {
  display: block;
  font-size: 0.933333rem;
  font-weight: 500;
  color: #333;
}
#interview .p-intro__text {
  -ms-flex: 0 1 40em;
      flex: 0 1 40em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #interview .p-intro__text {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
#interview .p-question {
  margin-bottom: 2.533333rem;
}
#interview .p-question:last-child {
  margin-bottom: 0;
}
#interview .p-question__head {
  margin-bottom: 1.333333rem;
}
#interview .p-question__label {
  margin-bottom: 0.333333rem;
}
#interview .p-question__title {
  display: block;
  font-weight: 700;
  font-size: 2.666666rem;
  color: #0041b4;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  #interview .p-question__title {
    font-size: 1.733333rem;
  }
}
#interview .p-question__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  #interview .p-question__body {
    gap: 1rem;
  }
}
#interview .p-question__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#interview .p-question__icon-img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #interview .p-question__icon-img {
    width: 4.666666rem;
    height: 4.666666rem;
  }
}
#interview .p-question__icon-caption {
  font-size: 0.933333rem;
  font-weight: 700;
  color: #0041b4;
  text-align: center;
}
#interview .p-question__answer {
  -ms-flex: 1;
      flex: 1;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
#interview .p-schedule__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  #interview .p-schedule__title {
    font-size: 1.333333rem;
  }
}
#interview .p-schedule__image {
  margin-bottom: 2.666666rem;
}
#interview .p-schedule__list {
  max-width: 41.333333rem;
  margin: auto;
}
#interview .p-schedule__item {
  padding-bottom: 3.333333rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
}
@media screen and (max-width: 960px) {
  #interview .p-schedule__item {
    padding-bottom: 1.333333rem;
    display: block;
  }
}
#interview .p-schedule__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.066666rem;
  height: 100%;
  background: #000;
  left: 0.533333rem;
  top: 0.533333rem;
}
#interview .p-schedule__item:last-child {
  padding-bottom: 0;
}
#interview .p-schedule__item:last-child::before {
  content: normal;
}
#interview .p-schedule__head {
  -ms-flex: 0 0 14.4rem;
      flex: 0 0 14.4rem;
  position: relative;
  padding-left: 1.933333rem;
  font-weight: 700;
  font-size: 1.266666rem;
  color: #0041b4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 0.6rem;
}
@media screen and (max-width: 960px) {
  #interview .p-schedule__head {
    margin-bottom: 0.4rem;
  }
}
#interview .p-schedule__head::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.133333rem;
  height: 1.133333rem;
  background-color: #00a9e0;
  border-radius: 50%;
}
#interview .p-schedule__desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #interview .p-schedule__desc {
    padding-left: 1.933333rem;
  }
}
#interview .p-members__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  #interview .p-members__title {
    font-size: 1.333333rem;
  }
}
#interview .p-members__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #interview .p-members__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.333333rem;
  }
}
#interview .p-members__item {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 960px) {
  #interview .p-members__item {
    width: 100%;
    max-width: 25.333333rem;
  }
}
#interview .p-members__card {
  max-width: 100%;
}
/*# sourceMappingURL=../_map/project/interview.css.map */
