@charset "UTF-8";
/*
	##### MFR #####
	assets/cssindex_pc.css
*/



.fv-area {
  height: calc(536 / 1400 * 100vw);

  & .slide-area {
    --progress: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;

    & .slide-overlay {
      display: block;
      width: 100%;
      height: calc(516 / 1400 * 100vw);
      border-radius: calc(10 / 1400 * 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(254 / 1400 * 100vw);
      left: auto;
      right: calc(-5 / 1400 * 100vw);
      bottom: 0;
    }
    & .swiper-pagination-bullet {
      width: calc(68 / 1400 * 100vw);
      height: calc(8 / 1400 * 100vw);
      padding: calc(2 / 1400 * 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(2 / 1400 * 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 / 1400 * 100vw);
    }
  }
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover) {
  .swiper-slide a {
    opacity: 1;
    transition: opacity .3s ease
  }
  .swiper-slide a:hover {
    opacity: .7;
  }
}


.scroll-down {
  display: block;
  width: calc(1165 / 1400 * 100vw);
  padding-right: calc(30 / 1400 * 100vw);
  margin: calc(30 / 1400 * 100vw) 0 calc(105 / 1400 * 100vw) auto;
  text-align: center;

  & p {
    font-size: calc(15 / 1400 * 100vw);
    font-weight: 700;
    color: var(--color-1);
    position: relative;

    &::after {
      content: '';
      display: block;
      width: calc(6 / 1400 * 100vw);
      height: calc(6 / 1400 * 100vw);
      background-color: var(--color-1);
      border-radius: 50%;
      position: absolute;
      left: calc(50% - 0.2142857142857143vw);
      bottom: calc(-15 / 1400 * 100vw);
      animation: scrolldot 2.2s cubic-bezier(0.23, 1, 0.320, 1) infinite;
      transform-origin: 0 0;
    }
  }
}
@keyframes scrolldot {
  0% {
    translate: 0 0;
    opacity: 1
  }
  10% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    translate: 0 calc(12 / 1400 * 100vw);
    opacity: 0;
  }
  50.1% {
    translate: 0 calc(-8 / 1400 * 100vw);
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.double-banners {
  display: flex;
  justify-content: space-between;
  width: calc(1165 / 1400 * 100vw);
  padding-right: calc(30 / 1400 * 100vw);
  margin-left: auto;

  & .bnnr-bttn {
    flex: 0 0 calc(560 / 1400 * 100vw);
    height: calc(350 / 1400 * 100vw);
    border-radius: calc(10 / 1400 * 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(70 / 1400 * 100vw);
      color: #fff;
      text-decoration: none;

      &::after {
        content: '';
        display: block;
        width: calc(40 / 1400 * 100vw);
        height: calc(40 / 1400 * 100vw);
        position: absolute;
        top: 50%;
        right: calc(50 / 1400 * 100vw);
        background-image: url(../images/arrw-bttn.svg);
        background-repeat: no-repeat;
        background-position: center;
      }
      & .corner-sub-ttl {
        font-feature-settings: "palt";
        font-weight: 700;
        font-size: calc(32 / 1400 * 100vw);
        line-height: 1.6875;
      }
    }
  }
}
.corner-ttl {
  margin-bottom: calc(30 / 1400 * 100vw);

  &.en {
    font-size: calc(18 / 1400 * 100vw);

    &::before {
      font-family: 'Noto Sans JP';
      font-size: 35%;
      vertical-align: middle;
    }
  }
  &.jp {
    font-size: calc(16 / 1400 * 100vw);

    &::before {
      font-size: 40%;
      vertical-align: middle
    }
  }
}






.message-area {
  margin-top: calc(120 / 1400 * 100vw);
  padding: calc(95 / 1400 * 100vw) calc(190 / 1400 * 100vw) calc(95 / 1400 * 100vw) calc(235 / 1400 * 100vw);

  & .inner {
    display: flex;
    justify-content: space-between;
    font-feature-settings: "palt";
    color: #fff;

    & .lead-area {
      width: calc(472 / 1400 * 100vw);
      font-size: calc(18 / 1400 * 100vw);
      font-weight: 500;
      line-height: 2.6666666666666665;
    }
    & .corner-ttl {
      margin-bottom: calc(40 / 1400 * 100vw);
    }
    & .corner-sub-ttl {
      font-weight: 700;
      font-size: calc(32 / 1400 * 100vw);
      line-height: 1.6875;
    }
  }
}



.flow-chart-area {
  width: 100%;
  padding: calc(90 / 1400 * 100vw) calc(203 / 1400 * 100vw) calc(120 / 1400 * 100vw) calc(235 / 1400 * 100vw);

  & .corner-ttl {
    margin-bottom: calc(45 / 1400 * 100vw);
  }

  & .flow-chart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: calc(302 / 1400 * 100vw);

    & li {
      flex: 0 0 calc(220 / 1400 * 100vw);
      position: relative;

      &:not(:last-child)::after {
        content: '';
        display: block;
        width: calc(17 / 1400 * 100vw);
        height: calc(25 / 1400 * 100vw);
        background: url(../images/img-step-arr_pc.svg) no-repeat center / contain;
        position: absolute;
        top: calc(50% - calc(25 / 1400 * 50vw));
        left: calc(100% + calc(5 / 1400 * 100vw))
      }
    }
  }

  & .note {
    font-size: calc(13 / 1400 * 100vw);
    color: #808080;
    margin-top: calc(25 / 1400 * 100vw);
  }
}


.contents-selection {
  width: 100%;
  padding: calc(130 / 1400 * 100vw) calc(203 / 1400 * 100vw) calc(150 / 1400 * 100vw) calc(235 / 1400 * 100vw);
  background-color: var(--color-1);
  background-image: radial-gradient(closest-side, rgba(0, 61, 148, .2) 50%, transparent 0);
  background-size: 6px 6px;

  & .corner-ttl {
    color: #fff;
  }

  & .pull-down-menu {
    display: inline-block;
    margin-bottom: calc(50 / 1400 * 100vw);
    background-color: #fff;
    border-radius: calc(5 / 1400 * 100vw);
    position: relative;
    z-index: 0;

    &::after {
      content: '';
      display: block;
      width: calc(8 / 1400 * 100vw);
      height: calc(8 / 1400 * 100vw);
      border-right: solid calc(2 / 1400 * 100vw) #000;
      border-bottom: solid calc(2 / 1400 * 100vw) #000;
      rotate: 45deg;
      position: absolute;
      z-index: -1;
      top: 50%;
      right: calc(16 / 1400 * 100vw);
      transform: translateY(-50%)
    }

    & #cnt-selector {
      width: calc(210 / 1400 * 100vw);
      height: calc(48 / 1400 * 100vw);
      border-radius: calc(5 / 1400 * 100vw);
      font-size: calc(16 / 1400 * 100vw);
      font-weight: 600;
      border: none;
      appearance: none;
      padding: 0 1em;
      background-color: transparent;
      outline: none;
    }
  }

  & .nav-banner-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(310 / 1400 * 100vw));
    grid-template-rows: auto;
    column-gap: calc(16 / 1400 * 100vw);
    row-gap: calc(40 / 1400 * 100vw);

    & li {
      height: calc(270 / 1400 * 100vw);
      border-radius: calc(10 / 1400 * 100vw);
    }
    & dd {
      font-size: calc(20 / 1400 * 100vw);

      & span {
        font-size: calc(16 / 1400 * 100vw)
      }
    }
  }
}


.group-affiliates {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(162 / 1400 * 100vw);

  & .logo-list {
    display: flex;
    justify-content: space-between;
    width: calc(1116 / 1400 * 100vw);
    margin: 0 auto;

    & li {
      display: block;
      width: auto;
      height: calc(50 / 1400 * 100vw);

      & a,
      & img {
        display: block;
        height: 100%;
        width: auto;
      }
    }
  }
}
@media (hover) {
  .logo-list a img {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .logo-list a:hover img {
    opacity: .4
  }
}
