:root {
  /*  --mincho-font-set: "Zen Old Mincho", serif;*/
  --mincho-font-set: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  --serif-font-set: "EB Garamond", serif;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #efeef2 url(../img/hero_bg.png) center top 48px / 100% auto no-repeat;
  color: #222;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none;

  @media only screen and (max-width: 768px) {

    background-size: 170% auto;
    background-position: center 64px;

  }

}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  height: auto;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

p {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* Lists */
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  text-align: left;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: item;
  list-style-type: none;
  text-align: left;
  line-height: 1.6;
}

ol li {
  padding-left: 1.7em;
  position: relative;
  margin-bottom: .6em;
}

ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 1em;
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

/* Tables */
table {
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

/* Links */
a {
  outline: none;
}

a:link {
  text-decoration: none;
}

/* =================================================================
		#common
================================================================= */

.wrap {
  position: relative;
}

.sec {
  padding: 0 3.5vw;
  margin-bottom: 190px;
}

.sec-color {
  background-color: #21213e;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.main {
  font-size: 1.7rem;
  position: relative;
  z-index: 100;
}

.pct {
  margin: 0;

  img {
    width: 100%;
  }

}

.term {
  display: inline-block;
}

.slideUp {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(10px);

  &.is-show {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .4s;
    filter: blur(0);
  }

}

.section__heading {
  margin-bottom: 40px;
}

.section__heading-title {
  font-size: 4.2rem;
  line-height: 1.6;
  font-family: var(--mincho-font-set);
  font-weight: normal;

  &.en {
    font-family: var(--serif-font-set);
    font-size: 4.5rem;
  }
}

.section__summay {
  font-size: 1.8rem;
  margin-bottom: 48px;
}

.btn--apply {
  text-align: center;
}

.btn__link {
  display: block;
  background-color: #2a2a2a;
  color: #fff;
  margin: 0 auto;
  padding: .7em 2em .8em;
  border-radius: 999px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
  }

  @media (hover: hover) {
    &:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

      &::before {
        left: 100%;
      }
    }
  }

  .btn--white & {
    background-color: #fff;
    color: #222;
    border: 2px solid #222;

    &:hover {
      background-color: #222;
      color: #fff;
    }
  }
}

.btn--example {
  text-align: center;
  margin-top: 40px;
}

.btn__link--example {
  display: block;
  background-color: transparent;
  color: #222;
  margin: 0 auto;
  padding: .5em;
  border: 1px solid #222;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
  max-width: 380px;
  position: relative;
  transition: all 0.3s ease;

  @media (hover: hover) {
    &:hover {
      background-color: #474747;
      border-color: #474747;
      color: #fff;
    }
  }
}

.material {
  margin-top: 40px;
}

.material__text {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.material__link {
  display: block;
  max-width: 280px;
  margin: 0 auto;

  a {
    display: block;
  }

  img {
    width: 100%;
    transition: transform 0.3s ease;
  }

  @media (hover: hover) {
    &:hover img {
      transform: scale(1.05);
    }
  }
}

/* スマートフォン向けレスポンシブ対応 */
@media screen and (max-width: 768px) {
  .sec {
    padding: 0 30px;
    margin-bottom: 120px;
  }

  .sec-color {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 100%;
  }

  .main {
    font-size: 1.5rem;
  }

  .section__heading {
    margin-bottom: 30px;
  }

  .section__heading-title {
    font-size: 2.6rem;

    &.en {
      font-size: 3rem;
    }
  }

  .section__summay {
    font-size: 1.5rem;
    margin-bottom: 36px;
  }

  .btn__link {
    font-size: 1.6rem;
    padding: .8em 1.5em .9em;
    max-width: 320px;
  }

  .btn--example {
    margin-top: 32px;
  }

  .btn__link--example {
    font-size: 1.6rem;
  }

  .material {
    margin: 32px auto 0;
    width: 85%;
  }

  .material__text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  .material__link {
    width: 100%;
  }

}


/* PC表示用クラス */
.pc {
  display: block;
}

/* スマートフォン表示用クラス */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


/* =================================================================
		#hero
================================================================= */

.hero {
  max-width: 1800px;
  margin: 0 auto 32vh;
  padding: 0 4.8vw;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .hero {
    margin-bottom: 100px;
  }
}

.hero__brand {
  width: 47%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
  margin-bottom: 4.3vh;
  position: relative;

  * {
    position: relative;
    z-index: 1;
  }

}

.hero__logo {
  max-width: 170px;
  margin-right: 48px;
  line-height: 0;

  img {
    width: 100%;
  }

}

.hero__lead {
  font-size: 1.8rem;
  font-family: var(--mincho-font-set);
  line-height: 1;
  padding: .65em .6em;
  background-color: #fff;
}

.hero__content {
  width: 50%;
  max-width: 1400px;
  margin: 0 auto 0 0;
  font-family: var(--mincho-font-set);
  font-weight: normal;
  color: #222;
  position: relative;
  z-index: 1;
}

.hero__title {
  font-size: 3.1vw;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 14px;
  transition: font-size .2s;
  animation: slideInFromLeft 0.8s ease-out;

  @media only screen and (min-width: 1701px) {
    font-size: 5.25rem;
  }

}

.hero__subtitle {
  display: inline-block;
  font-size: .65em;
}

.hero__feature {
  width: fit-content;
  font-size: 2rem;
  margin-bottom: 10vh;
  animation: slideInFromLeft .8s ease-out .4s both;

  span {
    background-color: #21213e;
    color: #fff;
    padding: .45em .6em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  @media only screen and (min-width: 1201px) {
    br {
      display: none;
    }
  }

}

.hero__schedule {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  animation: slideInFromLeft .8s ease-out .7s both;
}

.hero__schedule-dates {
  width: 100%;
  display: flex;
  gap: .9em;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.hero__schedule-time,
.hero__schedule-venue {
  font-size: 2.1rem;
}

.hero__schedule-time {
  margin-right: 24px;
}

.hero__schedule-venue {
  width: fit-content;
  line-height: 1;
  width: fit-content;
  position: relative;
  padding: 0 16px;

  &:before,
  &:after {
    content: "";
    display: block;
    width: 4px;
    height: 1.05em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
  }

  &:before {
    left: 0;
    border-left: 1px solid #383838;
  }

  &:after {
    right: 0;
    border-right: 1px solid #383838;
  }
}

.hero__kv {
  width: 49%;
  max-width: 800px;
  position: absolute;
  right: 2.6%;
  top: 20px;
  z-index: 0;
  aspect-ratio: 2 / 2.2;
}

.hero__instructor {
  position: absolute;
}

.hero__instructor-info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: #e0e0e0;
  padding: 12px 16px;
}

.hero__instructor-role {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: .1em;
}

.hero__instructor-name {
  font-size: 1.7rem;
  line-height: 1.6;
}

.hero__instructor-suffix {
  font-size: .8em;
  margin-left: 4px;
}

.hero__photo {
  margin: 0;
  line-height: 0;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

@keyframes slideUp {

  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

.hero__instructor {
  opacity: 0;
}

.hero__instructor--yukawa {
  animation: slideUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.7s;
}

.hero__instructor--arita {
  animation: slideUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.1s;
}

.hero__instructor--katsura {
  animation: slideUp 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.3s;
}

.hero__instructor--yukawa {
  width: 89%;
  right: 0;
  top: 0;

  .hero__photo {
    aspect-ratio: 2 / .9;
  }

  .hero__instructor-info {
    left: 12px;
    bottom: 12px;
  }

}

.hero__instructor--arita {
  width: 57%;
  left: 0;
  top: 39%;

  .hero__instructor-info {
    left: 12px;
    bottom: 12px;
  }

}

.hero__instructor--katsura {
  width: 40%;
  right: 0;
  top: 47%;

  .hero__instructor-info {
    right: 12px;
    bottom: 12px;
  }

}


@media only screen and (max-width: 768px) {

  .hero {
    margin-bottom: 64px;
    padding: 0 14px 0 22px;

  }

  .hero__brand {
    width: 100%;
    padding: 4px 0 0;
    margin-bottom: 24px;
    order: 1;
  }

  .hero__logo {
    max-width: 34%;
    margin: 10px 20px 10px 0;
  }

  .hero__lead {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: .45em .5em;
  }

  .hero__content {
    width: 100%;
    margin-bottom: 30px;
    order: 3;
  }

  .hero__title {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 8px;
    transition: font-size .2s;

    @media only screen and (min-width: 1701px) {
      font-size: 5.25rem;
    }

  }

  .hero__subtitle {
    font-size: .7em;
  }

  .hero__feature {
    font-size: 1.7rem;
    margin-bottom: 32px;

    span {
      line-height: 2.2;
      padding: .45em .5em;
    }

  }

  .hero__schedule {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .hero__schedule-dates {
    gap: .6em;
    font-size: 1.9rem;
    margin-bottom: 4px;
  }

  .hero__schedule-time,
  .hero__schedule-venue {
    font-size: 1.6rem;
  }

  .hero__schedule-time {
    margin-right: 18px;
  }

  .hero__schedule-venue {
    padding: 0 12px;
  }

  .hero__kv {
    width: calc(100% + 36px);
    margin: 0 -14px 24px -22px;
    position: relative;
    right: 0;
    top: 0;
    order: 2;
  }

  /*
  .hero__instructor {
    position: absolute;
  }
*/

  .hero__instructor-info {
    padding: 8px 12px;
  }

  .hero__instructor-role {
    font-size: 1.1rem;
  }

  .hero__instructor-name {
    font-size: 1.4rem;
  }

  .hero__instructor {
    opacity: 0;
    animation: slideUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  .hero__instructor--yukawa {
    width: 91%;
    top: 60%;

    .hero__photo {
      aspect-ratio: 2 / 1;
    }

    .hero__instructor-info {
      left: 0;
      bottom: 0;
    }

  }

  .hero__instructor--arita {
    width: 55%;
    top: 0;

    .hero__instructor-info {
      left: 0;
      bottom: 0;
    }

  }

  .hero__instructor--katsura {
    width: 41%;
    right: 0;
    top: 3%;

    .hero__instructor-info {
      right: 0;
      bottom: 0;
    }

  }
}

/* =================================================================
		#outline
================================================================= */


.outline {
  margin-bottom: 56px;
}

.outline__title {
  font-family: var(--mincho-font-set);
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 32px;
}

.outline__text {
  font-size: 2rem;
  line-height: 2;
}

.program-points {
  margin: 0 auto 56px;
  max-width: 1020px;
  position: relative;
}

.program-points__heading {
  font-family: var(--mincho-font-set);
  font-size: 2.4rem;
  color: #fff;
  white-space: nowrap;
  background-color: #21213e;
  padding: .55em .1em;
  font-weight: normal;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  top: 0;
  right: calc(100% + 40px);
}

.program-points__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.program-points__item {
  background-color: #fff;
  padding: 40px 18px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #21213e;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  >div {
    width: 100%;
  }
}

.program-points__item-number {
  font-family: var(--serif-font-set);
  font-size: 8rem;
  line-height: 1;
  font-style: italic;
  position: absolute;
  left: -14px;
  top: -12px;
}

.program-points__item-type {
  font-size: 2.4rem;
  font-family: var(--mincho-font-set);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.program-points__item-desc {
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .outline {
    margin-bottom: 40px;
  }

  .outline__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .outline__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .program-points {
    margin: 0 auto 40px;
    max-width: 100%;
  }

  .program-points__heading {
    font-size: 2rem;
    line-height: 1.4;
    width: fit-content;
    position: static;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin: 0 auto 24px;
    padding: .3em .5em;
  }

  .program-points__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .program-points__item {
    padding: 32px 26px;
    width: 92%;
    margin: 0 auto;
    border-radius: 20px;
    aspect-ratio: auto;
  }

  .program-points__item-number {
    font-size: 6rem;
    left: -10px;
    top: -8px;
  }

  .program-points__item-type {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .program-points__item-desc {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }
}



/* =================================================================
		#academy
================================================================= */

.academy__intro {
  margin-bottom: 64px;
}

.academy__heading {
  font-family: var(--mincho-font-set);
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 32px;
}

.academy__text {
  font-size: 1.7rem;
}

.academy__testimonials {
  margin-bottom: 48px;
}

.academy__testimonials-title {
  font-family: var(--mincho-font-set);
  font-size: 2.2rem;
  font-weight: normal;
  width: fit-content;
  position: relative;
  margin: 0 auto 24px;
  padding: 0 16px;

  &:before,
  &:after {
    content: "";
    display: block;
    width: 4px;
    height: 1.05em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
  }

  &:before {
    left: 0;
    border-left: 1px solid #383838;
  }

  &:after {
    right: 0;
    border-right: 1px solid #383838;
  }

}

.academy__testimonials-lead {
  font-family: var(--mincho-font-set);
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 48px;
  text-align: center;

  em {
    display: inline-block;
    background-color: #21213e;
    color: #fff;
    font-weight: normal;
    font-size: .9em;
    padding: .16em .4em .22em;
    margin-right: .4em;
  }

}

.academy__testimonials-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.academy__testimonial {
  background-color: #fff;
  padding: 50px;
  position: relative;

  &:before,
  &:after {
    content: "";
    display: block;
    background: url(../img/ico_quotation.svg) left top/100% auto no-repeat;
    filter: invert(79%) sepia(5%) saturate(1795%) hue-rotate(202deg) brightness(82%) contrast(86%);
    position: absolute;
    width: 32px;
    aspect-ratio: 1;
  }

  &:before {
    left: 20px;
    top: -12px;
    transform: rotate(180deg)
  }

  &:after {
    right: 20px;
    bottom: -11px;
  }

}

.academy__testimonial-text {
  font-size: 1.9rem;
  line-height: 2;
  font-family: var(--mincho-font-set);
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .academy__intro {
    margin-bottom: 48px;
  }

  .academy__heading {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }

  .academy__text {
    font-size: 1.5rem;
  }

  .academy__testimonials {
    margin-bottom: 32px;
  }

  .academy__testimonials-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  .academy__testimonials-lead {
    font-size: 2.4rem;
    margin-bottom: 32px;

    em {
      margin-bottom: .3em;
    }

  }

  .academy__testimonials-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .academy__testimonial {
    padding: 30px;

    &:before,
    &:after {
      width: 26px;
    }

  }

  .academy__testimonial-text {
    font-size: 1.6rem;
  }
}


/* =================================================================
		#significance
================================================================= */

.significance {
  background: #21213e url(../img/be_string_02.png) right top / auto 100% no-repeat;
}

.significance__item {
  margin: 0 auto 9vh;
  max-width: 850px;
}

.significance__heading {
  font-family: var(--mincho-font-set);
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.significance__body {
  font-size: 1.7rem;
  line-height: 2;

  p {
    margin-bottom: 1em;
  }

}

/* Start Generation Here */
@media screen and (max-width: 768px) {
  .significance__item {
    margin-bottom: 48px;
  }

  .significance__heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .significance__body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* End Generation Here */


/* =================================================================
		#program
================================================================= */


.program__sec {
  background: url(../img/be_string_01.png) center bottom / 100% auto no-repeat;
}

.program__item {
  margin-bottom: 72px;
  display: flex;
  justify-content: space-between;
}

.program__day {
  font-family: var(--serif-font-set);
  font-size: 3.4rem;
  line-height: 1.4;
  color: #32327b;

  .num {
    font-size: 1.5em;
    position: relative;
    display: inline-block;
    margin-left: 0.15em;
    padding-left: 0.25em;

    &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 1.1em;
      background-color: #32327b;
      transform: translateY(-50%) rotate(22deg);
    }

  }

}

.program__body {
  width: calc(100% - 19rem);
}

.program__title {
  font-family: var(--mincho-font-set);
  font-size: 3.8rem;
  color: #20205b;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: .4em;
}

.program__mission {
  width: fit-content;
  display: flex;
  font-family: var(--mincho-font-set);
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.3em;
  border: 1px solid #32327b;
}

.program__mission-term {
  background-color: #32327b;
  color: #fff;
  padding: .2em .7em;
  display: flex;
  align-items: center;
}

.program__mission-desc {
  padding: .3em .5em;
}

.program__exp {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {

  .program__item {
    margin-bottom: 48px;
    flex-direction: column;
  }

  .program__day {
    font-size: 2.2rem;
    margin-bottom: 6px;
  }

  .program__body {
    width: 100%;
  }

  .program__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }

  .program__mission {
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 1.6rem;
    padding: .7em .8em;
  }

  .program__mission-term {
    background-color: transparent;
    padding: 0;
    color: #32327b;
    margin-bottom: .2em;
  }

  .program__mission-desc {
    padding: 0;
  }

  .program__exp {
    font-size: 1.5rem;
  }

}


/* =================================================================
		#summary
================================================================= */


.summary__body {
  width: 72%;
  padding-top: 24px;
}

.summary {
  margin-bottom: 56px;
}

.summary__item {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c1c1c1;
}

.summary__term {
  width: 20%;
  color: #32327b;
}

.summary__desc {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .summary__body {
    width: 100%;
    padding-top: 16px;
  }

  .summary {
    margin-bottom: 40px;
  }

  .summary__item {
    flex-direction: column;
    font-size: 1.6rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .summary__term {
    width: 100%;
    margin-bottom: 8px;
  }

  .summary__desc {
    width: 100%;
  }
}




/* =================================================================
		#instructor
================================================================= */


.instructor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;

  &:not(:last-child) {
    margin-bottom: 88px;
  }
}

.instructor__header {
  width: 38%;
  font-family: var(--mincho-font-set);
}

.instructor__photo {
  margin-bottom: 24px;
}

.instructor__role,
.instructor__name {
  line-height: 1.6;
  font-weight: normal;
}

.instructor__role {
  font-size: 1.9rem;
}

.instructor__name {
  font-size: 3rem;
}

.instructor__body {
  width: 56%;
}

.instructor__summary {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: normal;
  font-family: var(--mincho-font-set);
  margin-top: -.3em;
  margin-bottom: 1em;
}

.instructor__details {
  p {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .instructor {
    flex-direction: column;

    &:not(:last-child) {
      margin-bottom: 64px;
    }
  }

  .instructor__header {
    width: 100%;
    margin-bottom: 24px;
  }

  .instructor__photo {
    margin-bottom: 22px;
  }

  .instructor__role {
    font-size: 1.7rem;
  }

  .instructor__name {
    font-size: 2.4rem;
  }

  .instructor__body {
    width: 100%;
  }

  .instructor__summary {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 0.8em;
  }

  .instructor__details {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}



/* =================================================================
		#faq
================================================================= */


.faq__item {
  position: relative;
  margin-bottom: 48px;
  padding-left: 7rem;
}

.faq__question {
  margin-bottom: 10px;
}

.faq__q-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #32327b;
  font-family: var(--mincho-font-set);
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
}

.faq__answer {
  font-size: 1.8rem;
}

.faq__q-text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}

.contact {
  margin-bottom: 48px;
}

.contact__data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;

  @media only screen and (min-width: 769px) {

    .pc {
      display: inline;
    }

  }

  dd {
    display: flex;
  }

  p {
    margin: 0 .6em;
  }
}

@media screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 36px;
    padding-left: 5rem;
  }

  .faq__q-label {
    font-size: 2.4rem;
    top: .3em;
  }

  .faq__answer {
    font-size: 1.6rem;
  }

  .faq__q-text {
    font-size: 1.7rem;
  }

  .contact {
    margin-bottom: 32px;
  }

  .contact__data {
    display: block;
    margin-top: 18px;
    font-size: 1.6rem;

    dt {
      font-weight: bold;
    }

    dd {
      display: block;
    }

    p {
      margin: 0;
    }
  }

}




/* =================================================================
		#about
================================================================= */

.about {
  max-width: 1300px;
  background-color: #21213e;
  border-radius: 999px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 56px 110px;
}

.about__pct {
  width: 18%;
  margin-right: 6%;
  opacity: .7;
}

.about__body {
  width: 74%;
}

.about__heading {
  font-family: var(--mincho-font-set);
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 16px;
}

.about__text {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.about__cases {
  display: flex;
  justify-content: space-between;
}

.about__cases-heading {
  font-family: var(--mincho-font-set);
  font-size: 1.9rem;
  font-weight: normal;
}

.about__cases-list {
  width: calc(100% - 16rem);
  display: flex;
  flex-wrap: wrap;
}

.about__cases-item {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: .35em;
  padding-left: 1.1em;
  position: relative;

  &:last-child {

    &:before {
      visibility: hidden;
    }

  }

}

.about__cases-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about {
    width: 100%;
    flex-direction: column;
    padding: 36px 36px 40px;
    border-radius: 80px;
    margin: 0;
  }

  .about__pct {
    width: 45%;
    margin: 0 auto 18px;
  }

  .about__body {
    width: 100%;
  }

  .about__heading {
    font-size: 2rem;
    text-align: center;
  }

  .about__text {
    font-size: 1.5rem;
  }

  .about__cases {
    flex-direction: column;
    align-items: center;
  }

  .about__cases-heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .about__cases-list {
    width: 100%;
  }

  .about__cases-item {
    font-size: 1.5rem;
    width: 100%;
  }
}

/* =================================================================
		#footer
================================================================= */

.footer {
  padding: 0 3vw 48px;
}

.footer__copyright {
  text-align: center;
  color: #262931;
  font-size: 1.5rem;
}


@media only screen and (max-width: 768px) {

  .footer {
    padding: 0 30px 32px;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

}