@charset "UTF-8";
@layer reset {
  /* ---------------------------
        Reset CSS（簡易版）
  --------------------------- */
  /* 全体の余白・枠線などをリセット */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  /* HTML5要素の表示をブロック化 */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  /* 画像のはみ出し防止 */
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }
  /* リストマークを非表示 */
  ul,
  ol {
    list-style: none;
  }
  /* リンクの初期化 */
  a {
    color: inherit;
    text-decoration: none;
  }
  /* フォーム要素の初期化 */
  input,
  button,
  textarea,
  select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    appearance: none;
  }
  /* ボタンにカーソル */
  button {
    cursor: pointer;
  }
  /* body全体の初期設定 */
  body {
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    background-color: #f9f9f2;
  }
}
@layer base {
  html {
    font-size: 62.5%;
  }
  @media (max-width: 768px) {
    html {
      font-size: 56.25%;
    }
  }
  body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #333333;
    background: #ffffff;
    height: auto;
    background-color: #f9f9f2;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  h2 {
    font-size: 4rem;
    line-height: 5.2rem;
    letter-spacing: 0.2rem;
    font-weight: 900;
    text-align: center;
  }
  @media (max-width: 768px) {
    h2 {
      font-size: 3.2rem;
      line-height: 1.6em;
    }
  }
  h2 .header-block {
    display: inline-block;
    line-height: 1em;
    padding: 0.8rem 0.4rem 0.9rem 0.7rem;
    background-color: #fe8896;
    color: #FFF;
    margin: 0 0.1em;
  }
  h2.-sub {
    font-size: 2.7rem;
    line-height: 3.8rem;
    font-weight: 900;
  }
  h3 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.8rem;
    letter-spacing: 0.096rem;
  }
  h4 {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    font-weight: 900;
  }
  p.-big {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  p.-small {
    font-size: 1.4rem;
  }
  section {
    scroll-margin-top: 7rem;
  }
  @media (max-width: 768px) {
    section {
      scroll-margin-top: 42px;
    }
  }
}
@layer layout {
  .l-header {
    padding: 1.9rem 2rem;
  }
  @media (max-width: 768px) {
    .l-header {
      padding: 1rem 2rem;
    }
  }
  .l-header.is-fixed {
    position: sticky;
    top: -1px;
    padding: 5px;
    z-index: 1000;
    background: #f9f9f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  @media (min-width: 769px) {
    .l-header.is-fixed .l-inner {
      width: 100%;
      max-width: initial;
      padding: 0 2rem;
    }
  }
  @media (max-width: 768px) {
    .l-header.is-fixed .l-header__logo {
      width: 18rem;
      height: fit-content;
    }
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 768px) {
    .l-header__inner {
      justify-content: center;
    }
  }
  .l-header__logo {
    width: 22.5rem;
  }
  .l-header__logo a {
    display: flex;
    height: fit-content;
    align-items: center;
  }
  .l-header__actions {
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
}
@layer layout {
  .l-hero {
    position: relative;
    background: url("../images/photo/mv.jpg") no-repeat center center;
  }
  @media (min-width: 769px) {
    .l-hero {
      height: 61rem;
    }
  }
  .l-hero__inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
  }
  .l-hero__title {
    color: #333333;
    padding-top: 8rem;
  }
  .l-hero__title--main {
    font-size: 6.2rem;
    font-style: normal;
    font-weight: 900;
    line-height: 8.2rem;
    letter-spacing: 0.31rem;
    text-align: left;
    margin-bottom: 3rem;
  }
  .l-hero__title--sub {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.13rem;
  }
  .l-hero__title--sub span {
    display: block;
    width: fit-content;
    padding: 0 0.5em 0.2em 0.5em;
    background: rgba(245, 245, 245, 0.85);
  }
  .l-hero__point {
    position: inherit;
    margin-top: 4rem;
    z-index: 500;
  }
  .l-hero__point-list {
    display: flex;
    justify-content: center;
    gap: 1.6rem;
    align-items: center;
  }
  .l-hero__point-item {
    display: flex;
    padding: 1rem 1.4rem 1.6rem 1.4rem;
    flex-direction: column;
    align-items: center;
    gap: 1.82rem;
    width: 28.5rem;
    background: #fefffb;
    border-radius: 1.7rem;
    box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.1);
  }
  .l-hero__point-item span {
    text-align: center;
    color: #61b1a3;
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 3.6rem;
    letter-spacing: 0.18rem;
  }
  .herocta {
    position: relative;
    padding: 12rem 2.2rem 6rem;
    background: #f9f9f2;
  }
  @media (max-width: 768px) {
    .herocta {
      padding: 2rem;
    }
  }
  .herocta__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
  .herocta__caption {
    color: #61b1a3;
    border-radius: 50rem;
    border: 3px solid #61b1a3;
    display: block;
    padding: 0.5rem 1.5rem;
    margin: 0 auto 1rem;
    width: fit-content;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 4.4rem;
    letter-spacing: 0.13rem;
  }
  @media (max-width: 768px) {
    .herocta__caption {
      font-size: 1.6rem;
      border: 2px solid #61b1a3;
      padding: 1rem 1rem;
      line-height: 1em;
    }
  }
  .herocta__title {
    color: #61b1a3;
    font-size: 4rem;
    font-weight: 900;
    line-height: 5.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
  @media (max-width: 768px) {
    .herocta__title {
      font-size: 3.4rem;
      line-height: 4rem;
      letter-spacing: 0.15rem;
      margin-bottom: 1.5rem;
    }
  }
  .herocta__title img {
    width: 3.2rem;
    vertical-align: middle;
  }
  .herocta__buttons {
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .herocta__buttons {
      flex-direction: column;
      align-items: stretch;
      gap: 1rem;
    }
  }
  .herocta__button {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Notio Sans JP", sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 3.8rem;
    letter-spacing: 0.22rem;
    text-decoration: none;
    padding: 2.4rem;
    border-radius: 15px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    width: fit-content;
  }
  @media (max-width: 768px) {
    .herocta__button {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      gap: 0.6rem;
      padding: 2rem 2rem 1.7rem 2.6rem;
      border-radius: 500px;
      font-size: 2.2rem;
      line-height: 2.4rem;
      letter-spacing: 0.05rem;
      transition: background 0.3s;
    }
    .herocta__button img:first-child {
      width: 5rem;
    }
    .herocta__button img:last-child {
      width: 3rem;
    }
  }
  .herocta__button .-wrap {
    display: inline-block;
    width: fit-content;
    margin-inline: 0 1rem;
  }
  .herocta__button .-pc {
    font-size: 3.8rem;
  }
  @media (max-width: 768px) {
    .herocta__button .-pc {
      font-size: 2.8rem;
    }
  }
  .herocta__button:hover {
    transform: translateY(-2px);
  }
  .herocta__button.-pink {
    background-color: #fe8896;
  }
  .herocta__button.-green {
    background-color: #61b1a3;
  }
  .herocta__button-icon {
    width: 24px;
    height: auto;
  }
}
@layer layout {
  .l-footer {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 700;
    background: #61b1a3;
    color: white;
    text-align: center;
    padding: 2rem;
  }
  @media (max-width: 768px) {
    .l-footer {
      padding: 2rem 2rem 7rem;
    }
  }
}
@layer layout {
  .l-section {
    padding-block: 9rem;
    background: #f9f9f2;
  }
  @media (max-width: 768px) {
    .l-section {
      padding-block: 4rem;
      padding-inline: 1.2rem;
    }
  }
  .l-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .l-inner {
      max-width: 100%;
    }
  }
}
@layer components {
  .c-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 1.3rem 1.9rem;
    border-radius: 12px;
    font-size: 3.8rem;
    line-height: 1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
  }
  @media (max-width: 768px) {
    .c-btn {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-size: 2.85rem;
      padding-block: 1.2rem;
    }
  }
  .c-btn:hover {
    background: #33739f;
  }
  .c-btn img {
    width: 3rem;
    height: 3rem;
  }
  .c-btn.-pink {
    color: #fff;
    background: #fe8896;
  }
  .c-btn.-pink:hover {
    background: #fe5569;
  }
  .c-btn.-green {
    color: #61b1a3;
    background: #fff;
    border: 3px solid #61b1a3;
  }
  .c-btn.-green:hover {
    background: #e6e6e6;
  }
  .c-btn--form {
    background: #4caf50;
  }
  .c-btn--thin {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 1.2rem 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    border-radius: 500px;
    transition: background 0.3s;
    font-family: "Hiragino Kaku Gothic ProN", "Notio Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  @media (max-width: 768px) {
    .c-btn--thin {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-size: 2.85rem;
      padding-block: 1.2rem;
    }
  }
  .c-btn--thin:hover {
    background: #33739f;
  }
  .c-btn--thin img {
    width: 2rem;
    height: 2rem;
  }
  .c-btn--thin.-pink {
    color: #fff;
    background: #fe8896;
  }
  .c-btn--thin.-pink:hover {
    background: #fe5569;
  }
  .c-btn--thin.-green {
    color: #fff;
    background: #61b1a3;
  }
  .c-btn--thin.-green:hover {
    background: #4a9588;
  }
}
@layer components {
  .c-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
  }
  .c-card2 {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 3px solid #61b1a3;
    border-radius: 15px;
    padding: 3rem;
    gap: 3rem;
  }
  @media (max-width: 768px) {
    .c-card2 {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.2rem;
      padding: 1rem 2.3rem 2rem;
    }
  }
  .c-card2-icon {
    width: 14.938rem;
    height: 10.12rem;
  }
  @media (max-width: 768px) {
    .c-card2-icon {
      width: 120px;
      /*
      position: absolute;
      width   : 90px;
      height  : auto;
      top     : 19px;
      left    : 8px;*/
    }
  }
  .c-card2-text {
    flex: 1;
    text-align: left;
  }
  .c-card2-text h4 {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0.4rem;
    color: #61b1a3;
  }
  @media (max-width: 768px) {
    .c-card2-text h4 {
      margin-bottom: 1.4rem;
      line-height: 1.1em;
    }
  }
  .c-card2-text .text-normal {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
  }
  @media (max-width: 768px) {
    .c-card2-text .text-normal {
      font-size: 1.4rem;
      line-height: 2.4rem;
      letter-spacing: 0.042rem;
      font-weight: 500;
    }
  }
  .c-card2-text .text-big {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .c-card2-text .text-big {
      font-size: 1.6rem;
      line-height: 3.2rem;
      letter-spacing: 0.08rem;
      font-weight: 700;
    }
  }
  @media (max-width: 768px) and (max-width: 768px) {
    .c-card2-text .text-big {
      line-height: 2.4rem;
    }
  }
  .c-card2-text .-mb2 {
    margin-bottom: 2rem;
  }
  .c-card2-text .-mb3 {
    margin-bottom: 3rem;
  }
  .c-card2-text .-mb4 {
    margin-bottom: 4rem;
  }
  .c-card2-marker {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  @media (max-width: 768px) {
    .c-card2-marker {
      line-height: 2.4rem;
    }
  }
  .c-card2-marker span {
    background: linear-gradient(transparent 60%, #DAF1E4 60%);
  }
  .c-card2-note {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 700;
    margin-bottom: 0;
  }
  .c-card3 {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 2rem 3rem;
  }
  .c-card3.-border {
    border: 3px solid #61b1a3;
  }
  .c-card3-icon {
    position: absolute;
    right: 1.2rem;
    top: -1.2rem;
  }
  @media (max-width: 768px) {
    .c-card3-icon {
      width: 6rem;
    }
  }
  .c-card3__head {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    width: fit-content;
    color: #61b1a3;
    margin-bottom: 2rem;
  }
  @media (max-width: 768px) {
    .c-card3__head {
      padding-right: 2em;
    }
  }
  .c-card3__desc {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 700;
  }
}
@layer components {
  .c-voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  @media (max-width: 768px) {
    .c-voice__list {
      gap: 1.3rem;
    }
  }
  .c-voice__card {
    flex-basis: 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 2rem;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .c-voice__card {
      flex-basis: 100%;
      gap: 1.5rem;
    }
  }
  @media (min-width: 769px) {
    .c-voice__card--wide {
      flex-basis: 65%;
    }
  }
  .c-voice__avatar {
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
  }
  @media (max-width: 768px) {
    .c-voice__avatar {
      width: 9rem;
      height: 9rem;
    }
  }
  .c-voice__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-voice__info {
    flex: 1;
    text-align: left;
  }
  .c-voice__info-name {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 1.8rem;
    color: #61b1a3;
  }
  .c-voice__info-comment {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0.042rem;
  }
}
@layer components {
  .c-company-info {
    padding: 40px 0;
    font-size: 1.4rem;
    color: #333333;
  }
  .c-company-info__header {
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .c-company-info__header {
      margin-bottom: 3rem;
    }
  }
  .c-company-info__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3rem;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .c-company-info__list {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .c-company-info__row {
    display: flex;
    border-top: 1px dotted #ccc;
    padding: 1.4rem 0;
    flex-direction: row;
    align-items: center;
  }
  .c-company-info__row:nth-last-child(2), .c-company-info__row:last-child {
    border-bottom: 1px dotted #ccc;
  }
  .c-company-info__term {
    width: 32%;
    min-width: 120px;
    font-weight: bold;
    font-size: 1.4rem;
    padding-right: 10px;
    line-height: 1.6;
  }
  .c-company-info__desc {
    width: 68%;
    font-size: 1.4rem;
    line-height: 1.7;
    word-break: break-word;
    text-align: left;
  }
  @media (max-width: 600px) {
    .c-company-info {
      padding: 24px 8px;
    }
    .c-company-info__list {
      max-width: 90%;
    }
    .c-company-info__row {
      padding: 10px 0;
    }
    .c-company-info__row:nth-last-child(2) {
      border-bottom: initial;
    }
    .c-company-info__term {
      width: 40%;
      font-size: 1.4rem;
      padding-right: 0;
    }
    .c-company-info__desc {
      width: 100%;
      font-size: 1.4rem;
      padding-right: 0;
    }
    .c-company-info__term {
      margin-bottom: 4px;
    }
  }
}
@layer components {
  .cta-fixed {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
  }
  .cta-fixed span {
    line-height: 1em;
  }
  .cta-fixed__inner {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }
  .cta-fixed__item {
    flex: 1;
    text-align: center;
    padding: 1.6rem 0.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-fixed__item a {
    display: flex;
    text-decoration: none;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
  }
  .cta-fixed__item a i {
    display: block;
    font-size: 2rem;
  }
  .cta-fixed__item .cta-fixed__mail {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
  }
  .cta-fixed__item--line {
    background-color: #61b1a3;
  }
  .cta-fixed__item--line .cta-fixed__line {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1em;
  }
  .cta-fixed__item--tel {
    background-color: #61b1a3;
  }
  .cta-fixed__item--tel .cta-fixed__number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.2em;
  }
  .cta-fixed__item--tel .cta-fixed__number.-small {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    margin-bottom: 0;
  }
  .cta-fixed__item--form {
    background-color: #fe8896;
  }
}
@layer components {
  .cta {
    padding: 6rem 2rem;
    text-align: center;
  }
  @media (max-width: 768px) {
    .cta {
      padding: 3rem 2rem;
    }
  }
  .cta__caption {
    position: relative;
    color: #61b1a3;
    background: #ffffff;
    border-radius: 50rem;
    border: 3px solid #61b1a3;
    display: block;
    padding: 0.5rem 1.5rem;
    margin: 0 auto 1rem;
    width: fit-content;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 4.4rem;
    letter-spacing: 0.13rem;
  }
  @media (max-width: 768px) {
    .cta__caption {
      font-size: 1.6rem;
      border: 2px solid #61b1a3;
      padding: 1rem 1rem;
      line-height: 1em;
    }
  }
  .cta__title {
    position: relative;
    color: #61b1a3;
    font-size: 4rem;
    font-weight: 900;
    line-height: 5.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
  @media (max-width: 768px) {
    .cta__title {
      font-size: 3.4rem;
      line-height: 4rem;
      letter-spacing: 0.15rem;
      margin-bottom: 1.5rem;
    }
  }
  .cta__icon {
    width: 32px;
    height: auto;
  }
  .cta__icon--left {
    width: 7.3135rem;
    height: 6.6rem;
    margin-top: -2rem;
    margin-right: -1rem;
  }
  @media (max-width: 768px) {
    .cta__icon--left {
      position: absolute;
      width: 6.5rem;
      height: auto;
      top: 0.05em;
      left: 1.2rem;
    }
  }
  .cta__icon--right {
    width: 7.4672rem;
    height: 5.9rem;
    margin-top: -1rem;
  }
  @media (max-width: 768px) {
    .cta__icon--right {
      position: absolute;
      width: 6.5rem;
      height: auto;
      top: 0.05em;
      right: 0.6rem;
    }
  }
  .cta__buttons {
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .cta__buttons {
      flex-direction: column;
      align-items: stretch;
      gap: 1rem;
    }
  }
  .cta__button {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Notio Sans JP", sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 3.8rem;
    letter-spacing: 0.22rem;
    text-decoration: none;
    padding: 2.4rem;
    border-radius: 15px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    width: fit-content;
  }
  @media (max-width: 768px) {
    .cta__button {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      gap: 0.6rem;
      padding: 2rem 2rem 1.7rem 2.6rem;
      border-radius: 500px;
      font-size: 2.2rem;
      line-height: 2.4rem;
      letter-spacing: 0.05rem;
      transition: background 0.3s;
    }
    .cta__button.-pink {
      position: relative;
    }
    .cta__button.-pink:after {
      position: absolute;
      content: "";
      background: url(../images/svg/d-kira1.svg) no-repeat center center/contain;
      display: block;
      width: 36px;
      height: 27px;
      right: -0.5rem;
      top: -2rem;
    }
    .cta__button img:first-child {
      width: 5rem;
    }
    .cta__button img:last-child {
      width: 3rem;
    }
  }
  .cta__button .-wrap {
    display: inline-block;
    width: fit-content;
    margin-inline: 0 1rem;
    text-align: left;
  }
  .cta__button .-pc {
    font-size: 3.8rem;
  }
  @media (max-width: 768px) {
    .cta__button .-pc {
      font-size: 2.8rem;
    }
  }
  .cta__button:hover {
    transform: translateY(-2px);
  }
  .cta__button.-pink {
    background-color: #fe8896;
  }
  .cta__button.-green {
    background-color: #61b1a3;
  }
}
@layer compornents {
  .c-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.3rem 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0.08rem;
  }
  .c-table caption {
    caption-side: bottom;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 500;
    color: #9b9b9b;
    text-align: left;
    margin-top: 0.5rem;
  }
  .c-table thead th {
    border: none;
    background: #61b1a3;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 3.4rem;
    letter-spacing: 0.36rem;
    padding: 0.5em 2em;
    word-break: keep-all;
  }
  .c-table__row:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .c-table__cell {
    color: #333333;
    padding: 1.4rem 2rem;
    text-align: left;
    border: 1px solid #a8d5ba;
    background: #ffffff;
  }
  @media (max-width: 768px) {
    .c-table__cell {
      padding: 1rem 1.2rem;
    }
  }
  .c-table__cell--label {
    border: none;
    background: #61b1a3;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 3.4rem;
    letter-spacing: 0.36rem;
    padding: 0.5em 2em;
    word-break: keep-all;
  }
  @media (max-width: 768px) {
    .c-table__cell--label {
      padding: 0.5em 1em;
    }
  }
  .c-table__cell--label.-mint {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
    background: #c7e6d4;
    color: #333333;
  }
  @media (max-width: 768px) {
    .c-table__cell small {
      display: inline-block;
      line-height: 1.1em;
    }
  }
  .c-table .-bold {
    font-weight: 700;
  }
  .c-table .-black {
    font-weight: 900;
  }
  .c-table .-center {
    text-align: center;
  }
  .c-table .-left {
    text-align: left;
  }
  .c-table p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .c-table p:not(:last-child).-mb0 {
    margin-bottom: 0;
  }
}
@layer components {
  .c-modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0;
    display: none;
  }
  .c-modal.is-active {
    display: block;
  }
}
@layer components {
  .p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .p-faq__item {
    border-bottom: 1px solid #61b1a3;
    padding-block: 2rem;
  }
  .p-faq__item dt.question {
    position: relative;
    cursor: pointer;
    padding-left: 3.8em;
    padding-right: 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.09rem;
    line-height: 4.7rem;
  }
  @media (max-width: 768px) {
    .p-faq__item dt.question {
      display: inline-flex;
      align-items: center;
      line-height: 2.7rem;
      min-height: 2.8em;
      width: 100%;
    }
  }
  .p-faq__item dt.question::before {
    font-family: "Zen Maru Gothic", sans-serif;
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #61b1a3;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 4.7rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .p-faq__item dt.question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: #61b1a3;
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  .p-faq__item dt.question.active::after {
    content: "−";
    transform: rotate(0deg);
  }
  .p-faq__item dd.answer {
    margin-top: 1.2rem;
    padding-inline: 4.2em 5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.048rem;
    display: none;
  }
  @media (max-width: 480px) {
    .p-faq__item dd.answer {
      font-size: 1.5rem;
      padding-inline: 1.2em 2rem;
    }
  }
}
@layer components {
  .p-order-form {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 1.6;
  }
  .p-order-form .p-form-group {
    margin-bottom: 30px;
  }
  .p-order-form .p-form-group.-error .-message {
    color: #fe8896;
    font-weight: bold;
  }
  .p-order-form .p-form-group.-error input,
  .p-order-form .p-form-group.-error textarea {
    border-color: #fe8896;
  }
  .p-order-form .p-form-group .-radio,
  .p-order-form .p-form-group .-radio-label {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 2rem;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
  }
  .p-order-form .p-form-group .-radio input[type=radio],
  .p-order-form .p-form-group .-radio-label input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 0.2rem solid #a8d5ba;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.8rem;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  .p-order-form .p-form-group .-radio input[type=radio]:checked,
  .p-order-form .p-form-group .-radio-label input[type=radio]:checked {
    border-color: #a8d5ba;
    box-shadow: 0 0 0 0.3rem #a8d5ba;
  }
  .p-order-form .p-form-group .-radio input[type=radio]::after,
  .p-order-form .p-form-group .-radio-label input[type=radio]::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #a8d5ba;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%) scale(0);
    transition: transform 0.2s;
  }
  .p-order-form .p-form-group .-radio input[type=radio]:checked::after,
  .p-order-form .p-form-group .-radio-label input[type=radio]:checked::after {
    transform: translateY(-50%) scale(1);
  }
  .p-order-form .p-form-group label.-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .p-order-form .p-form-group label.-title .-required {
    margin-left: 8px;
    background: #fe8896;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .p-order-form .p-form-group label.-title .-any {
    margin-left: 8px;
    background: #ddd;
    color: #333;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
  }
  .p-order-form .p-form-group .p-form-group-box input[type=text],
  .p-order-form .p-form-group .p-form-group-box input[type=email],
  .p-order-form .p-form-group .p-form-group-box input[type=tel],
  .p-order-form .p-form-group .p-form-group-box textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border 0.3s;
  }
  .p-order-form .p-form-group .p-form-group-box input[type=text]:focus,
  .p-order-form .p-form-group .p-form-group-box input[type=email]:focus,
  .p-order-form .p-form-group .p-form-group-box input[type=tel]:focus,
  .p-order-form .p-form-group .p-form-group-box textarea:focus {
    border-color: #fe8896;
    outline: none;
  }
  .p-order-form .p-form-group .p-form-group-box textarea {
    height: 150px;
    resize: vertical;
  }
  .p-order-form .p-form-group .p-form-group-box .-checkbox,
  .p-order-form .p-form-group .p-form-group-box .-label {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
  }
  .p-order-form .p-form-group .p-form-group-box .-checkbox input,
  .p-order-form .p-form-group .p-form-group-box .-label input {
    margin-right: 6px;
  }
  .p-order-form .p-form-group .p-form-group-box .-comment {
    margin-top: 6px;
    font-size: 13px;
    color: #888;
  }
  .p-order-form .p-form-group .p-form-group-box .-message {
    margin-top: 4px;
    font-size: 13px;
  }
  .p-order-form .c-button {
    display: block;
    margin: 30px auto 0;
    background: #61b1a3;
    color: #fff;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 900;
    padding: 2.2rem 4.4rem;
    line-height: 1em;
    letter-spacing: 0.8rem;
    border: none;
    border-radius: 500px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .p-order-form .c-button:hover {
    background: #a8d5ba;
  }
  .p-order-form .c-button span {
    display: block;
  }
  .p-article {
    margin-block: 6rem;
    text-align: center;
  }
  .p-article h2 {
    margin-bottom: 6rem;
  }
  .p-article .c-button {
    margin-top: 4rem;
    display: inline-block;
    background: #a8d5ba;
    color: white;
    line-height: 1em;
    padding: 1rem 2rem;
    border-radius: 9999px;
  }
  .c-privacy-scrollbox {
    max-width: 640px;
    margin: 3rem auto 0;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 6px;
    max-height: 240px;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .c-privacy-scrollbox {
      margin: 1.5rem auto 0;
    }
  }
  .c-privacy-scrollbox__inner {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #999;
  }
  .c-privacy-scrollbox__inner::-webkit-scrollbar {
    width: 6px;
  }
  .c-privacy-scrollbox__inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .c-privacy-scrollbox__inner::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .c-privacy-scrollbox a {
    color: #a8d5ba;
    text-decoration: underline;
    font-weight: bold;
  }
}
@layer components {
  .c-modal {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0;
    display: none;
  }
  .c-modal.is-active {
    display: block;
  }
}
@layer components {
  .video-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}
@layer components {
  .c-status {
    display: inline-block;
    padding: 1.6rem 2.5rem;
    border: 3px solid #61b1a3;
    border-radius: 4rem;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    background-color: #fff;
    font-size: 2.2rem;
    line-height: 1em;
  }
  @media (max-width: 768px) {
    .c-status {
      font-size: 1.8rem;
    }
  }
  .c-status .c-time {
    color: #61b1a3;
    margin-right: 0.2rem;
  }
}
@layer utilities {
  .js-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .js-fade.is-show {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer utilities {
  .c-bg.-bg {
    background-color: #f9f9f2;
  }
  .c-bg.-bg-green {
    background-color: #f9f9f2;
  }
  .c-bg.-bg-orange {
    background-color: #fdf7e4;
  }
  .c-bg.-bg-blue {
    background-color: #d8e6f5;
  }
  .c-bg.-bg-check {
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../images/bg/check.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
  }
  @media (max-width: 768px) {
    .c-bg.-bg-check {
      background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../images/bg/check-sp.png");
      background-size: auto;
    }
  }
  .c-bg.-bg-check_green {
    background-image: linear-gradient(rgba(253, 255, 248, 0.75), rgba(253, 255, 248, 0.75)), url("../images/bg/check.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: normal;
  }
  @media (max-width: 768px) {
    .c-bg.-bg-check_green {
      background-image: linear-gradient(rgba(253, 255, 248, 0.75), rgba(253, 255, 248, 0.75)), url("../images/bg/check-sp.png");
      background-size: auto;
    }
  }
}
@layer utilities {
  .c-text.-white {
    color: #ffffff;
  }
  .c-text.-black {
    color: #333333;
  }
  .c-text.-green {
    color: #61b1a3;
  }
  .c-text.-mint {
    color: #a8d5ba;
  }
  .c-text.-mint-2 {
    color: #c7e6d4;
  }
  .c-text.-pink {
    color: #fe8896;
  }
  .c-text.-gold {
    color: #d4a017;
  }
  .c-text.-yellow {
    color: #e8c70b;
  }
  .c-text.-bright-yellow {
    color: #fdf001;
  }
  .c-text.-light-yellow {
    color: #f6ffb2;
  }
  .c-text.-offwhite {
    color: #fefffb;
  }
  .c-text.-gray {
    color: #9b9b9b;
  }
  .c-text.-ivory {
    color: #f9f9f4;
  }
  .c-text.-bg {
    color: #f9f9f2;
  }
  .c-text.-bg-green {
    color: #f9f9f2;
  }
  .c-text.-bg-orange {
    color: #fdf7e4;
  }
  .c-text.-bg-blue {
    color: #d8e6f5;
  }
  .c-text.-marker-yellow {
    color: #fff98b;
  }
  .c-text.-marker-green {
    color: #daf2e4;
  }
  .c-text.-underline {
    text-decoration: underline;
  }
  .c-text.-line-through {
    text-decoration: line-through;
  }
  .c-text.-italic {
    font-style: italic;
  }
  .c-text.-center {
    text-align: center;
  }
  .c-text.-right {
    text-align: right;
  }
  .c-text.-left {
    text-align: left;
  }
  .c-text.-bold {
    font-weight: 700;
  }
  .c-text.-black {
    font-weight: 900;
  }
  .c-text.-dotted {
    position: relative;
  }
  .c-text.-dotted:before {
    position: absolute;
    content: "●";
    font-size: 0.2em;
    left: 2em;
    top: -3em;
  }
  .c-text.-marker_y {
    background: linear-gradient(transparent 60%, #f9f37c 60%);
  }
  .c-text.-marker_b {
    background: linear-gradient(transparent 60%, #d8e6f5 60%);
  }
  .c-text.-marker_g {
    background: linear-gradient(transparent 60%, #DAF1E4 60%);
  }
}
@layer utilities {
  @media (min-width: 768px) {
    .is-sp {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .is-pc {
      display: none !important;
    }
  }
  .u-text-center {
    text-align: center;
  }
  .u-hidden {
    display: none !important;
  }
  .u-rounded {
    border-radius: 9999px;
  }
  .u-rounded-15 {
    border-radius: 15px;
  }
}
@layer utilities {
  .u-section-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 5.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 6rem;
    color: #333333;
  }
  @media (max-width: 768px) {
    .u-section-title {
      font-size: 3rem;
      line-height: 4rem;
      margin-bottom: 3rem;
    }
  }
  .u-highlight {
    color: #61b1a3;
    background: linear-gradient(transparent 60%, #f9f37c 60%);
    font-weight: bold;
  }
}
@layer utilities {
  .u-mb-20 {
    margin-bottom: 2rem;
  }
  .u-mb-30 {
    margin-bottom: 3rem;
  }
  .u-mb-40 {
    margin-bottom: 4rem;
  }
  .u-mb-48 {
    margin-bottom: 4.8rem;
  }
  .u-mb-60 {
    margin-bottom: 6rem;
  }
}
@layer pages {
  .lp-main {
    background: #fff9f6;
  }
  .worry {
    background-color: #fdf7e4;
    text-align: center;
  }
  .worry__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 2rem 2.4rem;
    border: 3px solid #a8d5ba;
    border-radius: 2rem;
    background-color: #fefffb;
    width: fit-content;
    margin: 0 auto 6rem;
  }
  @media (max-width: 768px) {
    .worry__content {
      flex-direction: column;
      align-items: center;
      padding: 2rem;
      gap: 1rem;
      margin-bottom: 3rem;
    }
  }
  .worry__image {
    max-width: 25.9rem;
  }
  @media (max-width: 768px) {
    .worry__image {
      max-width: 80%;
    }
  }
  .worry__image img {
    width: 100%;
    height: auto;
  }
  .worry__list {
    text-align: left;
    max-width: 500px;
    list-style: none;
  }
  @media (max-width: 768px) {
    .worry__list {
      font-size: 1.4rem;
    }
  }
  .worry__list .worry__item {
    position: relative;
    color: #333333;
    padding-left: 3.2rem;
    font-size: 1.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.09rem;
    margin-bottom: 1.2rem;
  }
  @media (max-width: 768px) {
    .worry__list .worry__item {
      display: inline-flex;
      align-items: center;
      line-height: 2.4rem;
    }
  }
  .worry__list .worry__item:last-child {
    margin-bottom: 0;
  }
  .worry__list .worry__item::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    left: 0;
    color: #4cb5a7;
    font-weight: bold;
  }
  .worry__message {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  @media (max-width: 768px) {
    .worry__message {
      font-size: 1.8rem;
      line-height: 2.8rem;
    }
    .worry__message p:not(:last-child) {
      margin-bottom: 1.8rem;
    }
  }
  .solution__desc {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
  }
  .solution__desc:not(:last-child) {
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .solution__desc {
      gap: 2rem;
    }
  }
  .solution__desc-image {
    width: 38.5rem;
  }
  .solution__desc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
  }
  @media (max-width: 768px) {
    .solution__desc-image {
      width: 100%;
    }
    .solution__desc-image img {
      height: auto;
    }
  }
  .solution__desc-text {
    font-size: 1.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.09rem;
    font-weight: 500;
    flex: 1;
  }
  @media (max-width: 768px) {
    .solution__desc-text {
      line-height: 2.8rem;
    }
  }
  .solution__desc-text p:not(:last-child) {
    margin-bottom: 2rem;
  }
  @media (max-width: 768px) {
    .solution__desc-text p:not(:last-child) {
      margin-bottom: 1rem;
    }
  }
  .solution__desc-title {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    color: #61b1a3;
    margin-bottom: 4rem;
  }
  @media (max-width: 768px) {
    .solution__desc-title {
      margin-bottom: 1.5rem;
    }
  }
  .solution__point {
    background: #fefffb;
    padding: 2.5rem 3rem 2.5rem 9.7rem;
    border-radius: 3rem;
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .solution__point {
      padding: 2rem;
      margin-bottom: 5rem;
    }
  }
  .solution__point-box {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .solution__point-icon {
    position: absolute;
    width: 6.2892rem;
    height: 8.2672rem;
    left: -8rem;
    top: -3.5rem;
  }
  @media (max-width: 768px) {
    .solution__point-icon {
      top: -3.2rem;
      left: initial;
    }
  }
  .solution__point-icon img {
    width: 100%;
    height: auto;
  }
  .solution__point-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.1rem;
    flex: 1 0 0;
  }
  @media (max-width: 768px) {
    .solution__point-content {
      flex-direction: column;
    }
  }
  .solution__point-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
    flex: 1;
  }
  .solution__point-text p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .solution__point-title {
    width: fit-content;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3.8rem;
    letter-spacing: 0.09rem;
    padding-bottom: 1rem;
    border-bottom: 3px dashed #a8d5ba;
    margin-bottom: 2.5rem;
  }
  @media (max-width: 768px) {
    .solution__point-title {
      margin-left: 7.8rem;
      width: fit-content;
    }
  }
  .solution__point-illust {
    width: 33.6rem;
  }
  @media (max-width: 768px) {
    .solution__point-illust {
      width: 74%;
    }
  }
  .solution__point-illust img {
    width: 100%;
    height: auto;
  }
  @media (max-width: 768px) {
    .solution__desc-text, .solution__feature-text {
      font-size: 14px;
    }
    .solution__feature, .solution__desc, .solution__assessment-box {
      flex-direction: column;
      align-items: center;
    }
  }
  .points__heading-marker {
    width: fit-content;
    padding: 0 1.8rem 0.5rem;
    background: #61b1a3;
    border-radius: 50rem;
    color: #FFF;
    display: inline-block;
  }
  .points__item {
    display: flex;
    align-items: flex-start;
    gap: 3.6rem;
  }
  @media (max-width: 768px) {
    .points__item {
      flex-direction: column;
      gap: 1.5rem;
    }
  }
  .points__item:not(:last-child) {
    margin-bottom: 9rem;
  }
  @media (max-width: 768px) {
    .points__item:not(:last-child) {
      margin-bottom: 6rem;
    }
  }
  .points__item-imgbox {
    position: relative;
    width: 45.6rem;
  }
  @media (max-width: 768px) {
    .points__item-imgbox {
      width: 100%;
    }
  }
  .points__item-imgbox .points__item-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .points__item-imgbox .points__item-badge {
    position: absolute;
    top: -3rem;
    left: -1.2rem;
    width: 9rem;
    height: 9rem;
  }
  @media (max-width: 768px) {
    .points__item-imgbox .points__item-badge {
      left: -0.5rem;
    }
  }
  .points__item-body {
    flex: 1;
  }
  .points__item-body .points__item-label {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #61b1a3;
    margin-bottom: 0.2rem;
  }
  .points__item-body .points__item-heading {
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 3px dashed #a8d5ba;
    margin-bottom: 1.8rem;
  }
  .points__item-body .points__item-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
  }
  .points__item-body .points__item-text p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .points__item-table {
    margin-top: 3rem;
  }
  @media (max-width: 768px) {
    .points__item-table {
      margin-top: 2rem;
    }
  }
  .points__item-table tr {
    display: flex;
    gap: 0.5em;
  }
  .points__item-table tr:not(:last-child) {
    margin-bottom: 0.2em;
  }
  .points__item-table th {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #61b1a3;
    color: #FFF;
    padding: 0.1rem 0.5rem;
    width: 6em;
  }
  @media (max-width: 768px) {
    .points__item-table th {
      width: 5.4em;
    }
  }
  .points__item-table td {
    display: inline-flex;
    align-items: center;
    flex: 1;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0.042rem;
  }
  .points__card {
    margin: -6rem auto 9rem;
  }
  @media (max-width: 768px) {
    .points__card {
      margin: -4.5rem auto 6rem;
    }
  }
  .profile {
    background-color: #fefffb;
  }
  .profile__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5rem;
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .profile__intro {
      gap: 0;
      margin-bottom: 3rem;
    }
  }
  .profile__intro-photo {
    width: 45rem;
  }
  @media (max-width: 768px) {
    .profile__intro-photo {
      width: 100%;
    }
  }
  .profile__intro-details {
    flex: 1;
  }
  @media (max-width: 768px) {
    .profile__intro-details {
      margin-top: -8.5rem;
    }
  }
  .profile__name {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    font-weight: 900;
    margin-bottom: 1.6rem;
  }
  @media (max-width: 768px) {
    .profile__name {
      display: flex;
      flex-direction: column;
      margin-left: 2.4rem;
    }
  }
  .profile__name small {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    font-weight: 700;
    color: #333333;
    margin-right: 0.5em;
  }
  @media (max-width: 768px) {
    .profile__name small {
      font-size: 2.35rem;
      letter-spacing: 0.2rem;
      font-weight: 900;
      line-height: 1.4em;
    }
  }
  .profile__name ruby {
    letter-spacing: 0.078rem;
    color: #61b1a3;
  }
  .profile__name ruby rt {
    color: #a8d5ba;
    margin-bottom: 1px;
  }
  .profile__bio {
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-left: 1.6rem;
  }
  @media (max-width: 768px) {
    .profile__bio {
      padding-left: 2.6rem;
    }
  }
  .profile__bio li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
    list-style: disc;
    margin-bottom: 0.2rem;
  }
  @media (max-width: 768px) {
    .profile__bio li {
      line-height: 2.2rem;
      margin-bottom: 1.2rem;
    }
  }
  .profile__bio li::marker {
    color: #61b1a3;
  }
  .profile__media {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .profile__media {
      gap: 3rem;
    }
  }
  .profile__media-box {
    flex: 1;
    min-width: 28rem;
  }
  .profile__media-heading {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 700;
    line-height: 1em;
    background: #a8d5ba;
    color: #ffffff;
    border-radius: 50rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  @media (max-width: 768px) {
    .profile__media-heading {
      line-height: 2.4rem;
    }
  }
  @media (max-width: 768px) {
    .profile__media-heading {
      margin-bottom: 0.8rem;
      padding: 0.5rem;
    }
  }
  .profile__media-text {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  @media (max-width: 768px) {
    .profile__media-text {
      line-height: 1.6em;
    }
  }
  .profile__media-list {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.4em;
    justify-content: center;
    margin-bottom: 3rem;
  }
  @media (max-width: 768px) {
    .profile__media-list {
      margin-top: 0.8rem;
      gap: 0;
    }
  }
  .profile__media-list li {
    list-style: none;
  }
  .profile__media-list li:not(:last-child):after {
    content: "/";
    margin-left: 0.4rem;
  }
  .profile__media-video {
    position: relative;
    width: 100%;
    margin-top: -1rem;
  }
  .profile__media-video img {
    width: 100%;
    border-radius: 0.8rem;
  }
  .profile__media-video .profile__media-label {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    background: yellow;
    padding: 0.4rem 0.8rem;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .profile__message-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
  @media (max-width: 768px) {
    .profile__message-box {
      flex-direction: column;
      gap: 2rem;
    }
  }
  .profile__message-heading {
    line-height: 1em;
    margin-bottom: 4rem;
  }
  .profile__message-photo {
    width: 30rem;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 4px 4px 2px 3px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .profile__message-photo {
      width: 100%;
    }
  }
  .profile__message-content {
    font-size: 1.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.09rem;
    font-weight: 500;
    flex: 1;
  }
  @media (max-width: 768px) {
    .profile__message-content {
      line-height: 2.8rem;
    }
  }
  @media (max-width: 768px) {
    .profile__message-content {
      font-size: 1.6rem;
      line-height: 3.2rem;
      letter-spacing: 0.08rem;
      font-weight: 500;
    }
  }
  .profile__message-content p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .reason {
    text-align: center;
  }
  .reason__title-image {
    margin-left: -35em;
  }
  @media (max-width: 768px) {
    .reason__title-image {
      margin: -1em 0 0.2em -4em;
      width: 260px;
    }
  }
  @media (max-width: 768px) {
    .reason .-sp {
      font-size: 2.3rem;
      letter-spacing: 1px;
      line-height: 1em;
    }
  }
  .reason__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 6rem;
    margin-bottom: 6rem;
  }
  @media (max-width: 768px) {
    .reason__content {
      gap: 3rem;
      margin-bottom: 3rem;
    }
  }
  .reason__graph {
    max-width: 32rem;
  }
  .reason__graph img {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.1);
  }
  .reason__ranking {
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    color: #333;
    line-height: 2.4rem;
  }
  @media (max-width: 768px) {
    .reason__ranking {
      padding: 0 1em;
    }
  }
  .reason__ranking-item {
    color: #333333;
  }
  .reason__ranking-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .reason__ranking-item small {
    font-size: 0.8em;
  }
  .reason__ranking-item.-rank1 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
  .reason__ranking-item.-rank2, .reason__ranking-item.-rank3 {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
  }
  .reason__ranking-item .crown {
    position: relative;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
    font-weight: 700;
    gap: 0.5em;
    margin-bottom: 0.2em;
  }
  .reason__ranking-item .crown-rank1 {
    font-size: 2.2rem;
    color: #D4A017;
  }
  .reason__ranking-item .crown-rank2 {
    font-size: 1.8rem;
    color: #AEACA8;
  }
  .reason__ranking-item .crown-rank3 {
    font-size: 1.8rem;
    color: #B9A08B;
  }
  .reason__ranking-other .other-title {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
  }
  .reason__ranking-other .other-item {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 500;
    list-style: disc;
    margin-left: 1.5em;
  }
  .reason__card {
    width: fit-content;
    margin: 0 auto;
  }
  .course {
    padding-top: 0;
  }
  .p-flow__list {
    counter-reset: step;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  @media (max-width: 768px) {
    .p-flow__list {
      gap: 1.5rem;
    }
  }
  .p-flow__item {
    display: flex;
    align-items: stretch;
    border: 2px solid #61b1a3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(176, 248, 108, 0.05);
    gap: 4.4rem;
  }
  @media (max-width: 768px) {
    .p-flow__item {
      gap: 0.4rem;
    }
  }
  @media (max-width: 768px) {
    .p-flow__item {
      flex-direction: column;
    }
  }
  .p-flow__img {
    width: 310px;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .p-flow__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px 0 0 12px;
  }
  @media (max-width: 768px) {
    .p-flow__img img {
      border-radius: 12px 12px 0 0;
    }
  }
  @media (max-width: 768px) {
    .p-flow__img {
      width: 100%;
    }
  }
  .p-flow__body {
    flex: 1;
    padding: 2rem 3rem 2.5rem 0;
  }
  @media (max-width: 768px) {
    .p-flow__body {
      padding: 2rem 2.4rem 3rem;
    }
  }
  .p-flow__step {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    font-size: 3.2rem;
    font-weight: bold;
    color: #61b1a3;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
    border-bottom: 5px dotted #61b1a3;
    width: 100%;
  }
  @media (max-width: 768px) {
    .p-flow__step {
      gap: 1rem;
      font-size: 3rem;
      line-height: 1em;
    }
  }
  .p-flow__step > img {
    width: 5.4rem;
    height: 5.4rem;
  }
  .p-flow__step > span > small {
    font-size: 0.65em;
  }
  .p-flow .step-num {
    display: inline-block;
    background-color: #fff0f0;
    border: 2px solid #61b1a3;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #61b1a3;
    margin-right: 10px;
  }
  .p-flow .note {
    font-size: 13px;
    font-weight: normal;
    color: #61b1a3;
    margin-left: 8px;
  }
  .p-flow__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    color: #333;
  }
  @media (max-width: 768px) {
    .p-flow__text {
      font-size: 14px;
    }
  }
  .p-flow__text-emp {
    background: #61b1a3;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    margin-top: 1.5rem;
  }
  .price__table {
    max-width: 600px;
    margin: 0 auto 3rem;
  }
  .price__table th,
  .price__table td {
    text-align: center;
  }
  .price__note {
    font-size: 1.2rem;
    color: #666;
    line-height: 2rem;
    margin-bottom: 4rem;
  }
  .price__point {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.6rem;
    background-color: #f5fbf9;
    border: 0.2rem solid #bfe1ce;
    border-radius: 1.2rem;
    padding: 2rem;
    max-width: 64rem;
    margin: 0 auto;
  }
  .price__point-icon img {
    width: 4rem;
    height: auto;
  }
  .price__point-text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .price__point-text strong {
    color: #00b296;
    font-weight: bold;
  }
  .price__card {
    width: 60rem;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .price__card {
      width: 100%;
    }
  }
  .teacher__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .teacher__card {
    flex-basis: 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 2rem;
    background: #ffffff;
    border: 3px solid #61b1a3;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .teacher__card {
      flex-basis: 100%;
      flex-direction: column;
      gap: 1rem;
      padding: 2rem 3rem;
    }
  }
  .teacher__photo {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
  }
  .teacher__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .teacher__info {
    flex: 1;
    text-align: left;
  }
  @media (max-width: 768px) {
    .teacher__info {
      width: 100%;
    }
  }
  .teacher__name {
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 0.078rem;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 1.8rem;
    color: #61b1a3;
  }
  .teacher__bio {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.042rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
  }
  .teacher__tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.6rem;
  }
  .teacher__tag {
    display: inline-flex;
    align-items: center;
    word-break: keep-all;
    background-color: #61b1a3;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
    letter-spacing: 0.042rem;
    padding: 0.8rem;
    border-radius: 0.3rem;
  }
  .voice__heading {
    position: relative;
    width: fit-content;
    margin: 0 auto 6rem;
  }
  @media (max-width: 768px) {
    .voice__heading {
      margin: 2rem auto 3rem;
    }
  }
  .voice__heading-deco {
    position: absolute;
    width: 8.2rem;
    height: auto;
    top: -4rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .p-faq__header {
      margin-bottom: 1rem;
    }
  }
  .area__info {
    max-width: 82rem;
    margin: 0 auto;
  }
  .area__info-title {
    font-size: 1.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.09rem;
    font-weight: 900;
  }
  .area__info-label {
    width: 13rem;
    text-align: center;
  }
  @media (max-width: 768px) {
    .area__info-label {
      width: fit-content;
      letter-spacing: 1px;
      font-weight: 500;
      padding: 0.5em;
    }
  }
  .area__info.-column {
    display: flex;
    flex-wrap: wrap;
  }
  .area__info.-column .area__info-label {
    width: 6rem;
    padding: 1rem 1.8rem;
  }
  .area__col {
    flex: 1;
  }
  .area__photos {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  @media (max-width: 768px) {
    .area__photos {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
    }
  }
  .area__photo {
    flex: 1 1 30rem;
    max-width: 38rem;
  }
  @media (max-width: 768px) {
    .area__photo {
      flex: 1;
      width: 100%;
    }
  }
  .area__photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.8rem;
    object-fit: cover;
  }
}