body {
  min-width: 375px;
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Zen Kaku Gothic Antique', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

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

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

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

a:visited {
  color: inherit;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 44px;
  background-color: #fff;

  @media (width >= 768px) {
    height: 94px;
  }
}

main {
  margin-top: 44px;

  @media (width >= 768px) {
    margin-top: 94px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;

  @media (width >= 768px) {
    justify-content: space-between;
  }

  @media (width >= 1100px) {
    width: 77.8%;
  }
}

.header-title-container {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;

  @media (width >= 768px) {
    font-size: 1rem;
  }
}

.header-content-container {
  display: none;

  @media (width >= 768px) {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .cta-button {
    flex: 1;

    img {
      max-width: 220px;

      @media (width >= 950px) {
        max-width: 280px;
      }
    }
  }
}

.header-info-container {
  display: flex;
  align-items: center;
}

.header-info {
  .main {
    font-family: Sen, serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;

    @media (width >= 950px) {
      font-size: 2rem;
    }
  }

  .sub {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.header-info-icon {
  margin-right: 0.5rem;
}

/* fv section */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

/* read section */
.read-catch-container {
  position: absolute;
  top: 5%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);

  .read-catch-title {
    font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
    font-weight: 700;
    color: #000;
  }

  .en-label {
    color: #368d47;
  }

  .read-catch-text-contents {
    margin-top: 3%;
    font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
    font-weight: 500;
    color: #000;
  }
}

.read-menu {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 50%;
  max-width: 273px;

  @media (width >= 768px) {
    right: 20%;
    width: 30%;
  }

  .read-menu-title {
    img {
      width: 100%;
      height: auto;
    }
  }
}

.read-container-inner-second {
  margin-top: -12%;

  @media (width >= 768px) {
    margin-top: -6%;
  }
}

/* cta */

.section-cta {
  .cta-button-wrapper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 320px;
    transform: translateX(-50%);

    @media (767px >= width >= 500px) {
      bottom: 5%;
      width: 450px;
    }

    @media (1024px >= width >= 768px) {
      bottom: 1%;
      width: 500px;

      .cta-button {
        width: 100%;

        &.pulse {
          &::before {
            border-radius: 100px;
          }
        }
      }
    }

    @media (width >= 1024px) {
      bottom: 5%;
      width: 640px;

      .cta-button {
        width: 100%;

        &.pulse {
          &::before {
            border-radius: 100px;
          }
        }
      }
    }
  }
}

.kahun-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

  .sub-title {
    font-size: 12px;
    font-weight: 600;
    color: #368d47;
    text-align: center;
  }

  .kahun-title {
    width: fit-content;
    padding: 0 12px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #368d47, #82cb5b);
  }

  .kahun-content {
    padding: 40px 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .kahun-image {
    margin-top: 40px;
  }

  @media (width >= 768px) {
    .sub-title {
      font-size: 24px;
    }

    .kahun-title {
      font-size: 40px;
    }

    .kahun-content {
      max-width: 800px;
      margin: 80px auto 0;
      font-size: 24px;
    }

    .kahun-image {
      margin-top: 0;
    }
  }
}

.cta-catch-container {
  width: 100%;
  padding: 0 20px;
}

.cta-catch-inner {
  position: absolute;
  top: 13%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  transform: translateX(-50%);

  .price-zero-container {
    position: relative;
    width: fit-content;
    width: 50%;
    min-width: 200px;
    margin-top: 8px;

    @media (width >= 768px) {
      width: 40%;
    }

    .price-zero-message {
      position: absolute;
      top: 7%;
      right: 13%;
      width: 12%;
      height: 42%;
      transform: translateX(-50%);
    }

    @media (width >= 768px) {
      .price-zero-message {
        top: 2%;
        right: 2%;
        width: 16%;
        height: 47%;
        transform: translateX(-50%);
      }
    }
  }
}

.cta-catch {
  position: relative;
}

.cta-catch-title {
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 12px #fa0;
}

.cta-catch-title-span {
  display: flex;
  align-items: center;

  img {
    width: 3em;
  }
}

.cta-content-container {
  position: absolute;
  right: 0;
  bottom: 26%;
  left: 0;
  width: 90%;
  margin: 0 auto;

  @media (width >= 768px) {
    bottom: 23%;
    width: 80%;
    max-width: 1040px;
  }
}

.content-container {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.cta-content-text {
  font-size: clamp(0.875rem, 0.466rem + 2.05vw, 2rem);
  font-weight: 700;
  color: #000;
  text-align: center;
}

.cta-content-list {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 500;

  li {
    position: relative;
  }

  li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 3px;
    height: 3px;
    margin: auto 0;
    content: '';
    background-color: #000;
    border-radius: 99px;
  }

  @media (width >= 768px) {
    font-size: 16px;
  }
}

.cta-content-item-1 {
  width: 118px;
}

/* sev section */
.sev-point-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 5rem 1rem;
  background-color: #f6fff7;

  @media (width >= 1024px) {
    gap: 1rem;
    padding: 5rem 3rem;
  }

  .sev-point-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    align-items: center;

    .section-title-container {
      order: 0;
      margin-bottom: 0;

      @media (width >= 1024px) {
        width: 100%;
      }

      .section-title {
        @media (1200px >= width >= 1024px) {
          font-size: 1.3rem;
        }

        @media (width >= 1200px) {
          font-size: 1.5rem;
        }
      }
    }

    .sev-point-image-container {
      order: 1;
      width: fit-content;

      @media (width >= 1024px) {
        order: 4;

        img {
          max-width: 260px;
        }
      }
    }

    .sev-point-catch {
      order: 2;
      font-size: 1.25rem;
      font-weight: 700;
      color: #000;

      @media (width >= 1024px) {
        order: 1;
        height: 70px;
      }
    }

    .sev-point-description {
      flex-grow: 1;
      order: 3;
      font-size: 1rem;
      font-weight: 500;
      color: #000;

      @media (width >= 1024px) {
        order: 2;
      }
    }
  }

  @media (width >= 1024px) {
    flex-direction: row;
  }
}

/* doctor section */
.section-doctor {
  display: grid;
  gap: 20px;
  width: 89.3%;
  padding: 40px 0;
  margin: 0 auto;

  .doctor-info {
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 1rem;
    margin-bottom: 20px;

    .section-doctor-title {
      grid-row: 1/2;
      grid-column: 2/3;
      margin-top: auto;
      margin-bottom: auto;
      text-align: left;
    }

    .doctor-image-container {
      grid-row: span 2;
      grid-column: 1/2;
    }

    .all-about {
      font-size: clamp(0.625rem, 0.59rem + 0.15vw, 0.725rem);
      font-weight: 500;
    }
  }

  .doctor-info-description {
    display: flex;
    flex-direction: column;
    grid-row: 3/4;
    gap: 0.25rem;
  }

  .doctor-column-container {
    grid-row: 2/3;
  }

  .doctor-column-note {
    grid-row: 4/5;
    color: #00000080;
    text-align: justify;
  }

  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    gap: 10px 2.5rem;
    max-width: 1200px;
    padding: 120px 0;

    .doctor-info {
      grid-template-columns: 1fr;
      grid-row: 1/2;
      grid-column: 1/2;

      .section-doctor-title {
        grid-row: span 1;
        grid-column: span 1;
        margin-bottom: 1.5rem;
        text-align: center;
      }

      .doctor-image-container {
        grid-row: span 1;
        grid-column: span 1;
        margin-bottom: 0.625rem;
      }

      .all-about {
        margin-right: 0;
        margin-left: auto;
      }
    }

    .doctor-info-description {
      grid-row: 2/3;
      grid-column: 1/2;
      gap: 0.75rem;
    }

    .doctor-column-container {
      grid-row: span 2;
      grid-column: 2/3;
    }

    .doctor-column-note {
      grid-row: 3/4;
      grid-column: 2/3;
    }
  }

  .doctor-image-container {
    margin: auto;
  }

  .doctor-image {
    width: 100%;
    max-width: 332px;
    height: auto;
  }
}

.doctor-column-item {
  p {
    font-size: 14px;
    font-weight: 500;
  }
}

.section-doctor-title {
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem);
  font-weight: 700;
  text-align: center;
}

.doctor-info-description {
  p {
    font-size: 0.75rem;
    font-weight: 500;
  }

  .name {
    font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
    font-weight: 700;
  }
}

.doctor-column-list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media (width >= 768px) {
    gap: 20px;
  }

  .doctor-column-title {
    padding: 0.5em;
    cursor: pointer;
    background-color: #f6f6f6;

    @media (width >= 768px) {
      cursor: default;
    }
  }

  .accordion-button {
    position: relative;
    width: 100%;
    font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
    font-weight: 700;
    text-align: left;

    &::after {
      position: absolute;
      right: 0;
      width: auto;
      height: 100%;
      content: '▼';
      transition: transform 0.3s ease;

      @media (width >= 768px) {
        content: none;
      }
    }
  }

  .accordion-content {
    max-height: 0;
    padding-top: 10px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;

    @media (width >= 768px) {
      max-height: 500px;
    }
  }

  .initially-open {
    .accordion-content {
      max-height: 500px;
    }

    .accordion-button::after {
      transform: rotate(180deg);
    }
  }
}

.doctor-section-underline {
  position: relative;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: #fef1004d;
  text-underline-offset: -0.4em;
  text-decoration-skip-ink: none;
}

/* mask-campaign section */
.section-mask-campaign {
  position: relative;
  background-color: #f6fff7;
  box-shadow: 0 -4px 24px 0 #31632b29;

  .campaign-button-container {
    position: absolute;
    bottom: 45%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translateX(-50%);

    @media (450px >= width) {
      bottom: 43%;
      width: 300px;
    }

    @media (width >= 768px) {
      bottom: 5%;
    }

    a,
    picture {
      width: fit-content;
    }

    img {
      display: block;
      width: 247px;

      @media (1024px >= width >= 768px) {
        width: 260px;
      }

      @media (width >= 1025px) {
        width: 320px;
      }
    }

    .button-label {
      font-size: 0.8rem;
      font-weight: 700;

      @media (1024px >= width >= 768px) {
        font-size: 1rem;
      }

      @media (width >= 1025px) {
        font-size: 1.2rem;
      }
    }
  }
}

/* about section */
.about-section {
  padding: 5rem 2rem;
  color: #fff;
  background-color: #3c3c3c;

  .about-section-title {
    padding: 0 0.5em;
    font-size: 1.25rem;

    @media (width >= 768px) {
      font-size: 2rem;
    }

    font-weight: 700;
    background-color: #e46c07;
  }

  .about-section-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;

    .about-section-title-container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
    }

    .about-section-description-container {
      grid-row-start: 3;
    }

    @media (width >= 768px) {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr;

      .about-section-description-container {
        grid-row-start: 2;
        font-size: 0.875rem;
        font-weight: 500;

        @media (width >= 768px) {
          width: 70%;
          margin: 0 auto;
          font-size: 1rem;
        }
      }

      .about-section-image-container {
        grid-row: span 2;
        grid-column: 2/3;

        @media (width >= 768px) {
          display: flex;
          justify-content: center;
        }
      }
    }
  }
}

/* other program section */
.other-program-section {
  width: 89.3%;
  padding: 5rem 0;
  margin: 0 auto;

  @media (width >= 768px) {
    width: 82%;
  }
}

.other-program-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;

  @media (width >= 768px) {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .other-program-content {
    display: flex;
    flex-direction: column;

    .other-program-description-container {
      display: flex;
      flex-grow: 1;
      flex-direction: column;
      justify-content: space-between;
    }
  }

  .play-button {
    display: inline-block;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: auto;
  }
}

.other-program-title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;

  @media (width >= 768px) {
    font-size: 1.25rem;
  }
}

.other-program-description {
  font-size: 0.75rem;
  font-weight: 500;

  @media (width >= 768px) {
    font-size: 0.875rem;
  }
}

/* price section */
.price-section {
  padding: 5rem 0;
  background-color: #f6fff7;

  @media (width >= 768px) {
    padding: 5rem 3rem;
  }

  .note {
    display: flex;
    justify-content: center;
    width: 94%;
    margin: 1rem auto 0;
    margin-top: 1rem;
  }
}

.price-section-catch {
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;

  @media (width >= 768px) {
    margin-bottom: 80px;
    font-size: 2rem;
  }
}

.price-content-header-sub-title {
  font-size: 0.75rem;
  font-weight: 700;

  @media (width >= 768px) {
    font-size: 1rem;
  }
}

.price-section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 94%;
  max-width: 980px;
  margin: 0 auto;

  @media (width >= 768px) {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.price-content {
  position: relative;
}

.popular-label {
  position: absolute;
  left: 0;
}

.price-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #368d47;

  h4 {
    font-size: 1.25rem;
    font-weight: 700;

    @media (width >= 768px) {
      font-size: 1.5rem;
    }
  }

  .popular-label {
    width: 30px;
    margin-top: -5%;
    margin-left: 4%;

    @media (width >= 768px) {
      width: 40px;
      margin-top: -4%;
      margin-left: 5%;
    }
  }
}

.price-content-body {
  padding: 1rem;
  background-color: #f2f2f2;

  .body-schedule {
    font-size: 1rem;
    font-weight: 700;
  }

  .label {
    padding: 0 0.4em;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #fff;
  }

  .body-schedule-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .body-text {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 700;

    @media (width >= 768px) {
      font-size: 1.25rem;
    }
  }
}

/* faq section */
.section-faq {
  padding: 3rem 0;

  @media (width >= 768px) {
    padding: 5rem 0;
  }
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq-accordion {
  width: 94%;
  padding-left: 1rem;
  margin: 0 auto;
  border-left: 2px solid #368d47;

  @media (width >= 768px) {
    width: 80%;
  }
}

.faq-accordion-body {
  max-height: 0;
  margin-top: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-accordion-header {
  width: 100%;
  cursor: pointer;

  button {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding-right: 40px;
    font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
    font-weight: 700;
    background-color: transparent;
    border: none;
  }

  .icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;

    &::before,
    &::after {
      position: absolute;
      content: '';
      background-color: #368d47;
      transition: transform 0.3s ease;
    }

    &::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      transform: translateY(-50%);
    }

    &::after {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      transform: translateX(-50%);
    }
  }

  &.active {
    .icon {
      &::after {
        transform: translateX(-50%) rotate(90deg);
      }
    }
  }
}

/* studio section */
.section-studio {
  padding: 5rem 1rem;
  background-color: #f6f6f6;

  @media (width >= 768px) {
    padding: 5rem 3rem;
  }

  .list-label {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;

    @media (width >= 768px) {
      font-size: 1.5rem;
    }

    strong {
      font-size: 1.5rem;
      color: #368d47;

      @media (width >= 768px) {
        font-size: 2.5rem;
      }
    }
  }
}

.studio-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.studio-area-header {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #368d47;

  @media (width >= 768px) {
    font-size: 2rem;
  }
}

.studio-area-body {
  border: 2px solid #368d47;
  border-top: none;

  @media (width >= 768px) {
    border: 4px solid #368d47;
    border-top: none;
  }
}

.studio-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 20px;
  background-color: #fff;

  @media (width >= 768px) {
    padding: 40px;
  }
}

.studio-button {
  padding: 2px 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 #00000040;

  @media (width >= 768px) {
    padding: 4px 20px;
    font-size: 1.5rem;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0 #00000040;
  }

  &.active {
    color: #fff;
    background-color: #84ab8b;
    box-shadow: none;
  }
}

.studio-info-container {
  position: relative;
  padding: 20px;

  @media (width >= 768px) {
    padding: 40px;
  }
}

.close-button {
  position: absolute;
  right: 8%;
  font-size: 1.2rem;
  font-weight: 900;

  &:hover {
    cursor: pointer;
  }
}

.studio-info-title {
  display: inline;
  padding: 2px 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #368d47;

  @media (width >= 768px) {
    padding: 4px 16px;
    font-size: 1.5rem;
  }
}

.studio-meta {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 500;

  @media (width >= 768px) {
    margin-top: 20px;
    font-size: 1.25rem;
  }

  .access-info,
  .business-time {
    display: flex;
    flex-direction: row;
  }

  .googlemap-link {
    margin-left: 0.3rem;
    font-size: 1em;
    color: #00000080;
    text-decoration: underline;
    white-space: nowrap;

    &:hover {
      text-decoration: none;
      cursor: pointer;
      opacity: 0.8;
    }

    @media (width >= 768px) {
      font-size: 0.7em;
    }
  }
}

.studio-info-image-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 500;

  @media (width >= 768px) {
    gap: 1rem;
    margin-top: 80px;
    font-size: 1.25rem;
  }
}

/* footer */
footer {
  color: #f6f6f6;
  background-color: #3c3c3c;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 2rem;

  @media (width >= 768px) {
    padding: 5rem;
  }
}

.footer-nav-list {
  display: flex;
  align-items: center;

  li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
  }

  li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1em; /* 区切り線の高さを調整 */
    content: '';
    border-right: 1px solid #ccc; /* 区切り線のスタイル */
    transform: translateY(-50%);
  }
}

/* ui parts */
.logo {
  width: 24px;
  height: auto;

  @media (width >= 768px) {
    width: 56px;
  }
}

.cta-button {
  height: auto;
}

.thumbs-up-container {
  position: absolute;
  right: -12%;
  bottom: -10%;
  width: 65%;
  height: 65%;
  margin-left: -10px;

  .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .thumbs-up {
    transform-origin: bottom center;
    animation: thumbsUpRotate 2s ease-in-out infinite;
  }

  .star {
    top: -10%;
    left: 8%;
    opacity: 0;
    animation: starFade 2s ease-in-out infinite;
  }
}

.price-zero {
  width: 60%;
  margin: 0 auto;

  @media (width >= 768px) {
    width: 80%;
  }
}

@keyframes thumbsUpRotate {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(8deg);
  }
}

@keyframes starFade {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* utils */
.relative {
  position: relative;
}

.en-label {
  font-family: Sen, serif;
  font-size: clamp(0.75rem, 0.574rem + 0.75vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  font-optical-sizing: auto;

  @media (width >= 768px) {
    font-size: 20px;
  }
}

.top-dot {
  position: relative;
}

.top-dot::before {
  position: absolute;
  top: -1em;
  left: 50%;
  display: none;
  font-size: 1em;
  color: #539c4b;
  content: '•';
  transform: translateX(-50%);

  @media (width >= 768px) {
    display: block;
  }
}

.has-dot {
  font-size: 0;

  & > * {
    font-size: 1rem;
  }
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media (width >= 768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .kahun-wrapper {
    margin-top: 0;
  }

  .sub-title {
    margin-top: 80px;
  }

  .kahun-content {
    text-align: center;
  }
}

.cta-button.pulse {
  position: relative; /* 擬似要素の基準位置 */
  display: inline-flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;

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

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* 画像の後ろに配置 */
    width: 100%;
    height: 100%;
    content: '';
    background-color: #f50; /* 拡散する色 */
    border-radius: 50px; /* 丸くする */
    opacity: 0; /* 初期状態は透明 */
    animation: pulse 1.5s ease-out infinite; /* アニメーションの設定 */
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.8); /* 初期サイズを小さく */
  }

  50% {
    opacity: 0.5; /* 中間地点で最も濃く */
  }

  100% {
    opacity: 0;
    transform: scale(1.2); /* 最終的に大きくして消える */
  }
}

.highlight {
  position: relative;
  display: inline-block;
  font-weight: 900;

  &::before {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.6em;
    content: '';
    background-color: #fef1004d;
  }
}

.section-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;

  @media (width >= 768px) {
    margin-bottom: 80px;
  }

  .en-label {
    font-family: Sen, serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #368d47;

    @media {
      font-size: 1.5rem;
    }
  }

  .section-title {
    padding: 0 0.5em;
    font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #368d47, #82cb5b);
  }
}

.sec-cta-three-content-container {
  position: absolute;
  top: 25%;
  width: 100%;

  img {
    width: 80%;
    margin: 0 auto;
  }

  @media (width >= 768px) {
    top: 43%;
    left: 0;
    width: 100%;

    img {
      width: 65%;
      margin: 0 auto;
    }
  }
}

.sta-section {
  .cta-button-wrapper {
    bottom: 5%;

    @media (1024px >= width >= 768px) {
      bottom: 3%;
    }
  }

  .sta-position {
    top: 7%;

    @media (width >= 768px) {
      top: 10%;
    }
  }
}
