/* ========================================
   PC
======================================== */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: source-han-sans-jp-variable, sans-serif;
  font-weight: 600;
  color: #885A52;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

#school,
#course,
#voice,
#faq,
#news,
#contact,
#reservation,
#campaign,
#more {
  scroll-margin-top: 110px;
}
@media screen and (min-width: 1001px) {
p{
  font-size: 16px;
  line-height: 2.4em;
}
}
.txt_bold{
  font-weight: bold;
}
/*フォント*/
.en{
  font-family: copperplate, serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.tegaki{
  font-family: homemade-apple-pro, sans-serif;
font-style: normal;
font-weight: 500;
}
.min{
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*layout*/
.ta-center{
  text-align: center;
}

.section-heading {
  margin: 0 0 38px;
  text-align: left;
}

.section-heading__en {
  display: block;
  font-size: 6rem;
  line-height: 1;
  color: #885A52;
  font-weight: 400;
}

.section-heading__ja {
  display: block;
  margin-top: 16px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #885A52;
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.reason-head__center {
  margin-left: 0;
}


/* =========================
   header
========================= */

.header-top__inner {
  padding: 14px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.header-top__lead {
  padding-top: 0px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #885A52;
}

.header-top__nav,
.header-fixed__nav {
  margin-left: auto;
}

.header-top__menu,
.header-fixed__menu {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top__menu {
  gap: 34px;
  margin-top: 2px;
}

.header-fixed__menu {
  gap: 28px;
}

.header-top__menu a,
.header-fixed__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8f695f;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.header-top__menu a:hover,
.header-fixed__menu a:hover {
  color: #b88978;
  opacity: 0.75;
}

.header-top__menu span {
  font-size: 1.6rem;
  font-family: copperplate, serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.header-top__menu small {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: -6px;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.header-fixed.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-fixed__inner {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-fixed__logo {
  width: 180px;
  margin: 0;
  flex-shrink: 0;
}

.header-fixed__logo img {
  width: 100%;
  height: auto;
}

.header-fixed__menu span {
  font-size: 1.6rem;
  font-family: copperplate, serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.header-fixed__menu small {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: -6px;
}



/* =========================
   first view
========================= */
.fv {
  position: relative;
  background: #f8e6da;
  padding-bottom: 130px;
}

.fv::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 30vh;
  background: #fff;
  z-index: 0;
}

.fv__inner {
  position: relative;
  width: min(100% - 130px, 990px);
  margin: 80px auto 0;
  z-index: 1;
}

.fv__logo {
  position: absolute;
  top: -30px;
  left: -85px;
  z-index: 2;
  margin: 0;
  width: 300px;
}

/*splide*/
.splide__slide span {
  animation: scale 7s linear 0s normal both;
}


/* =========================
   side cta
========================= */
.side-cta--right {
  position: fixed;
  top: 118px;
  right: 16px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.side-cta__item:hover{
  opacity: 0.7;
} 

.side-cta__item {
  position: relative;
  width: 50px;
  background: transparent;
  border-left: 1px solid #885A52;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.4em;
  color: #885A52;
   transition: color 0.25s ease, opacity 0.25s ease;
}
.side-cta__item span{
  padding-bottom: 40px;
}
.side-cta__item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #885A52;
}

.side-cta__item::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #885A52;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

/* =========================
   fixed campaign
========================= */
.campaign-fixed {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #885A52;
}

.campaign-fixed small {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.campaign-fixed span {
  position: relative;
  width: 50px;
  height: 168px;
  border: 1px solid #885A52;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  border-radius: 28px 28px 0 0;
}

.campaign-fixed span::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  background: #885A52;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

/* =========================
   campaign
========================= */
.campaign {
  padding: 40px 0 20px;
  background: #f8e6da;
}

.campaign__label {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: #885A52;
}

.campaign__label-small {
  font-size: 1.6rem;
}

.campaign__label-large {
  font-size: 2.4rem;
}

.campaign__visual a{
  position: absolute;
  z-index: 2;
width: 900px;
    height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}


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

  .campaign__visual {
    position: relative;
    height: 493px;
  }

  .campaign__photo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 560px;
    height: 420px;
    background: url("../../assets/img/reason-right.png") no-repeat center center / cover;
    z-index: 1;
  }

  .reason-head__right {
    display: none;
  }

  .reason-head {
    margin-top: -80px;
    height: 130px;
    position: relative;
    z-index: 2;
    background: #f8e6da;
  }

  .reason-head__inner {
    display: grid;
    grid-template-columns: 330px 1fr 420px;
    grid-template-rows: 240px;
    column-gap: 40px;
    align-items: center;
    transform: translateY(-180px);
  }

  .reason-head__left {
    grid-column: 1;
    grid-row: 1;
    width: 330px;
    height: 225px;
    background: url("../../assets/img/reason-left.png") no-repeat center center / cover;
    position: relative;
    z-index: 1;
  }

  .reason-head__center {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 2;
    margin-left: -150px;
  }

   .section-heading__en_01 {
    display: block;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #885A52;
    font-weight: 400;
  }

  .section-heading__ja_01 {
    display: block;
    margin-top: 16px;
font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
    font-size: 2rem;
    line-height: 1.6;
    color: #885A52;
  }

  .reason-cards {
    padding: 0 0 120px;
    background: #f8e6da;
    position: relative;
    z-index: 1;
  }
}


/* =========================
   reason
========================= */



.reason-head__right {
  display: none;
}

.reason-cards__inner {
  max-width: 990px;
  margin: 0 auto;
}

.reason-cards__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px ;
}

.reason-cards__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin: 28px auto 0;
  max-width: 990px;
}

.reason-cards__bottom .reason-card {
  padding: 28px;
}

.reason-card {
  width: 100%;
  min-height: 260px;
  padding: 24px 0 0 24px;
  border-radius: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(199, 172, 167, 1) 0%, rgba(160, 125, 119, 0) 42%);
}

.reason-card__head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}

.reason-card__num {
  font-size: 5.4rem;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
  transform: translateY(-2px);
}

.reason-card__line {
  width: 41px;
  height: 1px;
  margin-top: 20px;
  margin-left: -10px;
  background: #A07D77;
  opacity: 0.55;
}

.reason-card__title {
     font-size: 2.4rem;
font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
    line-height: 1.5;
}

.reason-card__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.reason-card__img {
  width: 110px;
  flex-shrink: 0;
}

.reason-card__img img {
  width: 100%;
}

.reason-card__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #885A52;
}

.reason-card--exam .reason-card__body {
  gap: 16px;
}

.reason-card__content {
  flex: 1;
}

.reason-card__lead {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #885A52;
}

.reason-card__rates {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 10px;
}

.reason-rate {
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}

.reason-rate__grade {
  display: block;
  margin-bottom: -8px;
  font-size: 1.2rem;
  color: #885A52;
}

.reason-rate__value {
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #885A52;
  white-space: nowrap;
  margin-left: -2px;
}

.reason-rate__value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 10px;
  background: #d8b173;
  z-index: -1;
}

.reason-rate__num {
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.reason-rate__unit {
  font-size: 2rem;
  line-height: 1;
  margin-left: 2px;
}

.reason-card__note {
  font-size: 1rem;
  line-height: 1.7;
  color: #885A52;
}

.reason-cards__cta {
  text-align: center;
}

.__btn {
  position: relative;
  display: inline-block;
  padding: 16px 80px;
  border-radius: 10px 0 10px 0;
  border: 1px solid #885A52;
  color: #885A52;
  font-size: 1.4rem;
  transition: all 0.3s;
}

.__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.__btn:hover {
  background: #A07D77;
  color: #fff;
  border: 1px solid #A07D77;
}
.__btn:hover::before {
  background: #A07D77;
}

/* =========================
   hero / intro / movie
========================= */
.hero {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.hero__img img {
  object-fit: cover;
}

.hero__logo {
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
}

.hero__logo img {
  width: 360px;
}

.intro {
  padding: 100px 0 120px;
  background: #f8e6da;
}

.intro__inner {
  max-width: 990px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 80px;
}

  .intro__title {
    margin-top: -20px;
    margin-bottom: 40px;
    letter-spacing: .2em;
    font-size: 2.4rem;
    line-height: 2.4;
    font-weight: 400;
    color: #885A52;
  }

.intro__text {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #885A52;
}

.movie__inner {
  max-width: 990px;
  margin: 0 auto;
}
.movie__video{
  overflow: hidden;
}
.movie__video iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100.3%; 
    height: 100.3%;
    margin: -0.2%;
}

/* =========================
   course
========================= */
.course {
 background: url("../../assets/img/course-bg.png") no-repeat center top / contain;
  padding: 120px 0 120px;
 }



.course__head-inner,
.course__main-inner {
  max-width: 990px;
  margin: 0 auto;
}

.course__lead {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-top: 80px;
  color: #885A52;
}

.course__main {
  padding-top: 40px;
}

.course__main-inner {
  display: grid;
   position: relative;
  grid-template-columns: 420px 1fr;
  gap: 90px;
  align-items: start;
}

.course__image img {
  width: 100%;
}

  .course__label {
    position: absolute;
    top: 0;
    height: 40px;
    right: 0;
    width: 649px;
    z-index: 2;
       border-bottom: 1px solid #A07D77;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #885A52;
    text-align: right;
    font-weight: 400;
  }

.course__item {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
}

.course__badge {
  position: absolute;
  left: -160px;
  top: 8px;
  width: 140px;
  height: 140px;
  border: 1px solid #885A52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #885A52;
  font-size: 2.2rem;
  background: rgba(255, 210, 195, 0.7);
}
.course__item--featured {
    margin-top: 100px;
  }
  
.course__badge-2 {
  position: absolute;
  left: -160px;
  top: 8px;
  width: 140px;
  height: 140px;
  border: 1px solid #885A52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #885A52;
  font-size: 2.2rem;
  background: rgba(229, 207, 197, 0.7);
}

.course__item-title {
  margin-bottom: 18px;
  font-size: 3.4rem;
  line-height: 1.4;
  padding-bottom: 12px;
  display: inline-block;
  color: #885A52;
  border-bottom: 1px solid #885A52;
  font-weight: 400;
}

.jissen .course__item-title {
    font-size: 2.6rem;
}

.course__item-text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2;
  color: #885A52;
}
.course__item-title:after {
  content:url("../../assets/img/arrow.png");
  display: inline-block;
  padding-left: 20px;
  pointer-events: none;
}

.jissen .course__item-title:after {
  content:"";
}

.course__price {
  font-size: 2.4rem;
  color: #885A52;
  line-height: 1.2;
}

.course__price span {
  font-size: 1.4rem;
  margin-right: 16px;
}

.course__boxes {
  padding-top: 53px;
}

.course__boxes-inner {
  max-width: 990px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.course__box {
  background: #F6EDE6;
  border-radius: 20px 0 20px 0;
  padding: 30px 40px 40px;
}

.course__box-title {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.6;
  color: #885A52;
  text-align: center;
  font-weight: 400;
}

.course__box-list li {
  background: #fff;
  border-radius: 8px 0 8px 0;
  padding: 20px 16px;
  text-align: center;
  font-size: 1.8rem;
  color: #885A52;
}

.course__box-list li + li {
  margin-top: 14px;
}

/* =========================
   schedule
========================= */
.schedule {
  padding: 120px 0 53px;
  background: #f8e6da;
}

.schedule__inner {
  max-width: 990px;
  margin: 0 auto;
}

.schedule__head {
  grid-column: 1;
  grid-row: 1;
}
.schedule__body{
display: grid;
  grid-template-columns: 480px 1fr;
  column-gap: 30px;
  row-gap: 0;
  align-items: start;
  margin-top: 80px;
}
.schedule__text p,
.schedule__note p {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #885A52;
}

.schedule__text p + p,
.schedule__note p + p {
  margin-top: 0;
}

.schedule__sp-title {
  display: block;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #c9aa9d;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #885A52;
  font-weight: 400;
  align-self: start;
}

.schedule__table {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.schedule__note {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #c9aa9d;
}

.schedule__table img {
  width: 100%;
  display: block;
  padding: 30px 0 0;
}

.schedule__note-line {
  display: none;
}


.schedule__note-mark-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.schedule__note-mark {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: #efc1b2;
}

.schedule__note-label {
  font-size: 1.5rem;
  color: #885A52;
}

.schedule-case {
  padding: 0 0 120px;
  background: #f8e6da;
}

.schedule-case__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.schedule-case__card {
  position: relative;
  min-height: 160px;
  background: #fff;
  border-radius: 20px 0px 20px 0;
  padding: 22px 28px;
  overflow: hidden;
}

.schedule-case__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.schedule-case__content {
  position: relative;
  z-index: 2;
  max-width: 72%;
}

.schedule-case__label {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #A07D77;
  font-size: 3rem;
  line-height: 1;
  color: #885A52;
}

.schedule-case__title {
  margin-bottom: 18px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #885A52;
  font-weight: 700;
  font-variation-settings: "wght" 600;
}

.schedule-case__title span{
  font-size: 1.6rem;
}

.schedule-case__link {
  font-size: 1.3rem;
  color: #885A52;
}

.schedule-case__person {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 105px;
  z-index: 1;
}

.schedule-case__person img {
  width: 100%;
}

.schedule-photo,
.gallery,
.news-photo {
  width: 100%;
}

.schedule-photo img,
.news-photo img {
  width: 100%;
}

/* =========================
   voice
========================= */
.voice {
  padding: 100px 0 120px;
  background: #F8E6DA;
}

.voice__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.voice__head {
  margin-bottom: 60px;
}

.voice__lead {
  margin-bottom: 48px;
}

.voice__lead p {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #9a6a61;
}

.voice__lead p + p {
  margin-top: 12px;
}

.voice__cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.voice-card a:hover{
 display: block;
 opacity: 0.7;
 transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
}
.contact__cards a:hover{
  opacity: 0.7;
 transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
}
.voice-card {
  position: relative;
  width: calc((100% - 48px) / 3);
  min-height: 420px;
  padding: 0px 24px 34px;
  background: #fff;
  text-align: center;
}

.voice-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 18px solid #885A52;
  border-top: 18px solid transparent;
}

.voice-card__image {
  width: 178px;
  height: 193px;
  margin: 35px auto 24px;
}

.voice-card__image img {
  width: 100%;
  height: auto;
}

.voice-card__name {
  margin-bottom: 26px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #885A52;
}

.voice-card__name span {
  font-size: 1.8rem;
}

.voice-card__text {
  font-size: 1.2rem;
  line-height: 2;
  color: #885A52;
}

/* =========================
   faq
========================= */
.faq {
  padding: 120px 0;
}

.faq__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}

.faq-item {
  background: #f0dfd4;
}

.faq-item__question {
  width: 100%;
  min-height: 70px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 27px;
  border: none;
  background: #F8E6DB;
  cursor: pointer;
  text-align: left;
}

.faq-item__q {
  flex-shrink: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #885A52;
}

.faq-item__question-text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #885A52;
}

.faq-item__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #885A52;
}

.faq-item__icon::before {
  left: 0;
  transform: rotate(45deg);
}

.faq-item__icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.faq-item.is-open .faq-item__icon::before {
  transform: rotate(-45deg);
}

.faq-item.is-open .faq-item__icon::after {
  transform: rotate(45deg);
}

.faq-item__answer {
  display: none;
  background: #EFCFBD;
}

.faq-item.is-open .faq-item__answer {
  display: block;
}



.faq-item__answer-inner {
  padding: 24px 30px;
}

.faq-item__answer-inner p {
  font-size: 1.6rem;
  line-height: 2en;
  color: #885A52;
}

.faq-item__answer-inner p + p {
  margin-top: 8px;
}

.faq__button {
  margin-top: 48px;
  text-align: center;
}

.faq__link,
.instagram__link,
.news__link,
.footer__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid #885A52;
  color: #885A52;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.faq__link::before,
.instagram__link::before,
.news__link::before,
.footer__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

/* =========================
   gallery / instagram / news
========================= */
.gallery img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.instagram {
  background: #F8E6DA;
  padding: 120px 0 120px;
}

.instagram__inner,
.contact__inner {
  max-width: 990px;
  margin: 0 auto;
}

.instagram__head {
  margin-bottom: 40px;
}

.instagram__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.instagram__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ddd;
}

.__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .__btn {
    min-width: 300px;
  }
}

.news {
  padding: 120px ;
}

.news__inner,
.reservation__inner,
.more__inner,
.faq__inner,
.voice__inner {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.news__head {
  margin-bottom: 58px;
}

.news__list {
  border-top: 1px solid #885A52;
}

.news__item {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 60px;
  padding: 18px 0;
  border-bottom: 1px solid #885A52;
  color: #885A52;
}

.news__date {
  flex: 0 0 104px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.news__category {
  flex: 0 0 100px;
  height: 20px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  font-variation-settings: "wght" 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.news__category--exam,.cat_exam {
  background: #A07D77;
}

.news__category--campaign,.cat_campaign {
  background: #FDB9A2;
}

.news__category--news,.cat_news {
  background: #885A52;
}

.news__category--column,.cat_clumn {
  background: #D39F87;
}

.news__category--course,.cat_seminor {
  background: #A07D77;
}

.news__category--trial,.cat_test{
  background: #A07D77;
}

.news__text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
}

.news__meta{
  display:flex;
  align-items:center;
  gap:60px;
}

/* =========================
   contact
========================= */
.contact {
  padding: 120px 0;
  background:#F0D2BF;
}

.contact__head {
  margin-bottom: 30px;
}

.contact__lead {
  font-size: 1.6rem;
  margin-top: 60px;
  line-height: 2.4em;
  color: #885A52;
}

.contact__cards {
  margin-top: 70px;
  display: flex;
  gap: 40px;
}


.contact-card {
  width: calc((100% - 80px) / 3);
  background: #fff;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}

.contact-card__image {
  overflow: hidden;
  border-radius: 20px 0 0 0;
  line-height: 0;
}

.contact-card__image img {
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  object-fit: cover;
}

.contact-card__body {
  position: relative;
  padding: 40px 20px 30px;
  text-align: center;
}

.contact-card__body::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.contact-card__label {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #f19c87;
  white-space: nowrap;
}

.contact-card__title {
  margin-bottom: 18px;
  font-size: 2rem;
  color: #885A52;
}

.contact-card__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #885A52;
}

/* =========================
   reservation
========================= */
.reservation {
  padding: 0px 0 120px;
  background: #F0D2BF;
}

.reservation__lead {
  margin-top: 80px;
  margin-bottom: 60px;
}

.reservation__lead p {
  font-size: 1.6rem;
  line-height: 2.4em;
  color: #885A52;
}

.reservation__lead p + p {
  margin-top: 10px;
}

.reservation__buttons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.reservation__buttons a:hover{
background: #A07D77;
  color: #fff;
  border: 1px solid #A07D77;
}
.reservation__buttons a:hover::before {
  background: #A07D77;
}

.reservation__btn {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 24px);
  min-height: 92px;
  padding: 0 20px;
  border-radius: 20px 0 20px 0;
  background: #fff;
  font-size: 2rem;
  line-height: 1.4;
  color: #885A52;
  text-align: center;
}

.reservation__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

/* =========================
   more
========================= */
.more {
  padding: 110px 0 120px;
}

.more__head {
  margin-bottom: 58px;
}

.more__lead {
  margin-bottom: 60px;
}

.more__lead p {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #885A52;
}

.more__lead p + p {
  margin-top: 12px;
}

.more__cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.more-card {
  position: relative;
  width: calc(100% / 3 - 60px);
  min-height: 320px;
  display: inline-block;
  padding: 50px;
  border-radius: 20px;
  background: #F4F0EF;
  text-align: center;
  margin-right: 30px;
}
.more-card:last-child {
  margin-right: 0;
}
.more-card:hover {
 opacity: 0.7;
}
.more-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #885A52;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.more-card__image {
  width: 160px;
  height: 160px;
  margin: 0 auto 26px;
  border-radius: 50%;
  overflow: hidden;
}

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

.more-card__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #885A52;
}

/* =========================
   footer
========================= */
.footer {
  padding: 80px 0 40px;
  background: #F0D2BF;
  color: #885A52;
}

.footer .__btn{
  margin-top: 20px;
}

.footer__inner {
  max-width: 990px;
  margin: 0 auto;
}

.footer__logo {
  text-align: center;
  margin-bottom: 40px;
}

.footer__logo img {
  height: 60px;
  display: inline;
}

.footer__line {
  border: none;
  border-top: 1px solid #885A52;
  margin: 60px 0px 40px 0;
}
.footer__line2 {
  border: none;
  border-top: 1px solid #885A52;
  margin: 40px 0px 20px 0;
}
.mt40{
  margin-top: 40px;
}

.footer__content {
  display: flex;
  gap: 80px;
}

.footer__info h2{
  font-size: 1.6rem;
  font-variation-settings: "wght" 600;
  margin-bottom: 12px;
}

.footer__address {
  font-size: 1.2rem;
}

.footer__tel {
  font-size: 2.8rem;
  margin: 0 0 10px ;
}

.footer__sns {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

.footer__sns img {
  width: 40px;
}

.footer__menu {
  gap: 35px;
  padding-left: 50px;
  border-left: 1px solid #885A52;
}

.footer__menu-title,
.footer__links ul {
  font-weight: 700;
  font-variation-settings: "wght" 600;
}

.footer__menu-title {
  font-size: 1.6em;
  margin-bottom: 12px;
}

.footer__menu li {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.footer__links ul {
  padding: 0;
}

.footer__links li {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.footer__copy {
  text-align: left;
  font-size: 1rem;
}







/* ========================================
   SP
======================================== */

/* ========================================
   SP Base Switch
======================================== */
.sp {
  display: none;
}

.hero__img-sp {
  display: none;
}

.hero__img-pc {
  display: block;
}

.faq__lead {
  display: none;
}

.sp-header,
.sp-campaign-fixed,
.sp-bottom-cta,
.sp-nav {
  display: none;
}

.fv__picture {
  display: block;
}

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

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 1000px) {
  /* ----------------------------------------
     Base
  ---------------------------------------- */
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
    line-height: 2;
  }

  .sp {
    display: block;
  }

  #school,
  #course,
  #voice,
  #faq,
  #news,
  #contact,
  #reservation,
  #campaign,
  #more {
    scroll-margin-top: 70px;
  }


  .section-heading,
  .course .section-heading,
  .schedule .section-heading,
  .instagram .section-heading,
  .contact .section-heading,
  .voice .section-heading,
  .faq .section-heading,
  .news .section-heading,
  .more .section-heading,
  .reservation .section-heading {
    margin: 0 0 40px;
    margin-left: 0;
    text-align: left;
  }

  .section-heading__en {
    font-size: 4.2rem;
    line-height: 1.1;
    letter-spacing: 0.08em;
  }

  .section-heading__ja {
    margin-top: 4px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .section-heading__en_01 {
    display: block;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #885A52;
    font-weight: 400;
  }

  .section-heading__ja_01 {
    display: block;
    margin-top: 13px;
font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
    font-size: 2rem;
    line-height: 1.8;
    color: #885A52; 
  }

  /* ----------------------------------------
     PC Elements Off
  ---------------------------------------- */
  .header-top,
  .side-cta,
  .campaign-fixed {
    display: none;
  }

  /* ----------------------------------------
     Common Inner
  ---------------------------------------- */
  .reason-cards__inner,
  .intro__inner,
  .movie__inner,
  .course__head-inner,
  .course__main-inner,
  .course__boxes-inner,
  .schedule__inner,
  .schedule-case__inner,
  .instagram__inner,
  .contact__inner,
  .footer__inner,
  .voice__inner,
  .faq__inner,
  .news__inner,
  .reservation__inner,
  .inner,
  .more__inner {
    padding-left: 35px;
    padding-right: 35px;
  }

  /* ----------------------------------------
     SP Header
  ---------------------------------------- */
  .header-fixed .header-fixed__nav{
     display: none;
  }
  .header-fixed__logo{
    width: 150px;
  }
  .sp-header {
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .sp-header__lead {
    font-size: 10px;
    color: #885A52;
    letter-spacing: 0.04em;
  }

  .sp-header__menu {
    position: fixed;
    z-index: 2200;
    top: 16px;
    right: 14px;
    width: 34px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .sp-header__menu span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #885A52;
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
  }

  .sp-header__menu span:nth-child(1) {
    top: 0;
  }

  .sp-header__menu span:nth-child(2) {
    top: 11px;
  }

  .sp-header__menu span:nth-child(3) {
    top: 22px;
  }

  .sp-header__menu.is-active span:nth-child(1) {
    top: 11px;
    transform: rotate(35deg);
  }

  .sp-header__menu.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-header__menu.is-active span:nth-child(3) {
    top: 11px;
    transform: rotate(-35deg);
  }

  .sp-header__menu.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  /* ----------------------------------------
     SP Navigation
  ---------------------------------------- */
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2100;
    display: block;
    width: 100%;
    height: calc(100% - 47px);
    background: rgba(248, 230, 218, 0.9);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .sp-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sp-nav__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .sp-nav__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 2px;
    background: #885A52;
    transform-origin: center;
  }

  .sp-nav__close span:first-child {
    transform: translate(-50%, -50%) rotate(35deg);
  }

  .sp-nav__close span:last-child {
    transform: translate(-50%, -50%) rotate(-35deg);
  }

  .sp-nav__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100%;
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    box-sizing: border-box;
  }

  .sp-nav__list li {
    text-align: center;
  }

  .sp-nav__list a {
    display: block;
    padding: 12px 0;
    color: #885A52;
    text-decoration: none;
  }

  .sp-nav__list span {
    display: block;
    font-size: 1.6rem;
    line-height: 1.15;
    letter-spacing: 0.04em;
    font-family: copperplate, serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  }

  .sp-nav__list small {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  body.menu-open {
    overflow: hidden;
  }

  /* ----------------------------------------
     FV
  ---------------------------------------- */
  .fv {
    padding: 0;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 50%,
      #f8e6da 50%,
      #f8e6da 100%
    );
    height: 100%;
  }

  .fv::before {
    display: none;
  }

  .fv__inner {
    position: relative;
    width: 100%;
    padding: 0 35px ;
    box-sizing: border-box;
    margin:50px auto 0;
  }

  .fv__logo {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 2;
    display: block;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
  }

  .fv__logo img {
    display: block;
    width: 240px;
    height: auto;
    margin: 0 auto;
  }

  .fv__picture {
    display: block;
    width: 100%;
  }

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

  /* ----------------------------------------
     SP Fixed CTA
  ---------------------------------------- */
  .sp-campaign-fixed {
    position: fixed;
    right: 12px;
    bottom: 74px;
    z-index: 1900;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 145px;
    padding: 8px 0 0;
    border: 1px solid #885A52;
    border-radius: 22px 22px 0 0;
    background: rgba(248,230,219,0.5);
    color: #885A52;
    text-decoration: none;
    box-sizing: border-box;
  }

  .sp-campaign-fixed::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #885A52;
    border-top: 12px solid transparent;
  }

  .sp-campaign-fixed__new {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }

  .sp-campaign-fixed__text {
    padding: 12px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .sp-bottom-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background: #fff;
    border-top: 1px solid #b98f83;
  }

  .sp-bottom-cta__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    border-right: 1px solid #b98f83;
    background: #fff;
    color: #885A52;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }

  .sp-bottom-cta__item:last-child {
    border-right: none;
  }

  .sp-bottom-cta__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #885A52;
    border-left: 12px solid transparent;
  }

  /* ----------------------------------------
     Campaign
  ---------------------------------------- */
  #campaign{
  padding-top: 110px;
  padding-bottom: 195px;
}

  .campaign {
    padding: 0 0 12px;
    background: #f8e6da;
  }

  .campaign__inner {
    padding: 0 24px;
  }

  .campaign__label {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
    color: #885A52;
  }

  .campaign__label-small {
    font-size: 1.6rem;
     }

  .campaign__label-large {
    font-size: 2.4rem;
  }

  .campaign__visual {
    position: relative;
    width: 100%;
  }

  .campaign__visual::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -200px;
    z-index: 1;
    width: 70%;
    height: 180px;
    background: url("../../assets/img/reason-right.png") no-repeat center center / cover;
  }

  .campaign__visual a{
  width: auto;
}

  /*.campaign__banner {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 105px;
    border-radius: 18px 0 18px 0;
    background: linear-gradient(
      100deg,
      #f4e4cd 0%,
      #f5c9d6 50%,
      #f3a96f 100%
    );
    color: #7a5a54;
    font-size: 2.2rem;
  }

  .campaign__photo {
    right: -20px;
    bottom: -10px;
    width: 260px;
  }

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

  .campaign__box {
    max-width: none;
    margin: 0;
    padding: 14px 16px 18px;
    border-radius: 0 0 12px 12px;
    background: #efcfc1;
  }

  .campaign__title {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #885A52;
    text-align: center;
  }

  .campaign__bottom {
    display: block;
    margin-top: 0;
    padding-top: 12px;
    text-align: center;
  }

  .campaign__bottom::before {
    content: "";
    position: static;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.8);
  }



  .campaign__text {
    display: block;
    font-size: 1.2rem;
    line-height: 1.9;
    color: #885A52;
  }

  .campaign__divider {
    display: none;
  }

  .campaign__btn {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 28px;
    border-radius: 6px;
    background: #d7b1ae;
    font-size: 1.2rem;
    color: #fff;
  }
*/

  /* ----------------------------------------
     Reason
  ---------------------------------------- */
  .reason-head {
    position: relative;
    padding-top: 80px;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    background: #f8e6da;
  }

  .reason-head__inner {
    position: relative;
    display: block;
    max-width: none;
    padding: 0 35px;
    transform: none;
  }

  .reason-head__left,
  .reason-head__right {
    display: none;
  }

  .reason-head__center {
    position: relative;
        display: block;
        left: 0;
        margin-left: -35px;
        padding: 68px 30px 60px;
        background: url(../../assets/img/reason-left.png) no-repeat left bottom;
        background-size: 180px auto;
        background-position: 0 30px;
        transform: none;
  }

  .reason-head .section-heading {
    margin: 0;
    text-align: left;
  }

  .reason-head .section-heading__en {
    display: block;
    padding: 20px 0 0 20px;
    font-size: 4.2rem;
    line-height: 0.95;
    letter-spacing: 0.04em;
    color: #885A52;
  }

  .reason-head .section-heading__ja {
    display: block;
    margin-top: 12px;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #885A52;
  }

  .reason-cards {
    position: static;
    z-index: auto;
    padding: 24px 0 100px;
    background: #f8e6da;
  }

  .reason-cards__top,
  .reason-cards__bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reason-cards__bottom {
    margin-top: 12px;
  }

  .reason-card {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px 0 0 20px !important;
    border-radius: 20px 0 20px 0;
  }

  .reason-card__head {
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .reason-card__num {
    font-size: 4rem;
    margin-top: 4px;
  }

  .reason-card__line {
    width: 30px;
    margin-top: 16px;
  }

  .reason-card__title {
    max-width: 180px;
    font-size: 2rem;
font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .reason-card__body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .reason-card__img {
    width: 80px;
    flex-shrink: 0;
  }
.reason-cards__cta{
  margin-top: 40px;
}
  .reason-card__text {
    display: block;
    overflow: visible;
    max-width: none;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }

  .reason-card__lead,
  .reason-card__note {
    font-size: 1.1rem;
  }

  .reason-card--exam .reason-card__body {
    display: block;
    padding-left: 0;
  }

  .reason-card--exam .reason-card__exam-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
  }

  .reason-card--exam .reason-card__img {
    width:90px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .reason-card--exam .reason-card__lead {
    flex: 1;
    max-width: 140px;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .reason-card--exam .reason-card__exam-bottom {
    width: 100%;
  }

  .reason-card--exam .reason-card__rates {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
  }

  .reason-card--exam .reason-rate {
    flex: 1;
    text-align: left;
  }

  .reason-card--exam .reason-rate__grade {
    display: block;
    margin-bottom: 2px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .reason-card--exam .reason-rate__value {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
  }

  .reason-card--exam .reason-rate__num {
    font-weight: 500;
    font-size: 4.2rem;
  }

  .reason-card--exam .reason-rate__unit {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .reason-card--exam .reason-card__note {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .__btn {
    width: 100%;
    padding: 20px 0;
    border-radius: 10px 0 10px 0;
    font-size: 1.4rem;
  }

  /* ----------------------------------------
     Hero
  ---------------------------------------- */
  .hero {
    position: relative;
  }

  .hero__img {
    overflow: hidden;
  }

  .hero__img-sp {
    display: block;
    width: 100%;
  }

  .hero__img-pc {
    display: none;
  }

  .hero__img img {
    width: 100%;
    height: 400px;
    min-height: 0;
    max-height: none;
    object-fit: cover;
  }

  .hero__logo {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
  }

  .hero__logo img {
    width: 240px;
    max-width: 240px;
    height: auto;
    padding: 0 0 20px;
  }

  /* ----------------------------------------
     Intro / Movie
  ---------------------------------------- */
  .intro {
    padding: 60px 0 100px;
    background: #f8e6da;
  }

  .intro__inner {
    display: block;
    margin-bottom: 60px;
  }

 
  .intro__title {
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: .2em;
    font-size: 2.4rem;
    line-height: 2.4;
    font-weight: 400;
  }
.intro__image{
  width: 100%; 
}
  .intro__text {
    font-size: 1.3rem;
    line-height: 2.6;
  }
 .movie__video{
  margin-bottom: 40px;
 }
  .movie__video iframe {
    height: 200px;
  }

  /* ----------------------------------------
     Course
  ---------------------------------------- */
  .course {
    background-image: url("../../assets/img/course-bg-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 100px 0 100px;
    background-color: #fff;
  }

  .course__lead {
    font-size: 1.4rem;
    line-height: 2.4;
    margin-top: 40px;
  }

  .course__main {
    padding-top: 8px;
  }

  .course__main-inner {
    display: block;
    padding-bottom: 0 !important;
  }

  .course__image {
    display: none;
  }

  .course__label {
    position: absolute;
    top: -80px;
    left: 35px;
    width: 80%;
    height: auto;
    z-index: 2;
    border-bottom: 1px solid #A07D77;
    font-size: 1.4rem;
    line-height: 2.4;
    color: #885A52;
    text-align: right;
    font-weight: 400;
  }

  .course__item {
    position: relative;
    border-bottom: none;
  }

  .course__badge {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 30px;
    width: 100px;
    margin-bottom: 14px;
    padding: 0 14px;
    border: 1px solid #b98f83;
    border-radius: 10px;
    background: rgba(255, 210, 195, 0.6);
    color: #885A52;
    font-size: 1.3rem;
    line-height: 1;
  }

    .course__badge-2 {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 30px;
    width: 100px;
    margin-bottom: 14px;
    padding: 0 14px;
    border: 1px solid #b98f83;
    border-radius: 10px;
    background: rgba(229,207,197,0.6);
    color: #885A52;
    font-size: 1.3rem;
    line-height: 1;
  }

  .course__item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b98f83;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #885A52;
    text-align: left;
  }

  .course__item-title::after {
    content: url('../../assets/img/arrow.png');
    width: 20px;
    height: 20px;
    padding-left: 0;
    margin-top: -8px;
        pointer-events: none;
  }

  .course__item-text {
    margin-bottom: 14px;
    font-size: 1.4rem;
    line-height: 2;
    color: #885A52;
  }

  .course__price {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #885A52;
    text-align: left;
  }

  .course__price span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }

  .course__boxes {
    padding-top: 24px;
  }

  .course__boxes-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .course__box {
    padding: 40px;
    border-radius: 20px 0 20px 0;
  }

  .course__box-title {
    margin-bottom: 20px;
       font-size: 1.6rem;
    font-weight: 400;
  }

  .course__box-list li {
    padding: 20px 10px;
    font-size: 1.6rem;
    font-weight: 400;
  }

  /* ----------------------------------------
     Schedule
  ---------------------------------------- */
  .schedule {
    padding: 100px 0 60px;
    background-color: #F8E6DA;
  }
.schedule__body{
display: block;
  margin-top: 20px;
}

  .schedule__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .schedule__head {
    order: 1;
  }

  .schedule__sp-title {
    display: block;
    order: 2;
    margin: 24px 0 14px;
    border-bottom: 1px solid #885A52;
    font-size: 2rem;
    line-height: 1.6;
    color: #885A52;
    font-weight: 400;
  }

  .schedule__table {
    order: 3;
    margin-top: 0;
  }

  .schedule__note {
    order: 4;
    margin-top: 24px;
  }
.schedule__note-mark{
  width: 62px;
  height: 22px;
}
  .schedule__text p,
  .schedule__note p,
  .schedule__note-label {
    font-size: 1.4rem;
    line-height: 2.4;
  }

  .schedule-case {
    padding-bottom: 100px;
  }

  .schedule-case__inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .schedule-case__card {
    min-height: auto;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 20px 0px 20px 0;
  }

  .schedule-case__content {
    max-width: 68%;
  }

  .schedule-case__label {
    font-size: 1.8rem;
  }

  .schedule-case__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .schedule-case__link {
    font-size: 1.1rem;
  }

  .schedule-case__person {
    right: 10px;
    width: 76px;
  }

  .schedule-photo img,
  .gallery img,
  .news-photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ----------------------------------------
     Voice
  ---------------------------------------- */
  .voice {
    padding: 100px 0;
  }

  .voice__head,
  .voice__lead {
    margin-bottom: 40px;
  }

  .voice__lead p {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .voice__cards {
    display: block;
  }

  .voice-card {
    width: 100%;
    min-height: auto;
    padding: 15px 20px 20px;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .voice-card + .voice-card {
    margin-top: 20px;
  }

  .voice-card__label {
    top: 18px;
    font-size: 2.6rem;
  }

  .voice-card__image {
    width:35%;
    margin: 8px auto 16px;
    height: auto;
  }

  .voice-card__name {
    margin-bottom: 12px;
    font-size: 1.6rem;
    width: 65%;
  }

  .voice-card__name span {
    font-size: 1.4rem;
  }

  .voice-card__text {
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    line-height: 1.8;
  }

  /* ----------------------------------------
     FAQ
  ---------------------------------------- */
  .faq {
    padding: 100px 0;
  }

  .faq-item__question {
    min-height: 60px;
    padding: 12px 14px;
    gap: 12px;
  }

  .faq-item__q {
    font-size: 2.4rem;
  }
.faq__list{
  margin-top: 40px;
  margin-bottom: 60px;
}
  .faq-item__question-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .faq-item__answer-inner {
    padding: 14px;
  }

  .faq-item__answer-inner p {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .faq__button {
    margin-top: 24px;
  }

  .faq__link,
  .instagram__link,
  .news__link,
  .footer__btn {
    min-width: 220px;
    height: 42px;
    border-radius: 10px 0 10px 0;
    background: transparent;
    font-size: 1.2rem;
  }

  .faq__lead {
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 1.3rem;
    line-height: 2;
    color: #885A52;
  }

  /* ----------------------------------------
     Instagram
  ---------------------------------------- */
  .instagram {
    padding: 100px 0;
  }

  .instagram__head {
    margin-bottom: 40px;
  }

  .instagram__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
    margin-top: 20px;
  }

  .instagram__button,
  .__btn {
    margin-top: 24px;
  }

  /* ----------------------------------------
     News
  ---------------------------------------- */
  .news {
    padding: 100px 0;
    background: #fff;
  }

  .news__head {
    margin-bottom: 40px;
  }
  .news__list{
    margin-bottom: 60px;
  }

  .news__item {
    display: block;
    padding: 24px 0;
  }

  .news__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .news__date {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .news__category {
    flex: none;
    width: auto;
    padding: 0 20px;
    border-radius: 10px;
  }
.news__date {
      flex: 0 0 84px;
}
  .news__text {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  /* ----------------------------------------
     Contact
  ---------------------------------------- */
  .contact {
    padding: 100px 0;
  }
.contact-card__body::before{
  display: none;
}
  .contact__lead {
    margin-top: 60px;
    font-size: 1.4rem;
    line-height: 2.4;
    margin-bottom: 40px;
  }

  .contact__lead br {
    display: none;
  }

  .contact__cards {
    display: block;
    margin-top: 24px;
  }

  .contact-card {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 0 20px 0;
  }

  .contact-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 18px solid #b56b58;
    border-top: 18px solid transparent;
  }

  .contact-card + .contact-card {
    margin-top: 20px;
  }

  .contact-card__image {
    width: 35%;
    flex-shrink: 0;
  }

  .contact-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    padding: 20px;
    text-align: left;
  }

  .contact-card__label {
    position: static;
    display: block;
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    transform: none;
  }

  .contact-card__title {
    margin: 0 0 10px;
   font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
  }

  .contact-card__text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
  }

  /* ----------------------------------------
     Reservation
  ---------------------------------------- */
  .reservation {
    padding: 0 0 100px;
  }
.reservation__inner .section-heading__en{
  font-size: 3.6rem;
}
  .reservation__lead {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .reservation__lead p {
    font-size: 1.4rem;
    line-height: 2.4;
  }

  .reservation__buttons {
    display: block;
  }

  .reservation__btn {
    width: 100%;
    min-height: 60px;
    border-radius: 10px 0 10px 0;
    font-size: 1.8rem;
    padding: 30px 0;
  }

  .reservation__btn + .reservation__btn {
    margin-top: 20px;
  }

  .reservation__btn::before {
    width: 14px;
    height: 14px;
  }

  /* ----------------------------------------
     More
  ---------------------------------------- */
  .more {
    padding: 100px 0;
    background: #fff;
  }

  .more__head,
  .more__lead {
    margin-bottom: 20px;
  }

  .more__lead p {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .more__cards {
    display: block;
  }

  .more-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 40px;
    width: 100%;
    min-height: auto;
    padding: 16px 40px;
    border-radius: 20px 0 20px 0;
    background: #F4F0EF;
    text-align: left;
  }

  .more-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #9b746b;
    border-top: 16px solid transparent;
  }

  .more-card + .more-card {
    margin-top: 18px;
  }

  .more-card__image {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    margin: 0;
  }

  .more-card__title {
    flex: 0 1 auto;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: nowrap;
  }
.more__inner .section-heading__en{
   line-height: 0.8em;
}
.more__inner .section-heading__ja{
  margin-top: 20px;
}

  /* ----------------------------------------
     Footer
  ---------------------------------------- */
  .footer {
    padding: 100px 0 60px;
  }

  .footer__logo {
    margin-bottom: 18px;
    text-align: center;
  }

  .footer__logo img {
    height: 42px;
    margin: 0 auto;
  }

  .footer__line {
    margin: 40px 0;
  }

  .footer__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer__info,
  .footer__menu,
  .footer__links {
    width: 100%;
  }

  .footer__menu {
    order: 1;
    display: block;
    padding-left: 0;
    border-left: none;
  }

  .footer__links {
    order: 2;
    margin-top: 12px;
  }
    .footer__links ul li:last-child{
    margin-bottom: 0;
  } 

  .footer__info {
    order: 3;
  }

  .footer__menu-block + .footer__menu-block {
    margin-top: 40px;
  }

  .footer__menu-title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 600;
  }

  .footer__menu ul,
  .footer__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer__menu .footer__course-list {
    margin: 0;
    padding-left: 1.6em;
    list-style: disc;
  }

  .footer__menu .footer__course-list li {
    list-style: disc;
    list-style-position: outside;
  }

  .footer__menu li{
    font-size: 1.2rem;
    line-height: 2;
  }

  .footer__links li {
    font-size: 1.6rem;
    line-height: 2;
  }

  .footer__info h2 {
    margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .footer__address {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .footer__tel {
    margin: 14px 0 30px;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .footer__sns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
  }

  .footer__sns img {
    width: 45px;
    height: auto;
  }

  .footer__btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 16px;
    border: 1px solid #9b746b;
    background: transparent;
    text-align: center;
  }

  .footer__btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 14px solid #9b746b;
    border-top: 14px solid transparent;
  }
.footer__line2{
  margin-bottom: 10px;
}
  .footer__copy {
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.08em;
  }
}


@media screen and (min-width: 1001px) {
  .pc-none{ 
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
.sp-none{ 
    display: none !important;
  }
}
@media screen and (max-width: 474px) {
.tablet-only{ 
    display: none !important;
  }
}

@media screen and (min-width: 475px) and (max-width: 1000px) {

  body{
    width: 475px;
    margin: 0 auto;
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.16);
  }
  html{
    background-color: #EFCFBD;
  }
  #tablet{
    position: fixed;
    left: 20px;
    bottom: 80px;
  }
  .sp-header{
    background-color: rgba(255, 255, 255, 0.7);
        padding: 18px 20px 20px;
        width: 100vw;
        position: absolute;
        left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .fv__inner {
    margin-top: 0;
        padding: 130px 35px 0;
    }
    .fv__logo{
      top: 105px;
    }
}
@media screen and (max-width: 474px) {
  #tablet{
    display: none;
  }
}
@media screen and (min-width: 1001px) {
   #tablet{
    display: none;
  }
}