@charset "UTF-8";
/*============================================
  Vars / Mixins
============================================*/
/*============================================
  News カテゴリ色（一覧・詳細のタブ・タグで共通）
  色を変えるときはここだけ変更
============================================*/
:root {
  --news-cate-01: #333333;
  /* 最新情報一覧 */
  --news-cate-02: #D7104B;
  /* 公演予定 */
  --news-cate-03: #83B564;
  /* 公演報告 */
  --news-cate-04: #2E4835;
  /* お知らせ */ }

/*============================================
  aboutus / lesson / policy 共通ブロック構成
  aboutus: concept → breake → access → gallery
  lesson:  concept → breake → cource → voice → flow（inbox は flow 内）
  policy:  policy__headline → policy__body（9セクション・Figma 146-9743）
  余白・文字は各ブロック内で統一（レイアウト変更なし）
  本文フォント: 1.8rem (PC) / 1.6rem (SP) に統一。段落余白: 16px 基準。
============================================*/
/*============================================
  base
============================================*/
.test {
  padding: 0; }

.ctbox__inner.none:after {
  display: none; }

/* main配下のheadline内 英語spanにグラデーション（JSでランダムにクラス付与） */
main [class*="__headline"] > span.headline-gradient--green {
  background: linear-gradient(90deg, #2E4835 0%, #6FAE80 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

main [class*="__headline"] > span.headline-gradient--red {
  background: linear-gradient(89.63deg, #D7104B 0.19%, #B60005 66.14%, #D3C011 99.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

/*============================================
  Block: page-title
============================================*/
.page-title {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #ffffff; }
  .page-title .top-mv__wrap:before {
    display: none; }
  @media only screen and (max-width: 1600px) {
    .page-title {
      height: 31.25vw; } }
  @media only screen and (max-width: 767px) {
    .page-title {
      height: 280px; } }
  .page-title__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page-title__masked {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/aboutus/page-title-mask.svg);
    mask-image: url(../img/aboutus/page-title-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center; }
  .page-title__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .page-title__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    pointer-events: none; }
  .page-title__text {
    position: absolute;
    left: 14.5%;
    top: 36%;
    color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
    @media only screen and (max-width: 1024px) {
      .page-title__text {
        left: 8%;
        top: 34%;
        gap: 6px; } }
    @media only screen and (max-width: 767px) {
      .page-title__text {
        left: 6%;
        top: 32%;
        gap: 6px; } }
  .page-title__en {
    display: block;
    font-family: Cinzel Decorative, serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 1024px) {
      .page-title__en {
        font-size: 5.2rem; } }
    @media only screen and (max-width: 767px) {
      .page-title__en {
        font-size: 3.8rem; } }
  .page-title__jp {
    display: block;
    font-family: Zen Old Mincho, serif;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 1024px) {
      .page-title__jp {
        font-size: 2.1rem; } }
    @media only screen and (max-width: 767px) {
      .page-title__jp {
        font-size: 1.8rem; } }
  .page-title__flowers {
    position: absolute;
    left: 30px;
    bottom: 40px;
    width: 190px;
    height: 150px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .page-title__flowers {
        left: 12px;
        bottom: 20px;
        transform: scale(0.55);
        transform-origin: left bottom; } }
  .page-title__flower--lg {
    width: 150px;
    height: auto;
    transform: rotate(-15deg); }
  .page-title__flower--sm {
    position: absolute;
    left: 72px;
    top: 52px;
    width: 90px;
    height: auto;
    transform: rotate(-15deg); }
    @media only screen and (max-width: 767px) {
      .page-title__flower--sm {
        display: none; } }
  .page-title__breadcrumb {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .page-title__breadcrumb {
        right: 16px;
        bottom: 12px; } }
    .page-title__breadcrumb ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .page-title__breadcrumb ul {
          font-size: 1.2rem; } }
      .page-title__breadcrumb ul li {
        display: flex;
        align-items: center; }
        .page-title__breadcrumb ul li + li {
          margin-left: 6px; }
          .page-title__breadcrumb ul li + li::before {
            content: "/";
            margin-right: 4px;
            color: #313131; }
      .page-title__breadcrumb ul a,
      .page-title__breadcrumb ul span {
        color: #313131; }

/*============================================
  Block: concept（Figma node 195-1048 を参考）
============================================*/
.concept {
  padding: 40px 0 80px 0; }
  @media only screen and (max-width: 767px) {
    .concept {
      padding: 25px 0 50px 0; } }
  .concept__headline {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; }
    @media only screen and (max-width: 767px) {
      .concept__headline {
        gap: 6px; } }
    .concept__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .concept__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .concept__headline span {
          font-size: 4rem; } }
    .concept__headline h2 {
      margin: 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .concept__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .concept__headline h2 {
          font-size: 1.8rem; } }
  .concept__lead {
    max-width: 1100px;
    margin: 30px auto 0;
    font-family: Zen Old Mincho, serif;
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: center;
    color: #333; }
    @media only screen and (max-width: 1024px) {
      .concept__lead {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 767px) {
      .concept__lead {
        margin-top: 20px;
        font-size: 1.9rem;
        letter-spacing: 0.06em;
        padding: 0 20px; } }
    .concept__lead p {
      margin: 0 0 4px; }
      .concept__lead p:last-child {
        margin-bottom: 0; }
  .concept__body {
    max-width: 1100px;
    margin: 30px auto 0;
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #333;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .concept__body {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left;
        max-width: 100%;
        padding: 0 20px; } }
    .concept__body p {
      margin: 0 0 16px; }
      .concept__body p:last-child {
        margin-bottom: 0; }

/*============================================
  Pages: common section spacing / texts
============================================*/
.page-aboutus .section,
.page-lesson .section,
.page-contact .section,
.page-policy .section,
.page-thanks .section {
  padding: 70px 0; }
  @media only screen and (max-width: 767px) {
    .page-aboutus .section,
    .page-lesson .section,
    .page-contact .section,
    .page-policy .section,
    .page-thanks .section {
      padding: 50px 0; } }
  .page-aboutus .section__inner .title01,
  .page-lesson .section__inner .title01,
  .page-contact .section__inner .title01,
  .page-policy .section__inner .title01,
  .page-thanks .section__inner .title01 {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .page-aboutus .section__inner .title01,
      .page-lesson .section__inner .title01,
      .page-contact .section__inner .title01,
      .page-policy .section__inner .title01,
      .page-thanks .section__inner .title01 {
        margin-bottom: 20px; } }
  .page-aboutus .section__text,
  .page-lesson .section__text,
  .page-contact .section__text,
  .page-policy .section__text,
  .page-thanks .section__text {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .page-aboutus .section__text,
      .page-lesson .section__text,
      .page-contact .section__text,
      .page-policy .section__text,
      .page-thanks .section__text {
        font-size: 1.6rem;
        line-height: 1.8; } }

/* page-aboutus / lesson / contact / thanks は text のレイアウトが共通 */
.page-aboutus .section__text,
.page-aboutus .thanks__text,
.page-lesson .section__text,
.page-lesson .thanks__text,
.page-contact .section__text,
.page-contact .thanks__text,
.page-thanks .section__text,
.page-thanks .thanks__text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-aboutus .section__text,
    .page-aboutus .thanks__text,
    .page-lesson .section__text,
    .page-lesson .thanks__text,
    .page-contact .section__text,
    .page-contact .thanks__text,
    .page-thanks .section__text,
    .page-thanks .thanks__text {
      text-align: left; } }

/* ============================
policy（Figma node 146-9743 を参考・aboutus/lesson 構成）
============================ */
.policy {
  padding: 40px 0 70px 0; }
  @media only screen and (max-width: 767px) {
    .policy {
      padding: 25px 0 50px 0; } }
  .policy__headline-wrap {
    padding: 70px 0 50px 0; }
    @media only screen and (max-width: 1024px) {
      .policy__headline-wrap {
        padding: 50px 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .policy__headline-wrap {
        padding: 40px 0 30px 0; } }
  .policy__headline {
    text-align: center; }
    .policy__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .policy__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .policy__headline span {
          font-size: 4rem; } }
    .policy__headline h2 {
      margin: 10px 0 0 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .policy__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .policy__headline h2 {
          font-size: 1.8rem;
          padding: 0 20px; } }
  .policy__body {
    max-width: 900px;
    margin: 0 auto; }
  .policy__content {
    text-align: left; }
  .policy__section {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .policy__section {
        margin-bottom: 32px; } }
    .policy__section:last-child {
      margin-bottom: 0; }
  .policy__title {
    font-family: Zen Old Mincho, serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0 0 20px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE; }
    @media only screen and (max-width: 1024px) {
      .policy__title {
        font-size: 2.2rem;
        margin-bottom: 32px; } }
    @media only screen and (max-width: 767px) {
      .policy__title {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 24px; } }
  .policy__sub {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 24px 0 8px 0;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .policy__sub {
        font-size: 1.6rem;
        margin: 20px 0 6px 0; } }
    .policy__sub:first-child {
      margin-top: 0; }
  .policy__text {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333;
    margin: 0 0 16px 0; }
    @media only screen and (max-width: 767px) {
      .policy__text {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 12px; } }
    .policy__text:last-child {
      margin-bottom: 0; }
    .policy__text a {
      color: #E71D64;
      text-decoration: underline;
      word-break: break-all; }
      .policy__text a:hover {
        opacity: 0.85; }
  .policy__list {
    margin: 12px 0 16px 0;
    padding-left: 1.5em;
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .policy__list {
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 10px 0 12px 0; } }
    .policy__list li {
      margin-bottom: 8px; }
      .policy__list li:last-child {
        margin-bottom: 0; }
    .policy__list a {
      color: #E71D64;
      text-decoration: underline;
      word-break: break-all; }
      .policy__list a:hover {
        opacity: 0.85; }

/*============================================
  Block: breake（Figma node 218-14856 を参考）
============================================*/
.breake {
  background: #2e4835;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0; }
  .breake__inner {
    width: 100%; }
  .breake__photo {
    position: relative;
    width: 100%;
    height: 591px;
    overflow: hidden; }
    @media only screen and (max-width: 1024px) {
      .breake__photo {
        height: 420px; } }
    @media only screen and (max-width: 767px) {
      .breake__photo {
        height: 260px; } }
    .breake__photo > img {
      position: absolute;
      left: 0;
      top: -26.68%;
      width: 100%;
      height: 180.44%;
      object-fit: cover;
      display: block; }
  .breake__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none; }
    .breake__wave img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: bottom; }

/* ============================
access
============================ */
.access {
  padding: 60px 0 120px 0;
  background: #F9F4F4; }
  @media only screen and (max-width: 1024px) {
    .access {
      padding: 40px 0 80px 0; } }
  @media only screen and (max-width: 767px) {
    .access {
      padding: 25px 0 50px 0; } }
  .access__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media only screen and (max-width: 1024px) {
      .access__headline {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .access__headline {
        padding: 0 0 30px 0; } }
    .access__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .access__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .access__headline span {
          font-size: 4rem; } }
    .access__headline h2 {
      margin: 10px 0 0 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .access__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .access__headline h2 {
          font-size: 1.8rem;
          padding: 0 20px; } }
  .access__box {
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 70px; }
    @media only screen and (max-width: 1024px) {
      .access__box {
        padding: 40px 30px;
        gap: 40px; } }
    @media only screen and (max-width: 767px) {
      .access__box {
        flex-direction: column;
        padding: 24px 20px;
        gap: 24px; } }
    .access__box .txt {
      width: 40%; }
      @media only screen and (max-width: 767px) {
        .access__box .txt {
          width: 100%; } }
      .access__box .txt dl div {
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .access__box .txt dl div {
            flex-direction: column;
            gap: 4px;
            margin-bottom: 16px; }
            .access__box .txt dl div:last-of-type {
              margin-bottom: 0; } }
        .access__box .txt dl div dt {
          width: 15%;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .access__box .txt dl div dt {
              width: 100%;
              font-weight: 600; } }
        .access__box .txt dl div dd {
          width: 85%; }
          @media only screen and (max-width: 767px) {
            .access__box .txt dl div dd {
              width: 100%; } }
          .access__box .txt dl div dd a {
            word-break: break-all; }
      .access__box .txt p {
        font-size: 1.8rem;
        line-height: 1.8; }
        @media only screen and (max-width: 767px) {
          .access__box .txt p {
            margin-top: 16px;
            font-size: 1.6rem;
            line-height: 1.7; } }
    .access__box .img {
      width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 200px; }
      @media only screen and (max-width: 767px) {
        .access__box .img {
          width: 100%;
          min-height: 160px;
          order: -1; } }
  .access__map {
    margin: 60px 0 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    @media only screen and (max-width: 767px) {
      .access__map {
        margin: 40px 0 0 0;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
    .access__map .gmap {
      position: relative;
      width: 100%;
      padding-top: 36.25%;
      /* 16:9のアスペクト比 */
      height: 0; }
    .access__map .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px; }
      @media only screen and (max-width: 767px) {
        .access__map .gmap iframe {
          border-radius: 0; } }

/* ============================
gallery
============================ */
.gallery {
  padding: 120px 0 0 0; }
  @media only screen and (max-width: 1024px) {
    .gallery {
      padding: 80px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .gallery {
      padding: 50px 0 60px 0; } }
  .gallery__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media only screen and (max-width: 1024px) {
      .gallery__headline {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .gallery__headline {
        padding: 0 0 30px 0; } }
    .gallery__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .gallery__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .gallery__headline span {
          font-size: 4rem; } }
    .gallery__headline h2 {
      margin: 10px 0 0 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .gallery__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .gallery__headline h2 {
          font-size: 1.8rem;
          padding: 0 20px; } }
  .gallery__box__item h3 {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 2px;
    font-family: Zen Old Mincho, serif;
    margin: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px; }
    @media only screen and (max-width: 1024px) {
      .gallery__box__item h3 {
        font-size: 3rem;
        margin: 0 0 24px 0;
        gap: 16px; } }
    @media only screen and (max-width: 767px) {
      .gallery__box__item h3 {
        font-size: 2.2rem;
        margin: 0 0 20px 0;
        gap: 12px;
        flex-wrap: wrap; }
        .gallery__box__item h3 span img {
          max-width: 48px;
          height: auto; } }
  .gallery__box__item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px; }
    @media only screen and (max-width: 1024px) {
      .gallery__box__item ul {
        gap: 24px; } }
    @media only screen and (max-width: 767px) {
      .gallery__box__item ul {
        gap: 12px; } }
    .gallery__box__item ul li {
      width: calc((100% - 80px) / 3); }
      @media only screen and (max-width: 1024px) {
        .gallery__box__item ul li {
          width: calc((100% - 24px) / 2); } }
      @media only screen and (max-width: 767px) {
        .gallery__box__item ul li {
          width: calc((100% - 12px) / 2); } }
      .gallery__box__item ul li img {
        border-radius: 15px;
        width: 100%;
        height: auto;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .gallery__box__item ul li img {
            border-radius: 10px; } }
  .gallery__box__item:not(:last-of-type) {
    margin: 0 0 60px 0; }
    @media only screen and (max-width: 1024px) {
      .gallery__box__item:not(:last-of-type) {
        margin: 0 0 50px 0; } }
    @media only screen and (max-width: 767px) {
      .gallery__box__item:not(:last-of-type) {
        margin: 0 0 40px 0; } }

/* ============================
cource
============================ */
.cource {
  padding: 60px 0 120px 0;
  background: #F9F4F4; }
  @media only screen and (max-width: 1024px) {
    .cource {
      padding: 40px 0 80px 0; } }
  @media only screen and (max-width: 767px) {
    .cource {
      padding: 25px 0 50px 0; } }
  .cource__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media only screen and (max-width: 1024px) {
      .cource__headline {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .cource__headline {
        padding: 0 0 30px 0; } }
    .cource__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .cource__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .cource__headline span {
          font-size: 4rem; } }
    .cource__headline h2 {
      margin: 10px 0 40px 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .cource__headline h2 {
          font-size: 2.1rem;
          margin: 10px 0 30px 0; } }
      @media only screen and (max-width: 767px) {
        .cource__headline h2 {
          font-size: 1.8rem;
          margin: 10px 0 24px 0;
          padding: 0 20px; } }
    .cource__headline p {
      font-size: 1.8rem;
      line-height: 1.8;
      letter-spacing: 0.04em;
      margin: 0 0 16px 0; }
      .cource__headline p:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .cource__headline p {
          font-size: 1.6rem;
          line-height: 1.7;
          padding: 0 20px; } }
  .cource__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px; }
    @media only screen and (max-width: 1024px) {
      .cource__box {
        gap: 40px; } }
    @media only screen and (max-width: 767px) {
      .cource__box {
        gap: 30px; } }
    .cource__box__item {
      width: calc((100% - 60px) / 2); }
      @media only screen and (max-width: 767px) {
        .cource__box__item {
          width: 100%; } }
    .cource__box .img {
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 767px) {
        .cource__box .img {
          margin: 0 0 8px 0; } }
      .cource__box .img img {
        border-radius: 20px;
        width: 100%;
        height: auto;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .cource__box .img img {
            border-radius: 12px; } }
    .cource__box .txt {
      padding: 0 20px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .cource__box .txt {
          padding: 0 10px 0 0; } }
      .cource__box .txt h3 {
        text-align: center;
        font-family: Zen Old Mincho, serif;
        font-size: 2.5rem; }
        @media only screen and (max-width: 1024px) {
          .cource__box .txt h3 {
            font-size: 2.2rem; } }
        @media only screen and (max-width: 767px) {
          .cource__box .txt h3 {
            font-size: 1.9rem; } }
      @media only screen and (max-width: 767px) {
        .cource__box .txt p {
          font-size: 1.5rem;
          line-height: 1.75; } }
      .cource__box .txt .caption {
        text-align: center;
        position: absolute;
        color: brown;
        right: 0;
        top: 0;
        font-size: 1.4rem;
        line-height: 1.3;
        font-weight: 500;
        border: 1px solid brown;
        border-radius: 100px;
        padding: 5px 20px; }
        @media only screen and (max-width: 1024px) {
          .cource__box .txt .caption {
            font-size: 1.3rem;
            padding: 4px 16px; } }
        @media only screen and (max-width: 767px) {
          .cource__box .txt .caption {
            position: static;
            display: inline-block;
            margin-top: 12px;
            font-size: 1.2rem;
            padding: 6px 14px; } }
    .cource__box__item:first-child .txt h3 {
      text-align: left; }

/* ============================
voice（Figma node 202-12509 を参考）
============================ */
.voice {
  padding: 120px 0 140px 0; }
  @media only screen and (max-width: 1024px) {
    .voice {
      padding: 80px 0 100px 0; } }
  @media only screen and (max-width: 767px) {
    .voice {
      padding: 50px 0 60px 0; } }
  .voice__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media only screen and (max-width: 1024px) {
      .voice__headline {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
      .voice__headline {
        padding: 0 0 30px 0; } }
    .voice__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .voice__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .voice__headline span {
          font-size: 4rem; } }
    .voice__headline h2 {
      margin: 10px 0 0 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .voice__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .voice__headline h2 {
          font-size: 1.8rem;
          padding: 0 20px; } }
  .voice__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px; }
    @media only screen and (max-width: 1024px) {
      .voice__box {
        gap: 40px; } }
    @media only screen and (max-width: 767px) {
      .voice__box {
        gap: 30px; } }
    .voice__box__item {
      width: calc((100% - 60px) / 2);
      background: #fff;
      border-radius: 15px;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .voice__box__item {
          width: 100%; } }
      .voice__box__item h3 {
        font-family: Zen Old Mincho, serif;
        font-size: 2.5rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
        color: #000;
        font-weight: 600;
        margin: 0 0 24px 0; }
        @media only screen and (max-width: 1024px) {
          .voice__box__item h3 {
            font-size: 2.2rem;
            margin: 0 0 20px 0; } }
        @media only screen and (max-width: 767px) {
          .voice__box__item h3 {
            font-size: 1.9rem;
            margin: 0 0 16px 0; } }
      .voice__box__item p {
        font-size: 1.8rem;
        line-height: 1.8;
        letter-spacing: 0.04em;
        text-align: left;
        color: #000;
        margin: 0 0 16px 0; }
        .voice__box__item p:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .voice__box__item p {
            font-size: 1.6rem;
            line-height: 1.8;
            margin: 0 0 16px 0; } }

/* ============================
flow（Figma node 202-12535 を参考・cource 参考・背景色あり）
============================ */
.flow {
  padding: 120px 0 0 0;
  background: #F9F4F4; }
  @media only screen and (max-width: 1024px) {
    .flow {
      padding: 80px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .flow {
      padding: 50px 0 0 0; } }
  .flow__headline {
    text-align: center;
    padding: 0 0 36px 0; }
    @media only screen and (max-width: 1024px) {
      .flow__headline {
        padding: 0 0 32px 0; } }
    @media only screen and (max-width: 767px) {
      .flow__headline {
        padding: 0 0 24px 0; } }
    .flow__headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 6.4rem;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #383838;
      font-weight: 700; }
      @media only screen and (max-width: 1024px) {
        .flow__headline span {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 767px) {
        .flow__headline span {
          font-size: 4rem; } }
    .flow__headline h2 {
      margin: 10px 0 0 0;
      font-family: Zen Old Mincho, serif;
      font-size: 2.4rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #2e4835;
      font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        .flow__headline h2 {
          font-size: 2.1rem; } }
      @media only screen and (max-width: 767px) {
        .flow__headline h2 {
          font-size: 1.8rem;
          padding: 0 20px; } }
  .flow__box {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .flow__box__item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 24px 0 28px 0;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 1024px) {
      .flow__box__item {
        gap: 24px;
        padding: 20px 0 24px 0; } }
    @media only screen and (max-width: 767px) {
      .flow__box__item {
        gap: 16px;
        padding: 18px 0 22px 0; } }
    .flow__box__item:not(:last-child)::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 104px;
      left: 40px;
      transform: translateX(-50%);
      width: 1px;
      bottom: 0;
      background: #ccc; }
      @media only screen and (max-width: 1024px) {
        .flow__box__item:not(:last-child)::after {
          top: 84px;
          left: 32px; } }
      @media only screen and (max-width: 767px) {
        .flow__box__item:not(:last-child)::after {
          top: 74px;
          left: 28px;
          transform: translateX(-50%); } }
    .flow__box__item__num {
      flex-shrink: 0;
      width: 80px;
      line-height: 0; }
      @media only screen and (max-width: 1024px) {
        .flow__box__item__num {
          width: 64px; } }
      @media only screen and (max-width: 767px) {
        .flow__box__item__num {
          width: 56px; } }
      .flow__box__item__num img {
        display: block;
        width: 100%;
        height: auto; }
    .flow__box__item__body {
      flex: 1;
      min-width: 0;
      max-width: 960px; }
      @media only screen and (max-width: 767px) {
        .flow__box__item__body {
          max-width: none; } }
    .flow__box__item__body h3 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 16px;
      margin: 12px 0 12px 0;
      font-family: Zen Old Mincho, serif;
      font-size: 3.6rem;
      line-height: 1.5;
      letter-spacing: 0.06em;
      color: #333;
      font-weight: 600; }
      .flow__box__item__body h3 span {
        margin-left: auto;
        display: inline-block;
        padding: 4px 14px;
        font-size: 1.3rem;
        font-weight: 500;
        color: #b52c2c;
        border: 1px solid #b52c2c;
        border-radius: 100px;
        line-height: 1.4;
        letter-spacing: 0.02em; }
        @media only screen and (max-width: 767px) {
          .flow__box__item__body h3 span {
            margin-left: 0;
            margin-top: 4px;
            font-size: 1.2rem;
            padding: 4px 12px; } }
      @media only screen and (max-width: 1024px) {
        .flow__box__item__body h3 {
          font-size: 2.4rem;
          margin: 0 0 10px 0; } }
      @media only screen and (max-width: 767px) {
        .flow__box__item__body h3 {
          font-size: 1.8rem;
          margin: 0 0 8px 0; } }
    .flow__box__item__body p {
      margin: 0 0 16px 0;
      font-size: 1.8rem;
      line-height: 1.8;
      letter-spacing: 0.04em;
      color: #333;
      text-align: left; }
      .flow__box__item__body p:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 1024px) {
        .flow__box__item__body p {
          font-size: 1.8rem;
          line-height: 1.8;
          margin-bottom: 16px; } }
      @media only screen and (max-width: 767px) {
        .flow__box__item__body p {
          font-size: 1.6rem;
          line-height: 1.75;
          margin-bottom: 16px; } }
    .flow__box__item__body > .inbox {
      margin-top: 0; }

/*============================================
  thanks（お問い合せ完了）Figma 138-75213
============================================*/
.thanks {
  padding: 60px 0 80px; }
  @media only screen and (max-width: 767px) {
    .thanks {
      padding: 40px 0 60px; } }
  .thanks__content {
    max-width: 720px;
    margin: 0 auto;
    text-align: left; }
  .thanks__headline {
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .thanks__headline {
        margin-bottom: 24px; } }
  .thanks__headline-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .thanks__headline-title {
        font-size: 2.8rem; } }
    @media only screen and (max-width: 767px) {
      .thanks__headline-title {
        font-size: 2.2rem; } }
  .thanks__box {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .thanks__box {
        margin-bottom: 32px; } }
  .thanks__text-block {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .thanks__text-block {
        margin-bottom: 32px; } }
  .thanks__text {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333;
    margin: 0 0 16px 0;
    text-align: left; }
    .thanks__text:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .thanks__text {
        font-size: 1.6rem;
        line-height: 1.85;
        margin-bottom: 16px; } }
  .thanks__notice {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: #333;
    margin: 16px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .thanks__notice {
        font-size: 1.6rem;
        margin-top: 16px; } }
  .thanks__contact-box {
    background: #FDF8F9;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .thanks__contact-box {
        padding: 24px 20px;
        margin-bottom: 32px; } }
  .thanks__badge {
    display: inline-block;
    background: #E71D64;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 767px) {
      .thanks__badge {
        font-size: 1.3rem;
        padding: 6px 16px; } }
  .thanks__phone {
    margin: 0 0 8px 0;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 767px) {
      .thanks__phone {
        font-size: 2.2rem; } }
    .thanks__phone a {
      color: #333;
      text-decoration: none; }
      .thanks__phone a:hover {
        opacity: 0.8; }
  .thanks__hours {
    margin: 0;
    font-size: 1.4rem;
    color: #333;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 767px) {
      .thanks__hours {
        font-size: 1.3rem; } }
  .thanks__btn-wrap {
    text-align: center; }
  .thanks__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 48px;
    background: #E71D64;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: opacity 0.2s; }
    .thanks__btn:hover {
      opacity: 0.9; }
    @media only screen and (max-width: 767px) {
      .thanks__btn {
        min-height: 52px;
        padding: 14px 32px;
        font-size: 1.5rem;
        width: 100%;
        max-width: 320px; } }

/*============================================
  form（お問い合わせフォーム）Figma 137-73442
============================================*/
.form__box {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 0 0; }
  @media only screen and (max-width: 767px) {
    .form__box {
      max-width: 100%; } }

.form__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 24px;
  margin: 0 0 24px 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .form__item {
      flex-direction: column;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.form__headline {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px; }
  .form__headline p {
    font-size: 1.7rem;
    line-height: 1.8; }

.form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 280px;
  margin: 0;
  padding: 0;
  min-height: 48px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .form__label {
      flex: none;
      width: 100%;
      justify-content: flex-start;
      padding-top: 0;
      margin-bottom: 8px; } }

.form__item--question {
  align-items: flex-start; }

.form__label-text {
  font-weight: 600;
  color: #333;
  letter-spacing: 0.04em;
  flex-shrink: 0; }
  @media only screen and (max-width: 767px) {
    .form__label-text {
      font-size: 1.4rem; } }

.form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .form__badge {
      margin-left: 0; } }
  .form__badge--required {
    background: #E71D64;
    color: #fff; }
  .form__badge--optional {
    background: #555;
    color: #fff; }

.form__field {
  flex: 1 1 0;
  min-width: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .form__field {
      width: 100%; } }

.form__input,
.form__select,
.form__textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  letter-spacing: 0.04em;
  box-sizing: border-box; }
  .form__input::placeholder,
  .form__select::placeholder,
  .form__textarea::placeholder {
    color: #999; }
  @media only screen and (max-width: 767px) {
    .form__input,
    .form__select,
    .form__textarea {
      padding: 10px 14px;
      font-size: 1.4rem; } }
  .form__input--inline,
  .form__select--inline,
  .form__textarea--inline {
    margin-left: 8px;
    max-width: 200px; }
    @media only screen and (max-width: 767px) {
      .form__input--inline,
      .form__select--inline,
      .form__textarea--inline {
        margin-left: 0;
        margin-top: 8px;
        max-width: 100%; } }

.form__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px; }
  .form__select option {
    color: #333; }

.form__textarea {
  min-height: 120px;
  resize: vertical; }

.form__textarea--question {
  min-height: 210px; }

.form__helper {
  margin: 8px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #888;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 767px) {
    .form__helper {
      font-size: 1.2rem;
      margin-top: 6px; } }

.form__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px; }

.form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center; }

.form__checkbox-label,
.form__radio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 767px) {
    .form__checkbox-label,
    .form__radio-label {
      font-size: 1.4rem; } }
  .form__checkbox-label input[type="checkbox"],
  .form__checkbox-label input[type="radio"],
  .form__radio-label input[type="checkbox"],
  .form__radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer; }
  .form__checkbox-label--with-input,
  .form__radio-label--with-input {
    flex-wrap: wrap;
    align-items: center; }

.form__privacy {
  margin: 24px 0 0 0;
  padding: 0; }
  .form__privacy-main {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media only screen and (max-width: 767px) {
      .form__privacy-main {
        flex-direction: column;
        align-items: flex-start; } }
  .form__privacy-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .form__privacy-text, .form__privacy-note {
    font-size: 1.7rem;
    line-height: 1.9;
    color: #222; }
  .form__privacy-arrow {
    margin-left: 8px;
    margin-right: 2px;
    color: #D7104B; }
  .form__privacy-link-wrap a {
    color: #D7104B;
    text-decoration: underline; }
  .form__privacy-note {
    margin-top: 4px; }

.form__submit-wrap {
  margin-top: 24px;
  padding-top: 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .form__submit-wrap {
      margin-top: 32px;
      padding-top: 20px; } }

.form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  min-width: 210px;
  padding: 16px 17px 16px 35px;
  background: #D7104B;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  border: none;
  border-radius: 55px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s; }
  .form__submit:hover {
    opacity: 0.9; }
  @media only screen and (max-width: 767px) {
    .form__submit {
      min-height: 52px;
      min-width: auto;
      padding: 14px 32px;
      font-size: 1.5rem;
      width: 100%;
      max-width: 320px; } }

.form__submit-icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0; }

.form__submit-icon-bg {
  width: 100%;
  height: 100%;
  display: block; }

.form__submit-icon-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  display: block; }

.inbox {
  padding: 40px 90px;
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  @media only screen and (max-width: 767px) {
    .inbox {
      padding: 24px 20px; } }
  .inbox__contact > p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .inbox__contact > p {
        font-size: 1.6rem;
        line-height: 1.75; } }
  .inbox__banner {
    background: #F3F5F4;
    text-align: center !important;
    border-radius: 100px;
    padding: 5px 0;
    font-weight: 600;
    margin: 0 0 20px 0 !important; }
  .inbox__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
    @media only screen and (max-width: 767px) {
      .inbox__contact {
        flex-direction: column;
        align-items: stretch;
        gap: 20px; } }
  .inbox__contact__main {
    flex: 1 1 70%;
    min-width: 0;
    overflow: hidden; }
  .inbox .headline {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0 0 8px 0; }
    .inbox .headline span {
      font-family: Cinzel Decorative, serif;
      font-size: 5.2rem;
      font-weight: 700;
      color: #cc225c;
      line-height: 1;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 767px) {
        .inbox .headline span {
          font-size: 2.8rem; } }
    .inbox .headline h3 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 600;
      color: #333;
      letter-spacing: 0.04em;
      line-height: 1.4;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        .inbox .headline h3 {
          font-size: 1.5rem; } }
  .inbox__text {
    margin: 0;
    font-size: 2.0rem;
    line-height: 1.75;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .inbox__text {
        font-size: 1.4rem; } }
  .inbox__contact__btn {
    flex: 0 0 auto; }
    @media only screen and (max-width: 767px) {
      .inbox__contact__btn {
        width: 100%; } }
    .inbox__contact__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      min-width: 200px;
      padding: 12px 36px;
      background: #E71D64;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500;
      border-radius: 100px;
      text-decoration: none;
      transition: opacity 0.2s; }
      .inbox__contact__btn a:hover {
        opacity: 0.9; }
      @media only screen and (max-width: 767px) {
        .inbox__contact__btn a {
          min-width: 0;
          width: 100%;
          min-height: 52px;
          padding: 12px 24px;
          font-size: 1.4rem; } }

.news {
  padding: 40px 0 0 0;
  max-width: 980px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .news {
      padding: 20px 0 0 0; } }
  .news__headline ul {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    @media only screen and (max-width: 1024px) {
      .news__headline ul {
        gap: 12px; } }
    @media only screen and (max-width: 767px) {
      .news__headline ul {
        flex-wrap: wrap;
        gap: 10px; } }
    .news__headline ul li {
      flex: 0 0 calc((100% - 60px) / 4); }
      @media only screen and (max-width: 1024px) {
        .news__headline ul li {
          flex: 0 0 calc((100% - 36px) / 4); } }
      @media only screen and (max-width: 767px) {
        .news__headline ul li {
          flex: 0 0 calc((100% - 10px) / 2); } }
      .news__headline ul li a {
        display: block;
        background: transparent;
        text-align: center;
        border-radius: 100px;
        padding: 8px 12px;
        text-decoration: none;
        border: 1px solid;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .news__headline ul li a {
            padding: 6px 8px;
            font-size: 1.2rem; } }
        .news__headline ul li a:hover {
          opacity: 1; }
        .news__headline ul li a.b-01 {
          color: var(--news-cate-01);
          border-color: var(--news-cate-01); }
          .news__headline ul li a.b-01:hover {
            background: var(--news-cate-01);
            color: #fff;
            border-color: var(--news-cate-01); }
        .news__headline ul li a.b-02 {
          color: var(--news-cate-02);
          border-color: var(--news-cate-02); }
          .news__headline ul li a.b-02:hover {
            background: var(--news-cate-02);
            color: #fff;
            border-color: var(--news-cate-02); }
        .news__headline ul li a.b-03 {
          color: var(--news-cate-03);
          border-color: var(--news-cate-03); }
          .news__headline ul li a.b-03:hover {
            background: var(--news-cate-03);
            color: #fff;
            border-color: var(--news-cate-03); }
        .news__headline ul li a.b-04 {
          color: var(--news-cate-04);
          border-color: var(--news-cate-04); }
          .news__headline ul li a.b-04:hover {
            background: var(--news-cate-04);
            color: #fff;
            border-color: var(--news-cate-04); }
  .news__box__item {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 60px 0 0 0;
    margin: 60px 0 0 0;
    border-top: 1px solid #eee; }
    @media only screen and (max-width: 1024px) {
      .news__box__item {
        gap: 40px;
        padding: 40px 0 0 0;
        margin: 40px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .news__box__item {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0 0 0;
        margin: 30px 0 0 0; } }
    .news__box__item .img {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .news__box__item .img {
          width: 100%; } }
      .news__box__item .img img {
        border-radius: 15px;
        width: 100%;
        height: auto;
        object-fit: cover; }
    .news__box__item .txt {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .news__box__item .txt {
          width: 100%; } }
      .news__box__item .txt .date {
        font-size: 1.8rem;
        line-height: 1;
        padding: 0 0 20px 0; }
        @media only screen and (max-width: 767px) {
          .news__box__item .txt .date {
            font-size: 1.4rem;
            padding: 0 0 16px 0; } }
        .news__box__item .txt .date span {
          font-size: 1.4rem;
          line-height: 1;
          display: inline-block;
          padding: 4px 12px;
          border-radius: 100px;
          margin-left: 15px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .news__box__item .txt .date span {
              font-size: 1.2rem;
              padding: 3px 10px;
              margin-left: 10px; } }
          .news__box__item .txt .date span.cate-01 {
            background: var(--news-cate-01); }
          .news__box__item .txt .date span.cate-02 {
            background: var(--news-cate-02); }
          .news__box__item .txt .date span.cate-03 {
            background: var(--news-cate-03); }
          .news__box__item .txt .date span.cate-04 {
            background: var(--news-cate-04); }
      .news__box__item .txt .ttl {
        font-family: Zen Old Mincho, serif;
        font-size: 2.5rem;
        line-height: 1.6;
        font-weight: 600;
        letter-spacing: 0.08em;
        padding: 0 0 10px 0; }
        @media only screen and (max-width: 767px) {
          .news__box__item .txt .ttl {
            font-size: 2rem;
            padding: 0 0 8px 0; } }
      .news__box__item .txt .text {
        padding: 0 0 20px 0;
        font-size: 1.6rem;
        line-height: 1.7; }
        @media only screen and (max-width: 767px) {
          .news__box__item .txt .text {
            font-size: 1.4rem;
            padding: 0 0 16px 0; } }
      .news__box__item .txt .news__btn {
        margin-top: 20px; }
        .news__box__item .txt .news__btn a {
          display: inline-block;
          padding: 12px 32px;
          border: 1px solid #D7104B;
          border-radius: 100px;
          color: #D7104B;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1;
          text-align: center;
          background: transparent; }
          @media only screen and (max-width: 767px) {
            .news__box__item .txt .news__btn a {
              padding: 10px 24px;
              font-size: 1.4rem; } }
          .news__box__item .txt .news__btn a:hover {
            background: #D7104B;
            color: #fff;
            opacity: 1; }
  .news__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .news__pager {
        gap: 16px;
        margin-top: 40px;
        padding-bottom: 60px; } }
    .news__pager__prev, .news__pager__next {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #D7104B;
      color: #fff;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .news__pager__prev, .news__pager__next {
          width: 44px;
          height: 44px; } }
      .news__pager__prev:hover, .news__pager__next:hover {
        opacity: 0.85; }
    .news__pager__icon {
      font-size: 2rem;
      line-height: 1;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .news__pager__icon {
          font-size: 1.8rem; } }
    .news__pager__num {
      font-family: Noto Sans JP, sans-serif;
      font-size: 2rem;
      line-height: 1;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .news__pager__num {
          font-size: 1.8rem; } }
    .news__pager__current {
      color: #D7104B;
      font-weight: 700; }
    .news__pager__slash, .news__pager__total {
      color: #CCCCCC;
      font-weight: 500; }

/*============================================
  Block: news-detail（2カラム・右にカテゴリ一覧）
============================================*/
.news-detail {
  padding: 40px 0 0 0;
  max-width: 980px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .news-detail {
      padding: 20px 0 0 0; } }
  .news-detail__inner {
    display: flex;
    gap: 60px;
    align-items: flex-start; }
    @media only screen and (max-width: 1024px) {
      .news-detail__inner {
        gap: 40px; } }
    @media only screen and (max-width: 767px) {
      .news-detail__inner {
        flex-direction: column;
        gap: 40px; } }
  .news-detail__main {
    flex: 1;
    min-width: 0; }
  .news-detail__sidebar {
    flex: 0 0 260px; }
    @media only screen and (max-width: 1024px) {
      .news-detail__sidebar {
        flex: 0 0 220px; } }
    @media only screen and (max-width: 767px) {
      .news-detail__sidebar {
        flex: none;
        width: 100%; } }

.news-article__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .news-article__meta {
      gap: 10px;
      margin-bottom: 16px;
      flex-wrap: wrap; } }
.news-article__date {
  font-size: 1.8rem;
  line-height: 1;
  color: #313131; }
  @media only screen and (max-width: 767px) {
    .news-article__date {
      font-size: 1.4rem; } }
.news-article__cate {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .news-article__cate {
      font-size: 1.2rem;
      padding: 3px 10px; } }
  .news-article__cate.cate-01 {
    background: var(--news-cate-01);
    color: #fff; }
  .news-article__cate.cate-02 {
    background: var(--news-cate-02);
    color: #fff; }
  .news-article__cate.cate-03 {
    background: var(--news-cate-03);
    color: #fff; }
  .news-article__cate.cate-04 {
    background: var(--news-cate-04);
    color: #fff; }
.news-article__title {
  font-family: Zen Old Mincho, serif;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .news-article__title {
      font-size: 2rem;
      margin-bottom: 20px;
      padding: 0 0 16px 0; } }
.news-article__body {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 767px) {
    .news-article__body {
      font-size: 1.6rem; } }
  .news-article__body p {
    margin-bottom: 16px; }
    .news-article__body p:last-child {
      margin-bottom: 0; }
    .news-article__body p img {
      border-radius: 15px;
      max-width: 100%; }
.news-article__footer {
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .news-article__footer {
      margin-top: 32px; } }
  .news-article__footer .news__btn a {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #D7104B;
    border-radius: 100px;
    color: #D7104B;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: transparent; }
    @media only screen and (max-width: 767px) {
      .news-article__footer .news__btn a {
        padding: 10px 24px;
        font-size: 1.4rem; } }
    .news-article__footer .news__btn a:hover {
      background: #D7104B;
      color: #fff;
      opacity: 1; }

.news-categories {
  background: #F8F8F8;
  border-radius: 8px;
  padding: 24px; }
  @media only screen and (max-width: 767px) {
    .news-categories {
      padding: 20px; } }
  .news-categories__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .news-categories__title {
        font-size: 1.5rem;
        margin-bottom: 14px;
        padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .news-categories__list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; } }
  .news-categories__list li {
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      .news-categories__list li {
        margin-bottom: 0;
        flex: 0 0 calc((100% - 8px) / 2); } }
    .news-categories__list li:last-child {
      margin-bottom: 0; }
  .news-categories__list a {
    display: block;
    padding: 10px 16px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 1.4rem;
    transition: opacity 0.2s; }
    @media only screen and (max-width: 767px) {
      .news-categories__list a {
        font-size: 1.3rem;
        padding: 8px 12px; } }
    .news-categories__list a:hover {
      opacity: 1; }
    .news-categories__list a.b-01 {
      color: var(--news-cate-01);
      border-color: var(--news-cate-01); }
      .news-categories__list a.b-01:hover {
        background: var(--news-cate-01);
        color: #fff;
        border-color: var(--news-cate-01); }
    .news-categories__list a.b-02 {
      color: var(--news-cate-02);
      border-color: var(--news-cate-02); }
      .news-categories__list a.b-02:hover {
        background: var(--news-cate-02);
        color: #fff;
        border-color: var(--news-cate-02); }
    .news-categories__list a.b-03 {
      color: var(--news-cate-03);
      border-color: var(--news-cate-03); }
      .news-categories__list a.b-03:hover {
        background: var(--news-cate-03);
        color: #fff;
        border-color: var(--news-cate-03); }
    .news-categories__list a.b-04 {
      color: var(--news-cate-04);
      border-color: var(--news-cate-04); }
      .news-categories__list a.b-04:hover {
        background: var(--news-cate-04);
        color: #fff;
        border-color: var(--news-cate-04); }

/* ADD SCSS 2026.03.04 */
.top-about__meaning .title01__en {
  text-align: center;
  font-family: "Cinzel Decorative", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.684px;
  /* 159.758% */
  background: var(--gradation-red-01, linear-gradient(180deg, var(--color-accent-red-01, #D7104B) 0%, #B60005 66.35%, #D3C011 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.top-about__meaning .title01__jp {
  color: #B60005;
  text-align: center;
  font-family: "A P-OTF Shuei YobuMin StdN", serif;
  font-size: 18.404px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.674px;
  /* 166.667% */ }

/* ADD CSS 2026.03.06 */
/* ----------------------------------------
   .news
   ---------------------------------------- */
.news .event__date {
  color: #d7104b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  font-family: Zen Old Mincho, serif; }
.news .news__box__item .txt .date {
  font-size: 1.5rem;
  color: #bbbbbb; }
  .news .news__box__item .txt .date span {
    margin-left: 0;
    margin-right: 15px; }
.news .news__pager {
  font-family: "Cinzel Decorative", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 61%;
  /* 13.42px */
  letter-spacing: -0.22px;
  color: #d7104b; }
  .news .news__pager .wp-pagenavi span {
    border: none; }
    .news .news__pager .wp-pagenavi span.pages {
      border-radius: 32px;
      border: 1px solid #c1c4c8;
      margin: 0 10px;
      color: #c1c4c8;
      padding: 0 10px; }
    .news .news__pager .wp-pagenavi span.current {
      font-weight: normal; }
    .news .news__pager .wp-pagenavi span .nextpostslink,
    .news .news__pager .wp-pagenavi span .previouspostslink {
      font-weight: bold;
      margin: 0 20px; }
  .news .news__pager .wp-pagenavi a {
    border: none;
    font-weight: normal; }
    .news .news__pager .wp-pagenavi a.nextpostslink, .news .news__pager .wp-pagenavi a.previouspostslink {
      background-color: #d7104b;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 32px;
      color: #fff;
      display: inline-block;
      padding: 0; }

/* ----------------------------------------
   .news-detail
   ---------------------------------------- */
.news-detail .event__date {
  color: #d7104b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  font-family: Zen Old Mincho, serif; }
.news-detail .news-article__body img {
  margin-top: 20px;
  margin-bottom: 20px; }
.news-detail .event__gallery-swiper2 {
  overflow: hidden; }
.news-detail .event__gallery-swiper2 .event__gallery-main2 {
  margin-bottom: 8px; }
.news-detail .event__gallery-swiper2 .event__gallery-main2 img {
  margin-bottom: 8px;
  border-radius: 15px; }
.news-detail .event__gallery-swiper2 .event__gallery-main2 .swiper-slide2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover; }
.news-detail .event__gallery-swiper2 .event__gallery-thumbs2 .swiper-slide2 {
  opacity: 0.5;
  cursor: pointer; }
.news-detail .event__gallery-swiper2 .event__gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1; }
.news-detail .event__gallery-swiper2 .event__gallery-thumbs2 .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px; }
@media only screen and (max-width: 767px) {
  .news-detail .news-detail__main {
    width: 100%; } }

/* ----------------------------------------
   .form
   ---------------------------------------- */
.form .wpcf7-list-item {
  margin-left: 0; }
  .form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 7px; }
.form .form__privacy-main {
  align-items: flex-start; }
.form .form__privacy label {
  display: flex;
  align-items: flex-start; }
  .form .form__privacy label input.form__checkbox-label {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer; }
.form .form__privacy .wpcf7-list-item-label {
  margin-top: -5px; }
.form .form__submit {
  padding: 16px 17px; }
.form .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6; }

/* ----------------------------------------
   .thanks__inner
   ---------------------------------------- */
@media only screen and (max-width: 767px) {
  .thanks__inner .thanks__btn {
    width: auto;
    max-width: inherit; } }
/* ADD CSS 2026.03.09 */
/* ----------------------------------------
   .top-news
   ---------------------------------------- */
.breake__photo > img {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block; }

/* ----------------------------------------
   .flow
   ---------------------------------------- */
@media only screen and (max-width: 767px) {
  .flow .inbox__contact__btn a {
    width: auto;
    padding: 12px; }

  .flow .inbox__banner {
    border-radius: 10px;
    padding: 10px; } }
/* ----------------------------------------
   .form__box
   ---------------------------------------- */
@media only screen and (max-width: 767px) {
  .form__box .form__label-text, .form__input, .form__select, .form__textarea {
    font-size: 1.6rem; }

  .form__box .form__helper {
    font-size: 1.4rem; } }
