@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
.mv-components__btns {
  width: fit-content;
  margin: auto;
}

.mv-components {
  background: #EDECE7;
}
.mv-components .mv-components__outer {
  position: relative;
  padding-bottom: 4rem;
}
.mv-components .mv-components__bg {
  display: block;
  width: 100%;
}
.mv-components .mv-components__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.mv-components .mv-components__inner {
  width: 100%;
}
.mv-components .mv-components__text-area {
  color: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__labels {
  width: 11rem;
  margin: -3rem 0 1.5rem;
}
.mv-components .mv-components__text-area .mv-components__intro {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .sub {
  margin-bottom: 1em;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 50%;
  background: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .badge .num {
  line-height: 1;
  font-weight: 700;
  font-size: 2em;
}
.mv-components .mv-components__text-area .mv-components__lead {
  margin-bottom: 1rem;
  color: #fff;
  font-feature-settings: "palt";
}
.mv-components .mv-components__text-area .mv-components__lead span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  background-color: #F9731E;
  border-radius: 0.5rem;
}
.mv-components .mv-components__text-area .mv-components__note {
  font-size: 1.6rem;
}
.mv-components .mv-components__btns {
  gap: 0.8rem;
  margin-top: 0;
}
.mv-components .mv-components__btns .c-button__navy {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  border-radius: 1rem;
}
.mv-components .mv-components__btns .c-button__navy .icon {
  line-height: 1;
}
.mv-components .mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-components .mv-slider .swiper-wrapper .swiper-slide {
  width: 42vw;
}
.mv-components .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-components .swiper-wrapper .swiper-slide {
  width: 17.4rem;
}

@media screen and (min-width: 769px) {
  .mv-components .mv-components__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .mv-components .mv-components__text-area .mv-components__labels {
    width: 14rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro {
    flex-flow: row wrap;
    margin-bottom: 4rem;
    width: fit-content;
    min-width: 60%;
  }
  .mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
    font-size: 6rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro .badge {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead {
    margin-bottom: 4rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead span {
    padding: 0 2rem;
    font-size: 3.2rem;
  }
  .mv-components .mv-components__btns {
    justify-content: center;
    gap: 2rem;
    background: #EDECE7;
    padding: 2rem 4rem;
    border-radius: 100vw;
  }
  .mv-components .mv-components__btns .c-button__navy {
    width: auto;
    min-width: 24rem;
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
  }
  .mv-components .mv-slider .swiper-wrapper .swiper-slide {
    width: 20vw;
  }
}
.section-intro .l-section {
  margin-bottom: 0;
}
.section-intro .section-intro__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  margin-bottom: 6rem;
}
.section-intro .section-intro__links .p-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #1F293B;
}
.section-intro .section-intro__links .p-link .icon-top {
  width: 1.8rem;
}
.section-intro .section-intro__links .p-link .icon {
  margin-left: 1em;
  font-size: 0.75em;
}
.section-intro .section-intro__bg-graphic {
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .section-intro .section-intro__links {
    grid-template-columns: repeat(4, 18rem);
    justify-content: center;
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .section-intro .section-intro__links .p-link {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .section-intro .section-intro__links .p-link .icon-top {
    width: 4rem;
  }
  .section-intro .intro-content {
    position: relative;
  }
  .section-intro .intro-content .intro-content__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 55%);
    text-align: center;
  }
  .section-intro .section-intro__bg-graphic {
    margin-bottom: 0;
  }
}
.section-points {
  background: #EDECE7;
  padding-top: 2rem;
}
.section-points .l-container {
  padding: 10rem 0;
}
.section-points .points-header {
  position: relative;
  margin-bottom: 8rem;
  text-align: center;
}
.section-points .points-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-points .points-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-points .points-header__sub {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-points .points-cards {
  display: grid;
  gap: 2rem;
}
.section-points .points-card {
  overflow: hidden;
  padding: 0.2rem;
  border-radius: 2rem;
}
.section-points .points-card__side {
  padding: 4rem 2rem 3.2rem;
}
.section-points .points-card__heading {
  color: #fff;
}
.section-points .points-card__title {
  display: flex;
  flex-flow: column wrap;
  width: fit-content;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-family: "Aoboshi One", serif;
  text-align: center;
}
.section-points .points-card__title .en {
  font-size: 1.4rem;
}
.section-points .points-card__title .num {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 3.6rem;
  background: #fff;
  border-radius: 50%;
}
.section-points .points-card__label {
  font-size: 1.6rem;
  line-height: 2.5;
}
.section-points .points-card__label a {
  border-bottom: 1px solid #fff;
}
.section-points .points-card__label .icon {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.section-points .points-card__body .row-top {
  margin-bottom: 6.8rem;
}
.section-points .points-card__body .row-top .c-split__unit {
  gap: 1rem;
}
.section-points .points-card__body .row-top .points-card__point {
  font-size: 2.4rem;
  color: #414550;
}
.section-points .points-card__body .row-top .points-card__headline {
  font-size: 2.4rem;
  color: #fff;
}
.section-points .points-card__body .row-top .points-card__headline .bgc {
  display: inline-block;
  padding: 0 0.25em;
  line-height: 1.5em;
  background: #F9731E;
}
.section-points .points-card__body .row-top .points-card__text {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.section-points .row-bottom .c-split__unit {
  gap: 2rem;
}
.section-points .row-bottom .points-card__point {
  text-align: center;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.section-points .row-bottom .points-card__img {
  width: 10rem;
  margin: auto;
}
.section-points .row-bottom .points-card__notes {
  position: relative;
  padding-top: 2em;
}
.section-points .row-bottom .points-card__notes .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-points .points-card__copy {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 2rem;
}
.section-points .points-card__notes {
  font-size: 1.4rem;
}
.section-points .points-card {
  background: #F9731E;
}
.section-points .points-card .points-card__title .num {
  color: #F9731E;
}
.section-points .points-card:nth-child(even) {
  background: #2DD4BF;
}
.section-points .points-card:nth-child(even) .points-card__title {
  color: #1F293B;
}
.section-points .points-card:nth-child(even) .points-card__title .num {
  color: #2DD4BF;
  background: #1F293B;
}
.section-points .points-card:nth-child(even) .points-card__label {
  color: #1F293B;
}
.section-points .points-card:nth-child(even) .points-card__label a {
  border-bottom-color: #1F293B;
}
.section-points .points-card:nth-child(even) .points-card__body .row-top .points-card__headline .bgc {
  color: #1F293B;
  background: #2DD4BF;
}

@media screen and (min-width: 769px) {
  .section-points {
    padding-top: 6rem;
  }
  .section-points .l-container {
    width: 116rem;
    padding: 12rem 0;
  }
  .section-points .points-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-points .points-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
  }
  .section-points .points-header__main {
    font-size: 6rem;
  }
  .section-points .points-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-points .points-cards {
    gap: 2.4rem;
    margin-top: 4rem;
  }
  .section-points .points-card {
    display: grid;
    grid-template-columns: 34rem 1fr;
    gap: 0;
    border-radius: 6rem;
  }
  .section-points .points-card__side {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 4rem;
  }
  .section-points .points-card__title {
    gap: 2rem;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 4rem;
    font-size: 4rem;
  }
  .section-points .points-card__title .en {
    font-size: 2rem;
  }
  .section-points .points-card__label {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .section-points .points-card__copy {
    padding: 4rem;
    border-radius: 6rem;
  }
  .section-points .points-card__body .row-top {
    margin-bottom: 2rem;
  }
  .section-points .points-card__body .row-top .c-split__unit {
    gap: 4rem;
  }
  .section-points .points-card__body .row-top .points-card__point {
    font-size: 2.4rem;
    color: #414550;
  }
  .section-points .points-card__body .row-top .points-card__headline {
    margin-bottom: 0.4em;
    font-size: 2.4rem;
    color: #fff;
  }
  .section-points .points-card__body .row-top .points-card__headline .bgc {
    display: inline-block;
    padding: 0 0.25em;
    line-height: 1.5em;
    background: #F9731E;
  }
  .section-points .points-card__body .row-top .points-card__text {
    margin-bottom: 2em;
    padding-right: 2em;
    font-size: 1.6rem;
  }
  .section-points .points-card__body .row-bottom .c-split__unit {
    grid-template-columns: 13rem 10rem 1fr;
    gap: 2rem;
    align-items: center;
  }
  .section-points .points-card__body .row-bottom .points-card__notes {
    padding: 0 0 0 4rem;
  }
  .section-points .points-card__body .row-bottom .points-card__notes .border {
    top: 50%;
    width: auto;
    height: 10rem;
    aspect-ratio: 17.5/100;
    transform: translateY(-50%);
  }
}
.section-links {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #1F293B;
}
.section-links .c-button {
  margin: 0;
}
.section-links .c-button .c-button__navy {
  padding: 0 3rem;
}
.section-links .c-button .icon {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .section-links {
    width: fit-content;
    margin: 15rem auto auto;
  }
}
/*# sourceMappingURL=style.css.map */
