/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

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

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

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

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

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: max(1.5625vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.lp .l-inner {
  width: 90%;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .lp .l-inner {
    max-width: 31.25em;
  }
}

/*======================================
    button
======================================*/
.lp .l-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .lp .l-cta__buttons {
    grid-template-columns: 1fr;
    row-gap: 0.75em;
  }
}
.lp .l-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 29.375em;
  height: 5.6875em;
  border-radius: 3em;
  overflow: hidden;
  filter: drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-button {
    height: 4.0625em;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp .l-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #d26515 0%, #dca032 30%, #f1b732 45%, #f6bc32 48%, #e99032 50%, #ed9e32 58%, #f6bc32 74%, #d26515 100%);
  z-index: -1;
}
.lp .l-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%);
  width: 0.5625em;
  height: 1.0625em;
  background: url(../img/arrow_white.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-button::after {
    right: 1.8125em;
    width: 0.4em;
    height: 0.75em;
  }
}
.lp .l-button:hover {
  filter: brightness(1.1) drop-shadow(0 0.25em 0.25em rgba(0, 0, 0, 0.5));
}
.lp .l-button:hover::before {
  background-position: 0 -20%;
  scale: 1.8;
}
.lp .l-button:hover::after {
  transform: translate(0.25em, -50%);
}
.lp .l-button .l-button-text {
  font-size: 1.5625em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp .l-button .l-button-text {
    font-size: 1.125em;
  }
}
.lp .l-button01 {
  background-color: #dca032;
  color: #fff;
}
.lp .l-button02 {
  background-color: #fff;
  color: #dca032;
}
.lp .l-button02::after {
  background-image: url(../img/arrow_color.svg);
}
.lp .l-button02 .l-button-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  border-radius: 3em;
}
.lp .l-button02 .l-button-text span.sm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.56em;
  position: relative;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.lp .l-button02 .l-button-text span.sm::before, .lp .l-button02 .l-button-text span.sm::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.086em;
  height: 0.8em;
  border-radius: 1em;
  background-color: #dca032;
}
.lp .l-button02 .l-button-text span.sm::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.lp .l-button02 .l-button-text span.sm::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.lp .l-button02 .l-button-text span.xs {
  font-size: 0.64em;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-left: 0.2em;
  margin-right: -0.1em;
}

/*======================================
    animation
======================================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lp .l-flow {
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp .l-flow-media-row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-flow-media-row-item {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-flow-media-row-item {
    display: flex;
  }
}
.lp .l-flow-items {
  display: flex;
  animation-name: infinity-scroll-left;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media screen and (min-width: 768px) {
  .lp .l-flow-pc {
    display: flex;
    animation-name: infinity-scroll-left;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-flow-pc {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-flow-sp {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-flow-sp {
    display: flex;
    animation-name: infinity-scroll-left;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
  }
}
/*======================================
    CTA
======================================*/
.lp .l-cta {
  padding: 3.75em 0 5em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #172148, #1363a9);
}
@media screen and (max-width: 767px) {
  .lp .l-cta {
    padding: 3em 0 4em;
  }
}
.lp .l-cta__text {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.135em;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lp .l-cta__text {
    letter-spacing: 0.11em;
    line-height: 1.6829268293;
  }
}
.lp .l-cta__text .circle {
  font-size: 0.62em;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .lp .l-cta__text .circle {
    font-size: 0.7175em;
    letter-spacing: -0.09em;
  }
}
.lp .l-cta__lead {
  position: relative;
  padding-bottom: 2.5em;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .lp .l-cta__lead {
    margin-top: 0.75em;
    padding-bottom: 1.5em;
  }
}
.lp .l-cta__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4375em;
  height: 0.875em;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.lp .l-cta__lead .text {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding: 0 1em 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-cta__lead .text {
    font-size: 0.75em;
  }
}
.lp .l-cta__lead .text::before, .lp .l-cta__lead .text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.94em;
  background: url(../img/fv_text_deco.svg) no-repeat center/contain;
}
.lp .l-cta__lead .text::before {
  left: 0;
}
.lp .l-cta__lead .text::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.lp .l-cta__lead .text .lg {
  font-size: 1.31em;
}
.lp .l-cta__lead .text .sm {
  font-size: 0.83em;
}
.lp .l-cta-section__buttons {
  margin: 2em auto 0;
  column-gap: 3.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-cta-section__buttons {
    margin-top: 0.8em;
  }
}
.lp .l-cta2 {
  background-image: linear-gradient(to right, #172148, #1363a9);
  padding: 4.8em 0 10em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-cta2 {
    padding: 2.5em 0 3.5em;
  }
}
.lp .l-cta2__title {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.7222222222;
}
.lp .l-cta2__title .underline {
  display: inline-block;
  border-bottom: 0.11em solid #dca032;
}
.lp .l-cta2__inner {
  display: grid;
  grid-template-columns: 25.5625em auto;
  column-gap: 1.875em;
}
@media screen and (min-width: 768px) {
  .lp .l-cta2__inner {
    margin: 4em 0 0 5.75em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__img {
    order: 3;
    max-width: 17.53125em;
    margin: 0.5em auto 0;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__contents {
    display: contents;
  }
}
.lp .l-cta2__lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__lead {
    order: 2;
    margin-top: 1em;
  }
}
.lp .l-cta2__lead span {
  display: inline-block;
  font-size: 1.625em;
  line-height: 1.7307692308;
  font-weight: 700;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__lead span {
    font-size: 0.8125em;
  }
}
.lp .l-cta2__lead span::before, .lp .l-cta2__lead span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  width: 1px;
  height: 1.5em;
  background-color: #fff;
}
.lp .l-cta2__lead span::before {
  transform: translateY(-50%) rotate(-25deg);
  left: 0;
}
.lp .l-cta2__lead span::after {
  transform: translateY(-50%) rotate(25deg);
  right: 0;
}
.lp .l-cta2__text {
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.6818181818;
  font-weight: 700;
  font-size: 1.375em;
  padding-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__text {
    order: 1;
    font-size: 1.25em;
    line-height: 1.6829268293;
    letter-spacing: 0.185em;
    margin-top: 0.5em;
    padding-bottom: 0;
  }
}
.lp .l-cta2__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.77em;
  height: 0.64em;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__text::before {
    display: none;
  }
}
.lp .l-cta2__button {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lp .l-cta2__button {
    order: 4;
    margin-top: 2em;
  }
}

/*======================================
    section
======================================*/
.lp .l-section-title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .lp .l-section-title {
    font-size: 1.5625em;
    line-height: 1.76;
  }
}
.lp .l-section-title .en {
  display: block;
  height: 2.825em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-section-title .en {
    height: 1.84em;
    margin-bottom: 0;
  }
}
.lp .l-section-title .en.line {
  height: 3.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-section-title .en.line {
    height: 2.26em;
  }
}
.lp .l-section-title .en img {
  width: auto;
  height: 100%;
}
.lp .l-section-lead {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-top: 1.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .l-section-lead {
    font-size: 0.8125em;
    line-height: 1.7307692308;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-align: justify;
  }
}
.lp .l-section-bg {
  display: grid;
}
.lp .l-section-bg__img {
  grid-column: 1/2;
  grid-row: 1/2;
  max-height: 40em;
}
@media screen and (max-width: 767px) {
  .lp .l-section-bg__img {
    max-height: 20.375em;
    max-height: 30em;
  }
}
.lp .l-section-bg__img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.lp .l-section-bg__contents {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  padding-top: 19.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-section-bg__contents {
    padding-top: 8.3em;
  }
}

.lp .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding: 1.125em 1.875em 1.125em 1.4375em;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-header {
    padding: 0.8em 1.5em 0.6em 0.8em;
  }
}
.lp .l-h__logo {
  width: 10.6875em;
}
@media screen and (max-width: 767px) {
  .lp .l-h__logo {
    width: 8.4375em;
  }
}
.lp .l-h__logo a {
  display: block;
}
.lp .l-d__icon {
  margin-left: auto;
}
.lp .l-d__icon:hover {
  cursor: pointer;
}
.lp .l-d__icon.active .l-d__icon--bar.-bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.lp .l-d__icon.active .l-d__icon--bar.-bar2 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.lp .l-d__icon--bars {
  width: 3.3125em;
  height: 0.8125em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-d__icon--bars {
    width: 2.5em;
    height: 0.6em;
  }
}
.lp .l-d__icon--bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.3125em;
  height: 1px;
  background-color: #172148;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-d__icon--bar {
    width: 2.5em;
  }
}
.lp .l-d__icon--bar.-bar1 {
  top: 0;
}
.lp .l-d__icon--bar.-bar2 {
  top: 100%;
}
.lp .l-d__contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: auto;
  background-color: #313131;
  padding: 5em 0 2.5em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-d__contents {
    padding-top: 3.5em;
  }
}
.lp .l-d__contents::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  max-height: 50em;
}
.lp .l-d__contents.active {
  opacity: 1;
  visibility: visible;
}
.lp .l-d__contents--wrap {
  width: 90%;
  display: inline-block;
  padding-top: 5em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lp .l-d__contents--wrap {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-d__contents--wrap {
    padding-top: 2.65em;
  }
  .lp .l-d__contents--wrap .l-inner {
    width: 100%;
  }
}
.lp .l-d__contents--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.375em;
}
@media screen and (max-width: 767px) {
  .lp .l-d__contents--inner {
    grid-template-columns: 1fr;
  }
}
.lp .l-d__lists {
  color: #fff;
}
.lp .l-d__list {
  border-top: 1px solid #fff;
}
.lp .l-d__list:last-child {
  border-bottom: 1px solid #fff;
}
.lp .l-d__list--link {
  display: block;
  padding: 2.8em 1.33em;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.18em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-d__list--link {
    font-size: 1em;
    padding: 1.075em 1.1em;
    letter-spacing: 0.03em;
  }
}
.lp .l-d__list--link:hover {
  opacity: 0.7;
}
.lp .l-d__list--link:hover::before {
  transform: translate(0.25em, -50%);
}
.lp .l-d__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 0.6em;
  height: 1.13em;
  background: url(../img/arrow_white.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-d__list--link::before {
    right: 1.75em;
  }
}
.lp .l-d__buttons {
  margin-top: 5.625em;
  column-gap: 3.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-d__buttons {
    margin-top: 2em;
  }
}

.lp .l-footer {
  padding: 4.75em 0 7em;
}
@media screen and (max-width: 767px) {
  .lp .l-footer {
    padding: 3em 0;
  }
}
.lp .l-f__logo {
  max-width: 16.875em;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-7%);
}
@media screen and (max-width: 767px) {
  .lp .l-f__logo {
    max-width: 9.09375em;
  }
}
.lp .l-f__buttons {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .lp .l-f__buttons {
    margin-top: 1.75em;
  }
}

.lp .l-fv {
  display: grid;
}
.lp .l-fv__bg {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__bg {
    max-height: 43.75em;
  }
}
.lp .l-fv__bg img {
  height: 100%;
  object-fit: cover;
}
.lp .l-fv__contents {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
  padding-top: 12.5em;
  padding-bottom: 8em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__contents {
    padding-top: 5.75em;
    padding-bottom: 1em;
  }
}
.lp .l-fv__lead {
  font-size: 3.5625em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4035087719;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lp .l-fv__lead {
    font-size: 1.625em;
    line-height: 1.3846153846;
  }
}
.lp .l-fv__lead .logo {
  display: block;
  max-width: 7.44em;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__lead .logo {
    max-width: 9.7em;
  }
}
.lp .l-fv__lead .circle {
  display: inline-block;
  font-size: 0.75em;
}
.lp .l-fv__texts {
  position: relative;
  padding: 0 9.75em;
  max-width: 46.25em;
  margin: 1em auto 0;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__texts {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 0.2em;
    max-width: 21.125em;
  }
}
.lp .l-fv__text {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lp .l-fv__text {
    font-size: 1.0625em;
    -ms-text-kashida-space: 1.4705882353;
    letter-spacing: 0.145em;
    text-align: left;
  }
}
.lp .l-fv__text .circle {
  display: inline-block;
  font-size: 0.6em;
  transform: translateY(-15%);
}
.lp .l-fv__text--circle {
  font-size: 1.5em;
  font-weight: 500;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2083333333;
  border-radius: 50%;
  width: 6.5em;
  height: 6.5em;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .lp .l-fv__text--circle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .lp .l-fv__text--circle {
    font-size: 0.875em;
    line-height: 1.2142857143;
    width: 6.39em;
    height: 6.39em;
    margin-left: auto;
    margin-right: -1.6em;
  }
}
.lp .l-fv__text--circle .bold {
  font-weight: 900;
  font-size: 1.04em;
  line-height: 1.4;
}
.lp .l-fv__text--sm {
  margin-top: 0.5em;
  position: relative;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__text--sm {
    padding-bottom: 0;
  }
}
.lp .l-fv__text--sm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.0625em;
  height: 0.75em;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .lp .l-fv__text--sm::before {
    display: none;
  }
}
.lp .l-fv__text--sm .text {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  padding: 0 1em 0 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__text--sm .text {
    font-size: 0.75em;
  }
}
.lp .l-fv__text--sm .text::before, .lp .l-fv__text--sm .text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.94em;
  background: url(../img/fv_text_deco.svg) no-repeat center/contain;
}
.lp .l-fv__text--sm .text::before {
  left: 0;
}
.lp .l-fv__text--sm .text::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.lp .l-fv__text--sm .text .lg {
  font-size: 1.35em;
}
.lp .l-fv__text--sm .text .sm {
  font-size: 0.85em;
}
.lp .l-fv__buttons {
  column-gap: 1.25em;
  max-width: 51.5625em;
  margin: 1em auto 0;
}
.lp .l-fv__buttons .l-button {
  height: 4.875em;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__buttons .l-button {
    height: 4.0625em;
  }
}
.lp .l-fv__buttons .l-button .l-button-text {
  font-size: 1.35em;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__buttons .l-button .l-button-text {
    font-size: 1.125em;
  }
}
.lp .l-fv__overview {
  max-width: 42.0625em;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__overview {
    max-width: 21.03125em;
  }
}
.lp .l-logo {
  aspect-ratio: 200/71;
  width: 12.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-logo {
    width: 7.8125em;
    aspect-ratio: 250/88;
  }
}
.lp .l-logo img {
  height: 100%;
  object-fit: cover;
}
.lp .l-fv__logos {
  margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
  .lp .l-fv__logos {
    margin-top: 0.6em;
  }
}
.lp .l-problem {
  color: #1363a9;
  padding-top: 5.25em;
}
@media screen and (max-width: 767px) {
  .lp .l-problem {
    padding-top: 2em;
  }
}
.lp .l-problem__title {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7222222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp .l-problem__title {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .lp .l-problem__title {
    font-size: 1em;
    line-height: 1.75;
  }
}
.lp .l-problem__title .lg {
  display: block;
  font-size: 1.67em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp .l-problem__title .lg {
    font-size: 1.5625em;
    line-height: 1.4;
  }
}
.lp .l-problem__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-problem__lists {
    margin-top: 2em;
    max-width: 20.9375em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-problem__lists {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
  }
}
.lp .l-problem__list {
  border: 0.0875em solid #d7edf5;
  border-radius: 0.625em;
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .lp .l-problem__list {
    padding-bottom: 0.625em;
    min-height: 18.1875em;
  }
}
.lp .l-problem__list--number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.375em;
  z-index: 2;
}
.lp .l-problem__list--text {
  font-size: 1.0625em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6470588235;
}
.lp .l-problem__list--img {
  margin-left: auto;
  margin-right: auto;
}
.lp .l-problem__list--img.-nayami1 {
  width: 76.25%;
  margin-top: 1.5em;
  transform: translateX(3%);
}
@media screen and (max-width: 767px) {
  .lp .l-problem__list--img.-nayami1 {
    margin-top: 1.75em;
  }
}
.lp .l-problem__list--img.-nayami2 {
  width: 81.25%;
}
.lp .l-problem__list--img.-nayami3 {
  width: 57.8125%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lp .l-problem__list--img.-nayami3 {
    width: 64.48%;
    margin-top: 0.5em;
  }
}
.lp .l-solution {
  background-color: #d7edf5;
  position: relative;
  margin-top: 3.5em;
  padding: 5em 0 11em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution {
    margin-top: 4em;
    padding: 3.25em 0 4.75em;
  }
}
.lp .l-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 5.375em;
  height: 2.375em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #1363a9;
}
.lp .l-solution__title {
  text-align: center;
}
.lp .l-solution__title .text {
  display: inline-block;
  padding: 0 2em;
  font-size: 2.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__title .text {
    font-size: 1.5625em;
  }
}
.lp .l-solution__title .text::before, .lp .l-solution__title .text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 2.5em;
  background: url(../img/title_deco.svg) no-repeat center/contain;
}
.lp .l-solution__title .text::before {
  left: 0;
  transform: translateY(-50%);
}
.lp .l-solution__title .text::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.lp .l-solution__title .text .md {
  font-size: 1.0875em;
}
.lp .l-solution__title .text .lg {
  font-size: 1.275em;
}
.lp .l-solution__lists {
  margin-top: 6.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__lists {
    margin-top: 1.5em;
  }
}
.lp .l-solution__list {
  display: flex;
  align-items: start;
  column-gap: 1.25em;
}
@media screen and (min-width: 768px) {
  .lp .l-solution__list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .lp .l-solution__list:nth-child(n+2) {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list {
    flex-direction: column;
    align-items: center;
  }
  .lp .l-solution__list:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.lp .l-solution__list--texts {
  flex: 1;
  padding-top: 1.55em;
  text-align: center;
}
.lp .l-solution__list--title {
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #000;
  position: relative;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--title {
    font-size: 1em;
    padding-bottom: 1em;
  }
}
.lp .l-solution__list--title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10.53em;
  height: 0.2em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--title::before {
    width: 4.9375em;
    height: 0.09375em;
  }
}
.lp .l-solution__list--title .lg {
  display: block;
  font-size: 3.067em;
  letter-spacing: normal;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--title .lg {
    font-size: 1.875em;
  }
}
.lp .l-solution__list--lead {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.7307692308;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--lead {
    font-size: 1.1875em;
    line-height: 1.4736842105;
  }
}
.lp .l-solution__list--text {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7222222222;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--text {
    font-size: 0.8125em;
    line-height: 1.7307692308;
    margin-top: 0.5em;
  }
}
.lp .l-solution__list--img {
  width: 37.125em;
}
@media screen and (max-width: 767px) {
  .lp .l-solution__list--img {
    width: 100%;
    margin-top: 1.2em;
  }
}
.lp .l-example {
  background-color: #1363a9;
  color: #fff;
  padding-bottom: 6.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-example {
    padding-bottom: 3.5em;
  }
}
.lp .l-example__lead {
  font-size: 1.9375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7419354839;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp .l-example__lead {
    font-size: 1.1875em;
    line-height: 1.7631578947;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 0.75em;
  }
}
.lp .l-example__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.75em;
  row-gap: 4.375em;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-example__lists {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
    margin-top: 2.75em;
  }
}
.lp .l-example__list {
  padding-left: 1.25em;
  display: flex;
  flex-direction: column;
  border-left: 0.21875em solid #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-example__list {
    border-width: 0.15625em;
    padding-left: 1em;
  }
}
.lp .l-example__list--head {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.69);
}
@media screen and (max-width: 767px) {
  .lp .l-example__list--head {
    font-size: 1.3125em;
    padding-bottom: 0.9em;
  }
}
.lp .l-example__list--text {
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  text-align: justify;
  margin-top: 1em;
  margin-right: -0.25em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp .l-example__list--text {
    font-size: 0.8125em;
    line-height: 1.7307692308;
    margin-right: 0;
    margin-bottom: 1.4em;
  }
}
.lp .l-example__list--img {
  margin-top: auto;
}
.lp .l-support {
  background-color: #d7edf5;
  padding-bottom: 14em;
}
@media screen and (max-width: 767px) {
  .lp .l-support {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-support__contents {
    padding-top: 11em;
  }
  .lp .l-support__contents .l-section-title {
    color: #1363a9;
  }
}
.lp .l-support__lists--wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp .l-support__lists--wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6.25em;
    grid-template-rows: repeat(4, 1fr);
    row-gap: 3em;
    grid-auto-flow: column;
    margin-top: 5.2em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-support__lists--wrap {
    margin-top: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-support__lists {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-support__lists:nth-of-type(n + 2) {
    margin-top: 2.75em;
  }
}
.lp .l-support__list {
  display: grid;
  grid-template-columns: 9.125em auto;
  column-gap: 0.875em;
}
@media screen and (max-width: 767px) {
  .lp .l-support__list {
    grid-template-columns: 7.59375em auto;
    margin-left: -2.5em;
  }
  .lp .l-support__list:nth-of-type(n + 2) {
    margin-top: 2.75em;
  }
}
.lp .l-support__list--img {
  align-self: start;
}
.lp .l-support__list--head {
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.5263157895;
  color: #1363a9;
  padding-bottom: 0.7em;
  border-bottom: 1px solid rgba(35, 24, 21, 0.6);
}
@media screen and (max-width: 767px) {
  .lp .l-support__list--head {
    font-size: 1em;
    line-height: 1.5;
  }
}
.lp .l-support__list--text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  font-weight: 700;
  text-align: justify;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-support__list--text {
    font-size: 0.8125em;
    line-height: 1.7307692308;
  }
}
.lp .l-voice {
  padding: 6em 0 8.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice {
    padding: 2.5em 0 3.5em;
  }
}
.lp .l-voice__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.25em;
  color: #1363a9;
}
@media screen and (max-width: 767px) {
  .lp .l-voice__title {
    position: relative;
  }
}
.lp .l-voice__title .l-section-title .en {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice__title .l-section-title .en {
    margin-bottom: 0.5em;
  }
}
.lp .l-voice__title--icon {
  width: 11.125em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice__title--icon {
    width: 5.5625em;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .lp .l-voice__title--icon.-icon1 {
    transform: translateX(-189%);
  }
  .lp .l-voice__title--icon.-icon2 {
    transform: translateX(89%);
  }
}
.lp .l-voice-swiper__wrap {
  position: relative;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper__wrap {
    margin: 1.6em calc(50% - 50vw) 0;
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper .swiper-wrapper {
    display: block;
  }
}
.lp .l-voice-swiper-slide {
  background-color: #d7edf5;
  border-radius: 1.25em;
  padding: 2.5em 2.25em;
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-slide:nth-child(n+2) {
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide {
    padding: 1.5em 1.5625em;
    border-radius: 0.625em;
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.lp .l-voice-swiper-slide__head {
  display: grid;
  grid-template-columns: 17.5625em auto;
  align-items: flex-end;
  column-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__head {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__head--logo {
    max-width: 14.09375em;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__head--text {
    margin-right: -0.5em;
  }
}
.lp .l-voice-swiper-slide__head--name {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
  border-bottom: 0.1em solid #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__head--name {
    font-size: 1.125em;
    border-color: #1363a9;
    margin-top: 0.5em;
    padding-bottom: 0;
  }
}
.lp .l-voice-swiper-slide__lead {
  font-size: 1.90625em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6333333333;
  color: #1363a9;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__lead {
    font-size: 1.0625em;
    line-height: 1.6176470588;
  }
}
.lp .l-voice-swiper-slide__contents {
  display: grid;
  grid-template-columns: auto 28em;
  column-gap: 1.75em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__contents {
    grid-template-columns: 1fr;
    margin-top: 1.2em;
  }
}
.lp .l-voice-swiper-slide__text {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.7333333333;
  text-align: justify;
  margin-top: calc((1 - 1.7333333333) * 0.5em);
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-slide__text span.ffs {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__text {
    font-size: 0.6875em;
    line-height: 1.6818181818;
    margin-top: calc((1 - 1.6818181818) * 0.5em);
  }
  .lp .l-voice-swiper-slide__text span.ffs-sp {
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-slide__contents--img {
    align-self: start;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-slide__contents--img {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-pagination {
    bottom: 0 !important;
  }
  .lp .l-voice-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1.53125em;
    height: 0.21875em;
    border-radius: 3em;
    background-color: #909090;
    margin: 0 0.25em;
  }
  .lp .l-voice-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1363a9;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-next {
    top: 31.5%;
    right: 50% !important;
    left: unset !important;
    width: 0.625em;
    height: 1.25em;
    background: url(../img/swiper_arrow_next.svg) no-repeat center/contain;
  }
  .lp .l-voice-swiper-next::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lp .l-voice-swiper-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp .l-voice-swiper-prev {
    left: 50% !important;
    top: 31.5%;
    width: 0.625em;
    height: 1.25em;
    background: url(../img/swiper_arrow.svg) no-repeat center/contain;
  }
  .lp .l-voice-swiper-prev::after {
    display: none;
  }
}
.lp .l-step {
  background-color: #1363a9;
  padding: 7.25em 0 9.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-step {
    padding: 3.6em 0 3em;
  }
}
.lp .l-step .l-section-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-step .l-section-title .en {
    margin-bottom: 0.5em;
  }
}
.lp .l-step__lists {
  margin: 5em auto 0;
  max-width: 53.125em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__lists {
    margin-top: 2.5em;
  }
}
.lp .l-step__list {
  padding-left: 4.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list {
    padding-left: 2em;
  }
}
.lp .l-step__list:not(:last-child) {
  padding-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list:not(:last-child) {
    padding-bottom: 1.5em;
  }
}
.lp .l-step__list:not(:last-child)::before, .lp .l-step__list:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 3.375em;
  background-color: #dca032;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list:not(:last-child)::before, .lp .l-step__list:not(:last-child)::after {
    left: 1.4em;
  }
}
.lp .l-step__list:not(:last-child)::before {
  top: 10em;
  width: 0.25em;
  height: calc(100% - 10em);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp .l-step__list:not(:last-child)::before {
    width: 0.125em;
    top: 4.28125em;
    height: calc(100% - 4.28125em + 1.40625em);
  }
}
.lp .l-step__list:not(:last-child)::after {
  bottom: 0;
  width: 1.25em;
  height: 1.125em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .lp .l-step__list:not(:last-child)::after {
    width: 0.625em;
    height: 0.5em;
    transform: translate(-50%, 100%);
    bottom: -1.40625em;
  }
}
.lp .l-step__list--contents {
  position: relative;
  background-color: #fff;
  border-radius: 1.25em;
  padding: 0 3em 1.25em 4.5em;
  min-height: 10.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--contents {
    min-height: 8.5625em;
    border-radius: 0.625em;
    padding: 0 1.5em 1.25em 2.1em;
  }
}
.lp .l-step__list--icon {
  width: 6.75em;
  position: absolute;
  top: 5.375em;
  left: 0;
  transform: translate(-4.5em, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--icon {
    width: 4.15625em;
    top: 4.28125em;
    transform: translate(-2.75em, -50%);
  }
}
.lp .l-step__list--head {
  display: grid;
  grid-template-columns: 5.2em auto;
  align-items: flex-end;
  transform: translateY(-0.6em);
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--head {
    grid-template-columns: 3.9em auto;
    transform: translateY(-0.8em);
  }
}
.lp .l-step__list--number {
  height: 4.1875em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--number {
    height: 3.3125em;
  }
}
.lp .l-step__list--number img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.lp .l-step__list--title {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1363a9;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--title {
    font-size: 1.125em;
  }
}
.lp .l-step__list--text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7222222222;
  letter-spacing: 0.03em;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--text {
    font-size: 0.8125em;
    line-height: 1.7307692308;
    text-align: justify;
    margin-top: -0.25em;
  }
}
.lp .l-step__list--free {
  padding-left: 1.6em;
  margin-top: 0.5em;
  font-size: 3.59375em;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-step__list--free {
    font-size: 1.78125em;
    padding-left: 0.75em;
    margin-top: 0.8em;
    padding-bottom: 0.4em;
  }
}
.lp .l-step__list--free .underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.45em;
}
.lp .l-step__list--free .underline::before, .lp .l-step__list--free .underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  height: 0.07em;
  background-color: #dca032;
  border-radius: 1em;
}
.lp .l-step__list--free .underline::before {
  bottom: 0.2em;
}
.lp .l-step__list--free .lg {
  font-size: 1.217em;
  letter-spacing: -0.345em;
}
.lp .l-step__people--title {
  font-size: 2.25em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.03em;
  margin-top: 2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp .l-step__people--title {
    font-size: 1.125em;
  }
}
.lp .l-step__people--images {
  margin: 4em calc(50% - 50vw) 0;
}
@media screen and (max-width: 767px) {
  .lp .l-step__people--images {
    margin-top: 2em;
  }
}
.lp .l-step__people--images .l-flow-items {
  animation-duration: 60s;
}
.lp .l-step__person {
  aspect-ratio: 1/1;
  width: 12.59375em;
}
@media screen and (max-width: 767px) {
  .lp .l-step__person {
    width: 8.125em;
  }
}
.lp .l-step__person img {
  height: 100%;
  object-fit: cover;
}
.lp .l-faq {
  padding: 8.5em 0 10em;
}
@media screen and (max-width: 767px) {
  .lp .l-faq {
    padding: 3.75em 0 4.5em;
  }
  .lp .l-faq .l-section-title {
    color: #1363a9;
  }
}
.lp .l-faq__lists {
  max-width: 53.625em;
  margin: 4em auto 0;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__lists {
    margin-top: 1.5em;
  }
}
.lp .l-faq__list {
  border-bottom: 0.125em solid #1363a9;
}
.lp .l-faq__list:first-child {
  border-top: 0.125em solid #1363a9;
}
.lp .l-faq__list--item {
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item {
    padding: 1em 0;
  }
}
.lp .l-faq__list--item.active dt::after {
  transform: translateY(-50%);
}
.lp .l-faq__list--item dt {
  display: grid;
  grid-template-columns: 5em auto;
  align-items: center;
  position: relative;
  padding-right: 5em;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item dt {
    grid-template-columns: 2.5em auto;
    padding-right: 3em;
  }
}
.lp .l-faq__list--item dt:hover {
  cursor: pointer;
}
.lp .l-faq__list--item dt::before, .lp .l-faq__list--item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875em;
  transform: translateY(-50%);
  width: 1.75em;
  height: 0.23125em;
  background-color: #1363a9;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item dt::before, .lp .l-faq__list--item dt::after {
    width: 1.6875em;
    right: 0.75em;
  }
}
.lp .l-faq__list--item dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.lp .l-faq__list--item dt .q {
  display: block;
  width: 1.875em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item dt .q {
    width: 1.375em;
    margin-left: 0;
  }
}
.lp .l-faq__list--item dd {
  margin-left: 5.5em;
  padding-top: 2em;
  padding-bottom: 1em;
  margin-top: 0.5em;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item dd {
    margin-left: 2.7em;
    margin-top: 1.05em;
    padding-top: 1.2em;
    padding-bottom: 0.4em;
  }
}
.lp .l-faq__list--item dd.show {
  display: block;
}
.lp .l-faq__list--item dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-image: linear-gradient(to right, #1363a9 0.625em, rgba(255, 255, 255, 0) 0.625em);
  background-size: 1.25em 0.125em;
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--item dd::before {
    background-image: linear-gradient(to right, #1363a9 0.3125em, rgba(255, 255, 255, 0) 0.3125em);
    background-size: 0.625em 0.125em;
  }
}
.lp .l-faq__list--question {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: #1363a9;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--question {
    font-size: 1em;
    line-height: 1.75;
  }
}
.lp .l-faq__list--answer {
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: 0.03em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .lp .l-faq__list--answer {
    font-size: 0.8125em;
    line-height: 1.7307692308;
  }
}
.lp .l-contact {
  background-image: linear-gradient(to right, #172148, #1363a9);
  padding: 4.5em 0 7em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp .l-contact {
    padding: 3em 0;
  }
}
.lp .l-contact__title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__title {
    font-size: 1.25em;
    line-height: 1.75;
  }
}
.lp .l-contact__text {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7222222222;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__text {
    font-size: 0.875em;
    line-height: 1.75;
    margin-top: 1.15em;
  }
}
.lp .l-contact-form {
  max-width: 61.5em;
  margin: 4em auto 0;
}
@media screen and (max-width: 767px) {
  .lp .l-contact-form {
    margin-top: 1.15em;
  }
}
.lp .l-contact__list {
  display: grid;
  grid-template-columns: 13.8em auto;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list {
    grid-template-columns: 1fr;
  }
}
.lp .l-contact__list:nth-child(n+2) {
  margin-top: 2.2em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list:nth-child(n+2) {
    margin-top: 1.15em;
  }
}
.lp .l-contact__list--head {
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list--head {
    font-size: 0.8125em;
    padding-top: 0;
  }
}
.lp .l-contact-required {
  font-size: 0.87em;
  display: inline-block;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #fff;
  border-radius: 3em;
  background-color: #ff0000;
  padding: 0.16em 0.25em;
  margin-left: 0.5em;
}
.lp .l-contact__list--input {
  max-width: 41.75em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list--input {
    margin-top: 0.6em;
  }
}
.lp .l-contact__list--input input,
.lp .l-contact__list--input select,
.lp .l-contact__list--input textarea {
  font-size: 0.9375em;
  font-weight: 700;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0.867em;
  line-height: 1.7333333333;
  padding: 1.5em 2.2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list--input input,
  .lp .l-contact__list--input select,
  .lp .l-contact__list--input textarea {
    font-size: 0.8125em;
    padding: 1.275em 1.5em;
    border-radius: 0.5em;
  }
}
.lp .l-contact__list--input input:focus,
.lp .l-contact__list--input select:focus,
.lp .l-contact__list--input textarea:focus {
  outline: none;
}
.lp .l-contact__list--input input::placeholder,
.lp .l-contact__list--input select::placeholder,
.lp .l-contact__list--input textarea::placeholder {
  color: #d3d3d4;
}
.lp .l-contact__list--input select {
  background: #fff url(../img/select_arrow.svg) no-repeat center right 1.5em/1.133em 0.6em;
}
.lp .l-contact__list--input textarea {
  resize: vertical;
  height: 17.2em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list--input textarea {
    height: 15.38em;
  }
}
.lp .l-contact__list--text {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 0.5em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__list--text {
    font-size: 0.75em;
    margin-bottom: 0;
    margin-top: 0.25em;
  }
}
.lp .l-contact__privacy {
  text-align: center;
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__privacy {
    margin-top: 3.2em;
  }
}
.lp .l-contact__privacy input {
  display: none;
}
.lp .l-contact__privacy input:checked + span.check::after {
  transform: translateY(-0.75em) rotate(-45deg);
  opacity: 1;
  visibility: visible;
}
.lp .l-contact__privacy .check {
  display: inline-block;
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__privacy .check {
    font-size: 0.8125em;
  }
}
.lp .l-contact__privacy .check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  width: 1.59em;
  height: 1.59em;
  background-color: #fff;
  border-radius: 0.45em;
}
.lp .l-contact__privacy .check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 0.75em;
  border-bottom: 0.35em solid #dca032;
  border-left: 0.35em solid #dca032;
  transform: translateY(-0.75em) rotate(-30deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.lp .l-contact__privacy .check a {
  display: inline-block;
  padding-bottom: 0.2em;
  font-weight: inherit;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease;
}
.lp .l-contact__privacy .check a:hover {
  opacity: 0.7;
}
.lp .l-contact__submit {
  max-width: 29.375em;
  height: 5.6875em;
  margin: 4.5em auto 0;
  border-radius: 3em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__submit {
    margin-top: 2.8em;
    height: 4.0625em;
  }
}
.lp .l-contact__submit:hover {
  cursor: pointer;
}
.lp .l-contact__submit input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.5625em;
  font-weight: 700;
  background: unset;
  color: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp .l-contact__submit input {
    font-size: 1.125em;
  }
}

/*# sourceMappingURL=style.css.map */
