@charset "UTF-8";
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.interview-title-wrap {
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  background: no-repeat center right;
  background-size: contain;
}
@media screen and (max-width: 991.98px) {
  .interview-title-wrap {
    height: 49vw;
  }
}
@media screen and (max-width: 767.98px) {
  .interview-title-wrap {
    height: auto;
    background-position: center top;
    padding-top: 54vw;
  }
}
.interview-title-wrap .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.interview-title-wrap .container .text {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .interview-title-wrap .container .text {
    align-self: flex-end;
    margin-bottom: 5rem;
    mix-blend-mode: multiply;
  }
}
.interview-title-wrap .container .text .catch {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .interview-title-wrap .container .text .catch {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .interview-title-wrap .container .text .catch {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .interview-title-wrap .container .text .catch {
    font-size: 2.7rem;
  }
}

/*----------------------------------------------------
  インタビュー
----------------------------------------------------*/
.marker {
  background: linear-gradient(transparent 70%, #FFC916 70%);
}

.interview-block {
  display: flex;
  flex-wrap: wrap;
  margin: 8rem 0;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .interview-block {
    margin: 5rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .interview-block:first-child {
    margin-top: 3rem;
  }
}
.interview-block .text {
  width: 50%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .interview-block .text {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.interview-block .text p {
  line-height: 2.2;
}
.interview-block .text ol {
  margin-top: 1em;
}
.interview-block .text ol li {
  margin-bottom: 1em;
}
.interview-block .text:first-child {
  padding-right: 2.5rem;
}
.interview-block .text:last-child {
  padding-left: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .interview-block .text:last-child {
    margin-top: 4rem !important;
  }
}
.interview-block .image {
  flex: 1;
  padding-left: 2.5rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  max-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .interview-block .image {
    flex: auto;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.interview-block .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .interview-block .image img {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
  }
}
.interview-block.order-smp {
  justify-content: flex-end;
}
.interview-block.order-smp .text {
  padding-right: 0;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .interview-block.order-smp .text {
    order: 1;
  }
}
.interview-block.order-smp .image {
  padding-left: 0;
  padding-right: 2.5rem;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .interview-block.order-smp .image {
    order: 2;
  }
}

/*----------------------------------------------------
  スケジュール
----------------------------------------------------*/
.schedule-block {
  margin-bottom: 10rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.05);
}
.schedule-block .schedule-title {
  font-size: 2.4rem;
  text-align: center;
  background-color: #6ecfe2;
  padding: 1.5rem;
  color: #fff;
  background-color: #c8f6ff;
  color: #007b94;
}
@media screen and (max-width: 767.98px) {
  .schedule-block .schedule-title {
    font-size: 2rem;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .schedule-block .schedule-title {
    font-size: 1.8rem;
  }
}
.schedule-block ul.schedule-list {
  list-style: none;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767.98px) {
  .schedule-block ul.schedule-list {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .schedule-block ul.schedule-list {
    padding: 2rem 3rem;
  }
}
.schedule-block ul.schedule-list > li {
  position: relative;
  padding-bottom: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .schedule-block ul.schedule-list > li {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .schedule-block ul.schedule-list > li {
    font-size: 1.4rem;
  }
}
.schedule-block ul.schedule-list > li:last-child {
  padding-bottom: 0;
}
.schedule-block ul.schedule-list > li:first-child span.point {
  margin-top: 3px;
}
.schedule-block ul.schedule-list > li:first-child span.point > span {
  margin-top: 0;
}
.schedule-block ul.schedule-list > li span.time {
  width: 4em;
  float: left;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  color: #092A4D;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .schedule-block ul.schedule-list > li span.time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .schedule-block ul.schedule-list > li span.time {
    font-size: 1.4rem;
  }
}
.schedule-block ul.schedule-list > li span.point {
  display: inline-block;
  height: 100%;
  width: 2px;
  position: absolute;
  z-index: 1;
  left: calc(6em + 1px);
  background-color: #ddd;
}
@media screen and (max-width: 767.98px) {
  .schedule-block ul.schedule-list > li span.point {
    left: calc(5em + 1px);
  }
}
.schedule-block ul.schedule-list > li span.point > span {
  display: inline-block;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #FFC916;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  margin-left: calc(-0.7em + 1px);
  margin-top: 3px;
}
.schedule-block ul.schedule-list > li .box {
  padding-left: 8em;
}
@media screen and (max-width: 767.98px) {
  .schedule-block ul.schedule-list > li .box {
    padding-left: 6.5em;
  }
}
.schedule-block ul.schedule-list > li .box p {
  margin-bottom: 1rem;
}
.schedule-block ul.schedule-list > li .box ul {
  list-style: none;
  padding-left: 0;
}
.schedule-block ul.schedule-list > li .box ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}
.schedule-block ul.schedule-list > li .box ul li:last-child {
  margin-bottom: 0;
}
.schedule-block ul.schedule-list > li .box ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0.5em;
}/*# sourceMappingURL=interview.css.map */