@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New:500,700,900|Noto+Sans+JP:900,500,400,700|Lato:400|Roboto:500,700,400|Poppins:600");

body {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #222;
  font-feature-settings: "palt";
  background-color: #fff;
}

a.--disabled {
  pointer-events: none !important;
}

.swiper-wrapper {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-slide {
  backface-visibility: hidden;
}

.bg-navy {
  background: linear-gradient(180deg, #011e35 0%, #011013 100%);
}

.u-desktop {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.u-mobile {
  display: none;
}

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

@media screen and (max-width: 1023px) {
  .u-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-xl {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  height: auto;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 2.2em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

address {
  font-style: normal;
}

table {
  width: 100%;
}

/* support iOS */
html {
  height: -webkit-fill-available;
  height: 100%;
}

body {}

figure {
  line-height: 0;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 50;
  height: 4.9375rem;
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 1rem;
    height: 3.6875rem;
  }
}

.header__logo {
  width: 10rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 7.375rem;
    height: auto;
    margin: 0;
  }
}

.header__actions {
  display: inline-flex;
  align-items: flex-start;
  height: 4.9375rem;
}

@media screen and (max-width: 767px) {
  .header__actions {
    height: 100%;
  }
}

.header__actions a {
  height: 100%;
}

.header__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.header__button:hover {
  opacity: 0.9;
}

.header__button--web {
  gap: 0.125rem;
  background: linear-gradient(180deg,
      rgb(63, 143, 255) 0%,
      rgb(0, 66, 157) 100%);
}

.header__button--line {
  background: linear-gradient(180deg,
      rgb(91, 233, 105) 0%,
      rgb(26, 184, 41) 100%);
}

.header__button--phone {
  gap: 0.375rem;
  background: linear-gradient(180deg,
      rgb(255, 144, 17) 0%,
      rgb(255, 102, 0) 100%);
}

.header__button-label {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 160%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .header__button-label {
    font-size: 0.75rem;
  }
}

.header__button-icon {
  width: 1.75rem;
  height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .header__button-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.header__button-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0 2.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
}

.header__button-badge span {
  font-weight: 700;
  color: #ff6600;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  white-space: nowrap;
}

.header__button-phone-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.header__button-phone-wrapper img {
  width: 2.75rem;
  height: 1.75rem;
}

.header__button-phone-wrapper .phone-number {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Roboto", Helvetica;
  white-space: nowrap;
}

.cta {
  border-radius: 1rem;
  width: 64rem;
  height: 27.75rem;
  background-image: url("../images/cta-bg.webp");
  background-size: cover;
  box-shadow: 0 12px 28px 0 rgba(0, 142, 216, 0.3);
}

@media screen and (max-width: 767px) {
  .cta {
    border-radius: 0.5rem;
    width: 23.125rem;
    height: 26.875rem;
    background-image: url("../images/cta-bg-sp.webp");
  }
}

.cta__wrap {
  display: flex;
  flex-direction: column;
}

.cta__wrap--top {
  height: 24.25rem;
  padding: 9.9375rem 32.5rem 1.1875rem 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top {
    padding: 13.8125rem 1rem 1rem 1rem;
    gap: 0.5rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-tel {
    width: 100%;
  }
}

.cta__wrap--top .cta-tel a {
  padding: 1rem 1.5rem;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border: 2px solid #2d53c6;
  box-shadow: 0 12px 20px 0 rgba(0, 97, 216, 0.7);
  height: 6.875rem;
  width: 27.75rem;
}

.cta__wrap--top .cta-tel a span {
  color: #121212;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 32.4px */
}

.cta__wrap--top .cta-tel a b {
  font-family: "Roboto", Helvetica;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  gap: 0.2rem;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-tel a {
    width: 100%;
    padding: 0.75rem 1rem;
    height: 5.0625rem;
  }

  .cta__wrap--top .cta-tel a span {
    font-size: 0.875rem;
  }

  .cta__wrap--top .cta-tel a b {
    font-size: 1.875rem;
  }
}

.cta__wrap--top .cta-tel a b::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 2.4rem;
  background-image: url("../images/tel-orange.svg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-tel a b::before {
    width: 3.125rem;
    height: 2.25rem;
  }
}

.cta__wrap--top .cta-btn {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-btn {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
}

.cta__wrap--top .cta-btn a {
  display: flex;
  width: 27.75rem;
  height: 5.5rem;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 8px;
  border: 0.125rem solid var(--white, #fff);
  box-shadow: 0 0.75rem 1.25rem 0 rgba(0, 97, 216, 0.7);
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-btn a {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
  }
}

.cta__wrap--top .cta-btn a::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .cta__wrap--top .cta-btn a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.cta__wrap--top .cta-btn a.web {
  background: linear-gradient(180deg, #3f8fff 0%, #00429d 100%);
}

.cta__wrap--top .cta-btn a.web::before {
  background-image: url("../images/mail-outline.svg");
}

.cta__wrap--top .cta-btn a.line {
  background: linear-gradient(180deg, #5be969 0%, #1ab829 100%);
}

.cta__wrap--top .cta-btn a.line::before {
  background-image: url("../images/line.svg");
}

.cta__wrap--bottom {
  display: flex;
  background-color: #fff;
  height: 3.5rem;
  border-radius: 0 0 1rem 1rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cta__wrap--bottom {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}

.status-banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  background-color: #ffffff;
  padding-top: 6.4375rem;
}

@media screen and (max-width: 767px) {
  .status-banner {
    padding-top: 3.3rem;
  }
}

.status-banner__icon {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 767px) {
  .status-banner__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.sp-sticky-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-sticky-cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .sp-sticky-cta div {
    width: 100%;
  }

  .sp-sticky-cta .tel {
    border-bottom: 0.375rem solid #ad2b00;
    width: 90%;
    border-radius: 100vh;
  }

  .sp-sticky-cta .tel a {
    display: flex;
    background: linear-gradient(0deg, #ff6901 0%, #ff8a0f 100%);
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 0;
    gap: 0.25rem;
    border-radius: 100vh;
  }

  .sp-sticky-cta .tel a::before {
    content: "";
    width: 2.125rem;
    height: 1.375rem;
    background-image: url(../images/tel.svg);
    background-size: cover;
  }

  .sp-sticky-cta .web {
    border-bottom: 0.375rem solid #00134d;
  }

  .sp-sticky-cta .web a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #094daa;
    background-color: #fff;
    padding: 0.625rem 0;
    border: 2px solid #094daa;
    gap: 0.25rem;
  }

  .sp-sticky-cta .web a::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/mail-outline-header.svg");
    background-size: contain;
  }
}

.status-banner__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .status-banner__text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}

.status-banner__text--time {
  font-weight: 700;
  color: #ff3b30;
  line-height: 2rem;
}

.status-banner__text--message {
  font-weight: 700;
  color: #121212;
  line-height: 2rem;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 44rem;
  background-color: #fbfbfb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/background.webp");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }
}

.hero-section__wrap {
  width: 66.625rem;
}

@media screen and (max-width: 767px) {
  .hero-section__wrap {
    width: 100%;
    padding: 0 1.5rem 0.9375rem 1.5rem;
  }
}

.hero-section__mv img {
  width: 64.3125rem;
  position: relative;
  top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .hero-section__mv img {
    width: 100%;
    top: 1.14rem;
  }
}

.hero-section__cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .hero-section__cta {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.hero-section .feature-badge {
  width: 8.75rem;
  height: 8.75rem;
  position: relative;
}

.hero-section .feature-badge__svg {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section .feature-badge__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.125rem;
}

.hero-section .feature-badge__title {
  font-weight: 700;
  color: #121212;
  font-size: 1rem;
  line-height: 1.2;
}

.hero-section .feature-badge__value {
  font-weight: 700;
  color: #f70000;
  font-size: 2.25rem;
  line-height: 1;
}

.hero-section .feature-badge__value--large {
  font-size: 2.625rem;
}

.hero-section .feature-badge__unit {
  font-weight: 700;
  color: #f70000;
  font-size: 1.125rem;
  line-height: 1;
}

.hero-section .feature-badge__description {
  font-weight: 700;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.2;
}

.hero-section .feature-badge__value-group {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.hero-section__sp-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-section__sp-text {
    display: block;
    margin-top: 0.875rem;
  }
}

.cta-button {
  display: flex;
  flex-direction: column;
  width: 32.8125rem;
  height: 8.0625rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.125rem solid #ffffff;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 97, 216, 0.5);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .cta-button {
    width: 100%;
    height: 5.5625rem;
  }
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-button--web {
  gap: 0.25rem;
  padding: 0.5rem 0;
  background: linear-gradient(180deg,
      rgb(63, 143, 255) 0%,
      rgb(0, 66, 157) 100%);
}

.cta-button--phone {
  overflow: hidden;
  background: #ffffff;
  border-color: #ff6600;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .cta-button--phone {
    order: -1;
  }
}

.cta-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.cta-button__badge {
  width: 5.625rem;
  height: 5.5rem;
  background-color: #ffff3e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cta-button__badge {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.cta-button__badge span {
  font-weight: 700;
  color: #2d53c5;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .cta-button__badge span {
    font-size: 0.875rem;
  }
}

.cta-button__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.cta-button__subtitle {
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .cta-button__subtitle {
    font-size: 0.75rem;
  }
}

.cta-button__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.cta-button__action img {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .cta-button__action img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.cta-button__action span {
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
  line-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .cta-button__action span {
    font-size: 1.375rem;
    line-height: 2.2rem;
  }
}

.cta-button__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  background: linear-gradient(180deg,
      rgb(255, 144, 17) 0%,
      rgb(255, 102, 0) 100%);
}

.cta-button__header span {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-button__header span {
    font-size: 0.8125rem;
  }
}

.cta-button__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 1rem 0.8rem;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta-button__body {
    padding: 0.75rem 0 0.75rem 1.125rem;
  }
}

.cta-button__phone-icon {
  width: 3.6rem;
  height: 2.95rem;
}

@media screen and (max-width: 767px) {
  .cta-button__phone-icon {
    width: 2.3125rem;
    height: 1.5rem;
  }
}

.cta-button__phone-number {
  font-weight: 700;
  color: #121212;
  font-size: 3.15rem;
  line-height: 3.25rem;
  font-family: "Roboto", Helvetica;
}

@media screen and (max-width: 767px) {
  .cta-button__phone-number {
    font-size: 1.65rem;
    line-height: 1.875rem;
  }
}

.cta-button__operator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.9375rem;
  height: 8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cta-button__operator {
    width: 4.6875rem;
    height: 5.5625rem;
  }
}

.support-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.support-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2.5rem 0.5rem 1.5rem;
  width: 100%;
}

.support-section__title {
  font-size: 1.375rem;
  line-height: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .support-section__title {
    font-size: 0.9375rem;
  }
}

.support-section__title-text {
  font-weight: 700;
  color: #000000;
}

.support-section__title-accent {
  font-weight: 700;
  color: #ff3b30;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .support-section__title-accent {
    font-size: 1.125rem;
  }
}

.support-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 3rem;
  width: 100%;
  background: linear-gradient(180deg,
      rgb(255, 255, 255) 0%,
      rgb(203, 240, 255) 100%);
  background-image: url("../images/support-section-bg.webp");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .support-section__content {
    padding: 0 1.5rem;
    padding-bottom: 60px;
  }
}

.support-section__banner {
  width: 50rem;
  height: 13.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .support-section__banner {
    width: 100%;
    height: auto;
  }
}

.support-section__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .support-section__banner img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.support-section__response-title {
  margin: 2rem 0 0;
}

@media screen and (max-width: 767px) {
  .support-section__response-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.support-section__response-title img {
  width: 39.8125rem;
  height: 9.3125rem;
}

@media screen and (max-width: 767px) {
  .support-section__response-title img {
    width: 100%;
    height: auto;
  }
}

.support-section__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .support-section__cards {
    flex-direction: column;
    gap: 3rem;
  }
}

.service-card {
  position: relative;
  width: 20rem;
  height: 27.0625rem;
}

@media screen and (max-width: 767px) {
  .service-card {
    width: 100%;
    height: 25.75rem;
  }
}

.service-card__badge {
  position: absolute;
  top: 0;
  left: 5.9375rem;
  z-index: 10;
  background-color: #ffffff;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .service-card__badge {
    left: 0;
    right: 0;
    margin: auto;
    width: 7.5rem;
  }
}

.service-card__badge span {
  font-weight: 500;
  color: #121212;
  font-size: 1.125rem;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .service-card__badge span {
    font-size: 1rem;
  }
}

.service-card__badge::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #ffffff;
}

.service-card__badge::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 3.3125rem;
  background-image: url("../images/support-after.svg");
  background-size: cover;
  position: absolute;
  right: -5.625rem;
}

.service-card__main {
  display: flex;
  flex-direction: column;
  width: 20rem;
  position: absolute;
  top: 1.4375rem;
  left: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 142, 216, 0.3);
  background-color: #ffffff;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service-card__main {
    width: 100%;
  }
}

.service-card__header {
  padding: 1.5rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.service-card__header h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  line-height: 2.625rem;
}

@media screen and (max-width: 767px) {
  .service-card__header h3 {
    font-size: 1.25rem;
  }
}

.service-card__header--blue {
  background-color: #00b2ee;
}

.service-card__header--dark-blue {
  background-color: #2d53c5;
}

.service-card__header--light-blue {
  background-color: #177ee5;
}

.service-card__image {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.service-card__content p {
  font-weight: 500;
  color: #121212;
  font-size: 0.9375rem;
  line-height: 1.59375rem;
}

.service-card__text--700 {
  font-weight: 700 !important;
}

.pricing-section {
  position: relative;
  width: 100%;
  padding: 3rem 0 0;
  background-image: url(../images/pricing-section.webp);
  background-size: cover;
  background-position: 50% 50%;
}

.pricing-section__container {
  position: relative;
  margin: 0 auto;
  max-width: 64.5rem;
  padding: 0 1rem;
}

.pricing-section__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-section__content p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
  width: 100%;
  background: linear-gradient(180deg,
      rgb(227, 244, 252) 0%,
      rgb(255, 255, 255) 100%);
  gap: 3.5rem;
}

.contact-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section__header {
  text-align: center;
}

.contact-section__header .image img {
  width: 51.34375rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .contact-section__header .image img {
    width: 19.375rem;
    height: 9.3125rem;
  }
}

.contact-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-section__grid {
    grid-template-columns: 1fr;
  }
}

.contact-section__cta {
  width: 64rem;
}

.contact-section__cta img {
  width: 100%;
  height: auto;
}

.price-card {
  width: 20rem;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 142, 216, 0.3);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.price-card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.price-card__header h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.375rem;
  text-align: center;
}

.price-card__header--blue {
  background-color: #00b2ee;
}

.price-card__header--dark-blue {
  background-color: #2d53c5;
}

.price-card__header--light-blue {
  background-color: #177ee5;
}

.price-card__image {
  width: 100%;
  height: 8.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.125rem;
}

.price-card__price {
  color: #f70000;
  font-weight: 700;
}

.price-card__amount {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.price-card__currency {
  font-size: 2rem;
}

.price-card__tax {
  font-size: 0.875rem;
}

.price-card__description {
  font-weight: 500;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.4875rem;
}

.strengths-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 0 3.5rem;
  width: 100%;
  background-image: url("../images/strengths-section-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.strengths-section__header {
  text-align: center;
}

.strengths-section__title-image {
  width: 25.9375rem;
  height: 11.875rem;
}

@media screen and (max-width: 767px) {
  .strengths-section__title-image {
    width: 17.125rem;
    height: 8.0625rem;
  }
}

.strengths-section__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .strengths-section__list {
    padding: 0 1.5rem;
  }
}

.strength-item {
  width: 62.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 142, 216, 0.3);
  padding: 2.5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .strength-item {
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
    gap: 1rem;
  }
}

.strength-item__image {
  width: 23.5rem;
  height: 17.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 142, 216, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .strength-item__image {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.strength-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.strength-item__number {
  font-weight: 700;
  color: #2d53c5;
  font-family: "Roboto", Helvetica;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .strength-item__number {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

.strength-item__title {
  font-weight: 700;
  color: #121212;
  font-size: 1.625rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .strength-item__title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.strength-item__description {
  font-weight: normal;
  color: #222222;
  font-size: 1rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 767px) {
  .strength-item__description {
    font-size: 0.875rem;
    line-height: 1.575rem;
  }
}

.flow-area-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 4.5rem 0;
  width: 100%;
  background-color: #eff9ff;
}

.flow-area-section__cta {
  width: 64rem;
}

.flow-area-section__cta img {
  width: 100%;
  height: auto;
}

.comparison {
  display: flex;
  flex-direction: column;
  width: 52.875rem;
  align-items: center;
  gap: 2.5rem;
}

.comparison__title {
  font-weight: 700;
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

.comparison__text {
  font-size: 1.125rem;
  text-align: center;
}

.flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow {
    gap: 1rem;
  }
}

.flow__title {
  font-weight: 700;
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 1.25rem;
  }
}

.flow__steps {
  display: flex;
  flex-direction: column;
  width: 61.125rem;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .flow__steps {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.flow__arrow {
  width: 2rem;
  height: 1rem;
}

.flow__arrow svg {
  width: 100%;
  height: 100%;
}

.table {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .table {
    align-items: start;
    overflow-x: auto;
    width: 100%;
  }
}

.table .thead {
  display: flex;
  align-items: end;
}

.table .thead div {
  display: flex;
  width: 9.375rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 4rem;
}

.table .thead div img {
  width: 6.3125rem;
}

@media screen and (max-width: 767px) {
  .table .thead div {
    width: 9.125rem;
    height: 3rem;
  }
}

.table .thead div:first-child {
  background: transparent;
  width: 9.375rem;
}

@media screen and (max-width: 767px) {
  .table .thead div:first-child {
    width: 4.5rem;
  }
}

.table .thead div:nth-child(2) {
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(180deg, #177ee5 0%, #004eeb 100%);
  color: #fff;
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: 15.25rem;
  height: 6.375rem;
}

@media screen and (max-width: 767px) {
  .table .thead div:nth-child(2) {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 9.5625rem;
    height: 4rem;
  }
}

.table .thead div:nth-child(3),
.table .thead div:nth-child(4) {
  width: 14.125rem;
  height: 5.25rem;
  border-right: 2px solid #fff;
  background: #d9f5ff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {

  .table .thead div:nth-child(3),
  .table .thead div:nth-child(4) {
    width: 9.1875rem;
    height: 3rem;
  }
}

.table .thead div:nth-child(4) {
  border-right: 0;
}

.table .tbody {
  display: flex;
}

.table .tbody .col {
  display: flex;
  flex-direction: column;
}

.table .tbody .col.col-1st div {
  display: flex;
  height: 7.5rem;
  width: 9.375rem;
  border-bottom: 1px solid #fff;
  background: #dedede;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-1st div {
    width: 4.5rem;
    height: 6.5rem;
  }
}

.table .tbody .col.col-1st div p {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", Helvetica;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-1st div p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
}

.table .tbody .col.col-2nd {
  border: 0.3125rem solid #177ee5;
  background: #fdffee;
}

.table .tbody .col.col-2nd div {
  display: flex;
  width: 14.75rem;
  height: 7.5rem;
  border-bottom: 1px solid #cacaca;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.table .tbody .col.col-2nd div img {
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-2nd div img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.table .tbody .col.col-2nd div p {
  background-color: #fbff00;
  font-size: 0.9375rem;
  font-weight: 500;
}

.table .tbody .col.col-2nd div p span {
  font-size: 0.9375rem;
  color: #f80000;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-2nd div p {
    font-size: 0.75rem;
    text-align: center;
  }

  .table .tbody .col.col-2nd div p span {
    font-size: 0.75rem;
  }
}

.table .tbody .col.col-2nd div:first-child {
  height: 7.25rem;
}

.table .tbody .col.col-2nd div:last-child {
  height: 7.25rem;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-2nd div {
    width: 8.9375rem;
    height: 6.5rem;
  }

  .table .tbody .col.col-2nd div:first-child {
    height: 6.1875rem;
  }

  .table .tbody .col.col-2nd div:last-child {
    height: 6.125rem;
  }
}

.table .tbody .col.col-3rd {
  border-right: 1px solid #cacaca;
  width: 14.125rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-3rd {
    width: 9.1875rem;
  }
}

.table .tbody .col.col-3rd div {
  display: flex;
  width: 14.125rem;
  height: 7.5625rem;
  border-bottom: 1px solid #cacaca;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-3rd div {
    height: 6.5rem;
    width: 9.1875rem;
  }
}

.table .tbody .col.col-3rd div img {
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-3rd div img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.table .tbody .col.col-3rd div p {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", Helvetica;
}

.table .tbody .col.col-3rd div p span {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .table .tbody .col.col-3rd div p {
    font-size: 0.9375rem;
  }

  .table .tbody .col.col-3rd div p span {
    font-size: 0.75rem;
  }
}

.flow-step {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow-step {
    flex-direction: column;
    padding: 1rem;
    align-items: start;
  }
}

.flow-step::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 1rem;
  background-image: url("../images/flow-arrow.svg");
  background-size: contain;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}

.flow-step:last-child::after {
  display: none;
}

.flow-step__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 23.75rem;
}

@media screen and (max-width: 767px) {
  .flow-step__header {
    gap: 1rem;
    width: auto;
  }
}

.flow-step__number {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow-step__label {
  font-weight: 700;
  color: #2d53c5;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow-step__label {
    font-size: 0.75rem;
  }
}

.flow-step__digit {
  font-weight: 700;
  color: #2d53c5;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow-step__digit {
    font-size: 1.5rem;
  }
}

.flow-step__icon {
  width: 4.5rem;
  height: 4.5rem;
}

@media screen and (max-width: 767px) {
  .flow-step__icon {
    width: 3rem;
    height: 3rem;
  }
}

.flow-step__title {
  font-weight: 700;
  color: #121212;
  font-size: 1.25rem;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .flow-step__title {
    font-size: 1.125rem;
  }
}

.flow-step__description {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
}

.flow-step__payment {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.flow-step__payment-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
}

.flow-step__payment-item img {
  width: 32.625rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flow-step__payment-item img {
    width: 100%;
    height: auto;
  }
}

.flow-step__payment-item span {
  font-weight: 500;
  color: #000000;
}

.flow-step__payment-label {
  font-weight: 700;
  color: #000000;
}

.sp-wrap {
  padding: 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sp-wrap .area {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem 5.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  position: relative;
  background-image: url("../images/area-car.svg");
  background-repeat: no-repeat;
  background-position: 95% 10%;
  background-size: 9.75rem 8.75rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area {
    width: 100%;
    padding: 2rem 1.25rem;
    background-size: 4.25rem 3.8125rem;
  }
}

.sp-wrap .area__title {
  font-weight: 700;
  color: #000000;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__title {
    font-size: 1.25rem;
  }
}

.sp-wrap .area__subtitle {
  font-weight: 500;
  color: #121212;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__subtitle {
    font-size: 0.9375rem;
  }
}

.sp-wrap .area__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.sp-wrap .area__map {
  width: 12.5rem;
  height: 12.5rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__map {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.sp-wrap .area__info {
  display: flex;
  flex-direction: column;
  width: 21.875rem;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__info {
    width: auto;
  }
}

.sp-wrap .area__region {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0 0 0.5rem;
  width: 100%;
  border-bottom: 0.0625rem solid #bbbbbb;
}

.sp-wrap .area__region img {
  width: 1.25rem;
  height: 2.1875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__region img {
    width: 1.125rem;
    height: auto;
  }
}

.sp-wrap .area__region h3 {
  font-weight: 700;
  color: #121212;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area__region h3 {
    font-size: 0.875rem;
  }
}

.sp-wrap .area p {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .sp-wrap .area p {
    font-size: 0.875rem;
  }
}

.comparison {
  display: flex;
  flex-direction: column;
  width: 846px;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .comparison {
    width: 100%;
    padding: 0 0 0 1.5rem;
  }
}

.comparison__title {
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  text-align: center;
  line-height: 51.2px;
}

@media screen and (max-width: 767px) {
  .comparison__title {
    font-size: 1.25rem;
  }
}

.comparison__wrapper {
  position: relative;
  width: 846px;
  height: 486px;
}

.comparison__labels {
  position: absolute;
  top: 102px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 150px;
}

.comparison__label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background-color: #dedede;
  border-bottom: 2px solid #ffffff;
}

.comparison__label-item span {
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  text-align: center;
  line-height: 25.6px;
  white-space: nowrap;
}

.comparison__label-item--1 {
  height: 120px;
}

.comparison__label-item--2 {
  height: 144px;
  border-top: 2px solid #ffffff;
}

.comparison__label-item--3 {
  height: 120px;
  border-bottom: none;
}

.comparison__company {
  position: absolute;
  top: 0;
  left: 150px;
  width: 244px;
}

.comparison__company-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg,
      rgb(23, 126, 229) 0%,
      rgb(0, 78, 235) 100%);
}

.comparison__company-body {
  display: flex;
  flex-direction: column;
}

.comparison__company-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  background-color: #fdffed;
  border-bottom: 2px solid #dedede;
}

.comparison__company-item--1 {
  height: 120px;
}

.comparison__company-item--2 {
  height: 144px;
  border-top: 2px solid #dedede;
}

.comparison__company-item--3 {
  height: 120px;
}

.comparison__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: rgba(240, 240, 240, 0.5);
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
}

.comparison__icon {
  width: 56px;
  height: 56px;
}

.comparison__icon--small {
  width: 56px;
  height: 48px;
}

.comparison__highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #faff00;
  padding: 4px 8px;
  text-align: center;
}

.comparison__highlight--multiline {
  flex-wrap: wrap;
  padding: 4px 12px;
}

.comparison__highlight-label {
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
}

.comparison__highlight-value {
  font-weight: 500;
  color: #f70000;
  font-size: 18px;
  line-height: 27px;
}

.comparison__highlight-suffix {
  font-weight: 500;
  color: #121212;
  font-size: 14px;
  line-height: 21px;
}

.comparison__competitor {
  position: absolute;
  top: 18px;
  width: 226px;
  background-color: #ffffff;
}

.comparison__competitor:nth-of-type(4) {
  left: 394px;
  border-right: 2px solid #dedede;
}

.comparison__competitor:nth-of-type(5) {
  left: 620px;
  border-right: 2px solid #dedede;
}

.comparison__competitor-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 32px 24px;
  background-color: #d9f5ff;
  border-right: 2px solid #ffffff;
}

.comparison__competitor-header span {
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  text-align: center;
  line-height: 25.6px;
}

.comparison__competitor-body {
  display: flex;
  flex-direction: column;
}

.comparison__competitor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-bottom: 2px solid #dedede;
}

.comparison__competitor-item--1 {
  height: 121px;
}

.comparison__competitor-item--2 {
  height: 143px;
  border-top: 2px solid #dedede;
}

.comparison__competitor-item--3 {
  height: 120px;
}

.comparison__competitor-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
}

.comparison__competitor-text--multiline {
  flex-direction: column;
  align-items: center;
}

.comparison__competitor-value {
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  line-height: 24px;
}

.comparison__competitor-unit {
  font-weight: 500;
  color: #121212;
  font-size: 16px;
  line-height: 0.1px;
}

.comparison__competitor-suffix {
  font-weight: 500;
  color: #121212;
  font-size: 14px;
  line-height: 21px;
}

.comparison__cross {
  width: 56px;
  height: 56px;
  position: relative;
}

.comparison__cross-line {
  position: absolute;
  top: -7px;
  left: 20px;
  width: 6px;
  height: 59px;
  background-color: #c8d5e5;
}

.comparison__cross-line--1 {
  transform: rotate(45deg);
}

.comparison__cross-line--2 {
  transform: rotate(135deg);
}

.comparison__border {
  position: absolute;
  top: 102px;
  left: 150px;
  width: 244px;
  height: 384px;
  border: 5px solid #177ee5;
  pointer-events: none;
}

/* FAQ */
.faq-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 55rem;
  align-items: center;
  gap: 2.375rem;
  padding: 5rem 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-section {
    padding: 2.5rem 1.5rem;
  }
}

.faq-section__title {
  font-weight: 700;
  color: #000000;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .faq-section__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.faq-section__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.faq-item {
  width: 100%;
}

.faq-item__question {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #e3f7ff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-item__question {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}

.faq-item__question:hover {
  background-color: #d6f0ff;
}

.faq-item__question::before {
  position: absolute;
  right: 2.625rem;
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.125rem;
  background-color: #177ee5;
  transition: height 0.2s ease, opacity 0.2s ease;
}

.faq-item__question::after {
  position: absolute;
  right: 2.125rem;
  content: "";
  display: block;
  height: 0.125rem;
  width: 1.125rem;
  background-color: #177ee5;
}

.faq-item__question.is-open::before {
  height: 0;
  opacity: 0;
}

.faq-item__q {
  font-weight: 500;
  color: #177ee5;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.faq-item__question-text {
  flex: 1;
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
}

.faq-item__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item__answer {
  display: flex;
  padding: 0 1.5rem;
  background-color: #ffffff;
  gap: 1.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.25rem);
  transition: max-height 0.3s ease, padding-top 0.3s ease,
    padding-bottom 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.faq-item__answer--open {
  max-height: 500px;
  padding: 1rem 1.5rem;
  opacity: 1;
  transform: translateY(0);
}

.faq-item__a {
  font-weight: 500;
  color: #ff6600;
  font-size: 1.75rem;
  flex-shrink: 0;
}

.faq-item__answer-text {
  flex: 1;
  font-weight: normal;
  color: #121212;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .faq-item__answer-text {
    font-size: 0.875rem;
  }
}

.cta-fin {
  display: flex;
  flex-direction: column;
}

.cta-fin__top {
  background-color: #ffff3e;
  color: #2d53c6;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700;
  line-height: 140%;
}

.cta-fin__top h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .cta-fin__top h2 {
    font-size: 1.125rem;
  }
}

.cta-fin__bottom {
  background: linear-gradient(rgba(0, 60, 255, 0.4), rgba(0, 60, 255, 0.4)),
    url("../images/cta-fin-bg.webp");
  background-size: cover;
  padding: 2.5rem 0;
}

.cta-fin__bottom .wrap {
  width: 58.75rem;
  margin: auto;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap {
    padding: 0 1.5rem;
    flex-direction: column;
    width: 100%;
  }
}

.cta-fin__bottom .wrap .tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28.75rem;
  height: 6.875rem;
  border-radius: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 0.125rem solid #2d53c6;
  background: #fff;
  box-shadow: 0 0.75rem 1.25rem 0 rgba(0, 97, 216, 0.7);
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .tel a {
    width: 100%;
    height: 5.75rem;
  }
}

.cta-fin__bottom .wrap .tel a .title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .tel a .title {
    font-size: 0.9375rem;
  }
}

.cta-fin__bottom .wrap .tel a .number {
  font-family: "Roboto", Helvetica;
  display: flex;
  gap: 0.875rem;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .tel a .number {
    font-size: 1.875rem;
  }
}

.cta-fin__bottom .wrap .tel a .number::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 2.25rem;
  background-image: url("../images/tel-orange.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .tel a .number::before {
    width: 3.125rem;
    height: 2.25rem;
  }
}

.cta-fin__bottom .wrap .btn {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .btn {
    gap: 1rem;
  }
}

.cta-fin__bottom .wrap .btn div a {
  width: 28.75rem;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid var(--white, #fff);
  box-shadow: 0 12px 20px 0 rgba(0, 97, 216, 0.7);
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .btn div a {
    width: 100%;
    font-size: 1rem;
    gap: 0.5rem;
    height: 3.625rem;
  }
}

.cta-fin__bottom .wrap .btn div a::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cta-fin__bottom .wrap .btn div a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.cta-fin__bottom .wrap .btn div.line {
  background: linear-gradient(180deg, #5be969 0%, #1ab829 100%);
}

.cta-fin__bottom .wrap .btn div.line a::before {
  background-image: url("../images/line.svg");
}

.cta-fin__bottom .wrap .btn div.web {
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #3f8fff 0%, #00429d 100%);
}

.cta-fin__bottom .wrap .btn div.web a::before {
  background-image: url("../images/mail-outline.svg");
}

.form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  background-color: #f6f9fb;
  border-radius: 0.5rem;
  margin: 5rem auto;
  max-width: 56rem;
}

@media screen and (max-width: 767px) {
  .form-section {
    padding: 2.5rem 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.form-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.form-section__title {
  font-weight: 700;
  color: #000000;
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-section__title {
    font-size: 1.25rem;
  }
}

.form-section__subtitle {
  font-weight: normal;
  color: #121212;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form-section__subtitle {
    font-size: 0.875rem;
  }
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  max-width: 50rem;
}

.form__field {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form__field {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.form__field--textarea {
  align-items: flex-start;
}

.form__field--textarea .form__label-wrapper {
  margin-top: 0.5rem;
}

.form__label-wrapper {
  display: flex;
  width: 12.5rem;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .form__label-wrapper {
    width: 100%;
  }
}

.form__label {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .form__label {
    font-size: 0.875rem;
  }
}

.form__required {
  padding: 0 0.25rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #cd1a1a;
  font-weight: 500;
  color: #cd1a1a;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .form__required {
    font-size: 0.625rem;
  }
}

.form__input {
  flex: 1;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}

.form__input::-moz-placeholder {
  color: #bbbbbb;
}

.form__input::placeholder {
  color: #bbbbbb;
}

.form__input:focus {
  outline: none;
  border-color: #2d53c5;
}

.form__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.form__phone-input {
  width: 5.4375rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  font-family: inherit;
}

.form__phone-input::-moz-placeholder {
  color: #bbbbbb;
}

.form__phone-input::placeholder {
  color: #bbbbbb;
}

.form__phone-input:focus {
  outline: none;
  border-color: #2d53c5;
}

.form__phone-separator {
  font-weight: 500;
  color: #121212;
  font-size: 0.875rem;
}

.form__textarea {
  flex: 1;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  .form__textarea {
    width: 100%;
  }
}

.form__textarea::-moz-placeholder {
  color: #bbbbbb;
}

.form__textarea::placeholder {
  color: #bbbbbb;
}

.form__textarea:focus {
  outline: none;
  border-color: #2d53c5;
}

.form__checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: auto;
}

.form__checkbox-input {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: 0.0625rem solid #bbbbbb;
  cursor: pointer;
  flex-shrink: 0;
}

.form__checkbox-label {
  font-weight: normal;
  color: #121212;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}

.form__submit {
  display: flex;
  width: 20rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background-color: #2d53c5;
  border-radius: 3rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .form__submit {
    width: 18rem;
  }
}

.form__submit:hover {
  background-color: #2442a1;
}

.form__submit span {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form__submit span {
    font-size: 1rem;
  }
}

.thanks {
  padding: 6rem 0;
  min-height: calc(81vh - 79px - 317px);
  justify-content: center;
}

.thanks a {
  text-decoration: underline;
  color: #002aa9;
}

.privacy {
  display: flex;
  flex-direction: column;
  width: 39.75rem;
  height: 18.75rem;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbbbbb;
  overflow-y: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .privacy {
    width: 100%;
    padding: 1.5rem 1rem;
  }
}

.privacy__title {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  text-align: center;
}

.privacy__content {
  font-weight: normal;
  color: #121212;
  font-size: 0.875rem;
  line-height: 1.575rem;
}

.urgent-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 3.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 0.125rem solid #ff6600;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .urgent-contact {
    padding: 0.75rem 1.8rem;
  }
}

.urgent-contact__title {
  font-weight: 700;
  color: #121212;
  font-size: 1.375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .urgent-contact__title {
    font-size: 0.875rem;
  }
}

.urgent-contact__subtitle {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .urgent-contact__subtitle {
    font-size: 0.75rem;
  }
}

.urgent-contact__phone {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.urgent-contact__phone img {
  width: 5rem;
  height: 3.25rem;
}

@media screen and (max-width: 767px) {
  .urgent-contact__phone img {
    width: 2.625rem;
    height: 1.6875rem;
  }
}

.urgent-contact__number {
  font-weight: 700;
  color: #000000;
  font-size: 3.5rem;
  line-height: 5.25rem;
  font-family: "Roboto", Helvetica;
}

@media screen and (max-width: 767px) {
  .urgent-contact__number {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 8.75rem;
  align-items: flex-start;
  padding: 2.5rem 5rem;
  background-color: #2d53c5;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 2rem 0;
    padding-bottom: 6.5rem;
  }
}

.footer__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}

.footer__left {
  display: flex;
  align-items: center;
  gap: 2.125rem;
}

@media screen and (max-width: 767px) {
  .footer__left {
    flex-direction: column;
  }
}

.footer__logo {
  display: flex;
  width: 11.125rem;
  height: 3.0625rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}

.footer__logo span {
  font-weight: normal;
  color: #bbbbbb;
  font-size: 1.875rem;
}

.footer__address {
  font-weight: normal;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.08125rem;
  line-height: 1.21875rem;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}

.footer__copyright {
  font-weight: 500;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1125rem;
  line-height: 1.35rem;
}