@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

body {
  color: #232323;
}

@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9937888199vw;
  }
}
@media (min-width: 1610px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  padding: 2.75rem 0 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0 3.25rem 0 3.75rem;
  }
}

.header-logo {
  width: 100%;
  max-width: 10rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    max-width: 12.25rem;
  }
}

.header-inner__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
footer {
  position: relative;
  margin-top: -3.75rem;
  background-color: #fff;
  border-radius: 5rem;
  position: relative;
  padding: 6.125rem 0 2rem;
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: -7.5rem;
    border-radius: 12.5rem;
    padding: 7.75rem 0 5.625rem;
  }
}

.footer-inner {
  padding: 0 2.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 1.5625rem;
    max-width: 70.625rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-cta {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.25rem;
  }
}

.footer-cta__image {
  width: 13.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-cta__image {
    width: 30.625rem;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-cta__texts {
    max-width: 36.25rem;
  }
}

.footer-cta__texts--title {
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-cta__texts--title {
    font-size: 3rem;
    margin-top: 5.625rem;
  }
}

.footer-cta__texts--title span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-cta__texts--title span {
    justify-content: left;
  }
}

.footer-cta__texts--title img {
  width: 6.875rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-cta__texts--title img {
    width: 13.75rem;
  }
}

.footer-rincs {
  justify-content: center;
  gap: 1.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer-rincs {
    justify-content: left;
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}

.footer-rincs--item {
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .footer-rincs--item {
    width: 10.9375rem;
  }
}

.footer-main {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .footer-main {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-main__top {
    align-items: center;
    justify-content: space-between;
  }
}

.footer-main__top--logo {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .footer-main__top--logo {
    width: 13rem;
  }
}

.footer-main__top--nav {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-main__top--nav {
    margin-top: 0;
  }
}

.footer-main__top--nav .header-nav__pc {
  padding: 0;
  background-color: initial;
}
@media screen and (min-width: 768px) {
  .footer-main__top--nav .header-nav__pc {
    background-color: #FAFAFA;
    padding: 1.6875rem 4rem;
  }
}

.footer-main__top--nav .header-nav__pc .header-nav__pc--item {
  line-height: 1.5;
}

.footer-main__top--nav .header-nav__pc .header-nav__pc--item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer-main__top--nav .header-nav__pc .header-nav__pc--item:nth-child(n+2) {
    margin-top: 0;
  }
}

.footer-btm {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer-btm {
    margin-top: 4.5rem;
    justify-content: space-between;
  }
}

.footer-btm__sns {
  align-items: center;
  gap: 1.5rem;
}
.footer-btm__sns li {
  width: 2.25rem;
}
.footer-btm__nav {
  margin-top: 3.25rem;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer-btm__nav {
    justify-content: space-between;
    margin-top: 1.875rem;
  }
}

.footer-btm__nav ul {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-btm__nav ul {
    width: auto;
    justify-content: left;
  }
}

.footer-btm__nav ul li {
  display: flex;
}
.footer-btm__nav ul li:nth-child(n+2):before {
  content: "　｜　";
  display: block;
}

.Copyright {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2.3333333333;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .Copyright {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0;
  }
}

.inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 36.375rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 100.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #48BDEE;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 2.25rem;
  }
}

.header-hamberger.open {
  background-color: #fff;
}

.hamberger {
  position: relative;
  width: 2rem;
  height: 1.125rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}

.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.open .hamberger-bar {
  background-color: #48BDEE;
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 100%;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url("../img/menu-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem 2.25rem 2rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .header-nav {
    background-image: url("../img/menu-bg_pc.jpg");
    background-position: right;
    padding: 15.625rem 10rem 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__items {
    align-items: center;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.header-nav__item a {
  font-weight: 800;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    font-size: 1.5rem;
  }
}

.header-nav__rincs {
  margin-top: 2.625rem;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .header-nav__rincs {
    margin-top: 4.625rem;
    gap: 1.5rem;
  }
}

.header-nav__rincs--item {
  max-width: 8.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-nav__rincs--item {
    max-width: 10.9375rem;
  }
}

.header-nav__footer {
  margin-top: 15.625rem;
}
@media screen and (min-width: 768px) {
  .header-nav__footer {
    margin-top: 8.5rem;
  }
}

.header-nav__footer--nav {
  align-items: center;
}
.header-nav__footer--nav .nav-item {
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  display: flex;
  align-items: center;
}
.header-nav__footer--nav .nav-item:nth-child(n+2)::before {
  content: "　｜　";
  display: block;
}

.header-nav__footer--copyright {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 2.3333333333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header-nav__footer--copyright {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.header-nav__pc {
  background-color: #FAFAFA;
  border-radius: 2.25rem;
  padding: 1.5rem 4rem 1.625rem;
  gap: 3rem;
}

.header-nav__pc--item {
  font-size: 0.9375rem;
}

.section-title {
  text-align: center;
}

.section-title__icon {
  width: 3.625rem;
  margin: 0 auto;
}

#reasons .section-title__icon {
  width: 3.25rem;
}

#steps .section-title__icon {
  width: 3.25rem;
}

#voice .section-title__icon {
  width: 2.5rem;
}

#faq .section-title__icon {
  width: 3rem;
}

.section-title__main {
  margin-top: 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 800;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 3rem;
  }
}

#reasons .section-title__main {
  margin-top: 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #reasons .section-title__main {
    margin-top: 0.75rem;
    font-size: 3rem;
  }
}

#steps .section-title__main {
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #steps .section-title__main {
    font-size: 3rem;
  }
}

#voice .section-title__main {
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #voice .section-title__main {
    font-size: 3rem;
  }
}

#faq .section-title__main {
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #faq .section-title__main {
    font-size: 3rem;
  }
}

#about .section-title__main img {
  width: 11.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #about .section-title__main img {
    width: 18.75rem;
  }
}

#feature .section-title__main img {
  width: 10rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #feature .section-title__main img {
    width: 18.75rem;
  }
}

.section-title__eng {
  color: #48EE59;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .section-title__eng {
    margin-top: 0.5rem;
  }
}

#reasons .section-title__eng {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  #reasons .section-title__eng {
    margin-top: 0.375rem;
  }
}

#voice .section-title__eng {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  #voice .section-title__eng {
    margin-top: 0.5rem;
  }
}

#faq .section-title__eng {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  #faq .section-title__eng {
    margin-top: 0.5rem;
  }
}

.mv {
  padding: 10.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 0;
  }
}

.mv-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    justify-content: right;
  }
}

.mv-main {
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-main {
    padding: 7.5rem 0 0;
    max-width: 28.125rem;
    margin-left: 1.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-main {
    padding: 12.1875rem 0 0;
  }
}

.mv-title {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .mv-title {
    font-size: 4rem;
  }
}

.mv-title span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mv-title .blue-logo {
  object-position: center;
  width: 11.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-title .blue-logo {
    margin-top: 1rem;
    width: 18.75rem;
  }
}

.mv-rincs {
  margin-top: 1.75rem;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .mv-rincs {
    margin-top: 2.25rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-rincs {
    margin-top: 3.25rem;
  }
}

.mv-rincs--item {
  width: 7.75rem;
}
@media screen and (min-width: 768px) {
  .mv-rincs--item {
    width: 10.9375rem;
  }
}

.mv-main__btm {
  width: 100%;
  max-width: 16.5rem;
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv-main__btm {
    max-width: 24.375rem;
    margin: 4.375rem 0 0 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mv-main__btm {
    margin: 8.625rem 0 0 0.5rem;
  }
}

.mv-image {
  width: 100%;
  margin-top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .mv-image {
    width: 68%;
    margin-top: 0;
    max-width: 81.25rem;
  }
}

.about {
  padding: 5rem 0 5.375rem;
  background-color: #FAFAFA;
  border-radius: 3.125rem;
  margin-top: -8.75rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: -3.125rem;
    padding: 8rem 0 9.625rem;
    border-radius: 6.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .about {
    margin-top: -5.75rem;
  }
}

.about-contents {
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .about-contents {
    width: 100%;
    margin-top: 6.875rem;
    gap: 10.75rem;
  }
}

.about-texts {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .about-texts {
    width: 100%;
    max-width: 38.125rem;
    margin-top: 3.75rem;
    padding: 0;
  }
}

.about-texts__title {
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .about-texts__title {
    font-size: 2.75rem;
  }
}

.about-texts__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .about-texts__text {
    margin-top: 3rem;
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}

.about-contents__image {
  margin-top: 1.25rem;
  margin-right: -1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-contents__image {
    margin: 0;
    max-width: 48.75rem;
  }
}

.about-slide {
  min-width: 31.25rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .about-slide {
    width: 48.75rem;
  }
}

.about-slide.slide1 {
  transform: translateX(0%);
}

.about-slide.slide2 {
  transform: translateX(-33.33%);
}

.about-slide.slide3 {
  transform: translateX(-66.66%);
}

.about-slide__item {
  margin: 0 0.1875rem;
  width: 100%;
  max-width: 38.4%;
  padding: 1.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .about-slide__item {
    margin: 0 0.3125rem;
    width: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .about-slide__item img {
    width: 18.75rem;
  }
}

.about-slide__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.375rem;
  margin-left: -1rem;
}
@media screen and (min-width: 500px) {
  .about-slide__dots {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-slide__dots {
    display: flex;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.about-slide__dots li {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #D9D9D9;
  cursor: pointer;
}

.about-slide__dots li.active {
  background-color: #3A3A3A;
}

.feature {
  padding: 6.25rem 0 6.375rem;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: 5.5rem 0 10.125rem;
  }
}

.feature-contents {
  margin: 2.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .feature-contents {
    margin-top: 5.875rem;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
  }
}

.feature-contents__item {
  width: 100%;
  color: #fff;
  border-radius: 2.5rem;
  padding: 1.75rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .feature-contents__item {
    width: calc(50% - 2.5rem);
    height: auto;
    aspect-ratio: 740/640;
    position: relative;
    padding: 0rem 1.5rem 0;
  }
}

.feature-contents__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.feature-contents__item img {
  margin-left: auto;
}

.feature-contents__item:nth-of-type(1) {
  background-color: #48BDEE;
}

.feature-contents__item:nth-of-type(2) {
  background-color: #48EE59;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(2) {
    margin-top: 13.75rem;
  }
}

.feature-contents__item:nth-of-type(3) {
  background-color: #EE9548;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(3) {
    margin-top: -13.75rem;
  }
}

.feature-contents__item:nth-of-type(4) {
  background-color: #48EEB4;
}

.feature-contents__item:nth-of-type(1) img {
  width: 20rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(1) img {
    width: 30.625rem;
  }
}

.feature-contents__item:nth-of-type(2) img {
  width: 20rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(2) img {
    width: 29.625rem;
  }
}

.feature-contents__item:nth-of-type(3) img {
  width: 21.875rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(3) img {
    width: 31.25rem;
  }
}

.feature-contents__item:nth-of-type(4) img {
  width: 18.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item:nth-of-type(4) img {
    width: 28.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-contents__item .texts {
    width: 43%;
    max-width: 20rem;
    position: absolute;
    top: 3.75rem;
    left: 2.75rem;
  }
}

.feature-contents__item .num {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feature-contents__item .num {
    font-size: 4rem;
  }
}

.feature-contents__item .title {
  font-size: 1.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__item .title {
    margin-top: 1.75rem;
    font-size: 2.75rem;
  }
}

.feature-contents__item .text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .feature-contents__item .text {
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.reasons {
  background-image: url("../img/reasons-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3.125rem;
  overflow: hidden;
  padding: 5.625rem 0 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reasons {
    background-image: url("../img/reasons-bg.png");
    padding: 5.625rem 0 11.25rem;
  }
}

.reasons .section-title,
.reasons .section-title__eng {
  color: #fff;
}

.reasons-contents {
  margin: 2.375rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reasons-contents {
    max-width: 91.75rem;
    margin-top: 4.875rem;
    gap: 5rem;
    justify-content: center;
  }
}

.reasons-contents__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item {
    width: 100%;
    max-width: 27.25rem;
  }
}

.reasons-contents__item:nth-child(n+2) {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.reasons-contents__item--top {
  border-radius: 1rem;
  border: 4px solid #fff;
  padding: 1.125rem 1.75rem 1.25rem;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--top {
    padding: 1.75rem 1.75rem 1.625rem;
  }
}

.reasons-contents__item--top .polygon {
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--top .polygon {
    bottom: -1.5rem;
    width: 2.625rem;
  }
}

.reasons-contents__item--top .icon {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--top .icon {
    width: 6rem;
  }
}

.reasons-contents__item--top .texts {
  color: #fff;
}
.reasons-contents__item--top .title {
  font-size: 1.125rem;
  line-height: 1;
}
.reasons-contents__item--top .text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--top .text {
    font-size: 1.5rem;
  }
}

.reasons-contents__item--btm {
  background-color: #fff;
  padding: 1.75rem 1.75rem 1.5rem 1.5rem;
  gap: 1.625rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--btm {
    padding: 1.75rem 1.75rem 1.5rem;
    margin-top: 3.75rem;
  }
}

.reasons-contents__item--btm .image {
  width: 7.75rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--btm .image {
    width: 8.875rem;
  }
}

.reasons-contents__item--btm .title {
  font-weight: 800;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--btm .title {
    font-size: 1.625rem;
  }
}

.reasons-contents__item--btm .label {
  background-color: #48EE59;
  color: #fff;
  height: auto;
  width: 100%;
  max-width: 7.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  right: 1.75rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reasons-contents__item--btm .label {
    padding-top: 0;
    max-width: 8.125rem;
    font-size: 1.5rem;
    line-height: 1.5;
    bottom: 0.9375rem;
    right: 1.125rem;
  }
}

.steps {
  background-color: #F6F9FF;
  padding: 11.25rem 0 5.75rem;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .steps {
    margin-top: -10rem;
    padding: 17.6875rem 0 9.375rem;
  }
}

.steps-contents {
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .steps-contents {
    margin-top: 4.625rem;
    gap: 1.875rem;
  }
}

.steps-contents__item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.875rem 1.75rem 2.375rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .steps-contents__item {
    max-width: 31.25rem;
    padding: 4.625rem 3.4375rem 3.25rem;
  }
}

.steps-contents__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .steps-contents__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.steps-contents__item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  background-image: url("../img/3steps-polygon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .steps-contents__item:nth-child(n+2)::before {
    width: 4.5rem;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.steps-contents__item .image {
  width: 16.875rem;
  margin: 0 auto;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .steps-contents__item .image {
    width: 21.875rem;
  }
}

.steps-contents__item .texts {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .steps-contents__item .texts {
    margin-top: 2.625rem;
  }
}

.steps-contents__item .num {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .steps-contents__item .num {
    font-size: 1.75rem;
  }
}

.steps-contents__item .title {
  font-size: 1.375rem;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .steps-contents__item .title {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}

.steps-contents__item .text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .steps-contents__item .text {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.voice {
  padding: 6.75rem 0 0;
}
.voice-contents {
  margin: 2.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .voice-contents {
    margin-top: 4.75rem;
    align-items: flex-start;
    justify-content: center;
  }
}

.voice-contents__item {
  border-radius: 0.5rem;
  background-color: #FAFAFA;
  position: relative;
  padding: 3.5rem 1.25rem 1.25rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .voice-contents__item {
    width: 100%;
    max-width: 33.75rem;
    padding: 3.875rem 4.5rem 1.5rem 5.5rem;
  }
}

.voice-contents__item:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice-contents__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.voice-contents__item .title {
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-contents__item .title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.voice-contents__item .title::before,
.voice-contents__item .title::after {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #D9D9D9;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .voice-contents__item .title::before,
  .voice-contents__item .title::after {
    font-size: 5rem;
  }
}

.voice-contents__item .title::before {
  content: "“";
  top: -2.625rem;
  left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .voice-contents__item .title::before {
    top: -1.5rem;
    left: -3.375rem;
  }
}

.voice-contents__item .title::after {
  content: "”";
  right: 0;
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .voice-contents__item .title::after {
    right: -2.5rem;
    bottom: -3.875rem;
  }
}

.voice-contents__item .text {
  margin-top: 1.75rem;
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .voice-contents__item .text {
    margin-top: 3rem;
    margin-right: 0.5rem;
    font-size: 1.25rem;
  }
}

.voice-contents__btm {
  margin: 2.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .voice-contents__btm {
    margin-top: 4.125rem;
  }
}

.voice-contents__logo {
  width: 6.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice-contents__logo {
    width: 14.375rem;
    margin: 4.75rem 5.375rem 0;
  }
}

.voice-contents__image {
  margin: 0.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .voice-contents__image {
    max-width: 62.5rem;
    margin-top: 5.125rem;
  }
}

.faq {
  background-image: url("../img/faq_bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5.875rem 0 11.25rem;
}
@media screen and (min-width: 768px) {
  .faq {
    background-image: url("../img/faq_bg.jpg");
    padding: 6.25rem 0 18.125rem;
    margin-top: -2.375rem;
    position: relative;
  }
}

.faq-contents {
  margin: 2.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq-contents {
    margin-top: 4.125rem;
    max-width: 67.5rem;
  }
}

.faq-list__item {
  background-color: #fff;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.5rem 0.8125rem 1.25rem 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq-list__item {
    padding: 3rem 5rem 2.375rem;
  }
}

.faq-list__item:nth-child(n+2) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.faq-list__item::before {
  content: "";
  display: block;
  background-image: url("../img/faq-title__icon.png");
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -0.875rem;
  left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item::before {
    width: 5.375rem;
    height: 5.375rem;
    top: -1rem;
    left: -1.25rem;
  }
}

.faq-list__item .title {
  font-size: 1.125rem;
}
.faq-list__item .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item .text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-top: 0.75rem;
  }
}

.faq-contact {
  margin: 4.125rem auto 0;
  width: 100%;
  max-width: 31.25rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-contact {
    margin-top: 5.625rem;
    max-width: 67.5rem;
    gap: 2.5rem;
    justify-content: center;
  }
}

.faq-contact__item {
  width: 100%;
  max-width: 32.5rem;
  margin: 0 auto;
}
.faq-contact__item:nth-child(n+2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .faq-contact__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.faq-contact__item--top {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--top {
    gap: 0.5rem;
  }
}

.faq-contact__item--top .icon {
  width: 2.75rem;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--top .icon {
    width: 3.75rem;
  }
}

.faq-contact__item--top .text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--top .text {
    font-size: 1.5rem;
  }
}

.faq-contact__item--btn {
  color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.875rem;
  margin: 0.875rem 0.75rem 0;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--btn {
    margin: 1.25rem 0 0;
    max-width: 32.5rem;
  }
}

.faq-contact__item:nth-of-type(1) .faq-contact__item--btn {
  background-color: #33CFDC;
}

.faq-contact__item:nth-of-type(2) .faq-contact__item--btn {
  background-color: #26D7AF;
}

.faq-contact__item--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--btn a {
    height: 6.25rem;
  }
}

.faq-contact__item--btn a .icon {
  width: 1.875rem;
}
.faq-contact__item--btn a .text {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-contact__item--btn a .text {
    font-size: 1.75rem;
  }
}

.privacy-page {
  background-image: url("../img/privacy-bg_sp.jpg");
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .privacy-page {
    background-image: url("../img/privacy-bg.jpg");
  }
}

.privacy {
  padding: 17.5rem 0 11.25rem;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding: 21rem 0 18.75rem;
  }
}

.privacy .inner {
  max-width: 53.125rem;
  margin: 0 auto;
}

.privacy-top h1 {
  font-weight: 800;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-top h1 {
    font-size: 2.75rem;
  }
}

.privacy-top p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-top p {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 2rem;
  }
}

.privacy-main__block {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-main__block {
    margin-top: 3.75rem;
  }
}

.privacy-main__block h2 {
  font-weight: 800;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .privacy-main__block h2 {
    font-size: 1.5rem;
  }
}

.privacy-main__block p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .privacy-main__block p {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 1rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.blue-text {
  color: #48BDEE;
}

.green-text {
  color: #48EE59;
}

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