@charset "UTF-8";
:root {
  --white: #fff;
  --black: #263430;
  --black-thin: rgba(38, 52, 48, .08);
  --gray: #e5e2df;
  --size-1: .0625rem;
  --size-2: .125rem;
  --size-3: .1875rem;
  --size-4: .25rem;
  --size-5: .3125rem;
  --size-6: .375rem;
  --size-7: .4375rem;
  --size-8: .5rem;
  --size-9: .5625rem;
  --size-10: .625rem;
  --size-11: .6875rem;
  --size-12: .75rem; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  color: #2D2418;
  background: #1A150E;
  overflow-x: hidden;
  font-family: "Cormorant Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }

body pre {
  font-size: 18px;
  letter-spacing: .041em;
  line-height: 1.8;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: pre-wrap; }
  @media screen and (max-width: 768px) {
    body pre {
      font-size: 14px; } }

/*!Resposive*/
.hidden-xs {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-xs {
      display: block !important; } }

/* ===== DISSOLVE CANVAS ===== */
#dissolve-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; }

/* ===== Floating CTA ===== */
#float_cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8em / 16 * 1) calc(8em / 16 * 4);
  width: 100%;
  padding: calc(8em / 32 * 3) 0;
  background: #fdf1ee;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
  /* 初期状態 */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  transform: translate3d(0, 110%, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, visibility 0s linear 0.6s;
  will-change: transform; }
  @media screen and (max-width: 768px) {
    #float_cta {
      flex-direction: column; } }
  #float_cta.done {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, visibility 0s linear 0s; }
  #float_cta p {
    padding-top: calc(8em / 64 * 1); }
    @media screen and (max-width: 768px) {
      #float_cta p {
        font-size: .8em; } }
  #float_cta .cta-buttons {
    display: flex;
    align-items: center;
    gap: calc(8em / 16 * 1); }
  #float_cta .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8em / 64 * 5) calc(8em / 32 * 4) calc(8em / 32 * 2);
    border: solid 1px;
    border-radius: 8em;
    line-height: 1;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    #float_cta .cta-button__fill {
      background: #fa5e7e;
      border-color: #fa5e7e;
      color: var(--white); }
    #float_cta .cta-button__border {
      border-color: #fa5e7e;
      color: #fa5e7e; }
    #float_cta .cta-button:hover {
      background: #151515;
      border-color: #151515;
      color: var(--white);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/* ===== First View ===== */
#first-view {
  position: relative;
  z-index: 5;
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #first-view {
      height: 75vw; } }
  #first-view .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    will-change: transform; }
    #first-view .background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  #first-view .wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 5em calc(100% / 32);
    color: #fff; }
    @media screen and (max-width: 768px) {
      #first-view .wrapper {
        padding: 1em calc(100% / 32); } }
    #first-view .wrapper svg {
      fill: var(--white); }
      #first-view .wrapper svg g {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        opacity: 0; }
      #first-view .wrapper svg.gone g {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-duration: .82s; }
        #first-view .wrapper svg.gone g:nth-child(2) {
          transition-delay: .164s; }

/* ===== Information ===== */
#information {
  position: relative;
  z-index: 5;
  background: #FAF5F0;
  overflow: hidden; }
  #information .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    mix-blend-mode: darken; }
    #information .background::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(to bottom, transparent, #FAF5F0); }
    #information .background video {
      width: 100%;
      height: auto; }
  #information .wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 6);
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 7) 0; }
    @media screen and (max-width: 768px) {
      #information .wrapper {
        padding: calc(8em / 8 * 5) 0; } }

#statement-area p {
  font-size: 1.3325em;
  text-align: center;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    #statement-area p {
      font-size: 1.075em;
      text-align: left;
      margin: 0 auto;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      letter-spacing: 0.05em; } }
#statement-area .gallery {
  display: flex;
  justify-content: space-between;
  gap: calc(8em / 8 * 3);
  margin-top: calc(8em / 8 * 4); }
  @media screen and (max-width: 768px) {
    #statement-area .gallery {
      gap: calc(8em / 8 * 1);
      width: calc(100% / 28 * 34);
      margin-left: calc(100% / 28 * -3); } }
  #statement-area .gallery .gallery-item.medium {
    flex: 5; }
  #statement-area .gallery .gallery-item.large {
    flex: 7; }
  #statement-area .gallery .gallery-item:nth-child(1) {
    margin-top: calc(8em / 2 * 4); }
    @media screen and (max-width: 768px) {
      #statement-area .gallery .gallery-item:nth-child(1) {
        margin-top: calc(8em / 4 * 4); } }
  #statement-area .gallery .gallery-item:nth-child(3) {
    margin-top: calc(8em / 2 * 3); }
    @media screen and (max-width: 768px) {
      #statement-area .gallery .gallery-item:nth-child(3) {
        margin-top: calc(8em / 4 * 3); } }
  #statement-area .gallery .gallery-item:nth-child(4) {
    margin-top: calc(8em / 2 * 2); }
    @media screen and (max-width: 768px) {
      #statement-area .gallery .gallery-item:nth-child(4) {
        margin-top: calc(8em / 4 * 2); } }

#type-area .type-area__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(8em / 32 * 3);
  text-align: center; }
  #type-area .type-area__head h2 {
    font-size: 1.64em; }
  #type-area .type-area__head h3 {
    font-size: 1.3325em;
    line-height: 1.64; }
  #type-area .type-area__head p {
    line-height: 2; }
#type-area .type-area__body {
  display: flex;
  justify-content: center;
  gap: calc(8em / 8 * 1) calc(8em / 8 * 2);
  margin-top: calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    #type-area .type-area__body {
      flex-direction: column; } }
#type-area .type-area__card {
  flex: 1;
  background: var(--white);
  padding: calc(9em / 16 * 2); }
  @media screen and (max-width: 768px) {
    #type-area .type-area__card {
      padding: calc(9em / 16 * 1); } }
#type-area .type-area__inner {
  border: 2px solid transparent;
  padding: calc(9em / 16 * 5) calc(9em / 16 * 3); }
  @media screen and (max-width: 768px) {
    #type-area .type-area__inner {
      padding: calc(9em / 16 * 4) calc(9em / 16 * 2); } }
  #type-area .type-area__inner[data-type="onsite"] {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #b6d21f 0%, #ffe300 50%, #009e41 100%) border-box; }
  #type-area .type-area__inner[data-type="career"] {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #fbda15 0%, #e60012 50%, #f08300 100%) border-box; }
#type-area .type-area__inner-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(9em / 16 * 2) p;
    gap-color: var(--gray9); }
  #type-area .type-area__inner-head h3 {
    font-size: 1.64em; }
    @media screen and (max-width: 768px) {
      #type-area .type-area__inner-head h3 {
        font-size: 1.435em; } }
#type-area .type-area__inner-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(8em / 16 * 2);
  margin-top: calc(8em / 32 * 3); }
  #type-area .type-area__inner-body p {
    font-size: 1.1275em;
    line-height: 2;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #type-area .type-area__inner-body p {
        font-size: .9em;
        text-align: left; } }
#type-area .cta__meta {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.1275em; }
#type-area .cta__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(8em / 32 * 10);
  height: calc(8em / 32 * 5);
  border-radius: 8em;
  background: #aaa;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #type-area .cta__arrow img {
    width: calc(8em / 16);
    height: calc(8em / 16);
    filter: brightness(0) invert(1); }
#type-area .cta:hover .cta__arrow {
  background: #514346;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #type-area .cta:hover .cta__arrow img {
    animation: arrowMove .328s alternate 1; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .modal__close {
    position: absolute;
    top: calc(8em / 16 * 3);
    right: calc(8em / 16 * 3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background: #aaa;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.64em; }
  .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: calc(8em / 8 * 2);
    width: 100vw;
    height: 100vh;
    padding: calc(8em / 8 * 4) calc(8em / 8 * 5);
    background: var(--white);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; }
    .modal__content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../image/texture.webp);
      background-size: 20em 20em;
      opacity: .205; }
    .modal__content__type {
      display: flex;
      flex-direction: column; }
      .modal__content__type h3 {
        font-size: 1.23em; }
      .modal__content__type p {
        font-size: 8.2em;
        line-height: .82; }
    .modal__content__text p {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      font-size: 1.23em;
      line-height: 2; }
      .modal__content__text p span {
        display: block; }
  .modal__inner {
    padding: 48px; }

body.is-modal-open {
  overflow: hidden; }

/* ===== SCROLL STAGE ===== */
#scroll-stage {
  position: relative;
  z-index: 1; }
  #scroll-stage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/texture.webp);
    background-size: 20em 20em;
    opacity: .205; }

.scene-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  padding: 6em calc(100% / 32 * 2);
  color: var(--white);
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .scene-panel {
      flex-direction: column;
      padding: 4em calc(100% / 32 * 2) 2em; }
      .scene-panel ~ .scene-panel {
        border-top: dotted 1px rgba(255, 255, 255, 0.2); } }
  .scene-panel > * {
    pointer-events: auto; }
  .scene-panel__left {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .scene-panel__left {
        display: flex;
        justify-content: center; } }
  .scene-panel__right {
    flex: 1;
    display: flex;
    align-items: flex-end; }
  .scene-panel__content {
    width: 100%;
    min-height: 20.5em;
    padding: calc(8em / 32 * 14);
    background: rgba(0, 0, 0, 0.164);
    border-radius: calc(8em / 32);
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); }
    @media screen and (max-width: 768px) {
      .scene-panel__content {
        padding: calc(8em / 32 * 7); } }
    .scene-panel__content pre {
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.205); }

/* ===== Products ===== */
#products {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #products {
      aspect-ratio: initial; } }
  #products .wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    width: 100%;
    padding: calc(16px * 10) 6% calc(16px * 7); }
    @media screen and (max-width: 768px) {
      #products .wrapper {
        padding: calc(16px * 5) 6% calc(16px * 3);
        flex-direction: column; } }
    #products .wrapper .subtitle {
      margin-bottom: 1.5rem;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0.1025em;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #products .wrapper .subtitle {
          font-size: 1.64em; } }
    @media screen and (max-width: 768px) {
      #products .wrapper pre {
        font-size: 1.075em; } }

.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
  letter-spacing: 0.05em; }

#epilogue {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #epilogue {
      aspect-ratio: initial; } }
  #epilogue .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
  #epilogue .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    width: 100%;
    padding: 0 6% calc(16px * 7); }
    @media screen and (max-width: 768px) {
      #epilogue .wrapper {
        padding: calc(16px * 2) 3% calc(16px * 3);
        flex-direction: column; } }
    #epilogue .wrapper .inner {
      padding: calc(9em / 16 * 7) calc(9em / 16 * 5) calc(9em / 16 * 5);
      background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #dc97ad 0%, #f09ba5 50%, #9489c6 100%) border-box;
      border: 2px solid transparent; }
      @media screen and (max-width: 768px) {
        #epilogue .wrapper .inner {
          padding: calc(9em / 16 * 4) calc(9em / 16 * 3) calc(9em / 16 * 2); } }
      #epilogue .wrapper .inner__wrap {
        padding: 1.25em;
        background: #fff; }
        @media screen and (max-width: 768px) {
          #epilogue .wrapper .inner__wrap {
            padding: .75em; } }
    #epilogue .wrapper .subtitle {
      margin-bottom: 1.5rem;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0.1025em;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #epilogue .wrapper .subtitle {
          font-size: 1.64em;
          margin-bottom: .5em; } }
    @media screen and (max-width: 768px) {
      #epilogue .wrapper pre {
        font-size: .9em;
        line-height: 1.64; } }

/* ===== CTA ===== */
#cta {
  position: relative;
  z-index: 5;
  background: #FAF5F0; }
  #cta .wrapper {
    width: calc(100% - 18%);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: calc(16px * 10); }
    @media screen and (max-width: 768px) {
      #cta .wrapper {
        width: calc(100% - 16%);
        padding: calc(16px * 4) 0; } }
    #cta .wrapper ul {
      display: flex;
      align-items: center;
      gap: calc(16px * 2) calc(16px * 3); }
      @media screen and (max-width: 768px) {
        #cta .wrapper ul {
          align-items: initial;
          flex-direction: column; } }
      #cta .wrapper ul > li {
        flex: 1; }
  #cta .cta__card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(8em / 16 * 2) calc(8em / 16 * 3); }
    #cta .cta__card:hover .cta__image img {
      transform: scale(1.05);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    #cta .cta__card:hover .cta__arrow {
      background: #514346;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      #cta .cta__card:hover .cta__arrow img {
        animation: arrowMove .328s alternate 1; }
  #cta .cta__image {
    border-radius: calc(8em / 32);
    overflow: hidden; }
    #cta .cta__image img {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #cta .cta__meta {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 1.1275em; }
  #cta .cta__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(8em / 32 * 10);
    height: calc(8em / 32 * 5);
    border-radius: 8em;
    background: #aaa;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    #cta .cta__arrow img {
      width: calc(8em / 16);
      height: calc(8em / 16);
      filter: brightness(0) invert(1); }

@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 1; }
  48% {
    transform: translateX(16px);
    opacity: 0; }
  52% {
    transform: translateX(-16px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
footer {
  position: relative;
  background: #FAF5F0; }
  footer .wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(16px * 4);
    width: calc(100% - 18%);
    margin-left: auto;
    margin-right: auto;
    padding: calc(16px * 7) 0;
    border-top: solid var(--size-1) var(--black-thin); }
    @media screen and (max-width: 768px) {
      footer .wrapper {
        width: calc(100% - 16%);
        padding: calc(16px * 4) 0; } }
    footer .wrapper .flex {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        footer .wrapper .flex {
          flex-direction: column;
          gap: 2em; } }
      footer .wrapper .flex > .side-right ul {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8px * 1) calc(8px * 3); }
        @media screen and (max-width: 768px) {
          footer .wrapper .flex > .side-right ul > li {
            width: 100%; } }
    footer .wrapper .corplate {
      display: flex;
      flex-direction: column;
      gap: calc(16px * 2); }
      footer .wrapper .corplate p {
        font-size: 14px;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 768px) {
          footer .wrapper .corplate p {
            font-size: 12px; } }
      footer .wrapper .corplate a {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        gap: calc(16px * 1);
        padding: calc(16px * 2) 0;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 768px) {
          footer .wrapper .corplate a {
            font-size: 13px; } }
        footer .wrapper .corplate a .text span {
          display: inline;
          background: linear-gradient(var(--black), var(--black)) 100% 100%/0 var(--size-1) no-repeat;
          transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
          will-change: background-size; }
        footer .wrapper .corplate a .arrow img {
          width: 14px;
          height: 10px; }
        footer .wrapper .corplate a:hover .text span {
          background-position: 0 100%;
          background-size: 100% var(--size-1); }
    footer .wrapper .sns {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(16px / 2 * 1) calc(16px * 1); }
      footer .wrapper .sns a {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 2); }
      footer .wrapper .sns p {
        font-size: .85em; }
      footer .wrapper .sns img {
        filter: brightness(0) opacity(0.5); }
    @media screen and (max-width: 768px) {
      footer .wrapper .copyright {
        margin-top: calc(16px * 1); } }
    @media screen and (max-width: 768px) {
      footer .wrapper .copyright p {
        font-size: 13px; } }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s; }
  @media screen and (max-width: 768px) {
    .navbar {
      padding: 12px 4%; } }
  .navbar .nav-links {
    display: flex;
    align-items: center;
    gap: calc(8px * 3); }
  .navbar.scrolled {
    /*
     background: rgba(250, 245, 240, 0.92);
     backdrop-filter: blur(16px);
     -webkit-backdrop-filter: blur(16px);
     box-shadow: 0 1px 24px rgba(45, 36, 24, 0.08);
    */ }
    .navbar.scrolled .nav-link {
      color: var(--black); }
    .navbar.scrolled .nav-logo {
      filter: brightness(0) invert(0); }
      .navbar.scrolled .nav-logo > span {
        font-size: 10px; }
  .navbar:has(.open) {
    z-index: 1000; }

.nav-logo {
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--white);
  transition: color 0.4s;
  text-decoration: none;
  filter: brightness(0) invert(1); }
  .nav-logo > span {
    margin-top: 1em;
    letter-spacing: 0;
    font-size: 10px; }

.nav-link {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-transform: uppercase; }

.nav-link:hover {
  opacity: 0.6; }

.navbar.scrolled .nav-link:hover {
  color: #8B6F47; }

.nav-cta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.041em;
  padding: 0.6rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: var(--white);
  border-radius: 64px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer; }
  .nav-cta:hover {
    background: rgba(255, 255, 255, 0.615); }

.nav-cta
.navbar.scrolled .nav-cta {
  border-color: #2D2418;
  color: #2D2418; }

.navbar.scrolled .nav-cta:hover {
  background: #2D2418;
  color: #FAF5F0; }

/* ===== MOBILE ===== */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 110;
  background: none;
  border: none;
  padding: 4px; }

.hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: #fff;
  transition: all 0.3s; }

.navbar.scrolled .hamburger span {
  background: #2D2418; }

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px); }

.hamburger.open span:nth-child(2) {
  opacity: 0; }

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px); }

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(26, 21, 14, 0.97);
  z-index: 105;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8%;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s; }

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto; }

.mobile-menu a {
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #F5EDE4;
  text-decoration: none;
  transition: opacity 0.3s; }
  .mobile-menu a span {
    display: block; }
    .mobile-menu a span.en {
      font-size: 28px; }
    .mobile-menu a span.jp {
      font-size: 12px; }
  .mobile-menu a[target="_blank"] {
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin-top: 16px;
    padding: 12px 18px;
    background: var(--white);
    border-radius: 2px;
    color: var(--black); }
    .mobile-menu a[target="_blank"] span.en {
      line-height: 1; }

.mobile-menu a:hover {
  opacity: 0.6; }

@media (max-width: 768px) {
  .hamburger {
    display: flex; }

  .nav-links {
    display: none !important; } }
/* ===== SCENE TEXT ===== */
.scene-title {
  margin-bottom: 24px;
  font-size: 2.05em;
  font-weight: 400;
  line-height: 1.435;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.205);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s; }
  @media screen and (max-width: 768px) {
    .scene-title {
      margin-bottom: 16px;
      font-size: 21px; } }

.scene-subtitle {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s 0.2s, transform 0.8s 0.2s;
  font-size: 2.87em;
  font-weight: 400;
  letter-spacing: 0.1025em;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .scene-subtitle {
      font-size: 1.64em; } }

.scene-desc {
  max-width: 520px;
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 300;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s 0.35s, transform 0.8s 0.35s; }

.scene-panel.in-view .scene-title,
.scene-panel.in-view .scene-subtitle,
.scene-panel.in-view .scene-desc {
  opacity: 1;
  transform: translateY(0); }

.deco-line {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 1.5rem auto 0;
  opacity: 0;
  transition: opacity 0.8s 0.4s, width 0.8s 0.4s; }

.scene-panel.in-view .deco-line {
  opacity: 1;
  width: 80px; }

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem; }

.scroll-indicator span {
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); }

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: scrollPulse 2s ease infinite; }

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scaleY(1); }
  50% {
    opacity: 1;
    transform: scaleY(1.3); } }
/* ===== CONTENT SECTIONS ===== */
.content-zone {
  position: relative;
  z-index: 2;
  background: #FAF5F0; }
  .content-zone .content-zone-foot {
    position: relative;
    z-index: 5; }
    .content-zone .content-zone-foot img {
      opacity: .328; }
    .content-zone .content-zone-foot::after {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, #FAF5F0, transparent); }

.post-single {
  max-width: 38rem;
  padding: calc(16px * 10) 0; }
  @media screen and (max-width: 768px) {
    .post-single {
      padding: calc(16px * 6) 0 calc(16px * 3); } }

.section-heading {
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 400;
  color: #2D2418; }
  @media screen and (max-width: 768px) {
    .section-heading {
      font-size: 24px; } }

.section-heading-en {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8B6F47;
  margin-bottom: 0.75rem; }

.villa-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  aspect-ratio: 4/5; }

.villa-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s; }

.villa-card:hover img {
  transform: scale(1.06); }

.villa-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 21, 14, 0.7) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem; }

.villa-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.08em; }

.villa-card-sub {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  margin-top: 0.3rem;
  text-transform: uppercase; }

.therapist-card {
  text-align: center;
  cursor: pointer; }

.therapist-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  transition: transform 0.4s, box-shadow 0.4s;
  border: 2px solid transparent; }

.therapist-card:hover .therapist-img {
  transform: scale(1.04);
  box-shadow: 0 8px 30px rgba(139, 111, 71, 0.15);
  border-color: #D4B896; }

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s, transform 0.7s; }

.fade-up.visible {
  opacity: 1;
  transform: translateY(0); }

footer a {
  transition: opacity 0.3s; }

footer a:hover {
  opacity: 0.6; }

/* Loading overlay */
#loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s; }

#loading-overlay.hidden {
  opacity: 0;
  pointer-events: none; }

#loading-text {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #B8956A;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

#loading-image {
  display: block;
  width: 25%;
  height: auto; }
  @media screen and (max-width: 768px) {
    #loading-image {
      width: 45%; } }

.objf {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* opacity 0.5〜1 を3秒周期で点滅（往復） */
.blink {
  animation: blinkOpacity 3s ease-in-out infinite; }

@keyframes blinkOpacity {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important; } }
/* ===== SINGLE POST CONTENT ===== */
.single-content p,
.single-content li {
  font-size: 0.95rem;
  line-height: 2;
  color: #2D2418;
  margin-bottom: 1.25em; }

.single-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2D2418;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8D5C0; }

.single-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4A3B26;
  margin-top: 2rem;
  margin-bottom: 0.75rem; }

.single-content a {
  color: #8B6F47;
  text-decoration: underline;
  transition: color 0.3s; }

.single-content a:hover {
  color: #4A3B26; }

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px; }

.single-content blockquote {
  border-left: 3px solid #D4B896;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: #6B5536;
  font-style: italic; }

.prose {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* ---------------------------------------------
 * 支える半径 ─ 社会福祉法人 聖徳会 採用LP ／ Ver.5.1（最終版）
 --------------------------------------------- */
:root {
  --paper: #F5F7F2;
  --card: #FFFFFF;
  --ink: #26332C;
  --ink-soft: #5F6E66;
  --line: #DDE3DA;
  /* 聖徳会ブランド2色 ─ 用途を固定 */
  --green: #6BAA8E;
  /* 円・ラベル・フォーカス。「支え方」の色。1色のみ */
  --green-t: #EDF4F0;
  --pink: #EFA7B3;
  /* 中心＝ご利用者の日常 と CTAアクセントのみ */
  --pink-t: #FCF0F2;
  --radius: 0;
  --ease:cubic-bezier(.2,.75,.25,1); }

/* ───── 4. ステージ ───── */
.stage .frame {
  width: calc(100% / 28 * 24);
  margin: 0 auto;
  background: var(--white); }
  @media screen and (max-width: 768px) {
    .stage .frame {
      width: calc(100% / 28 * 30);
      margin: 0 calc(100% / 28 * -1); } }

/* ───── 5. セクション共通 ───── */
.sec {
  padding: 4em; }
  @media screen and (max-width: 768px) {
    .sec {
      padding: 2em 1.5em; } }

.screen {
  display: none;
  animation: enter 0.55s var(--ease); }

.screen.is-active {
  display: block; }

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(16px); }
  to {
    opacity: 1;
    transform: none; } }
.eyebrow {
  font-weight: 700;
  letter-spacing: .24em;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px; }
  .eyebrow::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line); }

.foot-note {
  margin-top: 1em;
  font-size: .85em;
  color: var(--ink-soft);
  text-align: center; }

/* ───── 6. ボタン ───── */
.btn {
  display: block;
  width: 100%;
  max-width: 20.5em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 18px 20px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease); }

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(38, 51, 44, 0.24); }

.btn:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px; }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
  font-weight: 500;
  font-size: 14px;
  padding: 14px;
  margin-top: 11px; }

.btn--ghost:hover {
  border-color: var(--ink);
  box-shadow: none; }

.btn--back {
  width: auto;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin: 26px auto 0;
  padding: 12px 26px;
  color: var(--ink-soft);
  font-size: .9em; }

/* ───── 7. 写真枠 ───── */
.photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(107, 170, 142, 0.1), rgba(239, 167, 179, 0.12)), repeating-linear-gradient(45deg, #E7EBE5 0 12px, #EDF1EA 12px 24px); }

/* ───── 8. 導入 ─────
   「診断ではない」を最初の3秒で伝える。ここが最重要。 */
.hero-title {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.05em;
  font-weight: 400;
  line-height: 1.435;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .hero-title {
      font-size: 1.3325em;
      letter-spacing: 0; } }

.hero-lead {
  margin-bottom: 22px;
  font-size: 1.1275em;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .hero-lead {
      font-size: .9em;
      line-height: 1.64; } }

/* 診断ではないことを告げる補足。導入と全設問で必ず出す */
.hero-note,
.q-guide {
  line-height: 1.8;
  color: var(--ink-soft);
  background: var(--green-t);
  padding: calc(8em / 16 * 3);
  text-align: center; }
  @media screen and (max-width: 768px) {
    .hero-note,
    .q-guide {
      padding: calc(8em / 32 * 5) calc(8em / 16 * 3);
      line-height: 1.64; } }

.hero-note {
  margin-bottom: 6px; }

.q-guide {
  margin-bottom: 24px;
  text-align: center; }

.meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 22px 0 30px;
  font-size: .85em;
  color: var(--ink-soft); }
  .meta li {
    display: flex;
    align-items: center;
    gap: 7px; }
    .meta li::before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--green); }

/* ───── 9. 問い ───── */
.progress {
  margin-bottom: 22px; }

.progress__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: .85em;
  letter-spacing: .05em; }

.progress__count strong {
  font-size: 1.3325em;
  font-weight: 600;
  color: var(--ink); }

.progress__track {
  height: 3px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden; }

.progress__bar {
  height: 100%;
  width: 0;
  background: var(--green);
  border-radius: 2px;
  transition: width 0.5s var(--ease); }

.q-lead {
  color: var(--ink-soft);
  margin-bottom: 8px;
  line-height: 1.8; }

.q-text {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.64em;
  line-height: 1.435;
  margin-bottom: calc(8em / 32 * 3); }
  @media screen and (max-width: 768px) {
    .q-text {
      font-size: 1.435em; } }

.choices {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 768px) {
    .choices {
      grid-template-columns: 1fr;
      gap: .75em; } }

/* 2つの選択肢は完全に等価。hover色も同じ緑（左右で色を変えない） */
.choice {
  text-align: left;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px 22px;
  transition: border-color 0.22s var(--ease), transform 0.22s var(--ease), box-shadow 0.22s var(--ease); }

.choice:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(38, 51, 44, 0.09);
  border-color: var(--green); }

.choice:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px; }

.choice__rings {
  display: block;
  margin-bottom: 15px; }

.choice__text {
  display: block;
  font-size: 1.1275em;
  line-height: 1.8;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .choice__text {
      font-size: 1em;
      line-height: 1.64; } }

/* ───── 10. 間（ま）の画面 ───── */
.screen--pause {
  min-height: 56vh;
  display: none; }

.screen--pause.is-active {
  display: flex;
  align-items: center;
  justify-content: center; }

.stage[data-view="sp"] .screen--pause {
  min-height: 440px; }

.pause {
  text-align: center; }

.pause__ripple {
  width: 120px;
  height: 120px;
  margin: 0 auto 26px;
  display: block; }

.rp {
  fill: none;
  stroke: var(--green);
  stroke-width: 1.4;
  opacity: 0;
  transform-origin: center; }

.rp1 {
  animation: ripple 3s ease-out .1s infinite; }

.rp2 {
  animation: ripple 3s ease-out .5s infinite; }

.rp3 {
  animation: ripple 3s ease-out .9s infinite; }

.rp-core {
  fill: var(--pink); }

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  35% {
    opacity: .75; }
  100% {
    opacity: 0;
    transform: scale(1.12); } }
.pause__text {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: .12em;
  margin-bottom: 16px; }

.stage[data-view="pc"] .pause__text {
  font-size: 25px; }

.pause__sub {
  font-size: 13px;
  line-height: 2;
  color: var(--ink-soft);
  animation: fade-in 1.2s ease .6s both; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* ───── 11. 結果：宣言文 ───── */
.declare {
  font-family: var(--serif);
  font-size: 1.3325em;
  line-height: 2;
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  padding: calc(8em / 16 * 3) calc(8em / 16 * 4);
  margin-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .declare {
      font-size: 1em;
      line-height: 1.8;
      padding: calc(8em / 16 * 3) calc(8em / 16 * 2); } }
  .declare em {
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(transparent 68%, var(--green-t) 68%); }

/* ───── 12. 結果：同心円 ───── */
.radius {
  margin-bottom: 1em; }

.radius__title {
  margin-bottom: 10px;
  font-size: 2.05em;
  line-height: 1.435;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .radius__title {
      font-size: 1.435em; } }

.radius__sub {
  color: var(--ink-soft);
  margin-bottom: 28px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .radius__sub {
      font-size: .9em;
      line-height: 1.64; } }

.stage[data-view="pc"] .radius__sub {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 28px; }

.radius__figure {
  max-width: 330px;
  margin: 0 auto; }

.rings {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible; }

/* ★ 4本の円は完全に同一。ここに差をつけないこと */
.ring {
  fill: none;
  stroke: var(--green);
  stroke-width: 1.4;
  opacity: .75; }

.sightlines line {
  stroke: var(--line);
  stroke-width: 1;
  stroke-dasharray: 2 6; }

.gaze {
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-dasharray: 3 4;
  opacity: 0;
  transition: opacity .7s ease .55s; }

.gaze.is-drawn {
  opacity: .55; }

/* 中心＝ご利用者の日常。ここだけがピンク */
.core-halo {
  fill: var(--pink);
  opacity: .28; }

.core {
  fill: var(--pink); }

.core-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  fill: var(--ink-soft);
  letter-spacing: .08em; }

.pin {
  fill: #fff;
  stroke: var(--ink);
  stroke-width: 3;
  transform-origin: center;
  filter: drop-shadow(0 3px 8px rgba(38, 51, 44, 0.26));
  opacity: 0; }

.pin.is-shown {
  animation: pin-in 0.7s var(--ease) forwards; }

@keyframes pin-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  60% {
    opacity: 1;
    transform: scale(1.18); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.figure-key {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 12px;
  color: var(--ink-soft); }

.key {
  display: flex;
  align-items: center;
  gap: 7px; }

.key i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: none; }

.key__core {
  background: var(--pink); }

.key__pin {
  background: #fff;
  border: 2.5px solid var(--ink); }

.radius__note {
  margin-top: 20px;
  text-align: center;
  color: var(--ink-soft);
  line-height: 1.8; }

.radius__note strong {
  color: var(--ink); }

/* ───── 13. 結果：4つの支え方 ───── */
.ways__caption {
  font-size: .9em;
  color: var(--ink-soft);
  margin-bottom: 2em; }

.stage[data-view="pc"] .ways__caption {
  text-align: center; }

.ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .ways {
      grid-template-columns: 1fr;
      gap: .75em; } }

/* ★ 4枚のカードは完全に等価。色差・サイズ差をつけない */
.way {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: calc(8em / 16 * 3);
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease); }

.way__icon {
  display: block;
  border-radius: 50%;
  border: 1.4px solid var(--green);
  position: relative; }

.way__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink); }

/* 円の大きさの違いだけを、アイコンでも静かに反復する */
.way[data-ring="1"] .way__icon {
  width: 16px;
  height: 16px;
  margin: 5px 0 19px; }

.way[data-ring="2"] .way__icon {
  width: 20px;
  height: 20px;
  margin: 3px 0 17px; }

.way[data-ring="3"] .way__icon {
  width: 24px;
  height: 24px;
  margin: 1px 0 15px; }

.way[data-ring="4"] .way__icon {
  width: 28px;
  height: 28px;
  margin: 0 0 12px; }

.way__name {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px; }

.way__text {
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 14px; }
  @media screen and (max-width: 768px) {
    .way__text {
      font-size: .9em; } }

.way__text strong {
  color: var(--ink); }

.way__role {
  display: inline-block;
  font-size: .9em;
  color: var(--ink-soft);
  padding: 5px 12px;
  border-radius: 99px;
  background: var(--paper);
  border: 1px solid var(--line); }

/* 重心が乗った支え方だけ、静かに前へ。他を沈めない */
.way.is-near {
  border-width: 3px;
  border-color: var(--green);
  box-shadow: 0 10px 26px rgba(38, 51, 44, 0.1); }

.ways__more {
  font-size: 1.1275em;
  color: var(--ink-soft);
  line-height: 2;
  padding: calc(8em / 16 * 3);
  border-radius: var(--radius);
  background: var(--green-t);
  margin-bottom: 52px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ways__more {
      font-size: 1em;
      line-height: 1.64; } }

/* ───── 14. 結果：キーコピー ───── */
.center-msg {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 3em;
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .center-msg {
      padding: 2em; } }

.center-msg__key {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.845em;
  line-height: 1.64;
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .center-msg__key {
      font-size: 1.435em;
      line-height: 1.64; } }

.center-msg__body {
  font-size: 1.1275em;
  line-height: 2;
  opacity: .85; }
  @media screen and (max-width: 768px) {
    .center-msg__body {
      font-size: .9em;
      line-height: 1.64; } }

.center-msg__gap {
  display: block;
  height: 14px; }

/* ───── 15. ブリッジ：考える → 見学する → 納得して選ぶ ─────
   ここで答えを渡さない。現場へ手渡す。               */
.bridge {
  text-align: center;
  margin-bottom: 44px; }

.bridge__q {
  font-family: var(--serif);
  font-size: 1.23em;
  font-weight: 500;
  line-height: 2;
  color: var(--ink-soft);
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .bridge__q {
      font-size: 1em; } }

.bridge__a {
  font-family: var(--serif);
  font-size: 1.64em;
  font-weight: 600;
  line-height: 1.64;
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .bridge__a {
      font-size: 1.435em; } }

/* 段階ではなく、時間の順序。上下ではない */
.bridge__flow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--sans);
  letter-spacing: .1em; }

.bridge__flow li {
  color: var(--line);
  padding: 0 12px;
  position: relative; }

.bridge__flow li + li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: var(--line); }

.bridge__flow .is-done {
  color: var(--ink-soft); }

.bridge__flow .is-next {
  color: var(--green);
  font-weight: 700; }

/* ───── 16. 働く場所は、なんとなく決めてほしくない ───── */
.decide {
  background: var(--pink-t);
  border-radius: var(--radius);
  padding: 3em;
  margin-bottom: 22px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .decide {
      padding: 2em 1.5em;
      text-align: left; } }

.decide__key {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2.05em;
  line-height: 1.435;
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .decide__key {
      font-size: 1.435em; } }

.decide__body {
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .decide__body {
      font-size: .9em; } }

.decide__body strong {
  color: var(--ink);
  font-weight: 700; }

.decide__gap {
  display: block;
  height: 14px; }

/* 聖徳会の姿勢そのもの。ここだけ明朝で、静かに強く置く */
.decide__vow {
  font-size: 1.23em;
  line-height: 2;
  color: var(--ink);
  margin: calc(8em / 32 * 5) 0;
  padding: calc(8em / 16 * 3);
  background: rgba(255, 255, 255, 0.72); }
  @media screen and (max-width: 768px) {
    .decide__vow {
      padding: calc(8em / 32 * 5) calc(8em / 16 * 2);
      font-size: 1em;
      line-height: 1.8; } }

.decide__vow strong {
  font-weight: 600;
  background: linear-gradient(transparent 66%, var(--pink) 66%, var(--pink) 94%, transparent 94%);
  padding: 0 2px; }

/* ───── 17. CTA ───── */
.cta {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 0;
      border: 0px; } }

.cta__lead {
  font-size: 1.845em;
  line-height: 1.435;
  font-weight: 600;
  margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .cta__lead {
      font-size: 1.23em; } }

.cta__lead--strong {
  margin-top: calc(8em / 16 * 3);
  margin-bottom: calc(8em / 16 * 1); }
  .cta__lead--strong::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background: var(--pink);
    margin: 18px auto 0; }

.cta__body {
  line-height: 1.8;
  margin-bottom: 1em; }

/* ───── 18. アクセシビリティ ───── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important; }

  .pin {
    opacity: 1; }

  .gaze {
    opacity: .55; }

  .pause__sub {
    opacity: 1; } }
