html {
  scroll-padding-top: 11rem;
}

main {
  padding-top: 10rem;
}

/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  padding: 0 1rem 0 2rem;
  z-index: 10;
  background: #fff;
}
@media (max-width: 767px) {
  .header {
    transition: background-color 0.35s;
  }
}
@media (min-width: 768px) {
  .header {
    height: 10rem;
    padding: 2rem;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__left {
    gap: 1.5rem;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  width: 18.4rem;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo img {
    width: 18.5rem;
  }
}
.header__band {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31rem;
  min-height: 6.8rem;
  padding: 0.6em 1em;
  color: #fff;
  border: 1px solid #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #333;
  border-radius: 10rem;
}
@media (min-width: 768px) {
  .header__band {
    display: block;
    width: auto;
    min-height: 0;
    font-size: 1.4rem;
  }
}
.header__btn {
  display: block;
  position: relative;
  width: 8rem;
  aspect-ratio: 1;
  color: #333;
  border: 0;
  background: none;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.header__btn div {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 2.8rem;
}
.header__btn div span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #333;
  transition: transform 0.2s, top 0.2s 0.2s;
}
.header__btn div span:nth-child(1) {
  top: 0;
}
.header__btn div span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__btn div span:nth-child(3) {
  top: calc(100% - 2px);
}
@media (max-width: 767px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #f4f4f4;
    transform: translateX(100%);
    transition: transform 0.45s ease, visibility 0.45s;
    overflow-y: auto;
    visibility: hidden;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .header__nav-inner {
    padding: 22.8rem 12.5rem 7rem;
  }
}
@media (min-width: 768px) {
  .header__menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__menu-item {
    position: relative;
    padding-left: 6.8rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
  }
  .header__menu-item::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.5rem;
    aspect-ratio: 1;
    background: #4dbaa9;
    border-radius: 50%;
  }
  .header__menu-item::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    aspect-ratio: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .header__menu-item:nth-child(n+2) {
    margin-top: 5.9rem;
  }
}
@media (max-width: 767px) {
  .header__cta {
    margin-top: 7.8rem;
  }
}
@media (min-width: 768px) {
  .header__cta {
    display: flex;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .header__cta-item {
    width: 50rem;
  }
  .header__cta-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .header__cta-item {
    width: 20rem;
  }
  .header__cta-item:nth-child(1) a::after {
    background-image: url(../img/common_contact-btn-hover.webp);
  }
  .header__cta-item:nth-child(2) a::after {
    background-image: url(../img/common_document-btn-hover.webp);
  }
  .header__cta-item a {
    position: relative;
  }
  .header__cta-item a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/100%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header__cta-item a:hover::after {
    opacity: 1;
  }
}
.header__cta-item img {
  width: 100%;
}

@media (max-width: 767px) {
  .lp-page--fixed-cta {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .lp-fixed-cta {
    position: fixed;
    right: 0;
    bottom: calc(8rem + env(safe-area-inset-bottom));
    width: 8rem;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .lp-fixed-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .lp-fixed-cta__buttons {
    display: flex;
    flex-direction: column;
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .lp-fixed-cta__link {
    display: block;
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .lp-fixed-cta__link img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  body.is-header-open {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.is-header-open .header {
    background: #f4f4f4;
  }
}
body.is-header-open .header__btn span {
  transition: transform 0.2s 0.2s, top 0.2s;
}
body.is-header-open .header__btn span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
body.is-header-open .header__btn span:nth-child(2) {
  opacity: 0;
}
body.is-header-open .header__btn span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
body.is-header-open .header__nav {
  transform: translateX(0);
  visibility: visible;
}

@media screen and (max-width: 782px) {
  .admin-bar #wpadminbar {
    position: fixed !important;
    top: 0;
  }
}
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.footer {
  position: relative;
  padding: 9rem 0 8rem;
  background: #acebef;
}
@media (min-width: 768px) {
  .footer {
    padding: 10rem 0;
  }
}
@media (min-width: 768px) {
  .footer .container {
    max-width: 120rem;
  }
}
.footer__head {
  display: flex;
  align-items: center;
  gap: 3.8rem;
}
@media (min-width: 768px) {
  .footer__head {
    gap: 3.7rem;
  }
}
.footer__logo {
  flex: 0 0 auto;
  width: 25rem;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 16.6rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__company {
  min-width: 0;
}
@media (min-width: 768px) {
  .footer__company {
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
}
.footer__name {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__name {
    font-size: 3.3rem;
    line-height: 1.2;
  }
}
.footer__registration {
  width: fit-content;
  margin-top: 1.2rem;
  padding: 0.28em 1em 0.34em;
  font-size: 2rem;
  line-height: 1.1;
  white-space: nowrap;
  background: #fff;
  border-radius: 10rem;
}
@media (min-width: 768px) {
  .footer__registration {
    margin-top: 0;
    padding: 0.3em 1.4em 0.36em;
    font-size: 1.7rem;
  }
}
.footer__body {
  margin-top: 6.6rem;
}
@media (min-width: 768px) {
  .footer__body {
    display: grid;
    grid-template-columns: 1fr 20rem;
    align-items: end;
    gap: 4rem;
    margin-top: 9.5rem;
  }
}
@media (min-width: 768px) {
  .footer__office-list {
    display: grid;
    grid-template-columns: 37rem 43rem;
    gap: 2rem;
  }
}
.footer__office {
  padding-left: 2.4rem;
  border-left: 0.3rem solid #4db9a8;
}
@media (min-width: 768px) {
  .footer__office {
    min-height: 16.5rem;
    padding-left: 1.8rem;
  }
}
.footer__office:nth-child(n+2) {
  margin-top: 5.8rem;
}
@media (min-width: 768px) {
  .footer__office:nth-child(n+2) {
    margin-top: 0;
  }
}
.footer__office-title {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__office-title {
    font-size: 2.8rem;
  }
}
.footer__address {
  margin-top: 2.4rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__address {
    margin-top: 1.5rem;
    font-size: 1.55rem;
    line-height: 1.55;
  }
}
.footer__tel {
  margin-top: 1.8rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__tel {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.footer__tel-link {
  display: inline;
  color: inherit;
  text-decoration: none;
}
.footer__cta {
  width: 50rem;
  margin: 5.8rem auto 0;
}
@media (min-width: 768px) {
  .footer__cta {
    width: 20rem;
    margin: 0;
    justify-self: end;
  }
}
.footer__cta-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer__cta-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .footer__cta-item:nth-child(1) a::after {
    background-image: url(../img/common_contact-btn-hover.webp);
  }
  .footer__cta-item:nth-child(2) a::after {
    background-image: url(../img/common_document-btn-hover.webp);
  }
  .footer__cta-item a {
    position: relative;
  }
  .footer__cta-item a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/100%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .footer__cta-item a:hover::after {
    opacity: 1;
  }
}
.footer__cta-item img {
  width: 100%;
}
.footer .btm {
  margin-top: 7.8rem;
}
@media (min-width: 768px) {
  .footer .btm {
    position: absolute;
    left: 0;
    bottom: 3.2rem;
    width: 100%;
    margin-top: 0;
  }
}
.footer .btm .container {
  margin-left: 2.6rem;
  margin-right: 10rem;
}
@media (min-width: 768px) {
  .footer .btm .container {
    max-width: 120rem;
    margin: 0 auto;
  }
}
.footer .copyright {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2.5rem;
  bottom: 3.8rem;
  width: 8rem;
  aspect-ratio: 1;
  color: #4db9a8;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border: 0.3rem solid #4db9a8;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .footer__top {
    right: 1.5rem;
    bottom: 3rem;
    width: 5.4rem;
    font-size: 1.8rem;
    border-width: 0.2rem;
    transition: 0.3s;
  }
  .footer__top:hover {
    color: #fff;
    background: #4db9a8;
  }
}

.fv {
  position: relative;
  aspect-ratio: 750/1080;
  font-weight: bold;
  text-align: center;
  background: url(../img/fv-sp.webp) no-repeat center/cover;
}
@media (min-width: 768px) {
  .fv {
    aspect-ratio: 1300/730;
    background-image: url(../img/fv.webp);
  }
}
.fv__circle {
  position: absolute;
  top: calc(50% - 1rem);
  left: 2rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59rem;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .fv__circle {
    transform: translate(-50%, -50%);
    left: 25%;
    width: 56rem;
  }
}
.fv__circle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2.4rem);
  aspect-ratio: 1;
  border: 0.6rem solid #4dbaa9;
  border-radius: 50%;
  pointer-events: none;
}
.fv__band {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0.3em 1.2em;
  color: #ffff00;
  font-size: 2.5rem;
  background: #0054a1;
  border-radius: 1rem;
}
.fv__band::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 1.2rem 0px 1.2rem;
  border-color: #0054a1 transparent transparent transparent;
}
.fv__title {
  color: #4db9a8;
  font-size: 4.8rem;
  line-height: 1.2;
}
.fv__title span {
  color: #ff9300;
}
.fv__title strong {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 0.1em;
  color: #0054a1;
  font-size: 1.66em;
}
.fv__title strong::after {
  display: block;
  content: "";
  transform: translateY(4%);
  width: 1em;
  aspect-ratio: 84/80;
  background: url(../img/fv_check.svg) no-repeat center/100%;
}
.fv__text-body {
  margin-top: 2rem;
  font-size: 2rem;
}

.intro {
  position: relative;
  margin-top: -5rem;
  padding-bottom: 10rem;
  background: linear-gradient(to bottom, transparent 0 5rem, #f4f4f4 5rem);
}
@media (min-width: 768px) {
  .intro {
    margin-top: -4rem;
    padding-bottom: 12rem;
    background: linear-gradient(to bottom, transparent 0 4rem, #f4f4f4 4rem);
  }
}
.intro__visual {
  position: relative;
  height: 121rem;
  padding-top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__visual {
    height: 91rem;
  }
}
.intro__visual::before {
  display: block;
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/intro_bg-sp.webp) no-repeat center top/cover;
  z-index: -1;
}
@media (min-width: 768px) {
  .intro__visual::before {
    top: 4rem;
    height: calc(100% - 4rem);
    background-image: url(../img/intro_bg.webp);
    background-size: 130.1rem auto;
  }
}
@media (min-width: 1301px) {
  .intro__visual::before {
    background-size: cover;
  }
}
.intro__lead {
  position: relative;
  width: 65rem;
  margin: 0 auto;
  padding: 1.9rem 3rem 1.8rem;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0;
  background: #ff9300;
  border-radius: 2.4rem 2.4rem 0 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro__lead {
    width: 75rem;
    padding: 1.7rem 3rem 1.3rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.intro__lead span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.intro__lead strong {
  color: #fff400;
}
.intro__title {
  position: relative;
  width: 66.5rem;
  aspect-ratio: 1660/425;
  margin: 2.9rem auto 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro__title {
    width: 61rem;
    margin-top: 0;
  }
}
.intro__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro__char {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-48.75%);
  width: 75rem;
  aspect-ratio: 1124/1520;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__char {
    bottom: 13rem;
    transform: translateX(-50%);
    width: 115rem;
    aspect-ratio: 2880/1368;
  }
}
.intro__char img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro__solution {
  position: relative;
  width: calc(100% - 10rem);
  margin: -5rem auto 0;
  padding: 6.9rem 4rem 7.3rem;
  color: #333;
  text-align: center;
  background: #ffffb5;
  border: 0.8rem solid #ff9300;
  border-radius: 2rem;
  box-shadow: 1.4rem 2rem 2rem rgba(0, 0, 0, 0.18);
  z-index: 2;
}
@media (min-width: 768px) {
  .intro__solution {
    width: 102.4rem;
    margin-top: -20rem;
    padding: 7.4rem 5rem 6rem;
    border-width: 1rem;
  }
}
.intro__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;
  aspect-ratio: 1;
  z-index: 3;
}
.intro__check {
  position: absolute;
  top: 10.1rem;
  right: 3rem;
  width: 13.2rem;
  height: auto;
  aspect-ratio: 140.62/134;
  z-index: 0;
}
@media (min-width: 768px) {
  .intro__check {
    top: 4.5rem;
    right: 3rem;
    width: 14.1rem;
  }
}
.intro__solution-title {
  position: relative;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__solution-title {
    font-size: 5rem;
    line-height: 1.15;
  }
}
.intro__solution-title span {
  display: block;
}
@media (min-width: 768px) {
  .intro__solution-title span {
    display: inline;
  }
}
.intro__solution-title span:nth-child(2) {
  position: relative;
  width: fit-content;
  margin: 0 auto 4.7rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .intro__solution-title span:nth-child(2) {
    display: inline-block;
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
  }
}
.intro__solution-title span:nth-child(2)::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1.6rem;
  background: url(../img/intro_wave.webp) repeat-x center/5.1rem 1.6rem;
}
.intro__solution-text {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro__solution-text {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .intro__solution-text .intro__solution-emphasis {
    display: block;
    margin-top: 0.5rem;
    line-height: 1.55;
  }
}
@media (max-width: 767px) {
  .intro__solution-text .intro__solution-line {
    font-size: 0.96em;
    white-space: nowrap;
  }
}
.intro__solution-text strong {
  color: #ff9300;
  font-size: 3.75rem;
}
@media (min-width: 768px) {
  .intro__solution-text strong {
    font-size: 2.5rem;
  }
}

.reason {
  padding-bottom: 0;
  background: #f4f4f4;
}
.reason__title {
  position: relative;
  width: 65rem;
  margin: 0 auto 5.8rem;
  padding: 2.3rem 2rem 2rem;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(180deg, #ffb000 0%, #ff7f00 100%);
  border-radius: 1.7rem;
}
@media (min-width: 768px) {
  .reason__title {
    width: 53.5rem;
    margin-bottom: 4rem;
    padding: 1.8rem 2rem 1.5rem;
    font-size: 4.2rem;
    border-radius: 0.8rem;
  }
}
.reason__title::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.2rem 2rem 0 2rem;
  border-color: #ff7f00 transparent transparent transparent;
}
@media (min-width: 768px) {
  .reason__title::after {
    border-width: 1.4rem 1.4rem 0 1.4rem;
  }
}
.reason__title-dots {
  display: inline-flex;
}
.reason__title-dots > span {
  display: block;
  position: relative;
}
.reason__title-dots > span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.15em;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0.2em;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
}

.reason-card {
  position: relative;
  padding: 5.8rem 5.2rem 6.2rem;
  background: #fff;
  border-radius: 2.6rem;
}
@media (min-width: 768px) {
  .reason-card {
    display: grid;
    grid-template-columns: 47rem 37.6rem;
    align-items: center;
    gap: 5.5rem;
    min-height: 45.6rem;
    padding: 5.8rem 7.8rem 5.4rem 4.5rem;
    border-radius: 2.6rem;
  }
}
.reason-card:nth-child(n+2) {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .reason-card:nth-child(n+2) {
    margin-top: 4.4rem;
  }
}
.reason-card__point {
  display: block;
  position: absolute;
  top: -4.4rem;
  right: -2.1rem;
  width: 16.8rem;
  aspect-ratio: 171.62/165;
  color: #ff9300;
  font-weight: 900;
  line-height: 1;
  background: url(../img/reason_check.svg) no-repeat center/100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .reason-card__point {
    top: -1.4rem;
    right: -1rem;
    width: 17rem;
  }
}
.reason-card__point span {
  position: absolute;
  top: 4.3rem;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .reason-card__point span {
    top: 4.1rem;
    font-size: 2.6rem;
  }
}
.reason-card__point strong {
  position: absolute;
  top: 9rem;
  left: 48%;
  transform: translate(-50%, -50%);
  color: #ff9300;
  font-size: 7.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) {
  .reason-card__point strong {
    font-size: 8rem;
  }
}
.reason-card__image {
  width: 54.6rem;
  aspect-ratio: 752/604;
  margin: 0 auto 4.2rem;
}
@media (min-width: 768px) {
  .reason-card__image {
    grid-column: 2;
    grid-row: 1;
    width: 37.6rem;
    margin: 0;
  }
}
.reason-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .reason-card__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.reason-card__head {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  margin-bottom: 4.2rem;
}
@media (min-width: 768px) {
  .reason-card__head {
    gap: 2.7rem;
    margin-bottom: 4.4rem;
  }
}
.reason-card__icon {
  flex: 0 0 auto;
  width: 14rem;
}
@media (min-width: 768px) {
  .reason-card__icon {
    width: 11.4rem;
  }
}
.reason-card__title {
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .reason-card__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.reason-card__title span {
  display: block;
  width: fit-content;
  padding: 0.15em 0.55em 0.2em;
  color: #fff;
  background: #0054a1;
}
@media (min-width: 768px) {
  .reason-card__title span {
    padding: 0.15em 0.75em 0.19em;
  }
}
.reason-card__title span:nth-child(n+2) {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .reason-card__title span:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.reason-card__title strong {
  color: #fff400;
  font-weight: 900;
}
.reason-card__text {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .reason-card__text {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.reason-card__text strong {
  font-weight: 900;
}

.cta {
  padding: 12rem 0 13rem;
  background: linear-gradient(to bottom, #f4f4f4 0 50%, #fff 50% 100%);
}
@media (min-width: 768px) {
  .cta {
    padding: 12.8rem 0 12rem;
  }
}
.cta--gray {
  background: linear-gradient(to bottom, #f1f1f1 0 50%, #acebef 50% 100%);
}
@media (min-width: 768px) {
  .cta .container {
    max-width: 120rem;
  }
}
.cta__box {
  position: relative;
  padding: 10.6rem 5rem 5rem;
  background-color: #ffba00;
  background-image: repeating-linear-gradient(135deg, rgba(255, 147, 0, 0.38) 0, rgba(255, 147, 0, 0.38) 0.35rem, transparent 0.35rem, transparent 1.55rem);
  border: 0.6rem solid #ff9300;
  border-radius: 2.7rem;
}
@media (min-width: 768px) {
  .cta__box {
    padding: 10.5rem 8.5rem 7.5rem;
    border-radius: 2.5rem;
  }
}
.cta__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  position: absolute;
  top: -7.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40.8rem;
  height: 14.4rem;
  color: #fff;
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 1;
  background: #f45122;
  border-radius: 0.9rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .cta__price {
    top: -7.5rem;
    width: 40.8rem;
    height: 14.3rem;
    font-size: 5.6rem;
    border-radius: 0.8rem;
  }
}
.cta__price::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1rem 1.9rem 0 1.9rem;
  border-color: #f45122 transparent transparent transparent;
}
.cta__price strong {
  position: relative;
  display: block;
  transform: translateY(-8%);
  color: #fff400;
  font-size: 16rem;
  font-weight: bold;
  line-height: 0.82;
}
.cta__price small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  color: #fff400;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
}
.cta__title {
  position: relative;
  left: 51%;
  transform: translateX(-50%);
  width: 58.6rem;
  max-width: unset;
  aspect-ratio: 1465/448;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta__title {
    width: 108rem;
    aspect-ratio: 2703/295;
  }
}
.cta__title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cta__buttons {
    display: flex;
    justify-content: center;
    gap: 3.8rem;
  }
}
@media (min-width: 768px) {
  .cta__button-item {
    width: 49.3rem;
  }
}
@media (max-width: 767px) {
  .cta__button-item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
.cta__button {
  position: relative;
  aspect-ratio: 1233/435;
}
@media (max-width: 767px) {
  .cta__button--contact, .cta__button--document {
    aspect-ratio: 780/261;
  }
}
@media (min-width: 768px) {
  .cta__button::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/100%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .cta__button:hover::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .cta__button--contact::after {
    background-image: url(../img/cta_contact-btn-hover.webp);
  }
}
@media (min-width: 768px) {
  .cta__button--document::after {
    background-image: url(../img/cta_document-btn-hover.webp);
  }
}
.cta__button picture {
  width: 100%;
  height: 100%;
}
.cta__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-heading {
  display: grid;
  grid-template-columns: auto max-content auto;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  height: 10rem;
  color: #333;
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 10rem;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .section-heading {
    gap: 2.6rem;
    height: 7rem;
    font-size: 4.4rem;
    line-height: 7rem;
  }
}
.section-heading::before, .section-heading::after {
  display: block;
  content: "";
  align-self: stretch;
  width: 2.8rem;
  border-top: 0.5rem solid currentColor;
  border-bottom: 0.5rem solid currentColor;
  transform: translateY(0.25rem);
}
@media (min-width: 768px) {
  .section-heading::before, .section-heading::after {
    width: 1.8rem;
    border-width: 0.4rem;
    transform: translateY(0.15rem);
  }
}
.section-heading::before {
  border-left: 0.5rem solid currentColor;
}
@media (min-width: 768px) {
  .section-heading::before {
    border-left-width: 0.4rem;
  }
}
.section-heading::after {
  border-right: 0.5rem solid currentColor;
}
@media (min-width: 768px) {
  .section-heading::after {
    border-right-width: 0.4rem;
  }
}
.section-heading__text {
  display: block;
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  line-height: inherit;
}

.service {
  padding: 12.6rem 0 12.8rem;
  background: #acebef;
}
@media (min-width: 768px) {
  .service {
    padding: 11.5rem 0 10rem;
  }
}
.service__title {
  display: grid;
  grid-template-columns: auto minmax(0, max-content) auto;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1.8rem;
  color: #333;
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .service__title {
    gap: 2.6rem;
    height: 7rem;
    font-size: 4rem;
    line-height: 7rem;
  }
}
.service__title::before, .service__title::after {
  display: block;
  content: "";
  align-self: stretch;
  width: 2.8rem;
  border-top: 0.5rem solid currentColor;
  border-bottom: 0.5rem solid currentColor;
  transform: translateY(1rem);
}
@media (min-width: 768px) {
  .service__title::before, .service__title::after {
    width: 1.8rem;
    border-width: 0.4rem;
    transform: translateY(0.15rem);
  }
}
.service__title::before {
  border-left: 0.5rem solid currentColor;
}
@media (min-width: 768px) {
  .service__title::before {
    border-left-width: 0.4rem;
  }
}
.service__title::after {
  border-right: 0.5rem solid currentColor;
}
@media (min-width: 768px) {
  .service__title::after {
    border-right-width: 0.4rem;
  }
}
.service__title-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .service__title-inner {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .service__title-inner {
    flex-direction: row;
    gap: 1rem;
  }
}
.service__title strong {
  display: block;
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0 0.35em 0.08em;
  background: #faff45;
  border-radius: 1.1rem;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .service__title strong {
    margin-top: 0;
    font-size: 1em;
    border-radius: 0.6rem;
  }
}
.service__lead {
  margin-top: 6.8rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .service__lead {
    margin-top: 2.6rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.service__flow-scroll {
  margin: 7.4rem -5rem 0;
  padding: 0 5rem;
  overflow-x: auto;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .service__flow-scroll {
    margin: 4.6rem auto 0;
    padding: 0;
    overflow: visible;
  }
}
.service__flow-scroll::-webkit-scrollbar {
  display: none;
}
.service__flow-inner {
  position: relative;
  width: 128rem;
}
@media (min-width: 768px) {
  .service__flow-inner {
    width: 102.4rem;
    margin: 0 auto;
  }
}
.service__flow {
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 1280/339;
}
.service__scroll-text {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.service__cards {
  list-style: none;
  margin: 5.8rem 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .service__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
    margin-top: 2.8rem;
  }
}

.service-card {
  display: grid;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  gap: 1.8rem;
  min-height: 25.8rem;
  padding: 4rem;
  background: #fff;
  border: 0.6rem solid #4db9a8;
  border-radius: 3rem;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 30.8rem;
    padding: 2.5rem;
    border-width: 0.5rem;
    border-radius: 2.6rem;
    box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.16);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .service-card:nth-child(n+2) {
    margin-top: 2.8rem;
  }
}
.service-card:nth-child(1) .service-card__icon, .service-card:nth-child(3) .service-card__icon {
  width: 13rem;
}
@media (min-width: 768px) {
  .service-card:nth-child(1) .service-card__icon, .service-card:nth-child(3) .service-card__icon {
    width: 9rem;
  }
}
.service-card:nth-child(2) .service-card__icon {
  width: 15rem;
}
@media (min-width: 768px) {
  .service-card:nth-child(2) .service-card__icon {
    width: 13rem;
  }
}
.service-card__icon-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 13rem;
}
@media (min-width: 768px) {
  .service-card__icon-frame {
    width: 13rem;
    height: 9rem;
  }
}
.service-card__icon {
  height: auto;
  margin: 0 auto;
}
.service-card__body {
  min-width: 0;
}
.service-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5.7rem;
  padding: 0.25em 0.6em 0.35em;
  color: #fff400;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: #4db9a8;
  border-radius: 10rem;
}
@media (min-width: 768px) {
  .service-card__title {
    min-height: 3.4rem;
    margin-top: 1.8rem;
    padding: 0.15em 0.9em 0.25em;
    font-size: 2.3rem;
  }
}
.service-card__text {
  margin-top: 2.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-card__text {
    font-size: 2.6rem;
    line-height: 1.55;
  }
}
@media (min-width: 768px) {
  .service-card__text {
    margin-top: 1.7rem;
  }
}

.flow {
  padding: 12.6rem 0 12.8rem;
  background: #fff;
}
@media (min-width: 768px) {
  .flow {
    padding: 10.5rem 0 11.8rem;
  }
}
.flow__list {
  list-style: none;
  margin: 8.4rem 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .flow__list {
    margin-top: 5.2rem;
  }
}

.flow-step {
  display: grid;
  grid-template-columns: 28.8rem 1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
  padding: 8.7rem 0 4.7rem;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .flow-step {
    grid-template-columns: 24.8rem 1fr;
    gap: 3.5rem;
    align-items: center;
    padding: 3.7rem 0 3.6rem;
  }
}
@media (min-width: 768px) {
  .flow-step:first-child {
    padding-top: 0;
  }
}
.flow-step__image-wrap {
  position: relative;
  width: 28.8rem;
  aspect-ratio: 191/118;
}
@media (min-width: 768px) {
  .flow-step__image-wrap {
    width: 19.2rem;
    margin-left: 3.6rem;
  }
}
.flow-step__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4.5rem;
  left: -2.8rem;
  width: 9rem;
  aspect-ratio: 1;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  background: #4db9a8;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .flow-step__num {
    top: -3rem;
    left: auto;
    right: -3rem;
    width: 6rem;
    font-size: 2.4rem;
  }
}
.flow-step__title {
  color: #0054a1;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .flow-step__title {
    font-size: 2.3rem;
  }
}
.flow-step__title::after {
  display: block;
  content: "";
  width: 4.7rem;
  height: 0.3rem;
  margin-top: 1.3rem;
  background: #0054a1;
}
@media (min-width: 768px) {
  .flow-step__title::after {
    width: 3rem;
    height: 0.2rem;
    margin-top: 1rem;
  }
}
.flow-step__text {
  margin-top: 2.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .flow-step__text {
    margin-top: 1.6rem;
  }
}

.qa {
  padding: 12.4rem 0 5.5rem;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .qa {
    padding: 10.5rem 0 5.5rem;
  }
}

.faq {
  margin: 7rem 0 0;
}
@media (min-width: 768px) {
  .faq {
    margin-top: 5.6rem;
  }
}
.faq__item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .faq__item {
    border-radius: 0.8rem;
  }
}
.faq__item:nth-child(n+2) {
  margin-top: 3.6rem;
}
.faq__item.is-open .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__question {
  display: grid;
  grid-template-columns: 5.5rem 1fr 3.8rem;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  min-height: 12.8rem;
  padding: 3.2rem 3.6rem;
  color: #333;
  font: inherit;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__question {
    grid-template-columns: 3.8rem 1fr 2.8rem;
    gap: 2rem;
    min-height: 9.2rem;
    padding: 2.8rem 3.4rem;
  }
}
.faq__label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .faq__label {
    font-size: 4rem;
  }
}
.faq__label--q {
  color: #4db9a8;
}
.faq__label--a {
  color: #0054a1;
}
.faq__question-text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .faq__question-text {
    font-size: 2.3rem;
    line-height: 1.45;
  }
}
.faq__toggle {
  display: block;
  position: relative;
  width: 3.6rem;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .faq__toggle {
    width: 2.6rem;
  }
}
.faq__toggle::before, .faq__toggle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8rem;
  height: 0.35rem;
  background: #333;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .faq__toggle::before, .faq__toggle::after {
    width: 2rem;
    height: 0.25rem;
  }
}
.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  display: none;
  position: relative;
  padding: 0 3.6rem 4rem;
}
@media (min-width: 768px) {
  .faq__answer {
    padding: 0 3.4rem 4rem;
  }
}
.faq__answer .faq__label {
  position: absolute;
  top: 3.2rem;
  left: 3.6rem;
}
@media (min-width: 768px) {
  .faq__answer .faq__label {
    top: 3rem;
    left: 3.4rem;
  }
}
.faq__answer-body {
  margin-left: 7.9rem;
  padding-top: 3.2rem;
  border-top: 1px solid #ccc;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .faq__answer-body {
    margin-left: 5.8rem;
    padding-top: 2.7rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.faq__answer-title {
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .faq__answer-title {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
    line-height: 1.45;
  }
}
