@charset "UTF-8";
/* ==========================================================================
   top.scss - index.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   hero (メインビジュアル)
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  height: 82rem;
  overflow: hidden;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .hero {
      height: 58rem; } }
  .hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #b8a37c 0%, #6d5a37 100%); }
    .hero__bg img.hero__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .hero__bg .ph {
      width: 100%;
      height: 100%; }
    .hero__bg .ph span {
      height: 100%;
      min-height: 82rem; }
  .hero__gradient {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
    @media (max-width: 767px) {
      .hero__gradient {
        background: rgba(255, 255, 255, 0.7); } }
  .hero__copy {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    text-align: left;
    padding: 4rem 4rem 4rem 10rem; }
    @media (max-width: 767px) {
      .hero__copy {
        width: 100%;
        right: 0;
        text-align: center;
        padding: 2rem 0; } }
    .hero__copy .sub {
      display: block;
      font-size: 3rem;
      font-weight: 700;
      color: #4a2d08;
      position: relative;
      letter-spacing: .5rem;
      z-index: 3;
      text-shadow: 0 0 2rem rgba(255, 255, 255, 0.4); }
      @media (max-width: 767px) {
        .hero__copy .sub {
          font-size: 1.6rem;
          letter-spacing: .1rem; } }
    .hero__copy .main {
      display: block;
      font-size: 5.6rem;
      font-weight: 700;
      color: #4a2d08;
      margin-top: .2rem;
      line-height: 1.1;
      letter-spacing: .5rem;
      position: relative;
      z-index: 3;
      text-shadow: 0 0 2rem rgba(255, 255, 255, 0.4); }
      @media (max-width: 767px) {
        .hero__copy .main {
          font-size: 3.6rem;
          letter-spacing: .1rem; } }
  .hero__tags {
    margin-top: 2.2rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    max-width: 60rem;
    justify-content: flex-start;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .hero__tags {
        justify-content: center; } }
    .hero__tags li {
      background: linear-gradient(135deg, #704816 0%, #d7a43b 100%);
      color: #ffffff;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.4rem;
      padding: 0.2rem 1rem;
      border-radius: 0;
      font-weight: 700; }
      @media (max-width: 767px) {
        .hero__tags li {
          font-size: 1rem;
          letter-spacing: 0;
          padding: 0.2rem .5rem; } }
  .hero__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .hero__wave-gold {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: rgba(197, 160, 74, 0.55);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }
  .hero__wave-white {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }

/* ==========================================================================
   for Every Purpose
   ========================================================================== */
.purpose {
  padding: 9rem 0 12rem;
  background: #ffffff; }
  @media (max-width: 767px) {
    .purpose {
      padding: 4rem 0 7rem; } }
  .purpose__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5rem; }
    .purpose__heading .en {
      display: block;
      font-family: bodoni-std, sans-serif;
      font-size: 5.6rem;
      font-weight: 400;
      line-height: 1.2;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .purpose__heading .en {
          font-size: 4.6rem; } }
    .purpose__heading .jp {
      display: block;
      font-family: "Zen Old Mincho", serif;
      font-size: 2rem;
      color: #4a2d08;
      margin-top: 1.2rem; }
      @media (max-width: 767px) {
        .purpose__heading .jp {
          font-size: 1.4rem;
          margin-top: .6rem; } }
  .purpose__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-bottom: 6rem; }
    @media (max-width: 767px) {
      .purpose__list {
        grid-template-columns: 1fr;
        gap: 5rem; } }
  .purpose__item {
    text-align: center; }
    .purpose__item .thumb {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-radius: 0.4rem;
      margin-bottom: 1.8rem;
      box-shadow: 0 0 1.8rem rgba(120, 90, 40, 0.1); }
      .purpose__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .purpose__item .thumb .ph {
        height: 100%; }
        .purpose__item .thumb .ph span {
          min-height: 22rem; }
    .purpose__item .title {
      font-family: bodoni-std, sans-serif;
      font-size: 4.5rem;
      font-weight: 400;
      color: #c5a04a;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .purpose__item .title {
          font-size: 4rem; } }
    .purpose__item .sub {
      font-size: 1.6rem;
      line-height: 1;
      color: #6e4a23;
      margin-top: -.4rem; }
      @media (max-width: 767px) {
        .purpose__item .sub {
          font-size: 1.4rem; } }
    .purpose__item .desc {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.4rem;
      line-height: 1.9;
      text-align: left;
      margin: 2rem 6% 2.2rem;
      color: #4a2d08; }
      @media (max-width: 767px) {
        .purpose__item .desc {
          font-size: 1.3rem; } }
    .purpose__item .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      padding: 0 6%; }
      .purpose__item .tags li {
        background: #6e4a23;
        color: #ffffff;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 0.2rem .8rem;
        border-radius: 0.4rem; }
        @media (max-width: 767px) {
          .purpose__item .tags li {
            font-size: 1.1rem; } }
  .purpose__cta {
    text-align: center;
    margin-top: 5rem; }

/* ----- 共通 : btn-pill ----- */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32rem;
  padding: 1.8rem 5rem;
  font-weight: 600;
  background: #ffffff;
  color: #6e4a23;
  border: 1px solid #eec969;
  border-radius: 99.9rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 36rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15); }
  .btn-pill span {
    content: '';
    font-family: "Material Symbols Outlined";
    position: absolute;
    right: 2.2rem;
    color: #c5a04a;
    font-size: 1.8rem; }
  .btn-pill:hover {
    background: #f9eac3; }
  @media (max-width: 767px) {
    .btn-pill {
      min-width: 0;
      width: 90%;
      padding: 1.4rem 3rem;
      font-size: 1.4rem; } }
  .btn-pill::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 99.9rem;
    position: absolute;
    left: 0;
    top: 0;
    border: 0.5rem solid rgba(214, 163, 58, 0.2); }

/* ==========================================================================
   campaign (リボン)
   ========================================================================== */
.campaign {
  padding: 6rem 0 6rem;
  background: rgba(217, 185, 106, 0.3);
  box-shadow: inset 0 0 10rem 0 rgba(217, 185, 106, 0.5); }
  @media (max-width: 767px) {
    .campaign {
      padding: 4rem 0; } }
  .campaign__banner {
    position: relative;
    width: 90%;
    max-width: 56rem;
    margin: 0 auto;
    /* リボン両端 V字カット */ }
    .campaign__banner-wrap {
      width: 100%;
      min-height: 12rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      background: linear-gradient(90deg, #8a1d1d 0%, #f83600 50%, #8a1d1d 100%);
      box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
      position: relative;
      z-index: 1;
      padding: 0 2rem; }
      @media (max-width: 767px) {
        .campaign__banner-wrap {
          flex-direction: column;
          gap: 1.8rem;
          padding: 2.2rem 3rem;
          width: 100%; } }
    .campaign__banner::before, .campaign__banner::after {
      content: "";
      position: absolute;
      top: .5rem;
      width: 0;
      height: 0;
      border: 5.5rem solid #6a0704; }
      @media (max-width: 767px) {
        .campaign__banner::before, .campaign__banner::after {
          display: none; } }
    .campaign__banner::before {
      left: -4rem;
      border-left: 2rem solid transparent; }
    .campaign__banner::after {
      right: -4rem;
      border-right: 2rem solid transparent; }
  .campaign__text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 1.3; }
    .campaign__text .small {
      display: block;
      font-size: 2rem; }
    .campaign__text .main {
      display: block;
      font-size: 2.4rem;
      font-weight: 600; }
      @media (max-width: 767px) {
        .campaign__text .main {
          font-size: 2rem; } }
    .campaign__text .note {
      display: block;
      font-size: 1.6rem; }
  .campaign__contact {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24rem;
    height: 6rem;
    border-radius: 99.9rem;
    background: linear-gradient(45deg, #b48230 0%, #b48230 20%, #f3d27a 40%, #f1cf6c 50%, #b48230 100%);
    color: #4a2d08;
    font-family: bodoni-std, sans-serif;
    font-size: 3.2rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 0.4rem rgba(74, 45, 8, 0.7); }
    .campaign__contact .ja {
      font-family: "Zen Old Mincho", serif;
      color: #4a2d08;
      font-size: 1.3rem;
      font-weight: 600; }

/* ==========================================================================
   お知らせ
   ========================================================================== */
.news {
  padding: 9rem 0 10rem;
  background: #ffffff; }
  @media (max-width: 767px) {
    .news {
      padding: 6rem 0; } }
  .news__head {
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .news__head {
        margin-bottom: 2rem; } }
    .news__head .lead {
      display: inline-block;
      font-size: 1.6rem;
      color: #704816;
      position: relative;
      padding: 0 2rem; }
      @media (max-width: 767px) {
        .news__head .lead {
          font-size: 1.4rem; } }
    .news__head .title {
      font-size: 3.2rem;
      line-height: 1;
      color: #704816;
      font-weight: 500; }
      @media (max-width: 767px) {
        .news__head .title {
          font-size: 2.8rem; } }
    .news__head .en {
      display: block;
      font-family: bodoni-std, sans-serif;
      font-size: 1.8rem;
      color: #c5a04a; }
  .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .news__list {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin-bottom: 3rem; } }
  .news__item {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none; }
    .news__item a {
      display: block; }
      .news__item a:hover {
        opacity: .85; }
    .news__item .thumb {
      aspect-ratio: 16 / 9;
      background: #fbf6ea;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 0.2rem;
      box-shadow: 0 0 1.8rem rgba(120, 90, 40, 0.18); }
      .news__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .news__item .thumb .ph {
        height: 100%;
        width: 100%; }
        .news__item .thumb .ph span {
          min-height: 16rem; }
    .news__item .body {
      padding: 1.8rem 1rem 2.2rem; }
      @media (max-width: 767px) {
        .news__item .body {
          padding: 1rem; } }
    .news__item .date {
      display: block;
      font-family: bodoni-std, sans-serif;
      font-size: 1.6rem;
      color: #d6a33a;
      margin-bottom: 0.1rem; }
      @media (max-width: 767px) {
        .news__item .date {
          font-size: 1.4rem;
          margin-bottom: 0; } }
    .news__item .title {
      font-size: 1.6rem;
      color: #4a2d08;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .news__item .title {
          font-size: 1.5rem; } }
  .news__more {
    text-align: center; }

/* ----- お知らせ一覧 ボタン ----- */
.btn-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4rem;
  padding: 0 3rem 0;
  background: #ffffff;
  color: #4a2d08;
  border: 0.1rem solid #d9b96a;
  border-radius: 99.9rem;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 1rem rgba(120, 90, 40, 0.2);
  transition: all .25s ease; }
  @media (max-width: 767px) {
    .btn-news-more {
      font-size: 1.3rem; } }
  .btn-news-more::after {
    content: 'chevron_right';
    font-family: "Material Symbols Outlined";
    position: absolute;
    right: 1rem;
    color: #d9b96a;
    font-size: 1.6rem; }
  .btn-news-more:hover {
    background: #c5a04a;
    color: #ffffff; }
    .btn-news-more:hover::after {
      color: #ffffff; }

/* ==========================================================================
   Message (ご挨拶)
   ========================================================================== */
.message {
  padding: 10rem 0;
  background: rgba(249, 234, 195, 0.15);
  border-top: 1px solid #f9eac3;
  border-bottom: 1px solid #f9eac3;
  position: relative; }
  .message:before, .message:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f9eac3;
    opacity: 0.5;
    position: absolute;
    left: 0; }
  .message:before {
    top: 3px; }
  .message:after {
    bottom: 3px; }
  @media (max-width: 767px) {
    .message {
      padding: 6rem 0; } }
  .message__inner {
    display: grid;
    grid-template-columns: 20rem 30rem 1fr;
    gap: 4rem;
    align-items: start; }
    @media (max-width: 767px) {
      .message__inner {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        text-align: center; } }
  .message__head .en {
    font-family: bodoni-std, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 767px) {
      .message__head .en {
        font-size: 4.8rem; } }
  .message__head .jp {
    display: block;
    font-size: 2rem;
    color: #4a2d08; }
    @media (max-width: 767px) {
      .message__head .jp {
        font-size: 1.6rem; } }
  .message__photo {
    max-width: 28rem;
    position: relative;
    aspect-ratio: 3 / 4;
    background: transparent;
    border: 0;
    padding: 0;
    /* 左上 5px ずらした 50%透過のゴールド枠 */
    /* 右下 5px ずらしたゴールド枠 */ }
    @media (max-width: 767px) {
      .message__photo {
        margin: 0 auto; } }
    .message__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: relative;
      z-index: 1; }
    .message__photo::before {
      content: "";
      position: absolute;
      top: -0.5rem;
      left: -0.5rem;
      width: 100%;
      height: 100%;
      border: 0.1rem solid rgba(238, 201, 105, 0.5);
      pointer-events: none;
      z-index: 2; }
    .message__photo::after {
      content: "";
      position: absolute;
      bottom: -0.5rem;
      right: -0.5rem;
      width: 100%;
      height: 100%;
      border: 0.1rem solid #eec969;
      pointer-events: none;
      z-index: 3; }
    .message__photo .name {
      position: absolute;
      bottom: 2rem;
      left: -1rem;
      background: #ffffff;
      padding: 0.2rem 1.6rem;
      z-index: 4;
      display: inline-flex;
      align-items: baseline;
      gap: 0.8rem; }
      .message__photo .name .role {
        font-size: 1.5rem;
        color: #6e4a23; }
      .message__photo .name .full {
        font-size: 2rem;
        color: #6e4a23;
        font-weight: 500; }
  .message__text {
    padding-top: 0.6rem; }
    .message__text .lead {
      font-size: 2.8rem;
      color: #704816;
      line-height: 1.7;
      margin-bottom: 2.4rem; }
      @media (max-width: 767px) {
        .message__text .lead {
          font-size: 2.2rem; } }
    .message__text .body {
      font-size: 1.8rem;
      line-height: 2.0;
      color: #4a2d08; }
      @media (max-width: 767px) {
        .message__text .body {
          font-size: 1.4rem;
          line-height: 1.6;
          letter-spacing: 0;
          text-align: left; } }
      .message__text .body p + p {
        margin-top: 1.2rem; }

/* ==========================================================================
   Calendar (スタジオの空き状況)
   ========================================================================== */
.calendar {
  padding: 10rem 0;
  background: #ffffff; }
  @media (max-width: 767px) {
    .calendar {
      padding: 6rem 0; } }
  .calendar__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5rem; }
    .calendar__heading .en {
      display: block;
      font-family: bodoni-std, sans-serif;
      font-size: 6rem;
      font-weight: 400;
      line-height: 1;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .calendar__heading .en {
          font-size: 4.8rem; } }
    .calendar__heading .jp {
      display: block;
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .calendar__heading .jp {
          font-size: 1.4rem; } }
  .calendar__embed {
    width: 92%;
    max-width: 90rem;
    margin: 0 auto 6rem;
    aspect-ratio: 16 / 9;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a6a55;
    font-size: 1.6rem;
    border: 0.1rem solid #e3d9c1; }
    .calendar__embed iframe {
      width: 100%;
      height: 100%;
      border: 0; }
  .calendar__cta {
    text-align: center;
    position: relative;
    width: 92%;
    max-width: 56rem;
    margin: 0 auto; }
    .calendar__cta .badge {
      position: absolute;
      top: -1rem;
      left: 3rem;
      z-index: 3;
      width: 5rem;
      height: 4.5rem;
      background: linear-gradient(180deg, #f83600 0%, #8a1d1d 100%);
      color: #ffffff;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 600;
      padding-bottom: .8rem;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.18);
      /* リボン右端 V字 */ }
      @media (max-width: 767px) {
        .calendar__cta .badge {
          font-size: 1.1rem;
          width: 40px;
          height: 4rem;
          left: 1.5rem; } }
      .calendar__cta .badge::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1rem;
        width: 0;
        height: 0;
        border-right: 2.5rem solid #8a1d1d;
        border-left: 2.5rem solid #8a1d1d;
        border-bottom: 1rem solid transparent; }
        @media (max-width: 767px) {
          .calendar__cta .badge::after {
            bottom: -10px;
            border-right-width: 20px;
            border-left-width: 20px; } }
    .calendar__cta .pill {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      min-width: 44rem;
      padding: 1.8rem 6rem 1.8rem 9rem;
      background: linear-gradient(to right, #d7a43b 0%, #eec969 50%, #d7a43b 100%);
      color: #4a2d08;
      outline: 0.5rem solid #ffffff;
      border-radius: 99.9rem;
      border: 1px solid #c5a04a;
      font-size: 2rem;
      text-decoration: none;
      box-shadow: 0 0 2rem rgba(120, 90, 40, 0.3);
      transition: opacity .25s ease; }
      .calendar__cta .pill:hover {
        opacity: .92; }
      @media (max-width: 767px) {
        .calendar__cta .pill {
          min-width: 0;
          width: 100%;
          font-size: 1.5rem;
          padding: 1.4rem 3rem; } }
    .calendar__cta .arrow-circle {
      width: 1.9rem;
      height: 1.9rem;
      border-radius: 50%;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      .calendar__cta .arrow-circle .icon {
        color: #6e4a23;
        font-size: 1.6rem; }

/* ==========================================================================
   ご利用者様の声
   ========================================================================== */
.voice {
  padding: 10rem 0;
  background: #fbf6ea; }
  @media (max-width: 767px) {
    .voice {
      padding: 6rem 0 8rem;
      position: relative; } }
  .voice__inner {
    display: grid;
    grid-template-columns: 14rem 1fr;
    gap: 5rem;
    align-items: stretch; }
    @media (max-width: 767px) {
      .voice__inner {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  .voice__head {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .voice__head {
        position: static; } }
    .voice__head .title {
      font-family: "Zen Old Mincho", serif;
      font-size: 4rem;
      color: #704816;
      writing-mode: vertical-rl;
      margin: 0 auto;
      font-weight: 500;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .voice__head .title {
          writing-mode: horizontal-tb;
          font-size: 2.6rem; } }
    .voice__head .line {
      display: block;
      width: 1px;
      height: 100%;
      background: rgba(217, 185, 106, 0.3);
      margin: .5rem auto 1rem; }
      @media (max-width: 767px) {
        .voice__head .line {
          display: none; } }
    .voice__head .more {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 1.4rem;
      font-size: 1.6rem;
      color: #6e4a23;
      font-weight: 500;
      text-decoration: none;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .voice__head .more {
          flex-direction: row;
          position: absolute;
          bottom: 3rem;
          left: 0;
          font-size: 1.3rem;
          width: 100%;
          justify-content: center; } }
      .voice__head .more .label {
        writing-mode: vertical-rl; }
        @media (max-width: 767px) {
          .voice__head .more .label {
            writing-mode: horizontal-tb; } }
      .voice__head .more .arrow {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #d9b96a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0.8rem rgba(120, 90, 40, 0.2); }
        @media (max-width: 767px) {
          .voice__head .more .arrow {
            width: 1.6rem;
            height: 1.6rem; } }
        .voice__head .more .arrow .icon {
          color: #6e4a23;
          font-size: 1.4rem;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            .voice__head .more .arrow .icon {
              font-size: 1.1rem; } }
      .voice__head .more:hover {
        opacity: .85; }
  .voice__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem; }
    @media (max-width: 767px) {
      .voice__grid {
        grid-template-columns: 1fr; } }
  .voice__item {
    display: grid;
    grid-template-columns: 9rem 1fr;
    align-items: center;
    gap: 2rem;
    position: relative; }
    @media (max-width: 767px) {
      .voice__item {
        grid-template-columns: 1fr; } }
    .voice__item .avatar {
      position: relative;
      width: 9.5rem;
      height: 9.5rem;
      border-radius: 50%;
      background: #fff;
      /* リボン名札 (Voice.0X) : 中央配置 */ }
      @media (max-width: 767px) {
        .voice__item .avatar {
          width: 6rem;
          height: 6rem;
          position: absolute;
          right: 2rem;
          top: -2.5rem;
          z-index: 3; } }
      .voice__item .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .voice__item .avatar .ribbon {
        position: absolute;
        left: 50%;
        bottom: -1.6rem;
        transform: translateX(-50%);
        background: #f9eac3;
        color: #c5a04a;
        font-family: bodoni-std, sans-serif;
        font-size: 1.2rem;
        line-height: 1;
        height: 2.4rem;
        display: flex;
        justify-content: center;
        align-items: baseline;
        padding: .3rem 1.2rem 0;
        white-space: nowrap;
        z-index: 2;
        /* 両端 V字カット */ }
        @media (max-width: 767px) {
          .voice__item .avatar .ribbon {
            height: 20px;
            font-size: 1rem;
            bottom: 0; } }
        .voice__item .avatar .ribbon strong {
          font-weight: 400;
          font-size: 1.8rem; }
          @media (max-width: 767px) {
            .voice__item .avatar .ribbon strong {
              font-size: 1.4rem; } }
        .voice__item .avatar .ribbon::before, .voice__item .avatar .ribbon::after {
          content: "";
          position: absolute;
          top: 0;
          width: 0;
          height: 0;
          border-top: 1.2rem solid #f9eac3;
          border-bottom: 1.2rem solid #f9eac3; }
          @media (max-width: 767px) {
            .voice__item .avatar .ribbon::before, .voice__item .avatar .ribbon::after {
              border-top-width: 10px;
              border-bottom-width: 10px; } }
        .voice__item .avatar .ribbon::before {
          left: -0.6rem;
          border-left: 0.6rem solid transparent; }
          @media (max-width: 767px) {
            .voice__item .avatar .ribbon::before {
              left: -5px;
              border-left-width: 5px; } }
        .voice__item .avatar .ribbon::after {
          right: -0.6rem;
          border-right: 0.6rem solid transparent; }
          @media (max-width: 767px) {
            .voice__item .avatar .ribbon::after {
              right: -5px;
              border-right-width: 5px; } }
    .voice__item .bubble {
      position: relative;
      align-self: center;
      background: #ffffff;
      border-radius: 1rem;
      padding: 1.8rem 2.2rem;
      box-shadow: 0 0 1.8rem rgba(120, 90, 40, 0.1); }
      .voice__item .bubble::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -1rem;
        transform: translateY(-50%);
        border: 1rem solid transparent;
        border-right-color: #ffffff;
        border-left: 0; }
        @media (max-width: 767px) {
          .voice__item .bubble::before {
            display: none; } }
      .voice__item .bubble .name {
        color: #704816;
        font-weight: 600;
        margin-bottom: 0.6rem;
        display: inline-flex;
        align-items: baseline;
        gap: 0.2rem; }
        .voice__item .bubble .name .who {
          font-size: 2rem; }
          @media (max-width: 767px) {
            .voice__item .bubble .name .who {
              font-size: 1.6rem; } }
        .voice__item .bubble .name .sufx {
          font-size: 1.5rem; }
          @media (max-width: 767px) {
            .voice__item .bubble .name .sufx {
              font-size: 1.3rem; } }
      .voice__item .bubble .text {
        font-size: 1.6rem;
        line-height: 1.6;
        color: #4a2d08; }
        @media (max-width: 767px) {
          .voice__item .bubble .text {
            font-size: 1.3rem; } }

/* ==========================================================================
   レイアウト図 (Layout)
   ========================================================================== */
.layout {
  padding: 10rem 0 8rem;
  background: #ffffff; }
  @media (max-width: 767px) {
    .layout {
      padding: 6rem 0 5rem; } }
  .layout__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .layout__heading {
        margin-bottom: 2rem; } }
    .layout__heading .en {
      display: inline-block;
      font-family: bodoni-std, sans-serif;
      font-size: 6rem;
      line-height: 1.2;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .layout__heading .en {
          font-size: 4.8rem; } }
    .layout__heading .jp {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      color: #6e4a23;
      font-weight: 700;
      margin-bottom: -1.8rem; }
      @media (max-width: 767px) {
        .layout__heading .jp {
          font-size: 1.2rem; } }
  .layout__plan {
    width: 92%;
    max-width: 84rem;
    margin: 0 auto;
    background: transparent;
    display: block; }
    .layout__plan img {
      width: 100%;
      height: auto;
      display: block; }
