@charset "UTF-8";
/* ==========================================================================
   faq.scss - faq.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   page-head (下層ページ共通)
   ========================================================================== */
.page-head {
  position: relative;
  width: 100%;
  height: 36rem;
  display: block;
  overflow: hidden;
  background: #fff;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .page-head {
      height: 24rem; } }
  .page-head__bg {
    position: absolute;
    inset: 0; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; }
    .page-head__bg .ph {
      height: 100%;
      width: 100%; }
      .page-head__bg .ph span {
        min-height: 34rem; }
  .page-head__heading {
    position: absolute;
    left: 8%;
    top: 20rem;
    z-index: 2;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-head__heading {
        left: 0;
        width: 100%;
        top: 10rem;
        align-items: center; } }
    .page-head__heading .jp {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .page-head__heading .jp {
          font-size: 3.2rem; } }
    .page-head__heading .en {
      font-family: bodoni-std, sans-serif;
      font-size: 2.2rem;
      margin-top: .4rem;
      margin-left: .7rem;
      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) {
        .page-head__heading .en {
          font-size: 1.6rem;
          margin-left: 0; } }
  .page-head__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .page-head__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%; }
  .page-head__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%; }

/* ==========================================================================
   ご利用者様の声
   ========================================================================== */
.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; } }
  .voice-page {
    padding: 8rem 0 10rem;
    width: 92%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto; }
    .voice-page .voice__grid {
      grid-template-columns: 1fr; }
    @media (max-width: 767px) {
      .voice-page {
        padding: 5rem 0 7rem; } }
    .voice-page .voice__item .avatar img {
      border: 1px solid rgba(197, 160, 74, 0.3);
      border-radius: 50%; }
