@charset "UTF-8";
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
/* -------------------------------------------------------

common

------------------------------------------------------- */
.page-compact {
  font-weight: 400; }

.bg_gradation__compact {
  padding: 0 0 clamp(100px, 12.5vw, 200px) 0; }

.page-compact .img img {
  border-radius: 7px; }

@media screen and (max-width: 750px) {
  .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
    font-size: 32px;
    margin-bottom: 5px; } }

/* -------------------------------------------------------

navi +　contents

------------------------------------------------------- */
.page-wrapper {
  position: relative; }

.navi-contents_wrapper {
  display: flex;
  justify-content: space-between;
  width: min(90%, 1400px);
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 970px) {
    .navi-contents_wrapper {
      flex-wrap: wrap; } }

.navi-contents_wrapper .navi {
  width: min(90%, 600px);
  height: 100vh;
  overflow-y: auto;
  flex-shrink: 0;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .navi-contents_wrapper .navi {
      width: 29.7%; } }
  @media screen and (max-width: 970px) {
    .navi-contents_wrapper .navi {
      width: 100%;
      height: auto;
      margin-bottom: 70px; } }
  .navi-contents_wrapper .navi a.active, .navi-contents_wrapper .navi a:hover {
    color: #5f81d6; }
  .navi-contents_wrapper .navi.fixed {
    position: fixed;
    top: 0;
    left: calc((100vw - min(90%, 1400px)) / 2);
    margin-top: 100px; }
    @media screen and (max-width: 970px) {
      .navi-contents_wrapper .navi.fixed {
        position: relative !important;
        top: auto !important;
        margin-top: 30px !important; } }

.navi .navi_title {
  color: #5f81d6;
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 clamp(30px, 3.75vw, 60px) 0;
  font-weight: 300;
  letter-spacing: 0.15em; }
  @media screen and (min-width: 750px) {
    .navi .navi_title {
      font-size: calc(36px + 0.0136752137 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .navi .navi_title {
      font-size: 52px; } }
  @media screen and (max-width: 970px) {
    .navi .navi_title {
      display: none; } }

.navi .navi-group {
  display: flex;
  flex-wrap: wrap; }
  .navi .navi-group__index {
    color: #5f81d6;
    writing-mode: vertical-rl;
    position: relative; }
    @media screen and (max-width: 970px) {
      .navi .navi-group__index {
        writing-mode: horizontal-tb;
        width: 100%; } }
    .navi .navi-group__index::after {
      content: "";
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      height: 170px;
      background-color: #5f81d6; }
      @media screen and (max-width: 970px) {
        .navi .navi-group__index::after {
          bottom: -10px;
          left: 0;
          transform: none;
          width: 100%;
          height: 1px; } }
  .navi .navi-group__contents {
    margin-left: 5%; }
    @media screen and (max-width: 970px) {
      .navi .navi-group__contents {
        margin-left: 0;
        margin-top: 40px; } }
    .navi .navi-group__contents p {
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 20px; }
      @media screen and (min-width: 750px) {
        .navi .navi-group__contents p {
          font-size: calc(20px + 0.0051282051 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .navi .navi-group__contents p {
          font-size: 26px; } }
      @media screen and (max-width: 600px) {
        .navi .navi-group__contents p:last-child {
          margin-bottom: 0; } }
      .navi .navi-group__contents p a.soon {
        pointer-events: none;
        opacity: 0.3; }
      .navi .navi-group__contents p .number {
        font-family: "Montserrat", serif; }
      .navi .navi-group__contents p span.soon {
        font-size: 60%; }

.contents {
  width: 750px;
  margin-left: auto;
  border-radius: 20px;
  background: #FFF;
  padding: 0 0 clamp(50px, 6.25vw, 100px) 0; }
  @media screen and (max-width: 1400px) {
    .contents {
      width: 53.5%; } }
  @media screen and (max-width: 970px) {
    .contents {
      width: 100%; } }

.contents .contents_mv img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.contents .contents_group {
  width: min(85.5%, 640px);
  margin: clamp(75px, 9.375vw, 150px) auto 0 auto; }
  .contents .contents_group__title {
    color: #5f81d6;
    font-size: 36px;
    margin: 0 0 clamp(20px, 2.5vw, 40px) 0;
    font-weight: 300; }
    @media screen and (min-width: 750px) {
      .contents .contents_group__title {
        font-size: calc(36px + 0.0205128205 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .contents .contents_group__title {
        font-size: 60px; } }
    @media screen and (max-width: 600px) {
      .contents .contents_group__title {
        font-size: 28px; } }
    .contents .contents_group__title .en {
      font-size: 12px;
      font-family: "Montserrat", serif;
      font-weight: 400;
      margin-top: 10px; }
      @media screen and (min-width: 750px) {
        .contents .contents_group__title .en {
          font-size: calc(12px + 0.0017094017 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .contents .contents_group__title .en {
          font-size: 14px; } }
    .contents .contents_group__title .img {
      margin: clamp(20px, 2.5vw, 40px) 0 0 0; }
  .contents .contents_group .contents_item:nth-of-type(3) {
    margin: clamp(35px, 4.375vw, 70px) 0 0 0; }
  .contents .contents_group .contents_item .cap {
    text-align: right;
    margin-top: 0.5rem;
    font-size: 12px; }
    @media screen and (max-width: 600px) {
      .contents .contents_group .contents_item .cap {
        font-size: 10px; } }
  .contents .contents_group .contents_item__title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6c9ca;
    line-height: 1.6;
    text-indent: -1.8em;
    padding-left: 1.8em; }
    @media screen and (min-width: 750px) {
      .contents .contents_group .contents_item__title {
        font-size: calc(18px + 0.0051282051 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .contents .contents_group .contents_item__title {
        font-size: 24px; } }
    @media screen and (max-width: 600px) {
      .contents .contents_group .contents_item__title {
        font-size: 16px;
        line-height: 1.4; } }
    .contents .contents_group .contents_item__title::before {
      content: '●';
      color: #e95d6d;
      margin-right: 10px; }
  .contents .contents_group .contents_item__text {
    font-size: 14px;
    line-height: 2.0;
    margin: 0 0 clamp(20px, 2.5vw, 40px) 0; }
    @media screen and (min-width: 750px) {
      .contents .contents_group .contents_item__text {
        font-size: calc(14px + 0.0017094017 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .contents .contents_group .contents_item__text {
        font-size: 16px; } }
    .contents .contents_group .contents_item__text .marker {
      color: #e95d6d;
      font-weight: 600;
      padding: 2px 0;
      position: relative;
      background: linear-gradient(#ffeff1 0%, #ffeff1 100%);
      background-size: 0% 100%;
      background-repeat: no-repeat;
      transition: background-size 0.8s ease var(--delay, 0s); }
      .contents .contents_group .contents_item__text .marker.is-visible {
        background-size: 100% 100%; }
  .contents .contents_group .contents_item__point {
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    padding: 4%;
    margin-top: 15px; }
    @media screen and (max-width: 600px) {
      .contents .contents_group .contents_item__point {
        padding: 5%; } }
    .contents .contents_group .contents_item__point:first-child {
      margin-top: 0; }
    .contents .contents_group .contents_item__point .point_title {
      color: #5f81d6;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 16px; }
      @media screen and (min-width: 750px) {
        .contents .contents_group .contents_item__point .point_title {
          font-size: calc(16px + 0.0034188034 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .contents .contents_group .contents_item__point .point_title {
          font-size: 20px; } }
    .contents .contents_group .contents_item__point .point_text {
      font-size: 12px;
      line-height: 2.0; }
      @media screen and (min-width: 750px) {
        .contents .contents_group .contents_item__point .point_text {
          font-size: calc(12px + 0.0017094017 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .contents .contents_group .contents_item__point .point_text {
          font-size: 14px; } }
      @media screen and (max-width: 600px) {
        .contents .contents_group .contents_item__point .point_text {
          line-height: 1.6; } }
  .contents .contents_group .contents_item__flow {
    margin-bottom: 30px; }
  .contents .contents_group .contents_item .coming-soon {
    text-align: center;
    font-size: 13px;
    margin: clamp(75px, 9.375vw, 150px) 0 clamp(100px, 12.5vw, 200px) 0; }
    @media screen and (min-width: 750px) {
      .contents .contents_group .contents_item .coming-soon {
        font-size: calc(13px + 0.0025641026 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .contents .contents_group .contents_item .coming-soon {
        font-size: 16px; } }
    .contents .contents_group .contents_item .coming-soon .en {
      font-family: "Montserrat", serif;
      color: #e2dbd8;
      font-size: 20px;
      margin-bottom: 10px; }
      @media screen and (min-width: 750px) {
        .contents .contents_group .contents_item .coming-soon .en {
          font-size: calc(20px + 0.0085470085 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .contents .contents_group .contents_item .coming-soon .en {
          font-size: 30px; } }
