html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.header__wrap {
  padding: 2.08vw 3.47vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__wrap {
    padding: 2.08vw 5.13vw;
  }
}
.header__logo-inner {
  width: 120px;
}
@media (max-width: 768px) {
  .header__logo-inner {
    width: 93px;
  }
}
.header__logo {
  width: 100%;
}
.header__link-inner {
  width: 300px;
}
@media (max-width: 768px) {
  .header__link-inner {
    width: 200px;
  }
}

.container {
  width: 1080px;
  max-width: calc(100vw - 6.94vw);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100vw - 10.26vw);
  }
}

.footer {
  background-color: #100F29;
}
.footer__copy {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding: 2em 0 1.67em 0;
}

.cta {
  background-image: url("../images/cta_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cta {
    background-image: url("../images/cta_bg-sp.png");
    background-position: bottom center;
  }
}
.cta__head {
  color: #FFFFFF;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .cta__head {
    font-size: 26px;
    margin-bottom: 1.25em;
  }
}
.cta__head-accent {
  color: #FEEC49;
}
.cta__sub-head {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.33em;
}
@media (max-width: 768px) {
  .cta__sub-head {
    font-size: 14px;
    margin-bottom: 1.6em;
  }
}
.cta__sub-head-big {
  font-size: 1.33em;
}
@media (max-width: 768px) {
  .cta__sub-head-big {
    font-size: 1.2em;
  }
}
.cta__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.78em;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 14px;
    margin-bottom: 1.2em;
  }
}
.cta__buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.88%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta__buttons {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 3.85vw;
  }
}
.cta__link--download, .cta__link--section, .cta__link--fv, .cta__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.125em;
  gap: 0.44em;
  font-weight: 500;
  border-radius: 999px;
  box-shadow: 0 0.375em 0 rgb(99.6562790698, 28.6437209302, 29.8372093023);
  transition: 0.3s;
}
.cta__link--download:hover, .cta__link--section:hover, .cta__link--fv:hover, .cta__link:hover {
  box-shadow: none;
  transform: translateY(0.25em);
}

.cta__link {
  font-size: 1rem;
  background-color: #A73032;
  color: #FFFFFF;
}
.cta__link:after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url("../images/cursor-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cta__link {
    font-size: 0.8125rem;
  }
}
.cta__link--fv {
  font-size: 1.25vw;
  background-color: #A73032;
  color: #FFFFFF;
  padding-right: 1.11em;
}
.cta__link--fv:after {
  content: "";
  width: 1.33em;
  height: 1.33em;
  background-image: url("../images/cursor-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cta__link--fv {
    font-size: 4.57vw;
  }
}
.cta__link--section {
  font-size: 18px;
  background-color: #A73032;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cta__link--section {
    font-size: 1rem;
  }
}
.cta__link--section:after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url("../images/cursor-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
}
.cta__link--download {
  font-size: 18px;
  background-color: #FFFFFF;
  color: #A73032;
}
@media (max-width: 768px) {
  .cta__link--download {
    font-size: 1rem;
  }
}
.cta__link--download:after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url("../images/icon_download.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
}

.cta2 {
  background-image: url("../images/cta_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cta2 {
    background-image: url("../images/cta_bg-sp.png");
    background-position: bottom center;
  }
}
.cta2__flex {
  display: flex;
  align-items: center;
  gap: 8.8%;
}
@media (max-width: 768px) {
  .cta2__flex {
    flex-direction: column;
  }
}
.cta2__left {
  width: 53.98%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cta2__left {
    width: 100%;
  }
}
.cta2__head-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .cta2__head-text {
    font-size: 24px;
  }
}
.cta2__head-text:before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.cta2__head-text:after {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}
.cta2__head-title {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .cta2__head-title {
    font-size: 30px;
  }
}
.cta2__head-title-accent {
  color: #FEEC49;
}
.cta2__link-inner {
  max-width: 320px;
  margin: auto;
}
@media (max-width: 768px) {
  .cta2__link-inner {
    display: none;
  }
}
.cta2__link-inner-sp {
  max-width: 320px;
  margin: auto;
  display: none;
}
@media (max-width: 768px) {
  .cta2__link-inner-sp {
    display: block;
  }
}
.cta2__right {
  width: 37.22%;
}
@media (max-width: 768px) {
  .cta2__right {
    width: 100%;
  }
}
.cta2__image-inner {
  width: 100%;
}
.cta2__image {
  width: 100%;
}

.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

.section-title__text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  margin-top: -1em;
}

@media (max-width: 768px) {
  .section-title__text {
    font-size: 16px;
  }
}
.section-title__sub {
  display: flex;
  color: #125df0;
  justify-content: center;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  gap: 0.6245em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .section-title__sub {
    font-size: 14px;
  }
}
.section-title__sub:before {
  content: "";
  width: 1.31em;
  aspect-ratio: 21/17.5;
  background-image: url("../images/section-title-side.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-title__sub:after {
  content: "";
  width: 1.31em;
  aspect-ratio: 21/17.5;
  background-image: url("../images/section-title-side.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.fv {
  background-image: url("../images/fv-bg.png");
  aspect-ratio: 1440/906;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10.56vw 3.47vw 0 3.47vw;
}
@media (max-width: 768px) {
  .fv {
    padding: 27.69vw 5.13vw 0 5.13vw;
    background-image: url("../images/fv-bg-sp.png");
    aspect-ratio: 390/844;
  }
}
.fv__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .fv__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.fv__left {
  width: 45.2%;
  padding-left: 3.47vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .fv__left {
    width: 100%;
    padding-left: 0;
  }
}
.fv__head-text {
  color: #121212;
  font-size: 1.67vw;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv__head-text {
    font-size: 4vw;
  }
}
.fv__bottom-text {
  color: #121212;
  font-size: 1.67vw;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv__bottom-text {
    font-size: 4vw;
    justify-content: center;
  }
}
.fv__head-text:before {
  content: "";
  display: inline-block;
  width: 1.46em;
  height: 1em;
  background-image: url("../images/fv_head-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.fv__head-text:after {
  content: "";
  display: inline-block;
  width: 1.46em;
  height: 1em;
  background-image: url("../images/fv_head-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.fv__title {
  color: #121212;
  font-size: 3.33vw;
  font-weight: 700;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 7vw;
  }
}
.fv__title-blue {
  color: #125df0;
}
.fv__title-blue--big {
  font-size: 1em;
}
@media (max-width: 768px) {
  .fv__title-blue--big {
    font-size: 1.19em;
  }
}
.fv__text-bg {
  background-color: #100F29;
  color: #FFFFFF;
  font-size: 1.8vw;
  /* height: 1.67em; */
  line-height: 1.67em;
  text-align: center;
  border-radius: 0.1em;
  transform: skew(-10deg);
  margin: 0.53em 0;
}
@media (max-width: 768px) {
  .fv__text-bg {
    font-size: 4.6vw;
  }
}
.fv__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 65.12%;
  gap: 4.31%;
}
@media (max-width: 768px) {
  .fv__features {
    width: 84%;
    margin: auto;
  }
}
.fv__feature-image {
  width: 100%;
}
.fv__link-inner {
  width: 55%;
  margin-top: 2.78vw;
}
@media (max-width: 768px) {
  .fv__link-inner {
    display: none;
  }
}
.fv__link-inner--sp {
  display: none;
  width: 91.43%;
}
@media (max-width: 768px) {
  .fv__link-inner--sp {
    display: block;
  }
}
.fv__right {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .fv__right {
    width: 78.85%;
    margin: 6.86vw auto;
  }
}
.fv__image-inner {
  width: 100%;
}
.fv__image {
  width: 100%;
}

.problem {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .problem {
    margin: 66px 0;
  }
}
.problem__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.85%;
}
@media (max-width: 768px) {
  .problem__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.problem__item {
  position: relative;
  padding: 7.84%;
  background-color: #F2F5FC;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 4px rgba(31, 28, 109, 0.1)) drop-shadow(-2px 0 4px rgba(31, 28, 109, 0.1));
}
@media (max-width: 768px) {
  .problem__item {
    padding: 5.72%;
    gap: 20px;
  }
}
.problem__number-inner {
  width: 30.7%;
  aspect-ratio: 66/48;
}
@media (max-width: 768px) {
  .problem__number-inner {
    width: 15.93%;
    position: absolute;
    top: 5.72%;
    left: 5.72%;
  }
}
.problem__number {
  width: 100%;
}
.problem__image-inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .problem__image-inner {
    padding-top: 5.72%;
    width: 50%;
  }
}
.problem__image {
  width: 100%;
  aspect-ratio: 172/143;
}
.problem__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .problem__text {
    font-size: 14px;
    margin-top: 0.86em;
  }
}
.problem__text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}
.problem__down-inner {
  width: 40px;
  aspect-ratio: 40/48;
  margin: 24px auto;
}
.problem__bottom-text-bg {
  font-size: 28px;
  background-color: #121212;
  color: #FFFFFF;
  line-height: 1.21em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.29em 0.43em;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .problem__bottom-text-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .problem__bottom-text-bg-row {
    background-color: #121212;
    line-height: 1.21em;
    padding: 0.4em 0.6em;
    border-radius: 3px;
  }
}
.problem__bottom-text-bg-big {
  font-size: 1.21em;
}
.problem__bottom-text {
  font-size: 24px;
  line-height: 1.6em;
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .problem__bottom-text {
    font-size: 14px;
    margin-top: 0.86em;
  }
}
.problem__bottom-text-accent {
  color: #125df0;
  font-weight: 500;
}

.about {
  background-image: url("../images/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .about {
    margin-top: 66px;
    padding-top: 79px;
    padding-bottom: 79px;
    background-image: url("../images/about_bg-sp.png");
  }
}
.about__top-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  .about__top-text {
    font-size: 16px;
  }
}
.about__top-text-big {
  font-size: 28px;
  text-align: center;
  margin-bottom: 2.86em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about__top-text-big {
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.about__top-text-big-accent {
  color: #125df0;
  text-decoration: underline;
  text-decoration-color: #FDF0A7;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
}
@media (max-width: 768px) {
  .about__top-text-big-accent {
    display: block;
  }
}
.about__image-inner {
  width: 63.89%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about__image-inner {
    width: 100%;
    margin-bottom: 56px;
  }
}
.about__image {
  width: 100%;
  aspect-ratio: 690/390;
}
.about__bottom-text {
  font-size: 24px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 2.375em;
}
@media (max-width: 768px) {
  .about__bottom-text {
    font-size: 18px;
    text-align: left;
  }
}
.about__bottom-text-accent {
  font-weight: 500;
  color: #125df0;
}
.about__info {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.7%;
  display: flex;
  background-color: #FFFFFF;
  align-items: center;
  gap: 3.7%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(4, 3, 94, 0.1);
}
@media (max-width: 768px) {
  .about__info {
    flex-direction: column;
    align-items: center;
    padding: 11.4% 5.7%;
  }
}
.about__info-image-inner {
  width: 157px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .about__info-image-inner {
    width: 50.65%;
  }
}
.about__info-image {
  width: 100%;
  aspect-ratio: 157/157;
}
.about__info-text {
  font-size: 20px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .about__info-text {
    font-size: 16px;
    margin-top: 1.5em;
  }
}
.about__info-text-accent {
  font-weight: 500;
}

.point {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .point {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.point__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 95px;
}
.point__item {
  width: calc((100vw - min(860px, 100vw)) / 2 + min(860px, 100vw));
  max-width: calc(100% - 3.47vw);
  background-color: #F2F5FC;
  padding: 0 80px;
  box-shadow: -2px 0 10px 0 rgba(31, 28, 109, 0.1), 2px 2px 10px 0 rgba(31, 28, 109, 0.1);
}
@media (max-width: 768px) {
  .point__item {
    width: 94.87vw;
  }
}
.point__item:nth-child(odd) {
  margin-left: auto;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 768px) {
  .point__item:nth-child(odd) {
    padding: 0 10.26vw 0 5.13vw;
  }
}
.point__item:nth-child(even) {
  margin-right: auto;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 768px) {
  .point__item:nth-child(even) {
    padding: 0 5.13vw 0 10.26vw;
  }
}
.point__item:nth-child(even) .point__item-inner {
  margin-left: auto;
}
.point__item-inner {
  width: 860px;
  max-width: 100%;
  padding: 80px 0;
  display: flex;
  gap: 10%;
}
@media (max-width: 768px) {
  .point__item-inner {
    flex-direction: column;
    padding: 50px 0;
    gap: 24px;
  }
}
.point__item-number-inner {
  position: absolute;
  top: -100px;
  left: -4.44%;
  font-size: 1rem;
  color: #125df0;
  display: flex;
  gap: 0.75em;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .point__item-number-inner {
    top: -70px;
    left: 0%;
  }
}
.point__item-number-inner:after {
  content: "";
  display: block;
  width: 0.55em;
  height: 2.5em;
  background-color: #125df0;
  transform: skew(-18deg);
}
.point__item-number-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.point__item-number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 0.75em;
  letter-spacing: 0.1em;
}
.point__item-text-inner {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .point__item-text-inner {
    order: 0;
  }
}
.point__item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 1.14em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .point__item-title {
    font-size: 15px;
  }
}
.point__item-text {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.point__item-text-underline {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.point__item-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}
.point__item-list-item {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-left: 1.2em;
  position: relative;
}
.point__item-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #125df0;
  font-weight: 500;
}
.point__item-arrow {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #125df0;
  font-weight: 500;
  padding-left: 0.5em;
}
.point__item-description {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.point__item-image-inner {
  flex-shrink: 0;
  width: 35.35%;
  min-width: 250px;
  margin-top: -120px;
}
@media (max-width: 768px) {
  .point__item-image-inner {
    margin-top: 0;
    width: 80%;
    margin: 0 auto;
    order: 1;
  }
}
.point__item-image {
  width: 100%;
  aspect-ratio: 304/249;
}
.point__bottom-text {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 80px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .point__bottom-text {
    font-size: 16px;
    margin-top: 50px;
  }
}

.why {
  padding: 120px 0;
  background-image: url(../images/why_bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .why {
    background-image: url(../images/why_bg-sp.png);
    padding: 80px 0;
  }
}
.why__items {
  display: flex;
  flex-direction: column;
  gap: 106px;
  align-items: center;
  margin-top: 106px;
}
@media (max-width: 768px) {
  .why__items {
    gap: 70px;
  }
}
.why__item {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 50px 12.96%;
  border-radius: 10px;
  box-shadow: -2px 0 10px 0 rgba(31, 28, 109, 0.1), 2px 2px 10px 0 rgba(31, 28, 109, 0.1);
}
@media (max-width: 768px) {
  .why__item {
    padding: 70px 5.13vw 40px 5.13vw;
  }
}
.why__title-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%) skew(-10deg);
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  background-color: #121212;
  font-size: 28px;
  padding: 0.23em 0.86em;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .why__title-inner {
    font-size: 20px;
  }
}
.why__title-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid;
  transform: translate(3px, 3px);
  border-radius: 3px;
}
.why__title {
  transform: skew(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.23em;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.why__title:before {
  content: "";
  width: 0.86em;
  height: 0.86em;
  background-image: url(../images/icon_check-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.why__title-accent {
  color: #FEEC49;
}
.why__flex {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .why__flex {
    flex-direction: column;
    gap: 32px;
  }
}
.why__flex-left {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .why__flex-left {
    width: 64.52%;
  }
}
.why__flex-image--first {
  width: 69.375%;
}
@media (max-width: 768px) {
  .why__flex-image--first {
    width: 100%;
  }
}
.why__flex-image--second {
  width: 83.44%;
}
@media (max-width: 768px) {
  .why__flex-image--second {
    width: 100%;
  }
}
.why__flex-image--third {
  width: 73.44%;
}
@media (max-width: 768px) {
  .why__flex-image--third {
    width: 100%;
  }
}
.why__flex-text {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .why__flex-text {
    font-size: 15px;
  }
}
.why__flex-text-accent {
  font-weight: 500;
  color: #125df0;
}
.why__bottom-text {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 80px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .why__bottom-text {
    font-size: 16px;
    margin-top: 50px;
  }
}

.about-abi {
  padding: 60px 0 40px 0;
  background-color: #100F29;
}
@media (max-width: 768px) {
  .about-abi {
    padding: 50px 0 30px 0;
  }
}
.about-abi__text {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .about-abi__text {
    font-size: 14px;
  }
}
.about-abi__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-abi__links {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
.about-abi__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 0.875em 1.5em;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: rgb(46, 53, 123);
  border-radius: 999px;
  letter-spacing: 0.05em;
  box-shadow: 0 0.375em 0 rgb(20, 28, 123);
  transition: 0.3s;
  text-decoration: none;
}
.about-abi__link:hover {
  box-shadow: none;
  transform: translateY(0.25em);
}
@media (max-width: 768px) {
  .about-abi__link {
    font-size: 14px;
    width: 100%;
  }
}

.message {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .message {
    padding: 80px 0;
  }
}
.message__flex {
  display: flex;
  gap: 5%;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 480px) {
  .message__flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.message__image-inner {
  width: 40%;
  min-width: 130px;
}
.message__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .message__head {
    display: none;
  }
}
.message__head--sp {
  display: none;
}
@media (max-width: 768px) {
  .message__head--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 0.3em;
    font-size: 21px;
    margin-bottom: 1em;
  }
}
.message__head-bg {
  background-color: #121212;
  color: #FFFFFF;
  padding: 0.1em 0.2em 0.2em 0.2em;
}
.message__text {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .message__text {
    font-size: 15px;
  }
}
.message__sign {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .message__sign {
    font-size: 18px;
  }
}
.message__sign-min {
  font-size: 0.58em;
  text-align: center;
}

.voice {
  background-image: url(../images/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .voice {
    background-image: url(../images/about_bg-sp.png);
    padding: 80px 0;
  }
}
.voice__head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
  margin-bottom: 2.5em;
}
.voice__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #125df0;
}
@media (max-width: 768px) {
  .voice__head {
    font-size: 1rem;
  }
}
.voice__head-text {
  font-weight: 700;
}
.voice__head-text-big {
  font-size: 1.4em;
  color: #125df0;
}
.voice__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 56px;
}
.voice__item {
  display: flex;
  max-width: 900px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .voice__item {
    flex-direction: column;
    gap: 20px;
  }
}
.voice__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .voice__item:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
}
.voice__bubble--even, .voice__bubble {
  position: relative;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: -2px 0 10px 0 rgba(31, 28, 109, 0.1), 2px 2px 10px 0 rgba(31, 28, 109, 0.1);
  padding: 40px 5.75%;
  width: 77.33%;
}
@media (max-width: 768px) {
  .voice__bubble--even, .voice__bubble {
    width: 100%;
    padding: 5.13vw;
  }
}

.voice__bubble:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 27px;
  aspect-ratio: 27/22;
  background-image: url(../images/bubble-try.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(95%);
}
@media (max-width: 768px) {
  .voice__bubble:after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 95%) rotate(90deg);
  }
}
.voice__bubble--even:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 27px;
  aspect-ratio: 27/22;
  background-image: url(../images/bubble-try.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-95%) rotate(180deg);
}
@media (max-width: 768px) {
  .voice__bubble--even:after {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 95%) rotate(90deg);
  }
}
.voice__item-title {
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding-bottom: 1.04em;
}
@media (max-width: 768px) {
  .voice__item-title {
    font-size: 20px;
  }
}
.voice__item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dadada;
}
.voice__item-text {
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .voice__item-text {
    font-size: 15px;
  }
}
.voice__item-image-inner {
  max-width: 140px;
}
@media (max-width: 768px) {
  .voice__item-image-inner {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
.voice__image {
  width: 100%;
  max-width: 132px;
}
@media (max-width: 768px) {
  .voice__image {
    width: 36.93%;
    max-width: none;
  }
}
.voice__image-text {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  margin-top: 1.23em;
}
@media (max-width: 768px) {
  .voice__image-text {
    gap: 12px;
    font-size: max(13px, 3.33vw);
  }
}
.voice__image-age {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.voice__image-partition {
  width: 1px;
  background-color: #121212;
}
.voice__image-name {
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.faq {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 80px 0;
  }
}
.faq__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.faq__item {
  max-width: 900px;
  padding: 16px 2.67%;
  border-radius: 5px;
  background: #F2F5FC;
  box-shadow: -2px 0 10px 0 rgba(31, 28, 109, 0.1), 2px 2px 10px 0 rgba(31, 28, 109, 0.1);
}
@media (max-width: 768px) {
  .faq__item {
    padding: 16px 5.13vw;
  }
}
.faq__question {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.67em;
}
@media (max-width: 768px) {
  .faq__question {
    font-size: 16px;
    line-height: 1.5em;
    align-items: flex-start;
  }
}
.faq__question-icon {
  font-size: 1.78em;
  color: #125df0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.faq__answer {
  padding-left: 35px;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-top: 1.46em;
}
@media (max-width: 768px) {
  .faq__answer {
    padding-left: 35px;
  }
}/*# sourceMappingURL=style.css.map */