@charset "UTF-8";
/*
	##### MFR #####
	assets/cssindex_sp.css
*/


.fv-area {
  display: block;
  width: calc(700 / 750 * 100dvw);
  height: calc(816 / 750 * 100vw);
  margin: 0 auto;

  & .slide-area {
    --progress: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;

    & .slide-overlay {
      display: block;
      width: 100%;
      height: calc(784 / 750 * 100vw);
      border-radius: calc(20 / 750 * 100vw);
      overflow: hidden;
      position: relative;

      & .swiper-wrapper.slide-set {
        z-index: 0;
      }
    }
    & .swiper-pagination {
      text-align: right;
    }
    & .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom {
      width: calc(380 / 750 * 100vw);
      left: auto;
      right: 0;
      bottom: 0;
    }
    & .swiper-pagination-bullet {
      width: calc(116 / 750 * 100vw);
      height: calc(13 / 750 * 100vw);
      padding: calc(4 / 750 * 100vw) 0;
      background-clip: content-box;
      border-radius: 0;

      &.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: rgba(0, 0, 0, .2);
        position: relative;

        &::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          padding: calc(4 / 750 * 100vw) 0;
          background-clip: content-box;
          background-color: var(--color-3);
          position: absolute;
          top: 0;
          left: 0;
          transform-origin: left top;
          scale: calc(0 + var(--progress)) 1;
        }
      }
    }
    & .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 calc(5 / 750 * 100vw);
    }
  }
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-down {
  display: none;
}


.double-banners {
  display: flex;
  flex-direction: column;
  row-gap: calc(28 / 750 * 100vw);
  width: calc(700 / 750 * 100vw);
  margin: calc(120 / 750 * 100vw) auto;

  & .bnnr-bttn {
    width: 100%;
    height: calc(390 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    overflow: hidden;
    position: relative;

    & .img-box {
      position: relative;

      &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 12, 31, .7);
      }
    }
    & a {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding-left: calc(50 / 750 * 100vw);
      color: #fff;
      text-decoration: none;

      &::after {
        content: '';
        display: block;
        width: calc(60 / 750 * 100vw);
        height: calc(60 / 750 * 100vw);
        position: absolute;
        top: 50%;
        right: calc(50 / 750 * 100vw);
        background-image: url(../images/arrw-bttn.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
      }
      & .corner-sub-ttl {
        font-feature-settings: "palt";
        font-weight: 700;
        font-size: calc(44 / 750 * 100vw);
        line-height: 1.6818181818181819;
      }
    }
  }
}
.corner-ttl {
  font-size: calc(26 / 750 * 100vw);
  margin-bottom: calc(45 / 750 * 100vw);

  &.en {
    font-size: calc(26 / 750 * 100vw);

    &::before {
      font-family: 'Noto Sans JP';
      font-size: 40%;
      vertical-align: middle;
    }
  }

  &.jp {
    font-size: calc(24 / 750 * 100vw);
  }
}



.message-area {
  padding: calc(150 / 750 * 100vw) 0 calc(130 / 750 * 100vw) calc(50 / 750 * 100vw);

  & .inner {
    display: flex;
    flex-direction: column;
    row-gap: calc(70 / 750 * 100vw);
    font-feature-settings: "palt";
    color: #fff;

    & .lead-area {
      font-size: calc(26 / 750 * 100vw);
      font-weight: 500;
      line-height: 2.230769230769231;
    }
    & .corner-ttl {
      margin-bottom: calc(70 / 750 * 100vw);
    }
    & .corner-sub-ttl {
      font-weight: 700;
      font-size: calc(44 / 750 * 100vw);
      line-height: 1.6818181818181819;
    }
  }
}

.flow-chart-area {
  width: 100%;
  padding: calc(120 / 750 * 100vw) calc(50 / 750 * 100vw);

  & .corner-ttl {
    margin-bottom: calc(50 / 750 * 100vw);
  }

  & .flow-chart {
    display: flex;
    flex-direction: column;
    row-gap: calc(40 / 750 * 100vw);
    width: 100%;

    & li {
      flex: 0 0 calc(85 / 750 * 100vw);
      position: relative;

      &:not(:last-child)::after {
        content: '';
        display: block;
        width: calc(30 / 750 * 100vw);
        height: calc(20 / 750 * 100vw);
        background: url(../images/img-step-arr_sp.svg) no-repeat center / contain;
        position: absolute;
        top: 100%;
        left: calc(50% - calc(10 / 750 * 100vw));
      }
    }
  }

  & .note {
    font-size: calc(24 / 750 * 100vw);
    color: #808080;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.contents-selection {
  width: 100%;
  padding: calc(130 / 750 * 100vw) calc(25 / 750 * 100vw) calc(170 / 750 * 100vw);
  background-color: var(--color-1);
  background-image: radial-gradient(closest-side, rgba(0, 61, 148, .2) 50%, transparent 0);
  background-size: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);

  & .corner-ttl {
    padding-left: calc(25 / 750 * 100vw);
    color: #fff;
  }

  & .pull-down-menu {
    display: block;
    width: calc(650 / 750 * 100vw);
    margin: 0 auto calc(90 / 750 * 100vw);
    background-color: #fff;
    border-radius: calc(10 / 750 * 100vw);
    position: relative;
    z-index: 0;

    &::after {
      content: '';
      display: block;
      width: calc(16 / 750 * 100vw);
      height: calc(16 / 750 * 100vw);
      border-right: solid calc(4 / 750 * 100vw) #000;
      border-bottom: solid calc(4 / 750 * 100vw) #000;
      rotate: 45deg;
      position: absolute;
      z-index: -1;
      top: 50%;
      right: calc(32 / 750 * 100vw);
      transform: translateY(-50%)
    }

    & #cnt-selector {
      width: calc(650 / 750 * 100vw);
      height: calc(94 / 750 * 100vw);
      border-radius: calc(10 / 750 * 100vw);
      font-size: calc(28 / 750 * 100vw);
      font-weight: 600;
      color: currentColor;
      border: none;
      appearance: none;
      padding: 0 1em;
      background-color: transparent;
      outline: none;
    }
  }

  & .nav-banner-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(332 / 750 * 100vw));
    grid-template-rows: auto;
    column-gap: calc(36/ 750 * 100vw);
    row-gap: calc(36 / 750 * 100vw);

    & li {
      height: calc(332 / 750 * 100vw);
      border-radius: calc(20 / 750 * 100vw);
    }
  }
}

.nav-banner-list {
  margin: 0 auto;

  & li {
    overflow: hidden;
    position: relative;
  }
  & .img-box {
    display: block;

    &::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(var(--rgb-3), .122) 50%, rgba(var(--rgb-3), .71) 100%);
      position: absolute;
      left: 0;
      top: 0;
      mix-blend-mode: multiply;
    }
  }
  & a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;

    & dl {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      height: 100%;

      & dt {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: calc(156 / 750 * 100vw);
        height: calc(44 / 750 * 100vw);
        padding: 0 .75em;
        margin-top: calc(10 / 750 * 100vw);
        margin-left: calc(10 / 750 * 100vw);
        border-radius: 100px;
        background-color: #fff;
        font-size: calc(24 / 750 * 100vw);
        font-weight: 700;
        color: #000;
      }
      & dd {
        padding: 0 0 calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        font-weight: 700;
        line-height: 1.4;
        color: #fff;

        & span {
          font-weight: 400;
          font-size: calc(20 / 750 * 100vw);
        }
      }
    }
  }
}


.group-affiliates {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(380 / 750 * 100vw);

  & .logo-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(5 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
    margin: 0 auto;

    & li {
      display: block;
      width: calc(285 / 750 * 100vw);
      height: calc(82 / 750 * 100vw);

      & a,
      & img {
        display: block;
        height: 100%;
        width: auto;
      }
    }
  }
}

