@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
.contents {
  overflow: visible !important; }

.bgVideo {
  background-color: #1E3025;
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
  z-index: -2; }

.bgVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay; }

.bgWrap {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none; }

.bg {
  position: absolute;
  inset: 0;
  opacity: 0; }

.bg-concept {
  background: rgba(0, 0, 0, 0.6); }

.bg-reason {
  background: #1E3024; }

.mv_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: "Cardo", serif;
  height: calc(100vh - 86px);
  text-align: center; }
  .mv_top h1 {
    line-height: 1;
    width: 100%; }
    .mv_top h1 .name {
      display: block;
      font-size: 8.4375rem;
      line-height: 0.9;
      letter-spacing: -0.04em; }
    .mv_top h1 .sub {
      display: block;
      font-size: 1.6875rem;
      line-height: 1;
      letter-spacing: 0; }
  .mv_top .play {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 40px; }
    .mv_top .play a {
      border: 1px solid #dddfc5;
      border-radius: 100%;
      display: block;
      padding: 2px 20px 2px;
      transition: 0.2s; }
      .mv_top .play a:hover {
        transform: scale(1.2); }

@media only screen and (max-width: 768px) {
  .mv_top {
    height: calc(100vh - 60px); }
    .mv_top h1 .name {
      font-size: 13vw;
      line-height: 1; }
    .mv_top h1 .sub {
      font-size: 4.5vw;
      padding-top: 1.5vw; }
    .mv_top .play {
      font-size: 3.5vw;
      margin-top: 8vw; } }
.topConcept {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  transition: 1s ease 0.2s; }
  .topConcept .topConceptInr {
    display: flex;
    justify-content: center;
    max-width: 820px;
    width: 100%; }
    .topConcept .topConceptInr .enH {
      font-family: "Cardo", serif;
      font-size: 5.9375rem;
      letter-spacing: -0.04em;
      line-height: 1;
      width: 50%; }
    .topConcept .topConceptInr .data {
      padding-top: 24px;
      width: 50%; }
      .topConcept .topConceptInr .data h2 {
        font-family: "BIZ UDPMincho", serif;
        font-size: 2rem;
        letter-spacing: -0.04em;
        line-height: 1.5;
        margin-bottom: 40px; }
      .topConcept .topConceptInr .data .desc {
        font-family: "BIZ UDPMincho", serif;
        font-size: 0.875rem;
        line-height: 2.6;
        margin-bottom: 40px; }

@media only screen and (max-width: 768px) {
  .topConcept {
    display: block;
    height: auto;
    padding: 80px 7.5vw 100px; }
    .topConcept .topConceptInr {
      display: block;
      max-width: 820px;
      width: 100%; }
      .topConcept .topConceptInr .enH {
        font-size: 60px;
        width: 100%; }
      .topConcept .topConceptInr .data {
        padding-top: 48px;
        width: 100%; }
        .topConcept .topConceptInr .data h2 {
          font-size: 28px;
          letter-spacing: -0.01em;
          line-height: 1.65;
          margin-bottom: 40px; }
        .topConcept .topConceptInr .data .desc {
          font-size: 15px;
          letter-spacing: 0.1em;
          line-height: 3.2;
          margin-bottom: 60px; } }
.topReason {
  max-width: 100%;
  padding: 200px 0;
  width: 100%;
  transition: 1s ease 0.2s;
  overflow: hidden; }
  .topReason .head01 {
    padding: 0 2.5vw 0 5vw; }
  .topReason .slideBox {
    position: relative; }
  .topReason .swiper {
    position: relative;
    padding: 0 0 60px 5vw;
    overflow-y: visible !important; }
    .topReason .swiper .swiper-slide {
      box-sizing: border-box;
      padding: 0;
      position: relative;
      width: min(80vw, 550px); }
      .topReason .swiper .swiper-slide .slideNum {
        font-size: 0.75rem;
        font-style: italic;
        font-family: "Cardo", serif;
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 1; }
      .topReason .swiper .swiper-slide .slideImg {
        position: relative; }
      .topReason .swiper .swiper-slide h3 {
        font-family: "BIZ UDPMincho", serif;
        font-size: 1.3125rem;
        font-weight: 500;
        padding: 48px 0 24px; }
      .topReason .swiper .swiper-slide .slideDesc {
        color: #777868;
        font-size: 0.75rem;
        line-height: 1.8;
        letter-spacing: 0;
        padding-right: 20%; }
  .topReason .swiper-button-prev, .topReason .swiper-button-next {
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    min-width: 54px;
    min-height: 54px;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s;
    opacity: 1; }
    .topReason .swiper-button-prev:hover, .topReason .swiper-button-next:hover {
      transform: scale(1.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .topReason .swiper-button-prev::before,
  .topReason .swiper-button-next::before {
    content: "";
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    font-family: "Cardo", serif; }
  .topReason .swiper-button-prev::after,
  .topReason .swiper-button-next::after {
    background: url("../img/common/icon_next.svg") center center no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    content: ""; }
  .topReason .swiper-button-prev::after {
    margin-left: 0.1rem;
    transform: rotate(-180deg); }
  .topReason .swiper-button-next::after {
    margin-right: 0.4rem; }
  .topReason .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .topReason .swiper-button-prev {
    right: 70px !important;
    left: auto !important;
    top: -60px; }
  .topReason .swiper-button-next {
    right: 0 !important;
    top: -60px; }
  .topReason .swiper-button-next.swiper-button-disabled,
  .topReason .swiper-button-prev.swiper-button-disabled {
    opacity: .15; }
  .topReason .swiper-horizontal > .swiper-pagination-bullets,
  .topReason .swiper-pagination-bullets.swiper-pagination-horizontal,
  .topReason .swiper-pagination-custom,
  .topReason .swiper-pagination-fraction {
    bottom: -30px !important; }
  .topReason .swiper-horizontal > .swiper-scrollbar,
  .topReason .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 5vw;
    bottom: -30px;
    z-index: 2;
    height: 2px;
    width: 95%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.05); }
  .topReason .swiper-scrollbar-drag {
    background: #dddfc5;
    height: 2px; }

@media only screen and (max-width: 768px) {
  .topReason {
    padding: 100px 0 100px; }
    .topReason .head01 {
      margin-bottom: 40px;
      padding: 0 2.5vw 0 7.5vw; }
    .topReason .swiper {
      padding: 0 0 40px 7.5vw; }
      .topReason .swiper .swiper-slide h3 {
        font-size: 20px;
        letter-spacing: 0.1em;
        padding: 20px 8px 16px; }
      .topReason .swiper .swiper-slide .slideDesc {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.04em;
        padding: 0 10% 0 8px; }
    .topReason .swiper-button-prev, .topReason .swiper-button-next {
      background: #FFF;
      border-radius: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      display: flex;
      min-width: 54px;
      min-height: 54px;
      width: 3vw;
      height: 3vw;
      cursor: pointer;
      z-index: 2;
      transition: 0.2s;
      opacity: 1; }
      .topReason .swiper-button-prev:hover, .topReason .swiper-button-next:hover {
        transform: scale(1.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .topReason .swiper-button-prev::before,
    .topReason .swiper-button-next::before {
      content: "";
      border-radius: 50%;
      box-shadow: var(--box-shadow);
      font-family: "Cardo", serif; }
    .topReason .swiper-button-prev::after,
    .topReason .swiper-button-next::after {
      background: url("../img/common/icon_next.svg") center center no-repeat;
      background-size: 15px auto;
      width: 15px;
      height: 15px;
      content: ""; }
    .topReason .swiper-button-prev::after {
      margin-left: 0.1rem;
      transform: rotate(-180deg); }
    .topReason .swiper-button-next::after {
      margin-right: 0.4rem; }
    .topReason .swiper-button-disabled {
      pointer-events: none;
      opacity: 0; }
    .topReason .swiper-button-prev {
      right: 70px !important;
      left: auto !important;
      top: -60px; }
    .topReason .swiper-button-next {
      right: 0 !important;
      top: -60px; }
    .topReason .swiper-button-next.swiper-button-disabled,
    .topReason .swiper-button-prev.swiper-button-disabled {
      opacity: .15; }
    .topReason .swiper-horizontal > .swiper-pagination-bullets,
    .topReason .swiper-pagination-bullets.swiper-pagination-horizontal,
    .topReason .swiper-pagination-custom,
    .topReason .swiper-pagination-fraction {
      bottom: -10px !important; }
    .topReason .swiper-horizontal > .swiper-scrollbar,
    .topReason .swiper-scrollbar.swiper-scrollbar-horizontal {
      left: 7.5vw;
      bottom: -10px;
      z-index: 2;
      height: 2px;
      width: 92.5%;
      border-radius: 0;
      background: rgba(255, 255, 255, 0.05); }
    .topReason .swiper-scrollbar-drag {
      background: #dddfc5;
      height: 2px; } }
.sectionCatch {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 5vw;
  width: 100%; }
  .sectionCatch li {
    color: #8d947a;
    font-family: "Cardo", serif;
    font-size: 1rem; }

@media only screen and (max-width: 768px) {
  .sectionCatch {
    padding: 12px 7.5vw; }
    .sectionCatch li {
      font-size: 10px; } }
.topInstructors {
  max-width: 100%;
  padding: 200px 5vw 160px;
  width: 100%;
  transition: 1s ease 0.2s; }
  .topInstructors .head01 {
    text-align: center; }
  .topInstructors .topInstructorsList {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px; }
    .topInstructors .topInstructorsList li {
      font-family: "BIZ UDPMincho", serif;
      width: 30%; }
      .topInstructors .topInstructorsList li .imgBox {
        /*cursor: pointer;*/
        margin-bottom: 20px;
        overflow: hidden;
        position: relative; }
      .topInstructors .topInstructorsList li .nameBox .en {
        display: block;
        font-family: "Cardo", serif;
        font-size: 1.6875rem;
        line-height: 1.6;
        text-transform: uppercase; }
      .topInstructors .topInstructorsList li .nameBox .ja {
        display: block;
        font-size: 0.6875rem; }
  .topInstructors .btnBlock {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px; }
    .topInstructors .btnBlock .arrowBtn01 {
      max-width: 200px; }
      .topInstructors .btnBlock .arrowBtn01 a {
        min-width: 200px; }

@media only screen and (max-width: 768px) {
  .topInstructors {
    padding: 100px 7.5vw 40px; }
    .topInstructors .head01 {
      margin-bottom: 40px;
      text-align: left; }
    .topInstructors .topInstructorsList {
      display: block;
      margin: 0; }
      .topInstructors .topInstructorsList li {
        margin-bottom: 48px;
        width: 100%; }
        .topInstructors .topInstructorsList li .imgBox {
          margin-bottom: 20px; }
        .topInstructors .topInstructorsList li .nameBox {
          margin-bottom: 20px;
          z-index: 2; }
          .topInstructors .topInstructorsList li .nameBox .en {
            font-size: 28px; }
          .topInstructors .topInstructorsList li .nameBox .ja {
            font-size: 13px;
            margin-top: 3px; }
    .topInstructors .btnBlock {
      display: flex;
      justify-content: flex-end;
      padding-top: 20px; }
      .topInstructors .btnBlock .arrowBtn01 {
        width: 100%;
        max-width: 100%; }
        .topInstructors .btnBlock .arrowBtn01 a {
          min-width: 100%; } }
.topPlan {
  background: linear-gradient(90deg, #233a34 50%, #192526 50%);
  max-width: 100%;
  width: 100%;
  position: relative; }
  .topPlan .head01 {
    position: absolute;
    top: calc(50% - 3em);
    left: calc(50% - 5.1em);
    text-align: center;
    z-index: 2; }
  .topPlan .topPlanInr {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%; }
  .topPlan .topPlanBox {
    display: block;
    padding: 160px 5vw 120px;
    text-align: center;
    width: 50%;
    transition: 1s ease 0.2s; }
    .topPlan .topPlanBox h3 {
      display: block;
      margin-bottom: 40px; }
      .topPlan .topPlanBox h3 .en {
        display: block;
        font-family: "Cardo", serif;
        font-size: 2.375rem;
        line-height: 1;
        margin-bottom: 4px; }
      .topPlan .topPlanBox h3 .ja {
        display: block;
        font-family: "BIZ UDPMincho", serif;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        line-height: 1.6; }
    .topPlan .topPlanBox .img {
      background: #FFF;
      display: block;
      overflow: hidden;
      margin-bottom: 36px; }
      .topPlan .topPlanBox .img img {
        width: 100%;
        height: auto;
        display: block;
        transform: scale(1.02);
        transition: 0.4s; }
    .topPlan .topPlanBox .desc {
      font-size: 0.8125rem;
      margin-bottom: 28px; }
    .topPlan .topPlanBox .btn span {
      background: #6C705D;
      border: 1px solid #6C705D;
      border-radius: 30px;
      font-family: "Cardo", serif;
      font-size: 0.6875rem;
      line-height: 1;
      display: inline-block;
      min-width: 140px;
      padding: 14px 20px 12px;
      transition: 0.2s; }
    .topPlan .topPlanBox:hover .img img {
      transform: scale(1.1);
      opacity: 0.9; }
    .topPlan .topPlanBox:hover .btn span {
      background: #FFF;
      color: #1E3024; }

@media only screen and (max-width: 768px) {
  .topPlan {
    /*background: linear-gradient(90deg, rgba(35, 58, 52, 1) 50%, rgba(25, 37, 38, 1) 50%);*/
    background: none;
    padding: 0; }
    .topPlan .head01 {
      display: none;
      margin-bottom: 20px;
      position: static; }
    .topPlan .topPlanInr {
      display: block;
      margin: 0; }
    .topPlan .topPlanBox {
      display: block;
      padding: 50px 0 70px;
      text-align: center;
      width: 100%;
      transition: 1s ease 0.2s; }
      .topPlan .topPlanBox:nth-child(1) {
        background: #233a34; }
      .topPlan .topPlanBox:nth-child(2) {
        background: #192526; }
      .topPlan .topPlanBox .img {
        background: #FFF;
        display: block;
        overflow: hidden;
        margin-bottom: 36px; }
        .topPlan .topPlanBox .img img {
          width: 100%;
          height: auto;
          display: block;
          transform: scale(1.02);
          transition: 0.4s; }
      .topPlan .topPlanBox .desc {
        font-size: 0.8125rem;
        margin-bottom: 28px; }
      .topPlan .topPlanBox .btn span {
        background: #6C705D;
        border: 1px solid #6C705D;
        border-radius: 30px;
        font-family: "Cardo", serif;
        font-size: 0.6875rem;
        line-height: 1;
        display: inline-block;
        min-width: 140px;
        padding: 14px 20px 12px;
        transition: 0.2s; }
      .topPlan .topPlanBox:hover .img img {
        transform: scale(1.1);
        opacity: 0.9; }
      .topPlan .topPlanBox:hover .btn span {
        background: #FFF;
        color: #1E3024; } }
.topFaq {
  background: #1E3024;
  max-width: 100%;
  padding: 140px 5vw 200px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .topFaq h2 {
    display: block;
    font-family: "Cardo", serif;
    font-size: 2.375rem;
    line-height: 1.6;
    margin-bottom: 40px; }
  .topFaq .topFaqList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .topFaq .topFaqList li {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 0 5% 80px 0;
      position: relative;
      width: 30%; }
      .topFaq .topFaqList li:before {
        background: #dddfc5;
        content: '';
        display: block;
        height: 1px;
        width: 5%;
        position: absolute;
        top: 0;
        left: 0; }
      .topFaq .topFaqList li dl dt {
        cursor: pointer;
        font-family: "BIZ UDPMincho", serif;
        font-size: 1.25rem;
        padding: 36px 0 20px;
        transition: 0.2s; }
        .topFaq .topFaqList li dl dt:after {
          content: '+';
          display: block;
          position: absolute;
          top: 36px;
          right: 12px; }
        .topFaq .topFaqList li dl dt:hover {
          color: #FFF; }
        .topFaq .topFaqList li dl dt.open:after {
          content: '−'; }
      .topFaq .topFaqList li dl dd {
        color: #8a8b7a;
        font-size: 0.75rem;
        line-height: 1.6;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s ease; }
      .topFaq .topFaqList li dl dt.open + dd {
        max-height: 200px; }
  .topFaq .arrowBtn01 {
    position: absolute;
    top: 120px;
    right: 5vw;
    max-width: 200px; }
    .topFaq .arrowBtn01 a {
      min-width: 200px; }
  .topFaq .topFaqImgBox {
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
    position: relative;
    z-index: 1; }
    .topFaq .topFaqImgBox .img01 {
      width: 35%; }
    .topFaq .topFaqImgBox .img02 {
      width: 46%; }
  .topFaq .marquee {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 80px;
    left: 0; }
  .topFaq .marquee-track {
    color: #3f4431;
    display: inline-flex;
    gap: 120px;
    font-family: "Cardo", serif;
    font-size: 13.125rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    animation: marquee 100s linear infinite; }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@media only screen and (max-width: 768px) {
  .topFaq {
    padding: 80px 7.5vw 120px; }
    .topFaq h2 {
      display: block;
      font-family: "Cardo", serif;
      font-size: 2.375rem;
      line-height: 1.6;
      margin-bottom: 60px; }
    .topFaq .topFaqList {
      display: block; }
      .topFaq .topFaqList li {
        padding: 0 5% 0 0;
        width: 100%; }
        .topFaq .topFaqList li:before {
          background: #dddfc5;
          content: '';
          display: block;
          height: 1px;
          width: 5%;
          position: absolute;
          top: 0;
          left: 0; }
        .topFaq .topFaqList li dl dt {
          cursor: pointer;
          font-family: "BIZ UDPMincho", serif;
          font-size: 1.25rem;
          padding: 20px 0;
          transition: 0.2s; }
          .topFaq .topFaqList li dl dt:after {
            content: '+';
            display: block;
            position: absolute;
            top: 20px;
            right: 12px; }
          .topFaq .topFaqList li dl dt:hover {
            color: #FFF; }
          .topFaq .topFaqList li dl dt.open:after {
            content: '−'; }
        .topFaq .topFaqList li dl dd {
          color: #8a8b7a;
          font-size: 0.75rem;
          line-height: 1.6;
          max-height: 0;
          overflow: hidden;
          padding-bottom: 0;
          transition: max-height 0s ease; }
        .topFaq .topFaqList li dl dt.open + dd {
          max-height: 300px;
          padding-bottom: 36px; }
    .topFaq .arrowBtn01 {
      position: static;
      padding-top: 28px;
      max-width: 100%; }
      .topFaq .arrowBtn01 a {
        min-width: 100%; }
    .topFaq .topFaqImgBox {
      min-height: 50vh;
      display: block;
      margin-top: 0;
      position: relative;
      z-index: 1; }
      .topFaq .topFaqImgBox .img01 {
        position: absolute;
        top: 90px;
        left: 0;
        width: 50%; }
      .topFaq .topFaqImgBox .img02 {
        position: absolute;
        bottom: -60px;
        right: 0;
        width: 80%; }
    .topFaq .marquee {
      overflow: hidden;
      white-space: nowrap;
      position: absolute;
      bottom: 180px;
      left: 0; }
    .topFaq .marquee-track {
      color: #3f4431;
      display: inline-flex;
      gap: 120px;
      font-family: "Cardo", serif;
      font-size: 13.125rem;
      line-height: 1.2;
      font-weight: 400;
      letter-spacing: 0;
      animation: marquee 100s linear infinite; }
  @keyframes marquee {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(-50%); } } }
.topNews {
  background: #1E3024;
  max-width: 100%;
  padding: 60px 5vw 220px;
  width: 100%;
  position: relative; }
  .topNews .topNewsInr {
    /*border-top: 1px solid rgba(255,255,255,0.1);*/
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .topNews .topNewsL {
    padding-top: 60px;
    margin-right: 12%; }
    .topNews .topNewsL h2 {
      display: block;
      font-family: "Cardo", serif;
      font-size: 2.375rem;
      line-height: 1.6;
      margin-bottom: 40px; }
    .topNews .topNewsL .arrowBtn01 {
      max-width: 200px; }
      .topNews .topNewsL .arrowBtn01 a {
        min-width: 200px; }
  .topNews .topNewsList {
    padding-top: 30px; }
    .topNews .topNewsList li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #757964;
      font-family: "BIZ UDPMincho", serif;
      display: flex;
      align-items: flex-start;
      padding: 48px 0;
      position: relative;
      transition: 0.2s; }
      .topNews .topNewsList li a:before {
        background: #DDDFC4;
        content: '';
        display: inline-block;
        height: 1px;
        width: 0;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: 0.5s; }
      .topNews .topNewsList li a .date {
        font-size: 0.875rem;
        line-height: 1;
        padding: 5px 12px;
        transition: 0.2s;
        width: 120px; }
      .topNews .topNewsList li a .cat {
        background: #DDDFC4;
        color: #000;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1;
        margin: 0 28px;
        position: relative;
        padding: 6px 12px;
        top: 1px;
        transition: 0.5s;
        width: 120px; }
      .topNews .topNewsList li a .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        width: calc(100% - 300px); }
      .topNews .topNewsList li a .arrow {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 42px;
        margin: 0;
        line-height: 1; }
      .topNews .topNewsList li a .arrow:before,
      .topNews .topNewsList li a .arrow:after {
        background: #6C705D;
        border-radius: 20px;
        color: #1E2E25;
        content: "→";
        position: absolute;
        top: 42%;
        right: 0;
        animation-fill-mode: forwards;
        animation-duration: 0.3s;
        letter-spacing: 0 !important;
        padding: 1px 12px;
        display: inline-block;
        transition: 0.2s; }
      .topNews .topNewsList li a .arrow:after {
        transform: translateX(-100%);
        opacity: 0; }
      @media only screen and (min-width: 768px) {
        .topNews .topNewsList li a:hover {
          color: #DDDFC4; }
          .topNews .topNewsList li a:hover .date {
            color: #DDDFC4; }
          .topNews .topNewsList li a:hover:before {
            width: 100%; }
          .topNews .topNewsList li a:hover .arrow:before {
            animation-name: transformRightLeft;
            animation-delay: 0s;
            letter-spacing: 0 !important;
            background: #DDDFC4; }
          .topNews .topNewsList li a:hover .arrow:after {
            animation-name: transformLeftRight;
            animation-delay: 0.2s;
            letter-spacing: 0 !important;
            background: #DDDFC4; } }

@media only screen and (max-width: 768px) {
  .topNews {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 7.5vw 140px; }
    .topNews .topNewsInr {
      border-top: none;
      display: block;
      justify-content: space-between; }
    .topNews .topNewsL {
      display: flex;
      justify-content: space-between;
      padding-top: 0;
      width: 100%; }
      .topNews .topNewsL h2 {
        margin-bottom: 0; }
      .topNews .topNewsL .arrowBtn01 {
        position: absolute;
        bottom: 60px;
        right: 5vw;
        max-width: 160px; }
        .topNews .topNewsL .arrowBtn01 a {
          min-width: 160px; }
    .topNews .topNewsList {
      padding-top: 20px;
      width: 100%; }
      .topNews .topNewsList li a {
        color: #DDDFC4;
        flex-wrap: wrap;
        padding: 24px 0; }
        .topNews .topNewsList li a:before {
          background: rgba(255, 255, 255, 0.6);
          content: '';
          display: inline-block;
          height: 1px;
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: 0.5s; }
        .topNews .topNewsList li a .date {
          display: block;
          font-size: 12px;
          padding: 4px 0;
          width: auto; }
        .topNews .topNewsList li a .cat {
          font-size: 11px;
          margin: 0 0 0 16px;
          padding: 4px 10px;
          width: 100px; }
        .topNews .topNewsList li a .title {
          margin-top: 10px;
          width: 100%; }
        .topNews .topNewsList li a .arrow {
          display: none; } }
.topAccess {
  background: #1E3024;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 110px 0 140px;
  max-width: 100%;
  width: 100%;
  position: relative;
  top: -1px; }
  .topAccess .topAccessInr {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%; }
  .topAccess .topAccessBox {
    padding: 0 2.5vw;
    text-align: center;
    width: 50%;
    transition: 1s ease 0.2s; }
    .topAccess .topAccessBox h3 {
      display: block;
      font-family: "Cardo", serif;
      font-size: 3.125rem;
      line-height: 1;
      margin-bottom: 32px; }
      .topAccess .topAccessBox h3 span {
        display: block;
        line-height: 1;
        text-align: center; }
        .topAccess .topAccessBox h3 span img {
          display: inline;
          width: 47px; }
    .topAccess .topAccessBox .img {
      max-height: 400px;
      overflow: hidden; }
    .topAccess .topAccessBox .map iframe {
      filter: grayscale(100%);
      height: 25.5vw;
      max-height: 400px;
      overflow: hidden;
      width: 100%; }
    .topAccess .topAccessBox .accessData {
      display: grid;
      grid-template-columns: max-content 1fr;
      gap: 16px 24px;
      padding-top: 40px;
      text-align: left; }
      .topAccess .topAccessBox .accessData dt {
        font-family: "BIZ UDPMincho", serif;
        font-size: 0.9375rem;
        font-weight: 600;
        min-width: 140px; }
      .topAccess .topAccessBox .accessData dd {
        color: #7e8976;
        font-size: 0.75rem;
        min-width: 140px; }
    .topAccess .topAccessBox .contactData {
      display: grid;
      grid-template-columns: max-content 1fr;
      gap: 16px 24px;
      padding-top: 40px;
      text-align: left; }
      .topAccess .topAccessBox .contactData dt {
        font-family: "BIZ UDPMincho", serif;
        font-size: 0.9375rem;
        font-weight: 600;
        width: 240px; }
      .topAccess .topAccessBox .contactData dd {
        color: #7e8976;
        font-size: 0.75rem; }
        .topAccess .topAccessBox .contactData dd .tel {
          font-family: "Cardo", serif;
          font-size: 1.75rem;
          font-weight: 600;
          line-height: 1.4;
          margin-top: 16px; }
    .topAccess .topAccessBox .contactBtnList {
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      .topAccess .topAccessBox .contactBtnList li {
        font-family: "Cardo", serif;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.4;
        min-width: 200px;
        margin: 0 8px; }
        .topAccess .topAccessBox .contactBtnList li a {
          background: #dddfc5;
          border: 1px solid #dddfc5;
          border-radius: 4px;
          color: #1E3024;
          display: block;
          padding: 8px 20px;
          transition: 0.2s; }
          .topAccess .topAccessBox .contactBtnList li a:hover {
            background: #FFF;
            color: #1E3024; }
    .topAccess .topAccessBox .desc {
      font-size: 0.8125rem;
      margin-bottom: 28px; }
    .topAccess .topAccessBox .btn a {
      background: #6C705D;
      border-radius: 30px;
      font-family: "Cardo", serif;
      font-size: 0.6875rem;
      line-height: 1;
      display: inline-block;
      min-width: 140px;
      padding: 14px 20px 12px;
      transition: 0.2s; }
      .topAccess .topAccessBox .btn a:hover {
        opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .topAccess {
    border-top: none;
    padding: 0 7.5vw 20px; }
    .topAccess .topAccessInr {
      display: block; }
    .topAccess .topAccessBox {
      padding: 10px 0 60px;
      text-align: center;
      width: 100%;
      transition: 1s ease 0.2s; }
      .topAccess .topAccessBox h3 {
        font-size: 40px;
        margin-bottom: 28px; }
      .topAccess .topAccessBox .map iframe {
        height: 85.5vw;
        max-height: auto;
        max-height: none;
        width: 100%; }
      .topAccess .topAccessBox .accessData {
        grid-template-columns: 18% 1fr;
        gap: 12px 24px;
        padding-top: 28px; }
        .topAccess .topAccessBox .accessData dt {
          font-size: 12px;
          min-width: auto;
          min-width: none; }
        .topAccess .topAccessBox .accessData dd {
          font-size: 13px;
          min-width: auto;
          min-width: none; }
      .topAccess .topAccessBox .contactData {
        display: block;
        padding-top: 24px; }
        .topAccess .topAccessBox .contactData dt {
          font-size: 17px;
          padding-bottom: 8px;
          width: 100%; }
        .topAccess .topAccessBox .contactData dd {
          font-size: 13px; }
          .topAccess .topAccessBox .contactData dd .tel {
            font-size: 28px; }
      .topAccess .topAccessBox .contactBtnList {
        display: flex;
        justify-content: space-between;
        margin-top: 40px; }
        .topAccess .topAccessBox .contactBtnList li {
          font-family: "Cardo", serif;
          font-size: 1.125rem;
          font-weight: 600;
          line-height: 1.4;
          min-width: auto;
          min-width: none;
          margin: 0;
          width: 47%; }
          .topAccess .topAccessBox .contactBtnList li a {
            background: #dddfc5;
            border: 1px solid #dddfc5;
            border-radius: 4px;
            color: #1E3024;
            display: block;
            padding: 8px 20px;
            transition: 0.2s; }
            .topAccess .topAccessBox .contactBtnList li a:hover {
              background: #FFF;
              color: #1E3024; }
      .topAccess .topAccessBox .desc {
        font-size: 0.8125rem;
        margin-bottom: 28px; }
      .topAccess .topAccessBox .btn a {
        background: #6C705D;
        border-radius: 30px;
        font-family: "Cardo", serif;
        font-size: 0.6875rem;
        line-height: 1;
        display: inline-block;
        min-width: 140px;
        padding: 14px 20px 12px;
        transition: 0.2s; }
        .topAccess .topAccessBox .btn a:hover {
          opacity: 0.7; } }
/* ========================================
   FIXED TITLE
======================================== */
.spacesTitle {
  position: fixed;
  left: 4vw;
  bottom: 8vw;
  z-index: 100;
  pointer-events: none; }

.spacesTitle .head01 {
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.8s; }

.spacesTitle .head01.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/* ========================================
   TOP 4 SPACES — セクション本体
   height は JS（section.style.height）で動的に設定
======================================== */
.top4Spaces {
  position: relative;
  z-index: 2; }

/* sticky グリッドエリア */
.spacesSticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

/* 3×3 グリッド */
.spacesGrid {
  position: relative;
  width: 120vw;
  aspect-ratio: 4 / 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2vw;
  transform-origin: center center;
  will-change: transform; }

.spaceItem {
  position: relative;
  overflow: hidden; }

.spaceItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.5);
  will-change: transform;
  opacity: 0.8; }

.spaceItem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  pointer-events: none; }

/* ========================================
   SLIDE PANEL（fixed overlay）
   opacity / visibility は GSAP が管理
======================================== */
.top4SpaceSlide {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; }

.spaceSlide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* コンテンツはbackgroundの上 */ }
  .spaceSlide.is-active {
    pointer-events: auto; }
  .spaceSlide:after {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    content: '';
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%; }
  .spaceSlide:nth-child(1) {
    background: url("/assets/img/top/space_01.webp") center center no-repeat;
    background-size: cover; }
  .spaceSlide:nth-child(2) {
    background: url("/assets/img/top/space_02.webp") center center no-repeat;
    background-size: cover; }
  .spaceSlide:nth-child(3) {
    background: url("/assets/img/top/space_03.webp") center center no-repeat;
    background-size: cover; }
  .spaceSlide:nth-child(4) {
    background: url("/assets/img/top/space_04.webp") center center no-repeat;
    background-size: cover; }
  .spaceSlide .linkBox {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1200px;
    padding-top: 60px;
    width: 100%; }
    .spaceSlide .linkBox .facVi {
      font-family: "Cardo", serif;
      margin: 0 auto 32px;
      position: relative;
      max-width: 90%; }
      .spaceSlide .linkBox .facVi .txt {
        display: flex;
        align-items: center;
        font-size: 6.0625rem;
        line-height: 1;
        position: absolute;
        top: -60px;
        left: -20px; }
        .spaceSlide .linkBox .facVi .txt .num {
          font-size: 1.125rem;
          font-style: italic;
          position: relative;
          top: -10px;
          margin-left: 16px; }
      .spaceSlide .linkBox .facVi .img {
        display: block;
        line-height: 0;
        text-align: center;
        width: 100%;
        transition: 0.2s; }
        .spaceSlide .linkBox .facVi .img img {
          display: inline; }
      .spaceSlide .linkBox .facVi ol {
        position: absolute;
        top: 0;
        right: -60px;
        opacity: 0.7; }
        .spaceSlide .linkBox .facVi ol li {
          border-radius: 100%;
          color: #dddfc5;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 24px;
          width: 24px;
          margin-bottom: 12px; }
          .spaceSlide .linkBox .facVi ol li.current {
            border: 1px solid #dddfc5; }
    .spaceSlide .linkBox .facData {
      display: flex;
      justify-content: space-between;
      padding: 0 40px; }
      .spaceSlide .linkBox .facData .facDataL {
        display: flex; }
        .spaceSlide .linkBox .facData .facDataL h2 {
          font-family: "Cardo", serif;
          font-size: 3.4375rem;
          line-height: 1;
          padding-right: 40px; }
        .spaceSlide .linkBox .facData .facDataL p {
          color: #777868;
          font-size: 0.75rem;
          line-height: 1.8;
          transition: 0.2s; }
      .spaceSlide .linkBox .facData .facDataR dl dt {
        color: #777868;
        font-size: 0.8125rem;
        margin-bottom: 8px;
        transition: 0.2s; }
      .spaceSlide .linkBox .facData .facDataR dl dd {
        font-family: "Cardo", serif;
        font-size: 0.625rem;
        opacity: 0.7;
        transition: 0.2s; }
    .spaceSlide .linkBox:hover .facVi .img {
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.6); }
    .spaceSlide .linkBox:hover .facData .facDataL p {
      color: #dddfc5; }
    .spaceSlide .linkBox:hover .facDataR dl dt, .spaceSlide .linkBox:hover .facDataR dl dd {
      color: #dddfc5;
      opacity: 1; }

.spaceSlide:nth-child(1) {
  z-index: 1; }
.spaceSlide:nth-child(2) {
  z-index: 2; }
.spaceSlide:nth-child(3) {
  z-index: 3; }
.spaceSlide:nth-child(4) {
  z-index: 4; }

@media only screen and (max-width: 768px) {
  .spacesTitle {
    bottom: 20vw; }

  .spaceSlide .linkBox {
    max-width: 100%;
    padding-top: 80px; }
    .spaceSlide .linkBox .facVi {
      margin: 0 auto 20px;
      max-width: 100%;
      position: static; }
      .spaceSlide .linkBox .facVi .txt {
        font-size: 60px;
        top: 40px;
        left: 5vw; }
        .spaceSlide .linkBox .facVi .txt .num {
          font-size: 15px;
          top: -6px;
          margin-left: 12px; }
      .spaceSlide .linkBox .facVi ol {
        display: flex;
        position: absolute;
        bottom: 0;
        top: auto;
        right: 5vw;
        opacity: 0.8; }
        .spaceSlide .linkBox .facVi ol li {
          margin: 0 4px; }
          .spaceSlide .linkBox .facVi ol li a {
            height: 20px;
            width: 20px; }
    .spaceSlide .linkBox .facData {
      display: block;
      padding: 0 5vw; }
      .spaceSlide .linkBox .facData .facDataL {
        min-height: 180px;
        display: block; }
        .spaceSlide .linkBox .facData .facDataL h2 {
          font-size: 32px;
          line-height: 1.4;
          margin-bottom: 12px;
          padding-right: 0; }
        .spaceSlide .linkBox .facData .facDataL p {
          font-size: 13px; }
      .spaceSlide .linkBox .facData .facDataR {
        padding-top: 0;
        min-height: 60px; }
        .spaceSlide .linkBox .facData .facDataR dl dt {
          color: #777868;
          font-size: 0.8125rem;
          margin-bottom: 8px; }
        .spaceSlide .linkBox .facData .facDataR dl dd {
          font-family: "Cardo", serif;
          font-size: 0.625rem;
          opacity: 0.7; } }
/* ========================================
   FOUR SPACES — SP対応
======================================== */
@media only screen and (max-width: 768px) {
  .spacesSticky {
    overflow: hidden; }

  .spacesGrid {
    flex-shrink: 0;
    width: 162vw;
    aspect-ratio: 3 / 4;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0; } }
/* footer */
.ftRc {
  display: none !important; }

.ftFv {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 46vw;
  min-height: 720px;
  max-width: 100%;
  padding: 0 60px 60px; }
  .ftFv .ftFvCopy {
    color: #dddfc5;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.0625rem;
    letter-spacing: 0.1em; }

@media only screen and (max-width: 1020px) {
  .ftFv {
    height: 60vh;
    min-height: 600px;
    padding: 0 5vw 60px; }
    .ftFv .ftFvCopy {
      font-size: 16px;
      line-height: 2; } }
