@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  border: none;
  vertical-align: middle;
  max-width: 100%;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
body.is-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1060px;
  height: inherit;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 40px;
  }
}

.hidden--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hidden--pc {
    display: none;
  }
}
.hidden--xs {
  display: block;
}
@media screen and (min-width: 576px) {
  .hidden--xs {
    display: none;
  }
}

.dib {
  display: inline-block;
}

.seminar-cta {
  background: rgba(255, 247, 95, 0.3);
}
.seminar-cta .seminar-cta__head {
  color: #222;
  text-align: center;
  padding-block: 8px;
  background: #FFF75F;
  margin: 0 calc(50% - 50vw);
}
.seminar-cta .seminar-cta__head-inner {
  padding-inline: 20px;
  font-size: clamp(16px, 1.5277777778vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  line-height: 222%;
}
.seminar-cta .seminar-cta__inner {
  padding-top: 60px;
  padding-bottom: 74px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.seminar-cta .seminar-cta__title {
  text-align: center;
  font-size: clamp(25px, 3.0555555556vw, 44px);
  font-weight: 900;
  line-height: 130%; /* 57.2px */
  letter-spacing: 2.2px;
}
.seminar-cta .seminar-cta__box {
  background: #fff;
  border-radius: 20px;
  padding: 53px clamp(20px, 3.6805555556vw, 37px) 53px;
  margin: 37px auto 53px;
}
.seminar-cta .seminar-cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 2.5694444444vw, 37px);
}
.seminar-cta .seminar-cta__label {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
.seminar-cta .seminar-cta__control {
  width: min(350px, 100%);
  position: relative;
}
.seminar-cta .seminar-cta__control::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  pointer-events: none;
}
.seminar-cta .seminar-cta__select {
  width: 100%;
  height: 54px;
  padding: 13px 28px 13px 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.9px;
  border: 3px solid #333;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
.seminar-cta .seminar-cta__error {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #d60000;
  text-align: left;
}
.seminar-cta .seminar-cta__btn {
  max-width: 580px;
}
.seminar-cta .seminar-cta__btn:hover {
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.seminar-cta .seminar-cta__btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.seminar-cta .seminar-cta__btn img {
  display: block;
}
.seminar-cta .seminar-cta__note {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  margin-top: 47px;
}

@media (max-width: 767px) {
  .seminar-cta .seminar-cta__head-inner {
    line-height: 1.5;
  }
  .seminar-cta .seminar-cta__box {
    padding-block: 36px;
    margin: 30px auto 40px;
  }
  .seminar-cta .seminar-cta__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: min(350px, 100%);
    margin-inline: auto;
  }
  .seminar-cta .seminar-cta__label {
    font-size: 16px;
  }
  .seminar-cta .seminar-cta__select {
    font-size: 16px;
  }
  .seminar-cta .seminar-cta__note {
    font-size: 14px;
    margin-top: 30px;
  }
}
.seminar-cta--sub .seminar-cta__inner {
  padding-block: 40px;
}
.seminar-cta--sub .seminar-cta_pay {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 13px 20px;
  margin: 10px auto 43px;
  max-width: 740px;
}
.seminar-cta--sub .seminar-cta_pay__inner {
  display: grid;
  grid-template-columns: clamp(150px, 12.0138888889vw, 173px) 1fr;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar-cta--sub .seminar-cta_pay__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.seminar-cta--sub .seminar-cta_pay__content {
  text-align: left;
}
.seminar-cta--sub .seminar-cta_pay__lead {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}
.seminar-cta--sub .seminar-cta_pay__main {
  margin-right: 40px;
  max-height: 50px;
  margin-top: 12px;
  max-width: 560px;
}
.seminar-cta--sub .seminar-cta_pay__note {
  text-align: right;
  text-decoration: underline;
  margin-top: 12px;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 13px */
  letter-spacing: 0.5px;
  margin-right: 40px;
}

.pay-modal {
  display: none;
}

.pay-modal.is-open {
  display: block;
}

body.is-modal-open {
  overflow: hidden;
}

.pay-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
}

.pay-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(920px, 100% - 32px);
  height: 100%;
  max-height: min(78vh, 720px);
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.pay-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.pay-modal__content {
  padding: 50px 20px 18px;
}

.pay-modal__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  color: #222;
}

.pay-modal__body {
  max-height: calc(78vh - 90px);
  overflow: auto;
  padding-right: 10px;
  text-align: left;
}

.pay-modal__body p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.pay-modal__body h3 {
  margin: 16px 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: #222;
}

.pay-modal__body a {
  color: rgb(128, 176, 237);
  text-decoration: underline;
}

/* トリガーボタン（詳しくはこちら） */
.pay-modal__open {
  border: 0;
  background: none;
  cursor: pointer;
}

/* ===== SP（〜767px）最後にまとめ ===== */
@media (max-width: 767px) {
  .pay-modal__dialog {
    width: calc(100% - 18px);
    max-height: 90vh;
  }
  .pay-modal__content {
    padding: 50px 20px 20px;
  }
  .pay-modal__body {
    max-height: calc(90vh - 70px);
  }
}
@media (max-width: 767px) {
  .seminar-cta--sub .seminar-cta_pay {
    max-width: 580px;
    padding: 14px clamp(20px, 8vw, 100px) 30px;
  }
  .seminar-cta--sub .seminar-cta_pay__inner {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .seminar-cta--sub .seminar-cta_pay__logo {
    width: min(150px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .seminar-cta--sub .seminar-cta_pay__lead {
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
  .seminar-cta--sub .seminar-cta_pay__main {
    margin-right: 0;
  }
  .seminar-cta--sub .seminar-cta_pay__note {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .seminar-cta .seminar-cta_pay {
    max-width: 580px;
    padding: 14px clamp(16px, 4.2666666667vw, 100px) 30px;
  }
  .seminar-cta .seminar-cta_pay__lead {
    font-size: clamp(14px, 4vw, 18px);
  }
}
.youtube {
  padding-top: 58px;
  padding-bottom: 78px;
}

.youtube__kicker {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}

.youtube__title {
  text-align: center;
  font-size: clamp(40px, 3.4722222222vw, 50px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 75px */
  letter-spacing: 7.5px;
  margin-top: 10px;
}

.youtube__hl {
  display: inline-block;
  background: #FFF75F;
  font-weight: 900;
  padding: 0px 8px;
  margin-right: 8px;
}

.youtube__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px auto 0;
}

.youtube__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.youtube__badge {
  color: #DF0B0B;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 177%; /* 60.18px */
  letter-spacing: 1.7px;
}
.youtube__badge span {
  font-size: 24px;
  letter-spacing: 1.2px;
}

.youtube__panel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 119px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 #D3D9E7;
          box-shadow: 0 4px 10px 0 #D3D9E7;
  padding: 49px 57px;
}

.youtube__panelIcon {
  width: 145px;
  height: auto;
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.youtube__panelLead {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%; /* 52.8px */
  letter-spacing: 2.4px;
}

.youtube__red {
  display: inline;
  color: #DF0B0B;
  border-bottom: 1px solid currentColor;
}

.youtube__panelLabel {
  text-align: center;
  padding: 18px;
  border-radius: 6px;
  background: #3E5A90;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 2.4px;
  margin-top: 55px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 52px;
  position: relative;
  z-index: 2;
}
.youtube__panelLabel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 31px;
  background: #3E5A90;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}

.youtube__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 24px;
}

.youtube__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 20px */
  letter-spacing: 3px;
}

.youtube__item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 20px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  margin-top: 3px;
}

.risk__last {
  position: relative;
  background: #F5F5F5;
}
.risk__last .youtube__panelLabel {
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0;
  margin-top: 0;
}
.risk__last .youtube__list {
  padding-top: 72px;
  padding-bottom: 100px;
  max-width: 685px;
  margin: 0 auto;
}

/* ====== SP（〜767px）最後にまとめ ====== */
@media (max-width: 767px) {
  .youtube__kicker {
    font-size: clamp(18px, 5.0666666667vw, 24px);
  }
  .youtube__title {
    letter-spacing: 4px;
    font-size: clamp(22px, 6.6666666667vw, 40px);
  }
  .youtube__thumbs {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .youtube__badge {
    font-size: 28px;
  }
  .youtube__badge span {
    font-size: 20px;
  }
  .youtube__panel {
    margin-top: 80px;
    padding: 49px clamp(20px, 5.3333333333vw, 40px);
  }
  .youtube__panelIcon {
    width: 100px;
    top: -44px;
  }
  .youtube__panelLead {
    font-size: 20px;
    line-height: 1.8;
  }
  .youtube__panelLabel {
    max-width: 400px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 40px;
    padding: 18px 12px;
  }
  .youtube__item {
    font-size: 16px;
  }
}
.risk__top {
  padding-top: 54px;
  padding-bottom: 50px;
}

.risk__text--sm {
  color: #464646;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}

.risk__title {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 131%; /* 65.5px */
  letter-spacing: 5px;
}

.risk__middle {
  position: relative;
}

.risk__bar {
  position: relative;
  margin: 0 calc(50% - 50vw);
  background: #DF0B0B;
  color: #FFF;
  text-align: center;
  font-size: clamp(18px, 1.8055555556vw, 26px);
  font-weight: 900;
  line-height: 180%; /* 46.8px */
  padding: 16px 0;
}
.risk__bar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 18px;
  background: #DF0B0B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.risk__middle-bg01 {
  background: url(../img/risk-bg01.png) no-repeat center center/cover;
  margin: 0 calc(50% - 50vw);
  padding-top: 24px;
  padding-bottom: 46px;
}

.risk__middle-bg02 {
  background: url(../img/risk-bg02.png) no-repeat center center/cover;
  margin: 0 calc(50% - 50vw);
  padding-top: 68px;
  padding-bottom: 100px;
}

.risk__cards {
  max-width: 700px;
  margin: 0 auto;
}

.risk__card {
  background: #fff;
  border-radius: 10px;
  padding: 45px 60px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.risk__card--second {
  margin-top: 30px;
}

.risk__cardTitle,
.risk__cardTitle span {
  color: #DF0B0B;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 1.5px;
}

.risk__miniTable {
  margin-top: 16px;
  width: 100%;
  border-collapse: separate; /* gapを作る */
  border-spacing: 8px 8px; /* ←thとtdの間も/行間も8px */
  table-layout: fixed;
}

.risk__miniHead,
.risk__miniBody {
  vertical-align: middle;
}

.risk__miniHead {
  width: 180px;
  background: #666;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
  padding: 19px;
}

.risk__miniBody {
  background: #F5F5F5;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.5px;
  padding: 19px;
}

/* ===== SP（〜767px）縦並び ===== */
@media (max-width: 767px) {
  .risk__text--sm {
    font-size: clamp(16px, 5.3333333333vw, 24px);
  }
  .risk__title {
    font-size: clamp(20px, 6.4vw, 50px);
    letter-spacing: 3px;
  }
  .risk__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .risk__card {
    padding: 40px 20px;
  }
  .risk__cardTitle,
  .risk__cardTitle span {
    font-size: 24px;
  }
  .risk__miniTable {
    border-spacing: 0 8px; /* 縦並び時は横の余白は不要なので0に */
  }
  .risk__miniRow {
    display: block; /* trをブロック化 */
  }
  .risk__miniHead,
  .risk__miniBody {
    display: block; /* th/tdを縦積み */
    width: 100%;
  }
  .risk__miniHead {
    font-size: 16px;
    line-height: 160%;
    padding: 14px;
  }
  .risk__miniBody {
    margin-top: 8px; /* thとtdの間を8px */
    font-size: 14px;
    padding: 14px;
  }
}
.risk__cardText {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  margin-top: 14px;
}

.risk__red {
  color: #d80000;
  font-weight: 900;
}

.risk__chartTitle {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  color: #d80000;
  line-height: 1.35;
}

.risk__chartImg img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-top: 30px;
}

.risk__chartNote {
  text-align: center;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 220%; /* 33px */
  letter-spacing: 1.5px;
  margin-top: 30px;
}
.risk__chartNote .risk__hl {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.8px;
}

.risk__arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50%;
  width: 300px;
  height: auto;
}

.risk__bottom {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 63px;
}

.risk__bottomInner {
  text-align: center;
}

.risk__bottomTitle {
  color: #3E5A90;
  text-align: center;
  font-size: clamp(40px, 3.4722222222vw, 50px);
  font-weight: 900;
  line-height: 130%; /* 65px */
  letter-spacing: 5px;
}

.risk__bottomFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin: 0 auto;
  margin-top: 25px;
}

.risk__bottomText {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 260%; /* 46.8px */
  letter-spacing: 3.6px;
}
.risk__bottomText .risk__hl {
  color: #666;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
}

.risk__hl {
  background: #fff56b;
  padding: 2px 6px;
  font-weight: 900;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.risk__bottomPerson {
  width: 214px;
}

.risk__bottomPerson img {
  width: 100%;
  height: auto;
  display: block;
}

.risk__last-gallery {
  height: 200px;
}
.risk__last-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
}

.risk__last .youtube__panelLabel {
  width: calc(100% - 40px);
}

/* ===== SP（〜767px）最後にまとめ ===== */
@media (max-width: 767px) {
  .risk__cards {
    grid-template-columns: 1fr;
  }
  .risk__miniRow {
    grid-template-columns: 120px 1fr;
  }
  .risk__bottomTitle {
    font-size: clamp(20px, 5.8666666667vw, 40px);
  }
  .risk__bottomFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .risk__bottomText {
    font-size: clamp(16px, 4.2666666667vw, 18px);
    line-height: 220%;
  }
  .risk__bottomText .risk__hl {
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
  .risk__last .youtube__panelLabel {
    top: -36px;
  }
  .risk__last .youtube__list {
    padding-bottom: 60px;
  }
  .risk__last-gallery {
    height: 120px;
  }
  .risk__chartNote .risk__hl {
    font-size: 16px;
  }
}
.profile-voice {
  padding-top: 67px;
  padding-bottom: 82px;
}

/* ===== 講師プロフィール ===== */
.teacher__card {
  background: #f5f5f5;
  padding: 65px clamp(30px, 4.5138888889vw, 65px);
}

.teacher__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(30px, 4.1666666667vw, 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teacher__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.teacher__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.teacher__badge {
  padding: 5px 10px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.9px;
}

.teacher__channel {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: 1px;
}

.teacher__name {
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.7px;
}

.teacher__text {
  margin-top: 30px;
}

.teacher__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.7px;
}

.teacher__text p + p {
  margin-top: 1.5rem;
}

/* ===== 受講者の声 ===== */
.voice {
  margin-top: 68px;
}

.voice__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 5.6px;
}

.voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.7777777778vw, 40px);
  margin-top: 70px;
}

.voice__card {
  position: relative;
  padding: 65px 15px 30px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 #D3D9E7;
          box-shadow: 0 4px 10px 0 #D3D9E7;
}

.voice__avatar {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50% 0;
}

.voice__cardTitle {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

.voice__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
  margin-top: 16px;
}
.voice__text span {
  font-weight: 700;
}

@media (max-width: 900px) {
  .teacher__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
  }
}
/* ===== SP（〜767px）最後にまとめ ===== */
@media (max-width: 767px) {
  .teacher__card {
    padding: 40px 20px;
  }
  .teacher__grid {
    grid-template-columns: 1fr;
  }
  .teacher__photo {
    max-width: 300px;
    margin: 0 auto;
  }
  .teacher__badge {
    font-size: 16px;
  }
  .teacher__channel {
    font-size: 18px;
  }
  .teacher__name {
    font-size: 28px;
  }
  .voice {
    max-width: 400px;
    margin-inline: auto;
  }
  .voice__title {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .voice__grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.qa {
  background: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 100px;
}

.qa__inner {
  max-width: 800px;
  margin: 0 auto;
}

.qa__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #3E5A90;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 150%; /* 90px */
  letter-spacing: 12px;
}

.qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.qa__q,
.qa__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 2.0833333333vw, 30px);
}

.qa__q {
  background: #3E5A90;
  padding: 10px 27px;
}

.qa__qText {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
}

.qa__a {
  background: #fff;
  padding: 13px 27px;
}

.qa__aBody p {
  font-size: 13px;
  font-weight: 500;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.qa__aBody p:last-child {
  margin-bottom: 0;
}

.qa__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-weight: 900;
  font-size: 13px;
}

.qa__mark--q {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
}

.qa__mark--a {
  color: #CCC;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%; /* 36.4px */
}

/* ===== SP（〜767px）最後にまとめ ===== */
@media (max-width: 767px) {
  .qa__title {
    font-size: 40px;
  }
  .qa__q,
  .qa__a {
    gap: clamp(10px, 2.0833333333vw, 30px);
    padding-inline: 14px;
  }
}
.site-footer {
  padding-top: 44px;
  padding-bottom: 39px;
}

.site-footer__copywrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.site-footer__copy {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 2.4px;
}

.site-footer__person {
  width: 150px;
  height: auto;
}

.site-footer__person img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer__copyright {
  margin-top: 67px;
  color: #262626;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
}

/* ===== SP（〜767px）最後にまとめ ===== */
@media (max-width: 767px) {
  .site-footer__copywrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
  .site-footer__copy {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-left: 6px;
  }
  .site-footer__copyright {
    font-size: 11px;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */