/* 座談会／高卒向け
=========================================================================
=========================================================================*/
/* Page title
-----------------------------------------------------------*/
.page_title {
  overflow: hidden;
  position: relative;
  padding: 100px 0 48px;
  background-color: rgba(238, 238, 238, .65);
}

.page_title .inner {
  margin: 0 auto;
  max-width: 1164px;
}

.page_title .inner .layout {
  position: relative;
}

.page_title .inner picture {
  display: block;
  overflow: hidden !important;
  margin-bottom: 46px;
  border-radius: 32px;
}

.page_title .inner .alphabet {
  position: absolute;
  top: calc(-71 / 430 * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1032px;
  width: calc(1032 / 1164 * 100%);
}

.page_title .inner h1 {
  position: absolute;
  bottom: calc(-21 / 430 * 100%);
  left: calc(50 / 1164 * 100%);
  max-width: 732px;
  width: calc(732 / 1164 * 100%);
}

.page_title p {
  text-align: center;
}

/* Cast
-----------------------------------------------------------*/
.cast {
  overflow: hidden;
  position: relative;
  padding: 60px 0 110px;
  background-color: #EBECE8;
}

@media screen and (max-width:1046px) {
  .cast {
    padding: 60px 15px 110px;
  }
}

.cast h2 {
  margin: 0 auto 32px;
  width: 125px;
}

.cast ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1016px;
}

.cast ul li {
  width: calc(210 / 1016 * 100%);
}

.cast ul li figure>img {
  margin: 0 auto 10px;
}

.cast ul li figcaption img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: 27px;
}

.cast ul li figcaption p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}

/* Talk
-----------------------------------------------------------*/
.talk {
  overflow: hidden;
  position: relative;
  padding: 120px 0 0;
}

.talk .headline {
  margin: 0 auto 42px;
  max-width: 525px;
}

.talk .headline.start {
  max-width: 654px;
}

.talk .subtitle {
  position: relative;
  margin: 0 auto;
  max-width: 1202px;
}

@media screen and (max-width:1232px) {
  .talk .subtitle {
    padding: 0 15px;
  }
}

.talk .subtitle  picture {
  overflow: hidden !important;
  display: block;
  border-radius: 32px;
}

.talk .subtitle h2 {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 600;
  font-size: 39px;
  text-align: center;
}

@media screen and (max-width:1202px) {
  .talk .subtitle h2 {
    font-size: calc(39 / 1202 * 100vw);
  }
}

.talk .subtitle h2 .highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.talk .subtitle h2 .highlight-bg {
  position: absolute;
  bottom: -0.4em;
  left: 0;
  width: 0;
  height: 0.9em;
  background-color: rgba(118, 188, 255, .8);
  z-index: -1;
  transform-origin: left center;
}

.talk .subtitle h2.q01::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 151px;
  height: 50px;
  background: url(../images/special/discussion02/talk01_subtitle.png?20251019) no-repeat;
  background-size: contain;
}

.talk .subtitle h2.q02::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 155px;
  height: 50px;
  background: url(../images/special/discussion02/talk02_subtitle.png?20251019) no-repeat;
  background-size: contain;
}

.talk .subtitle h2.q03::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 156px;
  height: 50px;
  background: url(../images/special/discussion02/talk03_subtitle.png?20251019) no-repeat;
  background-size: contain;
}
/* トーク内容 */
.talk .content {
  margin: 80px auto 60px;
  max-width: 947px;
}

@media screen and (max-width:977px) {
  .talk .content {
    padding: 0 15px;
  }
}

.talk .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 0;
}

.talk .content ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.talk .content ul li picture {
  width: calc(70 / 947 * 100%);
}

.talk .content ul li p {
  width: calc(810 / 947 * 100%);
  font-size: 18px;
  line-height: 1.8em;
}
/* ANSWER */
.talk .answer {
  padding: 40px 0 40px;
}

.talk.section01 .answer {
  background: linear-gradient(to bottom, transparent 52px, #A39778 52px);
}

.talk.section02 .answer {
  background: linear-gradient(to bottom, transparent 52px, #DBB9CD 52px);
}

.talk.section03 .answer {
  background: linear-gradient(to bottom, transparent 52px, #6894D3 52px);
}

.talk .answer figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 947px;
}

@media screen and (max-width:977px) {
  .talk .answer figure {
    padding: 0 15px;
  }
}

.talk .answer figure img {
  width: calc(388 / 947 * 100%);
}

.talk .answer figure figcaption {
  width: calc(504 / 947 * 100%);
  padding-top: 52px;
  font-size: 20px;
  line-height: 1.5em;
  color: #FFF;
}

@media screen and (max-width:1202px) {
  .talk .answer figure figcaption {
    font-size: calc(20 / 1202 * 100vw);
  }
}

.talk .answer figure figcaption strong {
  display: block;
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1.3em;
}

@media screen and (max-width:1202px) {
  .talk .answer figure figcaption strong {
    font-size: calc(36 / 1202 * 100vw);
  }
}

/* ワンポイントコラム */
.talk .column {
  padding: 0 15px;
}

.talk .column figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 64px;
  max-width: 938px;
  outline: 12px solid #DAE29B;
  outline-offset: -12px;
  border-radius: 30px;
}

.talk .column figure img {
  width: calc(203 / 810 * 100%);
}

.talk .column figure figcaption {
  width: calc(560 / 810 * 100%);
  font-weight: 600;
  font-size: 18px;
}

/* Message
-----------------------------------------------------------*/
.message {
  margin-top: 80px;
  padding: 109px 15px 105px;
  background: linear-gradient(67.5deg, #B9E5FF, #EEECCD);
}

.message h2 {
  margin: 0 auto 50px;
  max-width: 469px;
}

.message ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1016px;
}

.message ul li {
  width: calc(210 / 1016 * 100%);
}

.message ul li figure img {
  margin: 0 auto 20px;
}

.message ul li figcaption {
  font-size: 14px;
  line-height: 1.5em;
}

/* Banner
-----------------------------------------------------------*/
.banner {
  padding: 70px 15px;
  background: linear-gradient(#E5EDF9, #FFF);
}

.banner a {
  display: block;
  margin: 0 auto;
  max-width: 924px;
  transition: 0.6s;
}

@media(hover: hover) {
  .banner a:hover {
    transform: scale(1.025, 1.025);
    opacity: .9;
  }
}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
  /* Page title
  -----------------------------------------------------------*/
  .page_title {
    padding: 0 0 36px;
  }

  .page_title .inner picture {
    margin-bottom: 37px;
    border-radius: 0;
  }

  .page_title .inner .alphabet {
    top: 23px;
    width: calc(349 / 390 * 100%);
  }

  .page_title .inner h1 {
    position: absolute;
    bottom: -15px;
    left: 15px;
    width: calc(361 / 390 * 100%);
  }

  .page_title p {
    padding: 0 20px;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
  }

  /* Cast
  -----------------------------------------------------------*/
  .cast {
    padding: 52px 15px;
  }

  .cast h2 {
    width: 95px;
  }

  .cast ul {
    gap: 33px 0;
  }

  .cast ul li {
    width: 100%;
  }

  .cast ul li figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .cast ul li figure>img {
    margin: 0;
    max-width: 124px;
  }

  .cast ul li figcaption {
    width: calc(203 / 360 * 100%);
  }

  .cast ul li figcaption img {
    margin: 0 0 20px 0;
    width: auto;
    height: 24px;
  }

  .cast ul li figcaption p {
    font-size: 13px;
  }

  /* Talk
  -----------------------------------------------------------*/
  .talk {
    padding: 65px 0 0;
  }

  .talk .headline {
    margin: 0 auto 23px;
    max-width: 265px;
  }

  .talk .headline.start {
    max-width: 332px;
  }

  .talk .subtitle picture {
    width: calc(523 / 390 * 100%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }

  .talk .subtitle h2 {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 1.5em;
  }

  .talk .subtitle h2 .highlight-bg {
    bottom: 0;
    height: 0.7em;
  }

  .talk .subtitle h2.q01::before {
    top: -34px;
    width: 63px;
    height: 30px;
  }

  .talk .subtitle h2.q02::before {
    top: -34px;
    width: 65px;
    height: 30px;
  }

  .talk .subtitle h2.q03::before {
    top: -34px;
    width: 65px;
    height: 30px;
  }

  /* トーク内容 */
  .talk .content {
    margin: 45px auto 40px;
    padding: 0 15px;
  }

  .talk .content ul {
    gap: 40px 0;
  }

  .talk .content ul li picture {
    width: calc(62 / 360 * 100%);
  }

  .talk .content ul li p {
    width: calc(280 / 360 * 100%);
    font-size: 14px;
    line-height: 1.7em;
  }

  /* ANSWER */
  .talk .answer {
    padding: 0 15px 40px;
  }

  .talk.section01 .answer {
    background: linear-gradient(to bottom, transparent 60px, #A39778 60px);
  }

  .talk.section02 .answer {
    background: linear-gradient(to bottom, transparent 60px, #DBB9CD 60px);
  }

  .talk.section03 .answer {
    background: linear-gradient(to bottom, transparent 60px, #6894D3 60px);
  }

  .talk .answer figure img {
    display: block;
    margin: 0 auto;
    width: 222px;
  }

  .talk .answer figure figcaption {
    width: 100%;
    padding-top: 25px;
    font-size: 15px;
  }

  .talk .answer figure figcaption strong {
    font-size: 24px;
  }

  /* ワンポイントコラム */
  .talk .column {
    padding: 48px 15px 32px;
  }

  .talk .column figure {
    padding: 42px;
    outline: 8px solid #DAE29B;
    border-radius: 20px;
  }

  .talk .column figure img {
    display: block;
    margin: 0 auto 30px;
    width: 203px;
  }

  .talk .column figure figcaption {
    width: 100%;
    font-size: 16px;
  }

  /* Message
  -----------------------------------------------------------*/
  .message {
    padding: 80px 15px;
    background: linear-gradient(100deg, #B9E5FF, #EEECCD);
  }

  .message h2 {
    margin: 0 auto 30px;
    max-width: 224px;
  }

  .message ul {
    gap: 40px 0;
  }

  .message ul li {
    padding: 0 20px;
    width: 100%;
  }

  .message ul li figure img {
    display: block;
    margin: 0 auto 20px;
    width: 210px;
  }

  /* Banner
  -----------------------------------------------------------*/
  .banner {
    padding: 60px 15px;
  }

  .banner a {
    max-width: 352px;
  }

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {
  /* Talk
  -----------------------------------------------------------*/
  .talk .subtitle h2 {
    font-size: calc(22 / 390 * 100vw);
  }
}
