@charset "UTF-8";
/*------ background --------*/
/*------ parts --------*/
@media (prefers-reduced-motion: reduce) {
  .hero-img {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%; /*16px/62.5%=10px*/
  background-color: #F8F5F0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 20px 20px; /* 格子の間隔 */
}

body {
  color: #2C3E50;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  body {
    width: 400px;
    margin: 0 auto;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1C2833;
  text-decoration: none;
}

p {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.008em;
  line-height: 1.6;
}

/*-------- Utility --------*/
.fstview {
  background-color: #F8F5F0;
  margin-top: -57px;
}
@media (min-width: 768px) {
  .fstview {
    height: auto;
  }
}

.accent {
  color: #dc6e52;
  font-weight: 700;
}

.bgcolor {
  background-color: #F8F5F0;
}

.section {
  padding: 40px 0;
}

.header {
  position: sticky;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  padding: 8px 24px 8px 12px;
  z-index: 1;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.header-wht {
  background-color: #fff;
}
.header-logo {
  width: 140px;
}
.header-menubtn {
  font-size: 2.8rem;
  color: #2C3E50;
}
.header-menubtn:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c9";
  font-weight: 900;
}
.header-cta {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #dc6e52;
  border: solid 1px #fff;
  padding: 12px 16px;
  border-radius: 50px;
}
.header-mainpara {
  margin-bottom: 40px;
}
.header-mainpara h1 {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.008em;
  line-height: 1.6;
  margin-bottom: 24px;
}
.header-mainpara span {
  color: #dc6e52;
  font-weight: 700;
}
.header-scrolltext {
  font-size: 1rem;
  font-weight: 500;
}
.header-scrollicon {
  font-size: 3.2rem;
  -webkit-animation: hop 3s infinite;
          animation: hop 3s infinite;
}
.header-scrollicon:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 200;
}

@-webkit-keyframes hop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.footer {
  background-color: #F8F5F0;
  padding: 80px 24px 32px;
}
.footer-about {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 32px;
}
.footer-company {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 24px;
}
.footer-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 128px 1fr;
  grid-template-columns: 128px 1fr;
  -webkit-box-align: first;
      -ms-flex-align: first;
          align-items: first;
  font-size: 1.4rem;
  border-bottom: solid 1px #2C3E50;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.footer-dl dt, .footer-dl dd {
  line-height: 1.5;
}
.footer-copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 80px;
}

.footer-nav {
  margin-bottom: 32px;
}
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
}
.footer-nav-list li {
  margin: 0;
  font-size: 1.4rem;
}

.column-index-list {
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.column-index-list li {
  margin-bottom: 12px;
}
.column-index-list a {
  text-decoration: underline;
}

/* ----- トップページ専用フッター（CTAボタン系トーンより一段暗め #b8543f） ----- */
.footer.footer--top {
  background-color: #b8543f;
  color: #fff;
  padding: 48px 24px 40px;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.footer-top-inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.footer-top-nav {
  margin-bottom: 0;
}
.footer-top-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top-nav-list li {
  margin: 0;
}
.footer-top-nav-link {
  display: inline;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.footer-top-nav-link:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.footer-top-company {
  margin-top: 28px;
  text-align: center;
}
.footer-top-company .footer-top-dl {
  margin-top: 0;
}
.footer-top-dl {
  margin: 0 auto;
  max-width: 28em;
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.008em;
  color: rgba(255, 255, 255, 0.94);
  text-align: left;
}
.footer-top-dl-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7em 1fr;
  grid-template-columns: 7em 1fr;
  gap: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top-dl-row:first-of-type {
  padding-top: 2px;
}
.footer-top-dl-row:last-of-type {
  border-bottom: none;
  padding-bottom: 6px;
}
.footer-top-dl dt {
  margin: 0;
  padding-top: 2px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.footer-top-dl dd {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.96);
}
.footer-top-copyright {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}

.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.hero-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  max-width: none !important;
  height: auto !important;
  display: block;
}
.hero-img.active {
  opacity: 1;
}
.hero-catch1 {
  position: absolute;
  bottom: 182px;
  left: 24px;
  color: #2C3E50;
  background-color: #F8F5F0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0 4px;
}
.hero-catch2 {
  position: absolute;
  bottom: 134px;
  left: 24px;
  color: #2C3E50;
  background-color: #F8F5F0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0 4px;
}
.hero-subcatch1 {
  position: absolute;
  bottom: 88px;
  left: 24px;
  color: #2C3E50;
  color: #F8F5F0;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: solid 1px #F8F5F0;
}
.hero-subcatch2 {
  position: absolute;
  bottom: 60px;
  left: 24px;
  color: #2C3E50;
  color: #F8F5F0;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: solid 1px #F8F5F0;
}
.hero-subcatch3 {
  position: absolute;
  bottom: 32px;
  left: 24px;
  color: #2C3E50;
  color: #F8F5F0;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: solid 1px #F8F5F0;
}

.nav {
  display: none;
}

.cta {
  padding: 24px 0;
}
.cta-fstview {
  text-align: center;
  padding: 32px 0 16px;
}
.cta-btn1 {
  display: block;
  width: 200px;
  color: #fff;
  font-weight: 500;
  background-color: #dc6e52;
  border: solid 2px #fff;
  border-radius: 40px;
  text-align: center;
  padding: 16px;
  margin: 0 auto;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-btn1:hover {
  color: #fff;
  background-color: #2C3E50;
}
.cta-area {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 62, 80, 0.5)), to(rgba(44, 62, 80, 0.5))), url("../img/ctaimg.jpg");
  background-image: linear-gradient(rgba(44, 62, 80, 0.5), rgba(44, 62, 80, 0.5)), url("../img/ctaimg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  width: 100%;
  height: 160px;
}
.cta-footer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 240px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  border: solid 2px #fff;
  background-color: #dc6e52;
  border-radius: 200px;
  padding: 16px;
  margin: 0 auto;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-footer a {
  color: #fff;
}
.cta-footer:hover {
  background-color: initial;
}
.cta-caution {
  font-size: 1.1rem;
  text-align: center;
  background-color: #F8F5F0;
  padding: 8px 16px 56px;
}

.qa {
  background-color: #F8F5F0;
  text-align: center;
  padding: 56px 16px;
}
.qa-deco {
  color: #dc6e52;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.qa-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.qa-title:after {
  font-family: "Font Awesome 6 Pro";
  content: "\e14b";
  font-weight: 900;
  margin-left: 8px;
}
.qa-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 12px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
}
.qa-Qarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 8px 1fr 8px 32px;
  grid-template-columns: 32px 1fr 32px;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-Qarea_q {
  font-size: 2.4rem;
  font-weight: 700;
}
.qa-Qarea_para {
  font-size: 1.4rem;
  text-align: left;
}
.qa-toggle_plus {
  color: #dc6e52;
  font-size: 2.8rem;
}
.qa-toggle_plus:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f055";
  font-weight: 900;
}
.qa-toggle_minus {
  color: #dc6e52;
  font-size: 2.8rem;
}
.qa-toggle_minus:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f056";
  font-weight: 900;
}
.qa-Aarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px 8px 1fr;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.qa-Aarea_a {
  font-size: 2.4rem;
  font-weight: 700;
}
.qa-Aarea_para {
  text-align: left;
  font-size: 1.4rem;
}
.qa-link {
  display: block;
  color: #dc6e52;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  padding: 24px 12px 0 0;
}
.qa-link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  margin-left: 5px;
}

.prsnttn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/prsnttnimg.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/prsnttnimg.jpg");
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 56px 16px;
}
.prsnttn-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #dc6e52;
  text-align: center;
  padding: 16px;
}
.prsnttn-ball {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  background-color: #F8F5F0;
  padding: 4px 8px;
  margin: 0 auto 16px;
}

.sltn {
  margin: 64px 16px;
}
.sltn-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.sltn-firstpara {
  text-align: center;
  margin: 0 16px 40px;
}
.sltn-firstpara p {
  margin-bottom: 16px;
}
.sltn-card {
  background-color: #F8F5F0;
  padding: 24px 32px;
  margin-bottom: 40px;
}
.sltn-card_img {
  width: 100%;
}
.sltn-card_title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.sltn-card_title:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e3a3";
  color: #dc6e52;
  font-size: 2.2rem;
  font-weight: 900;
  margin-right: 8px;
}
.prtcpnt {
  padding: 24px;
}
.prtcpnt-deco {
  color: #dc6e52;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.prtcpnt-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}
.prtcpnt-prtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.prtcpnt-prtimg {
  width: 40px;
  height: 40px;
  background-color: #dc6e52;
  border-radius: 50%;
  margin-right: 12px;
}
.prtcpnt-prtname {
  color: #2C3E50;
  font-size: 1.8rem;
  font-weight: 700;
}
.prtcpnt-prtpara {
  margin-bottom: 16px;
}
.prtcpnt-prtvideoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px;
}
.prtcpnt-prtdate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.prtcpnt-prtdate:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 0.6em;
  background: rgba(200, 164, 93, 0.4);
  z-index: -1;
}
.prtcpnt-prtvideo {
  scroll-snap-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.prtcpnt-prtvideo iframe {
  border-radius: 3px;
}
.prtcpnt-prtarrow {
  font-size: 1.6rem;
}
.prtcpnt-prtarrow:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  margin: 4px;
}
.prtcpnt-hashpara {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.prtcpnt-link {
  display: block;
  color: #dc6e52;
  font-weight: 500;
  margin-bottom: 32px;
}
.prtcpnt-link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  font-weight: 900;
  margin-left: 5px;
}

.class {
  background-color: #F8F5F0;
  padding: 64px 16px 16px;
}
.class-deco {
  color: #dc6e52;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.class-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.class-container {
  text-align: center;
}
.class-content {
  margin-bottom: 56px;
}
.class-connumber {
  color: #dc6e52;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 8px;
}
.class-contitle {
  color: #2C3E50;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.class-conpara {
  margin: 0 32px;
}

.fee {
  margin: 72px 16px;
}
.fee-deco {
  color: #dc6e52;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.fee-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
}
.fee-card {
  border-radius: 20px;
  background-color: #F8F5F0;
  padding: 32px;
  margin: 0 24px;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
}
.fee-number {
  color: #dc6e52;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.fee-list {
  font-size: 1.4rem;
  margin-left: 20px;
}
.fee-list li {
  line-height: 1.3;
  margin-bottom: 8px;
}

/* 受講者の声一覧ページ */
.voice-page {
  padding: 24px 24px 80px;
}
.voice-page .prtcpnt-deco {
  margin-bottom: 8px;
}
.voice-page .prtcpnt-title {
  margin-bottom: 24px;
}
.voice-list-lead {
  font-size: 1.4rem;
  color: #2C3E50;
  margin-bottom: 32px;
  line-height: 1.6;
}
.voice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.voice-list-item {
  margin-bottom: 16px;
}
.voice-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F8F5F0;
  border-radius: 10px;
  padding: 20px 24px;
  color: #2C3E50;
  text-decoration: none;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.voice-list-link:hover {
  background-color: #eeeae4;
}
.voice-list-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.voice-list-arrow::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  font-size: 1.6rem;
  color: #dc6e52;
}

/* 受講者詳細ページ（インタビュー） */
.voice-detail-page {
  padding: 24px 24px 80px;
}
.voice-detail-category {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.voice-detail-category a {
  color: #dc6e52;
  font-weight: 700;
  text-decoration: none;
}
.voice-detail-category a:hover {
  text-decoration: underline;
}
.voice-detail-page-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.voice-detail-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2C3E50;
  margin-bottom: 32px;
}
.voice-detail-header {
  margin-bottom: 48px;
}
.voice-detail-heroimg {
  margin: 0;
  text-align: center;
}
.voice-detail-heroimg img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.voice-detail-video-block {
  margin-bottom: 32px;
  text-align: center;
}
.voice-detail-video-block iframe {
  border-radius: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.voice-detail-video-caption {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2C3E50;
}
.voice-detail-header .prtcpnt-prtarea {
  margin-bottom: 24px;
}
.voice-detail-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0;
}
.voice-detail-video {
  scroll-snap-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.voice-detail-video iframe {
  border-radius: 3px;
}
.voice-detail-cta {
  background-color: #F8F5F0;
  border-radius: 10px;
  padding: 32px 24px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
}
.voice-detail-cta p {
  margin: 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2C3E50;
}
.voice-detail-cta p:last-child {
  margin-bottom: 0;
}
.voice-detail-cta-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #dc6e52;
  border: solid 2px #dc6e52;
  border-radius: 50px;
  padding: 14px 28px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.voice-detail-cta-btn:hover {
  background-color: #fff;
  color: #dc6e52;
}
.voice-detail-back {
  margin-top: 48px;
  text-align: center;
}
.voice-interview {
  background-color: #F8F5F0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
}
.voice-interview-heading {
  color: #dc6e52;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(44, 62, 80, 0.15);
}
.voice-interview-body {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2C3E50;
}
.voice-interview-body p {
  margin: 0;
}
.voice-interview-body p + p {
  margin-top: 1em;
}
.voice-content {
  padding: 0;
}

/* method ページ（学習設計・大人の趣味） */
.method-page {
  padding: 24px 24px 80px;
}
.method-page-title {
  color: #2C3E50;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.method-lead {
  font-size: 1.6rem;
  font-weight: 700;
  color: #dc6e52;
  margin-bottom: 32px;
}
.method-content {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #2C3E50;
}
.method-content p {
  margin: 0 0 1em;
}
.method-content p:last-child {
  margin-bottom: 0;
}
.method-content a {
  color: #dc6e52;
  font-weight: 500;
  text-decoration: underline;
}
.method-content a:hover {
  text-decoration: none;
}
.method-section {
  margin-bottom: 40px;
}
.method-section-title {
  color: #dc6e52;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(44, 62, 80, 0.12);
}
.method-section ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
}
.method-section li {
  margin-bottom: 0.5em;
}
.method-note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 24px !important;
}
.method-section--last {
  margin-bottom: 32px;
}
.method-wrapup {
  margin-top: 1em !important;
  font-size: 1.25rem;
  color: #2C3E50;
}
.method-back {
  margin-top: 48px;
  text-align: center;
}
.method-target {
  margin-bottom: 1.5em !important;
}
.method-voice-teaser {
  background-color: #f5f7ff;
  border: 1px solid #d9e0ff;
  border-radius: 10px;
  padding: 24px 20px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(45, 58, 140, 0.06);
          box-shadow: 0 0 20px rgba(45, 58, 140, 0.06);
}
.method-voice-teaser-title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3a8c;
}
.method-voice-teaser p {
  margin: 0 0 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2C3E50;
}
.method-voice-teaser p:last-child {
  margin-bottom: 0;
}
.method-voice-teaser + .method-cta {
  margin-top: 24px;
}
.method-cta {
  background-color: #F8F5F0;
  border-radius: 10px;
  padding: 32px 24px;
  margin-top: 48px;
  text-align: center;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.05);
}
.method-cta p {
  margin: 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2C3E50;
}
.method-cta p:last-child {
  margin-bottom: 0;
}
.method-cta-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #dc6e52;
  border: solid 2px #dc6e52;
  border-radius: 50px;
  padding: 14px 28px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.method-cta-btn:hover {
  background-color: #fff;
  color: #dc6e52;
}