@charset "UTF-8";
/*======================================
    font
======================================*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Regular.ttf) format("truetype"), url(../fonts/NotoSansJP-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Medium.ttf) format("truetype"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-bold.ttf) format("truetype"), url(../fonts/NotoSansJP-bold.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Black.ttf) format("truetype"), url(../fonts/NotoSansJP-Black.woff) format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Black.ttf) format("truetype"), url(../fonts/Montserrat-Black.woff) format("woff");
  font-weight: 700;
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: min(0.6944444444vw, 10px);
  font-family: "Noto Sans JP", "sans-serif";
  color: #000;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.inner-sm {
  width: 95%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .inner-sm {
    width: 87.2%;
  }
}

.inner-md {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .inner-md {
    width: 87.2%;
  }
}

.inner-lg {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .inner-lg {
    width: 87.2%;
  }
}

/*======================================
    button
======================================*/
.btn-type01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 2px solid;
  position: relative;
  width: 13.7em;
  height: 4.21em;
  border-radius: 8.57em;
  transition: opacity 0.3s ease;
  border-color: #000;
  background-color: #EFD300;
}
@media screen and (max-width: 600px) {
  .btn-type01 {
    height: 3.57em;
  }
}
.btn-type01:hover {
  opacity: 0.7;
}
.btn-type01:hover::before {
  right: 0.5em;
}
.btn-type01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  transition: right 0.3s ease;
}
.btn-type01::before {
  background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
}

.btn-type02 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 2px solid;
  position: relative;
  width: 13.7em;
  height: 4.21em;
  border-radius: 8.57em;
  transition: opacity 0.3s ease;
  border-color: #DEEAFF;
  color: #fff;
  background-color: #265BBE;
}
@media screen and (max-width: 600px) {
  .btn-type02 {
    height: 3.57em;
  }
}
.btn-type02:hover {
  opacity: 0.7;
}
.btn-type02:hover::before {
  right: 0.5em;
}
.btn-type02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.7em;
  transition: right 0.3s ease;
}
.btn-type02::before {
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
}

/*======================================
    section
======================================*/
.section-ttl {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #222;
}
@media screen and (max-width: 600px) {
  .section-ttl {
    font-size: 1.6rem;
  }
}
.section-ttl.-center {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-ttl.-center {
    text-align: left;
  }
}
.section-ttl.-white {
  color: #fff;
}
.section-ttl.-white span {
  color: #fff;
}
.section-ttl span {
  display: block;
  font-family: "Montserrat", "sans-serif";
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 3em;
  color: #265BBE;
  margin-bottom: 0.2em;
  transform: translateX(-0.05em);
}
@media screen and (max-width: 600px) {
  .section-ttl span {
    font-size: 2.5em;
    white-space: nowrap;
  }
}

/*======================================
    CTA
======================================*/
.cta {
  background-image: linear-gradient(to right, #265BBD, #0DCDDD);
  font-size: 1.6rem;
  padding: 4.6em 0 5em;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 4.9em 0 4.5em;
  }
}

.cta__lead {
  color: #fff;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cta__lead {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.cta__lead span.logo {
  display: inline-block;
  margin-right: 0.325em;
}
@media screen and (max-width: 600px) {
  .cta__lead span.logo {
    margin-bottom: 0.25em;
  }
}

.cta-btns {
  display: flex;
  column-gap: 1.4em;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .cta-btns {
    justify-content: space-between;
    column-gap: 0;
    margin-top: 2.7em;
  }
}

.cta-btn {
  font-size: 1.3125em;
}
@media screen and (max-width: 600px) {
  .cta-btn {
    font-size: 0.875em;
  }
}
.cta-btn a {
  width: 14.1em;
}
@media screen and (max-width: 600px) {
  .cta-btn a {
    width: 11.43em;
  }
}

/*======================================
    page
======================================*/
.p-wrap {
  font-size: 1.6rem;
  margin-top: 12em;
}

.p-content {
  margin-top: 2.5em;
  margin-bottom: 5em;
}
.p-content p {
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.header {
  font-size: 1.6rem;
  padding-top: 3.125em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  transition: all 0.3s ease;
  transform: translateZ(0);
}
.header.is-blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media screen and (max-width: 600px) {
  .header {
    padding-top: 2.125em;
  }
}
.header .inner-lg {
  display: flex;
  align-items: center;
}

.h-logo {
  width: 18em;
}
.h-logo a {
  display: block;
  transition: opacity 0.3s ease;
}
.h-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .h-logo {
    width: 12.875em;
  }
}

.h-links__wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 0.75em;
}

.h-links {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  column-gap: 0.64em;
}
@media screen and (max-width: 600px) {
  .h-links {
    display: none;
  }
}
.d-icon {
  width: 3.6875em;
  height: 3.6875em;
  border-radius: 50%;
  border: 3px solid #265BBE;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .d-icon {
    width: 3.25em;
    height: 3.25em;
  }
}
.d-icon.is-active .d-icon__bar.-bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.d-icon.is-active .d-icon__bar.-bar2 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.d-icon__bars {
  position: relative;
  width: 0.75em;
  height: 0.5em;
}
@media screen and (max-width: 600px) {
  .d-icon__bars {
    width: 0.6875em;
    height: 0.4375em;
  }
}

.d-icon__bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #265BBE;
  border-radius: 1em;
  transition: all 0.3s ease;
}
.d-icon__bar.-bar1 {
  top: 0;
  transform: translateX(-50%);
}
.d-icon__bar.-bar2 {
  top: 100%;
  transform: translate(-50%, -100%);
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-image: linear-gradient(to top, #265BBD, #0DCDDD);
  font-size: 1.6rem;
  padding-top: 12em;
  transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.drawer.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.drawer .section-ttl {
  font-size: 1.6rem;
}

.drawer-lists {
  text-align: center;
}

.drawer-list a {
  display: block;
  transition: opacity 0.3s ease;
}
.drawer-list a:hover {
  opacity: 0.7;
}
.drawer-list:nth-child(n+2) {
  margin-top: 2.5em;
}

.footer {
  font-size: 1.6rem;
  padding: 2.5em 0 3.375em;
}

.f-logos {
  max-width: 40.9375em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.5625em;
}
@media screen and (max-width: 600px) {
  .f-logos {
    column-gap: 2.3125em;
  }
}

.page__wrap {
  overflow: hidden;
}

.mv {
  font-size: 1.6rem;
  padding-top: 9.875em;
  padding-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mv {
    padding-bottom: 3.5em;
    padding-top: 9.3em;
  }
}

.mvDeco__pc {
  position: absolute;
  z-index: -1;
}

.mvDeco__pc1 {
  top: 0;
  left: 33.75%;
  width: 47.22%;
  transform: translateY(-15%);
}
@media screen and (max-width: 600px) {
  .mvDeco__pc1 {
    width: 48.53%;
    left: 40%;
    transform: translateY(0);
  }
}

.mvDeco__pc2 {
  left: 0;
  top: 28%;
  width: 2.8125%;
  transform: translateX(-7%);
}
@media screen and (max-width: 600px) {
  .mvDeco__pc2 {
    display: none;
  }
}

.mvDeco__pc3 {
  right: 0;
  top: 4.96%;
  width: 14.375%;
  transform: translateX(18%);
}
@media screen and (max-width: 600px) {
  .mvDeco__pc3 {
    width: 58.4%;
    top: 27.23%;
    transform: translateX(43%);
  }
}

.mvDeco__pc4 {
  bottom: 0;
  right: 0;
  width: 36.67%;
  transform: translateX(5%);
}
@media screen and (max-width: 600px) {
  .mvDeco__pc4 {
    width: 101%;
    transform: translate(0%, 6%);
  }
}

.mvDeco__pc5 {
  left: 0;
  bottom: 0;
  width: 22.5%;
  transform: translateX(-4%);
}
@media screen and (max-width: 600px) {
  .mvDeco__pc5 {
    display: none;
  }
}

.mv__inner {
  display: grid;
  grid-template-columns: 41.6875em auto;
}
@media screen and (max-width: 600px) {
  .mv__inner {
    display: flex;
    flex-direction: column;
  }
}

.mv__texts {
  padding-left: 0.6875em;
  padding-top: 6.2em;
}
@media screen and (max-width: 600px) {
  .mv__texts {
    display: contents;
  }
}

.mv__texts--sp {
  display: contents;
}
@media screen and (max-width: 600px) {
  .mv__texts--sp {
    display: block;
    order: 1;
  }
}

.mv__texts--lead {
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  font-size: 4.25em;
  letter-spacing: 0.02em;
  line-height: 1.0294117647;
}
@media screen and (max-width: 600px) {
  .mv__texts--lead {
    font-size: 2em;
    line-height: 1.2222222222;
    white-space: nowrap;
  }
}

.mv__texts--text {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 2.3em;
}
@media screen and (max-width: 600px) {
  .mv__texts--text {
    font-size: 1.125em;
    line-height: 1.5555555556;
    margin-top: 0.8em;
  }
}

.mv-links {
  margin-top: 4.9em;
  display: flex;
  column-gap: 2em;
}
@media screen and (max-width: 600px) {
  .mv-links {
    order: 3;
    column-gap: 0;
    justify-content: space-between;
    margin-top: -1.2em;
  }
}
.mv-links .btn-type01,
.mv-links .btn-type02 {
  width: 13.44em;
}
@media screen and (max-width: 600px) {
  .mv-links .btn-type01,
  .mv-links .btn-type02 {
    font-size: 0.875em;
    width: 11.43em;
  }
}

.mv-link {
  font-size: 1.125em;
}
@media screen and (max-width: 600px) {
  .mv-link {
    font-size: 1em;
  }
}

.mv__img--wrap {
  position: relative;
}
@media screen and (max-width: 600px) {
  .mv__img--wrap {
    order: 2;
    width: 100vw;
    margin: 2em calc(50% - 50vw) 0;
  }
}
.mv__img--wrap::before {
  content: "";
  display: block;
  padding-top: 102.0100502513%;
}

.mv__img--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 184%;
}
@media screen and (max-width: 600px) {
  .mv__img--wrapper {
    width: 156%;
  }
}

@media screen and (max-width: 600px) {
  .mv__img {
    transform: translateX(-1.5%);
  }
}

.mv__sub {
  font-size: 1.6rem;
  background-color: #F7F7F7;
  padding: 6em 0 5.8em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mv__sub {
    padding: 4.5em 0 4.6em;
  }
}

.mv__sub--lead {
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5555555556;
  font-size: 2.25em;
}
@media screen and (max-width: 600px) {
  .mv__sub--lead {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.mv__sub--text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .mv__sub--text {
    font-size: 0.875em;
    line-height: 1.8571428571;
    margin-top: 2.4em;
  }
}

.feature {
  font-size: 1.6rem;
  padding: 7.9em 0 11.2em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .feature {
    padding: 4.8em 0 0;
    margin-bottom: -1.7em;
    overflow: unset;
  }
}

.deco {
  position: absolute;
}

@media screen and (max-width: 600px) {
  .deco__pc {
    display: none;
  }
}

.featureDeco1 {
  top: 0;
  right: 0;
  width: 15.625%;
  transform: translate(48%, -3%);
}
@media screen and (max-width: 600px) {
  .featureDeco1 {
    width: 31.2%;
    transform: translate(52%, -24%);
  }
}

.featureDeco2 {
  bottom: 12.46%;
  left: 0;
  width: 10.07%;
  transform: translate(-46%, 0);
}
@media screen and (max-width: 600px) {
  .featureDeco2 {
    width: 27.73%;
    bottom: 52%;
    transform: translate(-21%, 0);
  }
}

.feature__inner {
  display: grid;
  grid-template-columns: 76.3% auto;
  column-gap: 3.625em;
}
@media screen and (max-width: 600px) {
  .feature__inner {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
  }
}

.feature__lead {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .feature__lead {
    font-size: 0.875em;
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
  }
}

.feature-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  margin-top: 2.85em;
}
@media screen and (max-width: 600px) {
  .feature-lists {
    grid-template-columns: 1fr;
    width: 86.85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.3em;
    row-gap: 1.25em;
  }
}

.feature-list {
  background-color: #F0F5FA;
  border-radius: 1.125em;
  padding: 2.5em 1.25em;
}

.feature-list__icon {
  width: 7.6875em;
  margin-left: auto;
  margin-right: auto;
}

.feature-list__text {
  text-align: center;
  font-size: 1.125em;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.7777777778;
  margin-top: 1.1em;
}

.feature-notes {
  margin-top: 1.1em;
}
@media screen and (max-width: 600px) {
  .feature-notes {
    margin-top: 0.6em;
  }
}

.feature-note {
  font-size: 0.625em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #9A9A9A;
  position: relative;
  padding-left: 1.75em;
}
.feature-note span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.feature-note a {
  color: #265BBD;
  display: inline-block;
  word-break: break-all;
  transition: opacity 0.3s ease;
}
.feature-note a:hover {
  opacity: 0.7;
}

.feature__img--wrap {
  position: relative;
}
@media screen and (max-width: 600px) {
  .feature__img--wrap {
    width: 77.06%;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 128%;
  transform: translateY(-1%);
  filter: drop-shadow(10px 13px 26px rgba(0, 25, 59, 0.36));
}
@media screen and (max-width: 600px) {
  .feature__img {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
}

.target {
  font-size: 1.6rem;
}

.target__head {
  padding-top: 6.6em;
  background-color: #F7F7F7;
  position: relative;
}
@media screen and (max-width: 600px) {
  .target__head {
    padding-top: 3.25em;
    padding-bottom: 5.8125em;
    overflow: hidden;
  }
}
.target__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375em;
  transform: translateY(50%);
  background-color: #265BBE;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .target__head::before {
    display: none;
  }
}

.target__lead {
  text-align: center;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
}
@media screen and (max-width: 600px) {
  .target__lead {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.target__lead span {
  display: inline-block;
  font-size: 1.33em;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 0 0.6em;
  position: relative;
}
.target__lead span::before, .target__lead span::after {
  position: absolute;
  top: 0;
}
.target__lead span::before {
  content: "“";
  left: -0.15em;
}
.target__lead span::after {
  content: "”";
  right: 0;
}

.target__head--lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.3125em;
  margin-top: 3.8em;
}
@media screen and (max-width: 600px) {
  .target__head--lists {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
    margin-top: 2em;
  }
}

.target__head--list {
  position: relative;
  padding-bottom: 250px;
}
@media screen and (max-width: 600px) {
  .target__head--list {
    padding: 0;
  }
}
.target__head--list:nth-child(1) .target__head--list__img {
  width: 48.96%;
  transform: translateX(-52%);
}
@media screen and (max-width: 600px) {
  .target__head--list:nth-child(1) .target__head--list__img {
    width: 7.75em;
    transform: translate(13%, 0%);
  }
}
.target__head--list:nth-child(2) .target__head--list__img {
  width: 47.15%;
}
@media screen and (max-width: 600px) {
  .target__head--list:nth-child(2) .target__head--list__img {
    width: 8.0625em;
    transform: translate(10%, 0%);
  }
}
.target__head--list:nth-child(3) .target__head--list__img {
  width: 71.24%;
  transform: translateX(-44%);
}
@media screen and (max-width: 600px) {
  .target__head--list:nth-child(3) .target__head--list__img {
    width: 12.4375em;
    transform: translate(43%, 0%);
  }
}
.target__head--list .text__wrap {
  background-color: #fff;
  border-radius: 1.125em;
  padding: 2em 1em 4em;
  min-height: 15.5em;
}
@media screen and (max-width: 600px) {
  .target__head--list .text__wrap {
    padding: 2em;
  }
}

.target__head--list__lead {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
  text-align: center;
  color: #265BBE;
}
@media screen and (max-width: 600px) {
  .target__head--list__lead {
    font-size: 1.25em;
    line-height: 1.4;
    text-align: left;
  }
}

.target__head--list__text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  margin-top: 1.2em;
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .target__head--list__text {
    max-width: 12.65em;
    margin-left: 0;
  }
}

.target__head--list__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .target__head--list__img {
    right: 0;
    left: unset;
  }
}

.target-solution {
  margin-top: -0.05em;
  font-family: "Montserrat", "sans-serif";
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  height: 3.0625em;
  text-align: center;
  justify-content: center;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #265BBE;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .target-solution {
    margin-top: 0;
    font-size: 2.4rem;
    clip-path: none;
    background-color: unset;
    height: 3.125em;
    padding-bottom: 0.8em;
    position: relative;
    transform: translateY(-50%);
  }
  .target-solution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/lp/solution_arrow.svg) no-repeat center/contain;
    z-index: -1;
  }
}

.solutions__deco {
  position: relative;
  padding-bottom: 6.125em;
}
@media screen and (max-width: 600px) {
  .solutions__deco {
    padding-bottom: 3.4em;
  }
}

.deco {
  z-index: -1;
}

.solutionDeco1 {
  top: 0;
  right: 0;
  width: 14.375%;
  transform: translate(43%, -19%);
}
@media screen and (max-width: 600px) {
  .solutionDeco1 {
    width: 20.8%;
    transform: translate(0);
    top: 12%;
  }
}

.solutionDeco2 {
  bottom: -1px;
  right: 1.81%;
  width: 31.94%;
}

.solutionDeco3 {
  top: 0;
  left: 0;
  width: 11.1%;
  transform: translate(-52%, -14%);
}
@media screen and (max-width: 600px) {
  .solutionDeco3 {
    width: 17.6%;
    top: unset;
    bottom: 21.5%;
    transform: translate(0);
  }
}

.solutionDeco4 {
  left: 0;
  bottom: 6.93%;
  width: 6.6%;
  transform: translateX(-40%);
}

.solution__lead {
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
  margin-top: 0.75em;
}
@media screen and (max-width: 600px) {
  .solution__lead {
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: -0.1em;
  }
}
.solution__lead .quote {
  display: inline-block;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 0.6em 0 0.7em;
}
@media screen and (max-width: 600px) {
  .solution__lead .quote {
    font-size: 1em;
    padding: 0 0.6em 0 0.7em;
  }
}
.solution__lead .quote::before, .solution__lead .quote::after {
  position: absolute;
  top: 0;
}
.solution__lead .quote::before {
  content: "“";
  left: 0em;
}
.solution__lead .quote::after {
  content: "”";
  right: 0;
}
.solution__lead .color {
  display: inline-block;
  color: #265BBD;
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .solution__lead .color {
    font-size: 1.33em;
    line-height: 1.125;
  }
}

.solution-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.75em;
  margin-top: 2.2em;
}
@media screen and (max-width: 600px) {
  .solution-lists {
    grid-template-columns: 1fr;
    width: 96.33%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2em;
  }
}

.solution-list {
  position: relative;
  padding-bottom: 13.8125em;
}
.solution-list::before {
  content: "";
  display: block;
  padding-top: calc(100% - 10px);
  border-radius: 50%;
  border: 0.3125em solid #265BBE;
}
@media screen and (max-width: 600px) {
  .solution-list::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(1) {
    padding-bottom: 11.6875em;
  }
}
.solution-list:nth-child(1) .solution-list__text {
  max-width: 292px;
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(1) .solution-list__text {
    max-width: 17.93em;
    padding-left: 0.75em;
    padding-right: 0;
    letter-spacing: normal;
  }
}
.solution-list:nth-child(1) .solution-list__img {
  width: 53.37%;
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(1) .solution-list__img {
    width: 8.75em;
  }
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(2) {
    padding-bottom: 7.6em;
    margin-top: -1em;
  }
  .solution-list:nth-child(2) .solution-list__texts {
    padding-top: 3em;
  }
}
.solution-list:nth-child(2) .solution-list__img {
  width: 57.95%;
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(2) .solution-list__img {
    width: 11em;
    transform: translate(-43%, -4%);
  }
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(3) {
    padding-bottom: 11em;
    margin-top: -1em;
  }
}
.solution-list:nth-child(3) .solution-list__img {
  width: 84.64%;
  transform: translate(-35%, 2%);
}
@media screen and (max-width: 600px) {
  .solution-list:nth-child(3) .solution-list__img {
    width: 14.3125em;
    transform: translate(-37%, 2%);
  }
}

.solution-list__texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.4375em 1.5em 0;
}
@media screen and (max-width: 600px) {
  .solution-list__texts {
    padding: 3.55em 1.5em 0;
  }
}

.solution-list__lead {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
  text-align: center;
  color: #265BBE;
}
@media screen and (max-width: 600px) {
  .solution-list__lead {
    font-size: 1.25em;
    line-height: 1.35;
  }
}

.solution-list__text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  max-width: 314px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1em;
}
@media screen and (max-width: 600px) {
  .solution-list__text {
    max-width: 19.07em;
    margin-top: 0.5em;
    padding-right: 0.5em;
  }
}

.solution-list__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.solution-list__note {
  text-align: center;
  font-size: 0.625em;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #939393;
  margin-top: 1.5em;
}
@media screen and (max-width: 600px) {
  .solution-list__note {
    max-width: 21.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 1.2em;
    letter-spacing: -0.03em;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
}

.about {
  color: #fff;
  background-color: #265BBE;
  font-size: 1.6rem;
  padding: 8em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .about {
    padding: 5.4em 0 0;
  }
}
.about .section-ttl {
  color: #fff;
}
.about .section-ttl span {
  color: #fff;
}

.aboutDeco1 {
  width: 14.375%;
  top: 7.54%;
  right: 0;
  transform: translateX(17%);
}
@media screen and (max-width: 600px) {
  .aboutDeco1 {
    width: 19.47%;
    transform: translateX(0);
    top: 5.5%;
  }
}

.aboutDeco2 {
  width: 12.29%;
  right: 30.56%;
  top: 25.18%;
}

.aboutDeco3 {
  width: 15%;
  top: 9.48%;
  left: 0;
  transform: translateX(-19%);
}
@media screen and (max-width: 600px) {
  .aboutDeco3 {
    width: 21.86%;
    top: 53%;
    transform: translateX(-7%);
  }
}

.about__inner {
  display: grid;
  grid-template-columns: 44.5em auto;
  column-gap: 6.2em;
}
@media screen and (max-width: 600px) {
  .about__inner {
    grid-template-columns: 1fr;
  }
}

.about__text {
  font-size: 2.25em;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 2.4em;
}
@media screen and (max-width: 600px) {
  .about__text {
    font-size: 1.25em;
    margin-top: 1.75em;
  }
}
.about__text span.quote {
  display: block;
  margin: 0.8em 1em 0.7em;
  font-size: 1.22em;
  line-height: 1.2727272727;
  position: relative;
}
@media screen and (max-width: 600px) {
  .about__text span.quote {
    font-size: 1.5em;
    margin: 0.55em 0.2em 0.85em;
    line-height: 1.3;
  }
}
.about__text span.quote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-125%, -20%);
  font-size: 1.23em;
}
@media screen and (max-width: 600px) {
  .about__text span.quote::before {
    transform: translate(-105%, -20%);
  }
}
.about__text span.quote::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 28%);
  font-size: 1.23em;
}
@media screen and (max-width: 600px) {
  .about__text span.quote::after {
    transform: translate(-660%, 74%);
  }
}
@media screen and (max-width: 600px) {
  .about__text span.underline {
    display: inline;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, #fff 94%, #fff 100%);
  }
}

.about__img--wrap {
  position: relative;
}
@media screen and (max-width: 600px) {
  .about__img--wrap {
    width: 77.06%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: -1px;
  }
}

.about__img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-49.5%);
}
@media screen and (max-width: 600px) {
  .about__img {
    position: static;
    transform: translate(0);
  }
}

.solutions {
  font-size: 1.6rem;
  padding: 8.1em 0 8.8em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .solutions {
    padding: 6.5em 0 6.3em;
  }
}

.solutionsDeco1 {
  width: 10.14%;
  top: 7.88%;
  right: 0;
  transform: translateX(17%);
}
@media screen and (max-width: 600px) {
  .solutionsDeco1 {
    width: 20.8%;
    top: 1.88%;
    transform: translateX(34%);
  }
}

.solutionsDeco2 {
  width: 10.42%;
  top: 47.33%;
  right: 0;
  transform: translateX(60%);
}

.solutionsDeco3 {
  width: 10.14%;
  bottom: 0;
  right: 0;
  transform: translate(-39%, 37%) rotate(88deg);
}

.solutionsDeco4 {
  width: 6.6%;
  bottom: 11%;
  left: 0;
  transform: translateX(-16%);
}

.solutionsDeco5 {
  width: 9.5%;
  top: 9.1%;
  left: 0;
  transform: translateX(-30%);
}

.solutions-lists {
  margin-top: 5.5em;
}
@media screen and (max-width: 600px) {
  .solutions-lists {
    margin-top: 3.5em;
  }
}

.solutions-list {
  display: flex;
  column-gap: 3.625em;
}
@media screen and (max-width: 600px) {
  .solutions-list {
    flex-direction: column;
  }
}
.solutions-list:nth-child(even) {
  flex-direction: row-reverse;
  column-gap: 2.625em;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(even) {
    flex-direction: column;
  }
}
.solutions-list:nth-child(1) .solutions-list__img {
  margin-left: -6%;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(1) .solutions-list__img {
    margin-left: -4.6%;
    margin-bottom: 0.6em;
  }
}
.solutions-list:nth-child(1) .solutions-list__contents {
  margin-right: -1em;
  width: calc(50% + 1em);
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(1) .solutions-list__contents {
    width: 100%;
  }
}
.solutions-list:nth-child(1) .solutions-list__contents .solutions-list__text {
  margin-right: 1em;
}
.solutions-list:nth-child(2) {
  margin-top: 3em;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(2) {
    margin-top: 4em;
  }
}
.solutions-list:nth-child(2) .solutions-list__img {
  margin-right: -2%;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(2) .solutions-list__img {
    margin-right: 0;
    width: 94.8%;
    margin-bottom: 1.4em;
  }
}
.solutions-list:nth-child(2) .solutions-list__contents {
  padding-top: 6em;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(2) .solutions-list__contents {
    padding-top: 0;
  }
}
.solutions-list:nth-child(2) .solutions-list__text {
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(2) .solutions-list__text {
    margin-right: 0.5em;
  }
}
.solutions-list:nth-child(3) {
  margin-top: 3.8em;
}
.solutions-list:nth-child(3) .solutions-list__img {
  max-width: 488px;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(3) .solutions-list__img {
    margin-bottom: 0.6em;
  }
}
.solutions-list:nth-child(3) .solutions-list__contents {
  padding-top: 1em;
}
@media screen and (max-width: 600px) {
  .solutions-list:nth-child(3) .solutions-list__contents .solutions-list__text {
    margin-top: 1em;
    margin-left: 0.25em;
  }
}

.solutions-list__img {
  flex: 1;
}

.solutions-list__contents {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .solutions-list__contents {
    width: 100%;
  }
}

.solutions-list__number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.04em;
  width: 10.33em;
  border-radius: 5em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #265BBE;
  font-family: "Montserrat", "sans-serif";
}
@media screen and (max-width: 600px) {
  .solutions-list__number {
    font-size: 1em;
    height: 1.8125em;
  }
}

.solutions-list__ttl {
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #265BBE;
  margin-top: 0.9em;
}
@media screen and (max-width: 600px) {
  .solutions-list__ttl {
    font-size: 1.5em;
    line-height: 1.3333333333;
    margin-top: 0.8em;
  }
}

.solutions-list__text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 2.1em;
}
@media screen and (max-width: 600px) {
  .solutions-list__text {
    line-height: 1.8571428571;
    margin-top: 1.3em;
  }
}

.function {
  background-color: #F7F7F7;
  font-size: 1.6rem;
  padding: 8em 0 6.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .function {
    padding: 5em 0 4.5em;
  }
}

.functionDeco1 {
  width: 9.1%;
  top: 1.57%;
  right: 0;
  transform: translateX(34%);
}
@media screen and (max-width: 600px) {
  .functionDeco1 {
    width: 20.8%;
    top: 85%;
    transform: translateX(2%);
  }
}

.functionDeco2 {
  width: 14.375%;
  right: 0;
  bottom: 13.69%;
  transform: translateX(39%);
}

.functionDeco3 {
  width: 11.1%;
  left: 0;
  bottom: 5.98%;
  transform: translateX(-29%);
}
@media screen and (max-width: 600px) {
  .functionDeco3 {
    width: 22.93%;
    bottom: 58.5%;
    transform: translateX(0);
  }
}

.function-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  column-gap: 2.125em;
  row-gap: 2.0625em;
  margin-top: 4.2em;
}
@media screen and (max-width: 600px) {
  .function-lists {
    margin-top: 2.8em;
    row-gap: 1.25em;
  }
}

.function-list {
  width: 48.56%;
  padding: 2.6em 3.25em 2.375em;
  background-color: #fff;
  border-radius: 1.125em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .function-list {
    width: 100%;
    padding: 2.3em 0.8125em 2em;
  }
}
.function-list:nth-child(-n+2) .function-list__img {
  max-width: 29.1875em;
}
.function-list:last-child {
  padding-bottom: 0;
}
.function-list:last-child .function-list__img {
  max-width: 12.6875em;
}
@media screen and (max-width: 600px) {
  .function-list:last-child .function-list__img {
    max-width: 13.0625em;
    margin-top: 1.1em;
  }
}

.function-list__ttl {
  font-size: 1.75em;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #265BBE;
}
@media screen and (max-width: 600px) {
  .function-list__ttl {
    font-size: 1.25em;
  }
}

.function-list__text {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 1.1em;
}
@media screen and (max-width: 600px) {
  .function-list__text {
    font-size: 0.75em;
    line-height: 1.6666666667;
    margin-top: 1.4em;
  }
}

.function-list__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25em;
}
@media screen and (max-width: 600px) {
  .function-list__img {
    margin-top: 1.4em;
  }
}

.image {
  font-size: 1.6rem;
  padding: 6.9em 0 6.2em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .image {
    padding: 5.2em 0 5.4em;
  }
}
.image .section-ttl span {
  margin-bottom: 0.3em;
}

.imageDeco1 {
  width: 11.94%;
  right: 0;
  top: 36.8%;
  transform: translateX(47%);
}
@media screen and (max-width: 600px) {
  .imageDeco1 {
    width: 18.67%;
    top: 49.8%;
    transform: translateX(1%);
  }
}

.imageDeco2 {
  width: 7.08%;
  bottom: 1.75%;
  left: 0;
  transform: translateX(-20%);
}

.image-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  margin-top: 4.1em;
}
@media screen and (max-width: 600px) {
  .image-lists {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}

.image-list {
  text-align: center;
  border: 2px solid #B9CBDD;
  border-radius: 1.125em;
  padding: 2em 1em 2.4em;
  background-color: #fff;
}

.image-list__icon {
  width: 8.125em;
  margin-left: auto;
  margin-right: auto;
}

.image-list__ttl {
  font-size: 1.5em;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #265BBE;
  margin-top: 0.83em;
}

.image__note {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: right;
  color: #9A9A9A;
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .image__note {
    margin-top: 2.5em;
    text-align: center;
  }
}

.price {
  font-size: 1.6rem;
  padding: 6.6em 0 4.9em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .price {
    padding: 6.2em 0 4.9em;
  }
}

.priceDeco1 {
  width: 8.54%;
  top: 0;
  right: 0;
  transform: translateY(-20%);
}
@media screen and (max-width: 600px) {
  .priceDeco1 {
    width: 20.8%;
    transform: translate(10%, -10%);
  }
}

.priceDeco2 {
  width: 9.65%;
  top: 39.18%;
  left: 0;
  transform: translateX(-45%);
}
@media screen and (max-width: 600px) {
  .priceDeco2 {
    width: 25.86%;
    top: 81.2%;
    transform: translateX(-23%);
  }
}

.price__detail--container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.5em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .price__detail--container {
    grid-template-columns: 1fr;
    margin-top: 4em;
  }
}

.price__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(34%, -72%);
  width: 6.8em;
  height: 6.8em;
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url(../img/lp/price_ribbon.svg) no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .price__ribbon {
    right: 0;
    transform: translate(0, -72%);
    font-size: 0.8125em;
    width: 6.92em;
    height: 6.92em;
    z-index: 2;
  }
}

.price__detail--head,
.price__detail--body {
  padding: 3.5em 1.5em 1.6em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price__detail--head,
  .price__detail--body {
    padding: 1.8em 0.5em 1.75em;
  }
}
.price__detail--head dl dt,
.price__detail--body dl dt {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .price__detail--head dl dt,
  .price__detail--body dl dt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 600px) {
  .price__detail--body {
    padding-top: 2.2em;
    padding-bottom: 1.2em;
  }
}

.price__detail--head {
  background-color: #265BBE;
  color: #fff;
  position: relative;
}
.price__detail--head::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 3.875em;
  height: 3.875em;
  background: url(../img/lp/price_plus.svg) no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .price__detail--head::before {
    right: 50%;
    top: 100%;
    transform: translate(50%, -50%);
    width: 2.9375em;
    height: 2.9375em;
  }
}

.price__detail--head__price {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 0.3em;
}
@media screen and (max-width: 600px) {
  .price__detail--head__price {
    font-size: 1.5em;
  }
  .price__detail--head__price .hide-sp {
    display: none;
  }
}
.price__detail--head__price span.number {
  font-size: 2.5em;
  letter-spacing: 0.02em;
  transform: translate(-1.1%, 4.9%);
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .price__detail--head__price span.number {
    font-size: 2em;
  }
}

.price__detail--head__text {
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}
@media screen and (max-width: 600px) {
  .price__detail--head__text {
    font-size: 0.75em;
    margin-top: 1.25em;
  }
}

.price__detail--body {
  border: 4px solid #265BBE;
  color: #265BBE;
}

.price-detail__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 518px;
  margin-left: auto;
  column-gap: 0.5em;
  margin-top: 1.2em;
}
@media screen and (max-width: 600px) {
  .price-detail__lists {
    grid-template-columns: 1fr;
    width: 93.4%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 0.5em;
  }
}

.price-detail__list {
  text-align: center;
  background-color: #F2F2F2;
  border-radius: 0.625em;
  padding: 2.75em 0.5em;
}
@media screen and (max-width: 600px) {
  .price-detail__list {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: flex-end;
    padding: 0.85em 0.875em 1.4em;
  }
}

.price-detail__list--ttl {
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .price-detail__list--ttl {
    text-align: right;
    font-size: 0.9375em;
  }
}

.price-detail__list--price {
  font-size: 1.1875em;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-top: 0.5em;
}
@media screen and (max-width: 600px) {
  .price-detail__list--price {
    font-size: 1.125em;
    margin-top: 0;
  }
}
.price-detail__list--price span {
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 1.37em;
}
@media screen and (max-width: 600px) {
  .price-detail__list--price span {
    font-size: 1.33em;
  }
}

.price__ex--container {
  color: #265BBE;
  background-color: #F7F7F7;
  border-radius: 1.25em;
  padding: 3.35em 2.5em 3em 2.375em;
  margin-top: 1.875em;
}
@media screen and (max-width: 600px) {
  .price__ex--container {
    padding: 2.35em 1.75em 0.75em;
  }
}
.price__ex--container h3 {
  font-size: 1.75em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price__ex--container h3 {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.price__ex--wrap {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .price__ex--wrap {
    flex-direction: column;
    margin-top: 1.2em;
  }
}

.price__ex--contents {
  background-color: #fff;
  padding: 2.6875em 2.1875em;
  border-radius: 1.25em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price__ex--contents {
    padding: 1.6875em 1em 1.95em;
  }
}

.price__ex--monthly {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #265BBE;
  display: inline-block;
  text-align: center;
  justify-content: center;
  padding: 0.42em 0.6em;
  border-radius: 5em;
  margin-top: 0.83em;
}
@media screen and (max-width: 600px) {
  .price__ex--monthly {
    font-size: 1.25em;
    margin-top: 0.6em;
  }
  .price__ex--monthly.-spsm {
    font-size: 1em;
  }
}

.price__ex--text {
  font-size: 2em;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .price__ex--text.-plus {
    transform: rotate(90deg);
    margin-top: 0.2em;
  }
}

.price__ex--texts {
  padding-bottom: 2em;
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .price__ex--texts {
    padding-left: 0;
    padding-top: 0.75em;
  }
}

.price__ex--total {
  font-size: 1.75em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price__ex--total {
    font-size: 1.25em;
  }
}

.price__ex--price {
  font-size: 1.4375em;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-top: 0.75em;
}
@media screen and (max-width: 600px) {
  .price__ex--price {
    font-size: 1em;
    margin-top: 0.5em;
  }
}
.price__ex--price span {
  font-size: 2.52em;
  display: inline-block;
  margin-right: 0.05em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .price__ex--price span {
    font-size: 2.625em;
  }
}

.price__notes {
  width: 17.4em;
  margin-left: auto;
  margin-top: 1.5em;
}
@media screen and (max-width: 600px) {
  .price__notes {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25em;
  }
}

.price__note {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7857142857;
  color: #9A9A9A;
}
@media screen and (max-width: 600px) {
  .price__note {
    font-size: 0.75em;
    line-height: 1.6666666667;
  }
}
.price__note a {
  color: #265BBE;
  transition: opacity 0.3s ease;
}
.price__note a:hover {
  opacity: 0.7;
}

.flow {
  background-color: #F7F7F7;
  font-size: 1.6rem;
  padding: 8em 0 7.5em;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 5.4em 0 5.1em;
  }
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.0625em;
  margin-top: 6.3em;
}
@media screen and (max-width: 600px) {
  .flow-steps {
    grid-template-columns: 1fr;
    width: 78.9%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.5em;
    row-gap: 6.25em;
  }
}

.flow-step {
  position: relative;
  background-color: #fff;
  padding: 3.5825em 1em 3.2em;
  border-radius: 1.125em;
}
@media screen and (max-width: 600px) {
  .flow-step {
    padding: 2.5825em 1em 2.3em;
  }
}
.flow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.03125em;
  transform: translate(50%, -50%);
  width: 1.875em;
  height: 1.1875em;
  background: url(../img/lp/step_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .flow-step:not(:last-child)::before {
    top: calc(100% + 3.125em);
    right: 50%;
    width: 1.625em;
    height: 1.625em;
    transform: translate(50%, -110%) rotate(90deg);
  }
}

.flow-step__number {
  font-size: 1.0625em;
  width: 3.59em;
  height: 3.59em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #265BBE;
  color: #fff;
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
@media screen and (max-width: 600px) {
  .flow-step__number {
    font-size: 1em;
    width: 3.25em;
    height: 3.25em;
  }
}

.flow-step__icon {
  width: 8em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .flow-step__icon {
    width: 6.9375em;
  }
}

.flow-step__text {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}
@media screen and (max-width: 600px) {
  .flow-step__text {
    font-size: 1.125em;
    margin-top: 1em;
  }
}

.flow__notes {
  width: 16.125em;
  margin-left: auto;
  margin-top: 2.4em;
}
@media screen and (max-width: 600px) {
  .flow__notes {
    width: 78.9%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4em;
  }
}

.flow__note {
  font-size: 0.625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #9A9A9A;
}
.flow__note a {
  color: #265BBE;
  transition: opacity 0.3s ease;
}
.flow__note a:hover {
  opacity: 0.7;
}

.qa {
  background-color: #F7F7F7;
  font-size: 1.6rem;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 600px) {
  .qa {
    padding-bottom: 4.75em;
  }
}
.qa .section-ttl span {
  margin-bottom: 0.3em;
}

.qa-lists {
  margin-top: 4.4em;
}
@media screen and (max-width: 600px) {
  .qa-lists {
    margin-top: 2.6em;
  }
}

.qa-list {
  background-color: #fff;
  border-radius: 0.625em;
  padding: 2.3125em 3em 1.8em;
}
@media screen and (max-width: 600px) {
  .qa-list {
    padding: 2em 1.5em 1.8em;
  }
}
.qa-list:nth-child(n+2) {
  margin-top: 1em;
}
.qa-list dl dt {
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.375;
  padding-left: 2.5em;
  position: relative;
}
.qa-list dl dt:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .qa-list dl dt {
    font-size: 1em;
    line-height: 1.375;
    padding-left: 1.875em;
  }
}
.qa-list dl dt::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6em;
  color: #265BBE;
  font-family: "Montserrat", "sans-serif";
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .qa-list dl dt::before {
    top: 0;
    transform: translateY(0);
    font-size: 1.25em;
  }
}
.qa-list dl dd {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 1.6em;
  padding-top: 1em;
  border-top: 2px solid #EBEBEB;
  display: none;
}
.qa-list dl dd a {
  display: inline-block;
  font-weight: 500;
  color: #265BBE;
  transition: opacity 0.3s ease;
}
.qa-list dl dd a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .qa-list dl dd {
    font-size: 0.875em;
    line-height: 1.7142857143;
    margin-top: 1.2em;
  }
}
