* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  padding-inline: 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 5.8%;
    max-width: 100%;
  }
}
.container-sm {
  padding-inline: 4%;
  margin: 0 auto;
  max-width: calc(1000px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container-sm {
    padding-inline: 5.8%;
    max-width: 100%;
  }
}

.text {
  font-size: 1.6rem;
}
.text-lh15 {
  line-height: 1.5;
}
.text-lh2 {
  line-height: 2;
}
.text-fs18 {
  font-size: 1.8rem;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp {
    font-size: 14px;
    line-height: 2;
  }
}
.text-grad {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#0fcdcd), to(#4a80d2));
  background: linear-gradient(to left, #0fcdcd, #4a80d2);
  -webkit-background-clip: text;
          background-clip: text;
}

.rounded {
  border-radius: 16px;
}

.heading {
  margin-bottom: 48px;
  text-align: center;
  font-size: 4.8rem;
  color: #49575c;
}
@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.banner {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 40px 0;
  }
}
.banner__bg {
  position: absolute;
  inset: 0;
}
.banner__container {
  position: relative;
}
.banner__info {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner__info {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.banner__button-list {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .banner__button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.banner__button {
  border-radius: 8px;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 80px;
  color: #fff;
  background: #12b3b3;
  -webkit-filter: drop-shadow(0 8px 0 #0a8686);
          filter: drop-shadow(0 8px 0 #0a8686);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__button {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.banner__button:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-filter: drop-shadow(0 0 0 transparent);
          filter: drop-shadow(0 0 0 transparent);
}
.banner__button--yellow {
  background: #ffed27;
  -webkit-filter: drop-shadow(0 8px 0 #bfaf00);
          filter: drop-shadow(0 8px 0 #bfaf00);
  color: #1959b9;
}
.banner__button-text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .banner__button-text {
    font-size: 20px;
  }
}
.banner__button-icon {
  width: 32px;
  aspect-ratio: 1;
}

.footer__container {
  position: relative;
  padding: 18px min(1.25%, 24px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    gap: 64px;
    padding: 40px 3% 24px;
  }
}
.footer__copyright {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    letter-spacing: 0;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 100%;
    max-width: 364px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
  }
}
.footer__nav-link {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__nav-link:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header {
    background: #fff;
  }
}
.header.scrolled {
  background: #fff;
}
.header.scrolled .header__logo {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header.scrolled .header__logo {
    margin: 12px 0 12px 12px;
  }
}
.header.scrolled .header__logo-image {
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .header.scrolled .header__logo-image {
    height: 40px;
  }
}
.header.fade-out {
  opacity: 0;
  pointer-events: none;
}
.header.show {
  background: #fff;
}
.header.show .header__logo {
  margin: 12px 0 12px 12px;
}
.header.show .header__logo-image {
  height: 40px;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .header__container {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.4rem 0 2.4rem min(1.25%, 24px);
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .header__logo {
    margin: 0;
  }
}
.header__logo-image {
  height: 8rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .header__logo-image {
    height: 4.5vw;
    min-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-image {
    height: 40px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 1100px) {
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    inset: 0;
    height: 100dvh;
    background: #ebf7f7;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__wrapper.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header__menu {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  display: none;
}
@media screen and (max-width: 1100px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__menu.is-active .header__menu-button-icon--close {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__menu.is-active .header__menu-button-icon--open {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__menu-button-icon {
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__menu-button-icon--open {
  width: 40px;
  height: 26px;
}
.header__menu-button-icon--close {
  width: 36px;
  height: 21px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 2.8rem 4rem;
}
@media screen and (max-width: 1600px) {
  .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .header__nav {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }
}
@media screen and (max-height: 720px) {
  .header__nav {
    gap: 4svh;
  }
}
.header__nav-link {
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1500px) {
  .header__nav-link {
    font-size: calc(12px + (18 - 12) * (100vw - 1080px) / (1500 - 1080));
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-link {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-height: 600px) {
  .header__nav-link {
    font-size: 15px;
  }
}
.header__nav-link:hover {
  text-decoration: underline;
}
.header__banner-button-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__banner-button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 208px;
  }
}
@media screen and (max-width: 1100px) {
  .header__banner-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-height: 720px) {
  .header__banner-button-list {
    gap: 4svh;
  }
}

.lp {
  overflow-x: clip;
}

.lp-mv {
  position: relative;
  padding-block: 238px 140px;
}
@media screen and (max-width: 767px) {
  .lp-mv {
    margin-top: 60px;
    padding-block: 40px 0;
    height: 640px;
  }
}
.lp-mv__bg {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1700px) {
  .lp-mv__bg-img {
    -o-object-position: 35%;
       object-position: 35%;
  }
}
.lp-mv__container {
  position: relative;
  z-index: 1;
  padding-inline: 4%;
  margin: 0 auto;
  max-width: calc(1600px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-mv__container {
    padding-inline: 5.8%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-mv__container {
    padding-inline: 5.4%;
  }
}
.lp-mv__heading {
  margin-bottom: 0.5em;
  font-size: 8rem;
}
@media screen and (max-width: 1600px) {
  .lp-mv__heading {
    font-size: calc(60px + (80 - 60) * (100vw - 981px) / (1600 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp-mv__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 412px) {
  .lp-mv__heading {
    font-size: calc(34px + (40 - 34) * (100vw - 350px) / (412 - 350));
  }
}
.lp-mv__hl-line {
  font-size: 3.2rem;
  color: #49575c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1600px) {
  .lp-mv__hl-line {
    font-size: calc(24px + (32 - 24) * (100vw - 981px) / (1600 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp-mv__hl-line {
    font-size: 16px;
  }
}
@media screen and (max-width: 412px) {
  .lp-mv__hl-line {
    font-size: calc(13px + (16 - 13) * (100vw - 350px) / (412 - 350));
  }
}
.lp-mv__hl-line:not(:first-child) {
  margin-top: 0.75em;
}
.lp-mv__hl-line--deco {
  position: relative;
}
.lp-mv__hl-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0.5em;
  background-color: #ffed27;
}
@media screen and (max-width: 767px) {
  .lp-mv__hl-deco {
    bottom: -2px;
  }
}

.lp-about__container {
  position: relative;
}
.lp-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp-about__bg {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 412/240;
  }
}
.lp-about__content-wrap {
  padding-block: 124px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding-inline: 4%;
  margin: 0 auto;
  max-width: calc(1680px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-about__content-wrap {
    padding-inline: 5.8%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .lp-about__content-wrap {
    background: linear-gradient(to left, #fff 400px, transparent 900px);
  }
}
@media screen and (max-width: 767px) {
  .lp-about__content-wrap {
    padding-block: 40px 64px;
    background: none;
  }
}
.lp-about__content {
  margin-left: auto;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .lp-about__content {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .lp-about__content {
    width: 100%;
  }
}
.lp-about__heading {
  margin-bottom: 40px;
  font-size: 6.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .lp-about__heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-about__heading {
    font-size: 32px;
  }
}
.lp-about__par {
  color: #49575c;
}
.lp-about__quote {
  font-size: 2.4rem;
}

.lp-point {
  padding-block: 80px 132px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-point {
    padding-block: 64px 120px;
  }
}
.lp-point__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 768px;
  z-index: -1;
}
.lp-point__list {
  margin-top: 104px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 40px;
}
@media screen and (max-width: 767px) {
  .lp-point__list {
    margin-top: 80px;
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.lp-point__item {
  position: relative;
}
.lp-point__item-count {
  position: absolute;
  top: -55px;
  left: 24px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .lp-point__item-count {
    top: -40px;
    height: 80px;
  }
}
.lp-point__item-content {
  height: 100%;
  -webkit-box-shadow: 0 10px 30px 0 #dcf6f6;
          box-shadow: 0 10px 30px 0 #dcf6f6;
}
@media screen and (max-width: 767px) {
  .lp-point__item-content {
    border-radius: 10px;
  }
}
.lp-point__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 58/29;
}
@media screen and (max-width: 767px) {
  .lp-point__item-image {
    aspect-ratio: 364/182;
  }
}
.lp-point__item-info {
  padding: 24px;
}
.lp-point__item-title {
  margin-bottom: 24px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-point__item-title {
    font-size: 24px;
  }
}

.lp-service {
  padding-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .lp-service {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .lp-service__track {
    overflow: visible !important;
  }
}
@media screen and (min-width: 767px) {
  .lp-service__list {
    margin-top: 48px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 3.5%;
  }
}
.lp-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31%;
  overflow: hidden;
}
.lp-service__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 372/248;
}
@media screen and (max-width: 767px) {
  .lp-service__item-image {
    aspect-ratio: 342/240;
  }
}
.lp-service__item-info {
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  background: #12b3b3;
}
.lp-service__slider-arrows {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-service__slider-arrows {
    margin-top: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static !important;
    padding: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lp-service__slider-arrow {
  background: transparent;
  -webkit-transform: none;
          transform: none;
  position: relative;
  inset: auto;
  width: 38px;
  height: 38px;
  border: 2px solid #12b3b3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lp-service__slider-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0;
  width: 18px;
  aspect-ratio: 1;
  background: #12b3b3;
  -webkit-mask: url("/public/img/icons/arrow.svg") no-repeat center/contain;
          mask: url("/public/img/icons/arrow.svg") no-repeat center/contain;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lp-service__slider-arrow:hover {
  background: #12b3b3;
}
.lp-service__slider-arrow:hover::after {
  background: #fff;
}
.lp-service__slider-arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.lp-service__slider-arrow:disabled {
  opacity: 1;
  border-color: #d9d9d9;
}
.lp-service__slider-arrow:disabled::after {
  background: #d9d9d9;
}
.lp-service__pagination {
  position: static;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 25px;
  padding: 0;
  gap: 16px;
}
.lp-service__pagination li {
  line-height: 0;
}
.lp-service__page {
  height: 10px;
  width: 10px;
  margin: 0;
  opacity: 1;
  background: #d9d9d9;
}
.lp-service__page.is-active {
  background: #12b3b3;
  -webkit-transform: none;
          transform: none;
}

.lp-secu {
  padding-block: 80px 120px;
  background: #7acccc;
}
@media screen and (max-width: 767px) {
  .lp-secu {
    padding-block: 64px;
  }
}
.lp-secu__list {
  counter-reset: count;
}
.lp-secu__item {
  padding: 24px 16px;
  display: grid;
  grid-template-columns: 248fr 920fr;
}
@media screen and (max-width: 900px) {
  .lp-secu__item {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-secu__item {
    padding: 24px;
    grid-template-columns: 1fr;
  }
}
.lp-secu__item:not(:last-child) {
  margin-bottom: 24px;
}
.lp-secu__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-secu__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
}
.lp-secu__item-count::before {
  margin-top: -10px;
  font: 700 8rem "Work Sans", sans-serif;
  color: #bcebeb;
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
}
.lp-secu__item-icon {
  margin-left: auto;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.lp-secu__item-title {
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp-secu__item-title {
    font-size: 18px;
  }
}

.lp-flow {
  padding-block: 80px 120px;
  background: #ebf7f7;
}
@media screen and (max-width: 767px) {
  .lp-flow {
    padding-block: 64px;
  }
}
.lp-flow__list {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  counter-reset: flow;
}
@media screen and (max-width: 980px) {
  .lp-flow__list {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .lp-flow__list {
    margin-top: 40px;
  }
}
.lp-flow__item {
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 980px) {
  .lp-flow__item {
    margin-left: 30px;
    padding: 24px 40px;
    width: calc(100% - 30px);
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.lp-flow__item::before {
  position: absolute;
  margin: auto;
  inset: -20px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 700 4rem "Work Sans", sans-serif;
  color: #12b3b3;
  content: counter(flow, decimal-leading-zero);
  counter-increment: flow;
}
@media screen and (max-width: 980px) {
  .lp-flow__item::before {
    inset: 0 auto 0 -30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.lp-flow__item:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0 -36px 0 auto;
  width: 24px;
  height: 27px;
  background: url("/public/img/icons/arrow-triangle.svg") no-repeat center/contain;
}
@media screen and (max-width: 980px) {
  .lp-flow__item:not(:last-child)::after {
    inset: auto 0 -42px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.lp-flow__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lp-flow__item-icon {
  width: 98px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .lp-flow__item-icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .lp-flow__item-text {
    text-align: left;
  }
}

.lp-diff {
  padding-block: 80px 132px;
}
@media screen and (max-width: 767px) {
  .lp-diff {
    padding-block: 64px;
  }
}
@media screen and (max-width: 767px) {
  .lp-diff__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lp-diff__table-container {
    padding-inline: 0;
  }
}
.lp-diff__table-wrap {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .lp-diff__table-wrap {
    padding-inline: 5.8%;
  }
}
.lp-diff__table-wrap::-webkit-scrollbar {
  display: none;
}
.lp-diff__table {
  border-spacing: 0;
  width: 100%;
  min-width: 900px;
}
@media screen and (max-width: 767px) {
  .lp-diff__table {
    min-width: 486px;
  }
}
.lp-diff__table tr {
  display: grid;
  grid-template-columns: 19.8% 38.5% 38.5%;
  gap: 1.6%;
}
@media screen and (max-width: 767px) {
  .lp-diff__table tr {
    grid-template-columns: 20.5% 37% 39%;
  }
}
.lp-diff__table th,
.lp-diff__table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-diff__table thead th:nth-child(2) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 40px 12px;
  font-size: 2.8rem;
  background: #12b3b3;
}
@media screen and (max-width: 767px) {
  .lp-diff__table thead th:nth-child(2) {
    padding-block: 22px;
    font-size: 20px;
  }
}
.lp-diff__table thead th:nth-child(3) {
  padding: 33px 12px;
  margin-top: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.4rem;
  background: #8f9496;
}
@media screen and (max-width: 767px) {
  .lp-diff__table thead th:nth-child(3) {
    padding-block: 28px;
    font-size: 18px;
  }
}
.lp-diff__table tbody th {
  font-weight: 400;
}
.lp-diff__table tbody td:nth-child(2) {
  border-inline: 4px solid #12b3b3;
}
.lp-diff__table tbody td:nth-child(3) {
  color: #49575c;
}
.lp-diff__table tbody th,
.lp-diff__table tbody td {
  padding: 23px 12px;
}
@media screen and (max-width: 767px) {
  .lp-diff__table tbody th,
  .lp-diff__table tbody td {
    padding: 19px 7px;
  }
}
.lp-diff__table tbody tr:nth-child(odd) th,
.lp-diff__table tbody tr:nth-child(odd) td {
  background: #f2f4f7;
}
.lp-diff__table tbody tr:last-child th:first-child,
.lp-diff__table tbody tr:last-child td:nth-child(3) {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .lp-diff__table tbody tr:last-child th:first-child,
  .lp-diff__table tbody tr:last-child td:nth-child(3) {
    height: 80px;
  }
}
.lp-diff__table tbody tr:last-child td:nth-child(2) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 4px solid #12b3b3;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .lp-diff__table tbody tr:last-child td:nth-child(2) {
    min-height: 100px;
  }
}

.lp-faq {
  padding-block: 80px 128px;
  background: #ebf7f7;
}
@media screen and (max-width: 767px) {
  .lp-faq {
    padding-block: 64px;
  }
}
.lp-faq__list {
  margin-top: 48px;
}
.lp-faq__accordion {
  padding: 16px 24px;
}
.lp-faq__accordion.active .lp-faq__accordion-icon::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.lp-faq__accordion.active .lp-faq__accordion-icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.lp-faq__accordion.active .lp-faq__accordion-content {
  grid-template-rows: 1fr;
}
.lp-faq__accordion:not(:last-child) {
  margin-bottom: 24px;
}
.lp-faq__accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 16px;
}
.lp-faq__accordion-icon {
  position: relative;
  margin-left: auto;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-faq__accordion-icon::before, .lp-faq__accordion-icon::after {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #49575c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp-faq__accordion-icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp-faq__accordion-icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.lp-faq__accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}
.lp-faq__accordion-content-wrap {
  overflow: hidden;
}
.lp-faq__item-body {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.lp-faq__icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: 700 2.4rem "Work Sans", sans-serif;
  background: #12b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-faq__icon--blue {
  background: #6496e1;
}
.lp-faq__question {
  font-size: 2.4rem;
  color: #49575c;
}
@media screen and (max-width: 767px) {
  .lp-faq__question {
    font-size: 18px;
  }
}
.lp-faq__answer-title {
  margin-bottom: 1em;
}
.lp-faq__answer-image {
  max-width: 52.4rem;
}

.company {
  padding-block: 8rem 12.8rem;
  background: #f2f4f7;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 64px 100px;
  }
}
@media screen and (max-width: 767px) {
  .company__heading {
    font-size: 30px;
  }
}
.company__content {
  margin-top: 4.8rem;
  gap: min(6.6666666667%, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
}
.company__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: min(630%, 7560px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company__info {
    width: 100%;
  }
}
.company__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 2.4rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .company__info-row {
    padding-block: 16px;
  }
}
.company__info-row:first-child {
  padding-top: 0;
}
.company__info-term {
  width: 152px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__info-term {
    width: 120px;
    font-size: 14px;
  }
}
.company__info-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .company__info-desc {
    font-size: 14px;
  }
}
.company__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 364/80;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .company__logo {
    width: 100%;
    max-width: 366px;
    height: auto;
  }
}

.overflow {
  overflow: hidden;
}

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

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

.white {
  color: #fff;
}

.yellow {
  color: #ffed27;
}

.green {
  color: #12b3b3;
}

.bg-white {
  background: #fff;
}

.none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.anchor {
  position: relative;
  top: -160px;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -120px;
  }
}

[data-aos=reveal-right] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
[data-aos=reveal-right].aos-animate {
  -webkit-animation: reveal-right 0.3s ease 1s forwards;
          animation: reveal-right 0.3s ease 1s forwards;
}

@-webkit-keyframes reveal-right {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-right {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
[data-aos=reveal-right2] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
[data-aos=reveal-right2].aos-animate {
  -webkit-animation: reveal-right 0.3s ease 0.5s forwards;
          animation: reveal-right 0.3s ease 0.5s forwards;
}
/*# sourceMappingURL=main.css.map */
