@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: clamp(0.3337673611rem, 0rem + 0.6944vw, 0.625rem);
}
@media (max-width: 767px) {
  html {
    font-size: clamp(0.625rem, 0rem + 2.6667vw, 1.2783333333rem);
  }
}

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

img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.header {
  position: absolute;
  top: 1.78rem;
  left: 3.6rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    position: initial;
    width: 100%;
    padding: 1.6rem 0;
  }
}
.header__logo {
  display: block;
  width: 18.7rem;
}
@media (max-width: 767px) {
  .header__logo {
    width: 18.7rem;
    margin: 0 auto;
  }
}

.footer {
  background: #a47123;
  padding: 1.3rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 2.6rem 0;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 767px) {
  .footer__nav-list {
    gap: 4.2rem;
  }
}
.footer__nav-item a {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.cta {
  padding: 7rem 0;
  background-color: #002090;
}
@media (max-width: 767px) {
  .cta {
    padding: 2.1rem 0 3.8rem;
  }
}
.cta__text {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 2.4rem;
    line-height: 180%;
    margin-bottom: 1.4rem;
  }
}
.cta__text span:not(.cta__text-mark) {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cta__text span:not(.cta__text-mark) {
    font-size: 1.8rem;
  }
}
.cta__text-mark {
  font-size: 3.4rem;
  padding-top: 0.7em;
  background-position: top left -0.2rem;
  background-repeat: repeat-x;
  background-size: 3.6rem 0.4em;
  background-image: radial-gradient(0.15em 0.15em at center center, orange, orange 100%, transparent);
}
@media (max-width: 767px) {
  .cta__text-mark {
    font-size: 2.4rem;
    padding-top: 0.4em;
    background-size: 2.5rem 0.6em;
  }
}
.cta__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  max-width: 1416px;
  margin: 0 auto;
  width: 73.75%;
  max-width: 1062px;
  padding: 4.8rem 5.8rem;
}
@media (max-width: 767px) {
  .cta__box {
    width: 91.467%;
    padding: 2rem 1.4rem;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.6rem;
  }
}
.cta__tel {
  width: 41.71%;
}
@media (max-width: 767px) {
  .cta__tel {
    width: 95.24%;
  }
}
.cta__tel-link {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cta__tel-link {
    justify-content: center;
    font-size: 3.6rem;
  }
}
.cta__tel-link img {
  width: 10.87%;
}
@media (max-width: 767px) {
  .cta__tel-link img {
    width: 11.112%;
  }
}
.cta__tel-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #444444;
}
@media (max-width: 767px) {
  .cta__tel-text {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.cta__btn {
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 12.8rem;
  padding: 2.5rem 6rem 3rem 6rem;
  width: 52.536%;
}
.cta__btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cta__btn > span {
    display: block;
  }
}
@media (max-width: 767px) {
  .cta__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    flex-wrap: initial;
    padding: 1.2rem 0;
  }
}
.cta__btn img {
  width: 9.02%;
  margin-right: 0.9rem;
}
.cta__btn img.pc {
  display: inline-block;
}
@media (max-width: 767px) {
  .cta__btn img.pc {
    display: none;
  }
}
.cta__btn img.sp {
  display: none;
}
@media (max-width: 767px) {
  .cta__btn img.sp {
    display: inline-block;
  }
}
.cta__btn-starttext {
  flex-basis: 100%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .cta__btn-starttext {
    display: block;
    font-size: 1.6rem;
  }
}
.cta__btn-endtext {
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .cta__btn-endtext {
    font-size: 2.2rem;
  }
}
.cta__btn-endtext span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .cta__btn-endtext span {
    font-size: 1.6rem;
  }
}

.worry__top {
  background: url(../img/worry-bg.png) no-repeat top center/cover;
  position: relative;
  padding: 9rem 0 10.5rem;
}
@media (max-width: 767px) {
  .worry__top {
    padding: 3.1rem 0 0;
    background: url(../img/sp/worry-bg.png) no-repeat top center/cover;
  }
}
.worry__heading {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .worry__heading {
    font-size: 3.9rem;
    margin-bottom: 2.4rem;
  }
}
.worry__heading-mark {
  display: inline-flex;
  align-items: flex-start;
}
.worry__heading-mark span {
  font-weight: 700;
  font-size: 6.2rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .worry__heading-mark span {
    font-size: 4.7rem;
  }
}
.worry__heading-mark span::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #dd8600;
}
@media (max-width: 767px) {
  .worry__heading-mark span::before {
    top: -0.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.worry__text {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .worry__text {
    font-size: 1.6rem;
    line-height: 1.6;
    width: 34.3rem;
    margin: 0 auto 2.4rem;
    text-align: left;
  }
}
.worry__list {
  left: 40%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 733px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .worry__list {
    position: initial;
    transform: initial;
    margin: 0 auto 2.6rem;
    width: 34.3rem;
  }
}
.worry__list-item {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  position: relative;
  padding: 1.6rem 0;
  padding-left: 4.5rem;
  padding-right: 1.3rem;
  border-bottom: 1px solid #999999;
}
@media (max-width: 767px) {
  .worry__list-item {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.8rem 0;
    padding-left: 3.1rem;
    padding-right: 0;
  }
}
.worry__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/worry-list-icon.svg) no-repeat center center/contain;
  width: 2.7rem;
  height: 2.7rem;
}
@media (max-width: 767px) {
  .worry__list-item::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.worry__list-item span {
  font-weight: 700;
  color: #dd8600;
}
.worry__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 77.5rem;
  max-width: 775px;
  margin-left: 11.8rem;
}
@media (max-width: 767px) {
  .worry__img {
    position: initial;
    width: 100%;
    margin-left: 0;
  }
}
.worry__triangle {
  background: url(../img/worry-triangle-bg.svg) no-repeat top center/cover;
  width: 100%;
  padding: 10.2rem 0 3.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .worry__triangle {
    background: url(../img/sp/worry-triangle-bg.svg) no-repeat top center/cover;
    padding: 3.8rem 0 1.8rem;
  }
}
.worry__triangle-heading {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0px 0px 2.59224px #ffffff;
  margin-bottom: 4.9rem;
}
@media (max-width: 767px) {
  .worry__triangle-heading {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    font-weight: 700;
    text-align: left;
    margin-left: 1.6rem;
    margin-bottom: 3.2rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .worry__triangle-heading::before {
    content: "";
    position: absolute;
    bottom: -1.3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #ffffff 0, #ffffff 0.1rem, transparent 0.2rem, transparent 0.4rem);
  }
}
.worry__triangle-heading span {
  font-size: 5.2rem;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
}
@media (max-width: 767px) {
  .worry__triangle-heading span {
    font-size: 2.8rem;
    border-bottom: none;
  }
}
.worry__triangle-text {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffd38f;
  text-shadow: 0px 0px 2.13322px #ffffff;
}
@media (max-width: 767px) {
  .worry__triangle-text {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #ffd38f;
    text-align: left;
    margin-left: 1.6rem;
    position: relative;
    width: 34.3rem;
    z-index: 2;
  }
  .worry__triangle-text::before {
    content: "相続税専門のプロフェッショナルが、あなたに寄り添い、円満な相続を最後までサポートします。";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffd38f;
    filter: blur(4px);
    z-index: 1;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .worry__triangle-text::before {
    filter: blur(1px);
    opacity: 0.5;
  }
}
.worry__triangle-img1 {
  position: absolute;
  right: 0;
  bottom: -1.3rem;
  width: 51.7rem;
  max-width: 517px;
}
@media (max-width: 767px) {
  .worry__triangle-img1 {
    position: absolute;
    width: 28.9rem;
    margin-left: 0;
    bottom: 0.6rem;
  }
}
.worry__triangle-img2 {
  margin-top: -0.1rem;
  position: relative;
  z-index: 2;
}

.reason {
  margin-top: -16rem;
  padding-top: 19rem;
  padding-bottom: 12.3rem;
  position: relative;
  z-index: -1;
  background: url(../img/reason-bg.webp) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .reason {
    margin-top: -3.7rem;
    padding-top: 7rem;
    padding-bottom: 3.3rem;
  }
}
.reason__heading {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 9.3rem;
}
@media (max-width: 767px) {
  .reason__heading {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}
.reason__heading > span {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 140%;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .reason__heading > span {
    font-size: 3.2rem;
    -webkit-text-decoration: underline dashed #002090;
            text-decoration: underline dashed #002090;
    text-underline-offset: 0.8rem;
    text-decoration-thickness: 1px;
  }
}
.reason__heading > span > span {
  color: #dd8600;
  background: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #dd8600;
  background-clip: none;
  text-fill-color: #dd8600;
  background-blend-mode: normal;
}
.reason__heading > span > span span {
  font-size: 6.2rem;
}
@media (max-width: 767px) {
  .reason__heading > span > span span {
    font-size: 3.8rem;
  }
}
.reason__list {
  width: 112.6rem;
  max-width: 1126px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reason__list {
    width: 34.3rem;
  }
}
.reason__list-item {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .reason__list-item {
    margin-bottom: 3.6rem;
  }
}
.reason__list-item-heading {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  padding: 2.1rem 0 2.6rem;
  position: relative;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .reason__list-item-heading {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    padding: 0.5rem 0 0.7rem;
    background: url(../img/sp/reason-heading-bg.svg) no-repeat center center/cover;
  }
}
.reason__list-item-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 14.2rem;
  background: url(../img/reason-heading-deco-left.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .reason__list-item-heading::before {
    display: none;
  }
}
.reason__list-item-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 14.2rem;
  background: url(../img/reason-heading-deco-right.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .reason__list-item-heading::after {
    display: none;
  }
}
.reason__list-item-heading span {
  width: 22.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .reason__list-item-heading span {
    width: 20.6rem;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.reason__list-item-heading span::before, .reason__list-item-heading span::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.reason__list-item-heading span::before {
  left: 0;
}
.reason__list-item-heading span::after {
  right: 0;
}
.reason__list-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.75rem;
  gap: 4rem;
}
@media (max-width: 767px) {
  .reason__list-item-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.reason__list-item-content-img {
  flex: 1;
}
@media (max-width: 767px) {
  .reason__list-item-content-img {
    width: 100%;
    padding: 0 2.2rem 2.8rem;
  }
}
.reason__list-item-content-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
  width: 57.5rem;
}
@media (max-width: 767px) {
  .reason__list-item-content-text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.reason__list-item-content-text span {
  font-weight: 700;
  color: #dd8600;
}
.reason__list-item-content.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reason__list-item-content.reverse {
    flex-direction: column;
  }
}
.reason__list-item-content.no-flex {
  flex-direction: column;
}
@media (max-width: 767px) {
  .reason__list-item-content.no-flex {
    flex-direction: column-reverse;
  }
}
.reason__list-item-content.no-flex .reason__list-item-content-text {
  width: 100%;
}
@media (max-width: 767px) {
  .reason__list-item-content.no-flex .reason__list-item-content-text {
    padding: 0;
  }
}
.reason__list-item-content.no-flex .reason__list-item-content-img {
  width: 56.2rem;
  max-width: 562px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reason__list-item-content.no-flex .reason__list-item-content-img {
    width: 100%;
    padding: 0 2.2rem 2.8rem;
  }
}
.reason__list-item:last-child {
  margin-bottom: 0;
}
.reason__list-item:last-child .reason__list-item-content-img {
  width: 100%;
  max-width: 100%;
}

.service {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .service {
    padding: 3.2rem 0 5.5rem;
  }
}
.service__heading {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .service__heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.service__heading span {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
  border-bottom: 1px dashed #002090;
}
@media (max-width: 767px) {
  .service__heading span {
    font-size: 2.4rem;
  }
}
.service__text {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .service__text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    width: 34.3rem;
    margin: 0 auto 4.8rem;
  }
}
.service__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 127.1rem;
  max-width: 1271px;
}
@media (max-width: 767px) {
  .service__list {
    width: 34.3rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.service__list-item {
  width: 32%;
  padding: 0 2.25rem;
}
@media (max-width: 767px) {
  .service__list-item {
    width: 100%;
    padding: 0 1.9rem;
  }
}
.service__list-item-icon {
  width: auto;
  height: 14rem;
  margin: 0 auto 2.4rem;
}
@media (max-width: 767px) {
  .service__list-item-icon {
    height: 11.9rem;
    margin: 0 auto 2rem;
  }
}
.service__list-item-heading {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #002090;
}
@media (max-width: 767px) {
  .service__list-item-heading {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    gap: 1.4rem;
    border-bottom: 3px solid #002090;
  }
}
.service__list-item-heading span:first-of-type {
  font-family: "DIN 2014";
  font-weight: 700;
  font-size: 4.2rem;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .service__list-item-heading span:first-of-type {
    font-size: 3.6rem;
  }
}
.service__list-item-heading span:last-of-type {
  flex: 1;
}
.service__list-item-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .service__list-item-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.service__list-item--3 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .service__list-item--3 {
    margin-bottom: 0;
  }
}
.service__list-item--3 .service__list-item-heading span {
  padding: 1.8rem 0;
}
@media (max-width: 767px) {
  .service__list-item--3 .service__list-item-heading span {
    padding: 1.5rem 0;
  }
}

.support {
  padding: 15.1rem 0 14rem;
  background-color: #eafcff;
}
@media (max-width: 767px) {
  .support {
    padding: 2.5rem 0 3.5rem;
  }
}
.support__heading {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .support__heading {
    font-size: 3.1rem;
    line-height: 1.8;
    margin-bottom: 2.4rem;
  }
}
.support__heading::before, .support__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.1rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .support__heading::before, .support__heading::after {
    display: none;
  }
}
.support__heading::before {
  left: 0;
  background: url(../img/support-heading-deco-left.svg) no-repeat center center/contain;
}
.support__heading::after {
  right: 0;
  background: url(../img/support-heading-deco-right.svg) no-repeat center center/contain;
}
.support__heading span {
  font-weight: 700;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
  position: relative;
}
.support__heading span::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #dd8600;
}
@media (max-width: 767px) {
  .support__heading span::before {
    width: 0.7rem;
    height: 0.7rem;
    top: -0.5rem;
  }
}
.support__inner {
  width: 116rem;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support__inner {
    width: 34.3rem;
  }
}
@media (max-width: 767px) {
  .support__inner.is-collapsed {
    padding-bottom: 0;
  }
}
.support__list {
  width: 112.6rem;
  max-width: 1126px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support__list {
    width: 100%;
  }
}
.support__list-item {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .support__list-item {
    margin-bottom: 3.4rem;
    display: none;
    opacity: 0;
    transform: translateY(1.6rem);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .support__list-item.is-visible {
    display: block;
    animation: supportListItemFadeIn 0.4s ease forwards;
  }
}
.support__list-item-heading {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  padding: 2.1rem 0 2.6rem;
  position: relative;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .support__list-item-heading {
    font-size: 2.2rem;
    padding: 1rem 0 1.1rem;
    margin-bottom: 2.4rem;
    background: url(../img/sp/support-list-heading-bg.svg) no-repeat center center/cover;
  }
}
.support__list-item-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 60/197;
  width: auto;
  height: 100%;
  background: url(../img/support-list-heading-deco-left.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .support__list-item-heading::before {
    display: none;
  }
}
.support__list-item-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 60/197;
  width: auto;
  height: 100%;
  background: url(../img/support-list-heading-deco-right.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .support__list-item-heading::after {
    display: none;
  }
}
.support__list-item-heading span {
  width: 22.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .support__list-item-heading span {
    width: 20.6rem;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.support__list-item-heading span::before, .support__list-item-heading span::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.support__list-item-heading span::before {
  left: 0;
}
.support__list-item-heading span::after {
  right: 0;
}
.support__list-item-top {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  padding: 0 3.5rem 4.1rem;
}
@media (max-width: 767px) {
  .support__list-item-top {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 3.2rem;
    gap: 3.2rem;
  }
}
.support__list-item-top-person {
  width: 19.7rem;
}
.support__list-item-top-person img {
  margin-bottom: 1.4rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.support__list-item-top-person-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 1rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 4rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .support__list-item-top-person-name {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}
.support__list-item-top-detail {
  flex: 1;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-top: 1.65rem;
}
@media (max-width: 767px) {
  .support__list-item-top-detail {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-top: 2rem;
  }
}
.support__list-item-top-detail-situation {
  padding: 3.7rem 4rem 2.4rem;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .support__list-item-top-detail-situation {
    padding: 3.8rem 1.4rem 2.7rem;
    margin-bottom: 5rem;
  }
}
.support__list-item-top-detail-situation::before {
  content: "状況";
  width: 16.5rem;
  padding: 1rem 0;
  background: linear-gradient(180deg, #999999 0%, #333333 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: absolute;
  top: -1.65rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .support__list-item-top-detail-situation::before {
    padding: 1rem 1.2rem;
    top: -2rem;
  }
}
.support__list-item-top-detail-support {
  padding: 3.7rem 4rem 2.4rem;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .support__list-item-top-detail-support {
    padding: 4.1rem 2rem 2.3rem;
  }
}
.support__list-item-top-detail-support::before {
  content: "TOTALの対応";
  width: 16.5rem;
  padding: 1rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: absolute;
  top: -1.65rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .support__list-item-top-detail-support::before {
    padding: 1rem 1.2rem;
    top: -2rem;
  }
}
.support__list-item-top-detail-support span {
  font-size: 2.2rem;
  color: #dd8600;
}
@media (max-width: 767px) {
  .support__list-item-top-detail-support span {
    font-size: 1.6rem;
  }
}
.support__list-item-triangle {
  width: 5.2rem;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .support__list-item-triangle {
    margin: 0 auto 3.2rem;
  }
}
.support__list-item-bottom {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.2rem;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-image-source: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  border-image-slice: 1;
}
@media (max-width: 767px) {
  .support__list-item-bottom {
    flex-direction: column;
    border-width: 3px;
    gap: 1.6rem;
  }
}
.support__list-item-bottom-pentagon {
  background: url(../img/support-list-result-bg.svg) no-repeat center center/cover;
  width: 27.375rem;
  height: auto;
}
@media (max-width: 767px) {
  .support__list-item-bottom-pentagon {
    width: 100%;
    height: 13.5rem;
    background: url(../img/sp/support-list-result-bg.svg) no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.support__list-item-bottom-pentagon img {
  width: 13.2rem;
  margin-left: 6.7rem;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .support__list-item-bottom-pentagon img {
    width: 9.7rem;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 38%;
    right: 14%;
    transform: translateY(-50%);
  }
}
.support__list-item-bottom-pentagon span {
  display: block;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  margin-left: 8.2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .support__list-item-bottom-pentagon span {
    font-size: 3.2rem;
    margin-left: 0;
  }
}
.support__list-item-bottom-text {
  flex: 1;
  padding: 2.2rem 0;
  padding-right: 4.5rem;
  background: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .support__list-item-bottom-text {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 1.9rem 3.4rem;
  }
}
.support__list-item--2 .support__list-item-bottom-text, .support__list-item--3 .support__list-item-bottom-text, .support__list-item--4 .support__list-item-bottom-text {
  padding: 4.4rem 0;
  padding-right: 4.5rem;
}
@media (max-width: 767px) {
  .support__list-item--2 .support__list-item-bottom-text, .support__list-item--3 .support__list-item-bottom-text, .support__list-item--4 .support__list-item-bottom-text {
    padding: 0 1.9rem 3.4rem;
  }
}
.support__list-item--4 {
  margin-bottom: 0;
}
.support__example {
  display: none;
  opacity: 0;
  transform: translateY(1.2rem);
}
.support__example.is-visible {
  display: block;
  animation: supportExampleFadeIn 0.4s ease forwards;
}
.support__btn {
  display: none;
}
@media (max-width: 767px) {
  .support__btn {
    display: block;
    width: 27.6rem;
    margin: 0 auto;
    padding: 1.2rem 0;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
    background-blend-mode: multiply;
    border: none;
    border-radius: 4rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .support__btn.is-hidden {
    display: none;
  }
}

@keyframes supportListItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(1.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review {
  background: url(../img/review-bg.webp) no-repeat top center/cover;
  padding: 9.7rem 0 12.3rem;
}
@media (max-width: 767px) {
  .review {
    background: url(../img/sp/review-bg.png) no-repeat top center/cover;
    padding: 3.2rem 0;
  }
}
.review__heading {
  font-weight: 700;
  font-size: 5.38rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
  margin-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .review__heading {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.review__text {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 5.7rem;
}
@media (max-width: 767px) {
  .review__text {
    font-size: 1.6rem;
    line-height: 160%;
    text-align: left;
    width: 91.467%;
    margin: 0 auto 3.6rem;
  }
}
.review__slider {
  max-width: 972px;
  width: 97.2rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .review__slider {
    width: 88%;
  }
}
.review__slider .splide__arrow {
  width: 3.3rem;
  height: 5rem;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .review__slider .splide__arrow {
    width: 2.2rem;
    height: 2.4rem;
  }
}
.review__slider .splide__arrow:disabled {
  opacity: 0.3;
}
.review__slider .splide__arrow:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.review__slider .splide__arrow svg {
  display: none;
}
.review__slider .splide__arrow--prev {
  background: url(../img/arrow-left.svg) no-repeat center center/contain;
  left: -5rem;
}
@media (max-width: 767px) {
  .review__slider .splide__arrow--prev {
    left: -2.2rem;
  }
}
.review__slider .splide__arrow--next {
  background: url(../img/arrow-right.svg) no-repeat center center/contain;
  right: -5rem;
}
@media (max-width: 767px) {
  .review__slider .splide__arrow--next {
    right: -2.2rem;
  }
}
.review__slider .splide__pagination {
  display: none;
}
@media (max-width: 767px) {
  .review__slider .splide__pagination {
    position: initial;
    display: flex;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 2.6rem;
  }
}
.review__slider .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  margin: 0;
  opacity: 1;
}
.review__slider .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
}
.review__slider .splide__list {
  width: 97.2rem;
}
@media (max-width: 767px) {
  .review__slider .splide__list {
    width: initial;
  }
}
.review__slider-item {
  padding: 3.2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 1.6rem;
  width: 48.2rem;
}
@media (max-width: 767px) {
  .review__slider-item {
    padding: 3.2rem 0.6rem 2.5rem;
    width: 100%;
  }
}
.review__slider-item img {
  width: 16.4rem;
  margin: 0 auto 1.28rem;
}
.review__slider-item-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 2.56rem;
}
.review__slider-item-heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 1.92rem;
}
@media (max-width: 767px) {
  .review__slider-item-heading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }
}
.review__slider-item-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  padding: 0 0.92rem;
}
@media (max-width: 767px) {
  .review__slider-item-text {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 2rem;
  }
}

.why {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .why {
    padding: 3.3rem 0 5rem;
  }
}
.why__heading {
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  text-shadow: 0px 0px 3.493px #ffffff;
  margin-bottom: 6.8rem;
}
@media (max-width: 767px) {
  .why__heading {
    font-size: 2.5rem;
    margin-bottom: 4.7rem;
  }
}
.why__sub-heading {
  width: 106.2rem;
  max-width: 1062px;
  margin: 0 auto 6rem;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding: 2rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  position: relative;
}
@media (max-width: 767px) {
  .why__sub-heading {
    width: 34.3rem;
    margin: 0 auto 2.8rem;
    background: url(../img/sp/why-sub-heading-bg.svg) no-repeat center center/cover;
    font-size: 2rem;
    padding: 1.8rem 0;
  }
}
.why__sub-heading::before, .why__sub-heading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6rem;
  height: 14.6rem;
}
@media (max-width: 767px) {
  .why__sub-heading::before, .why__sub-heading::after {
    display: none;
  }
}
.why__sub-heading::before {
  background: url(../img/why-sub-heading-deco-left.svg) no-repeat center center/contain;
  left: 0;
}
.why__sub-heading::after {
  background: url(../img/why-sub-heading-deco-right.svg) no-repeat center center/contain;
  right: 0;
}
.why__flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.8rem;
  width: 97.5rem;
  max-width: 975px;
  margin: 0 auto 2.8rem;
}
@media (max-width: 767px) {
  .why__flex-box {
    width: 34.3rem;
    gap: 2.8rem;
    flex-direction: column;
    margin-bottom: 2em;
  }
}
.why__flex-box img {
  width: 26.7rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .why__flex-box img {
    width: 20rem;
  }
}
.why__flex-box-text {
  flex: 1;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .why__flex-box-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.why__flex-box-text span {
  font-weight: 700;
  color: #dd8600;
}
.why__text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  width: 95.7rem;
  max-width: 957px;
  margin: 0 auto 5.9rem;
}
@media (max-width: 767px) {
  .why__text {
    width: 34.3rem;
    margin: 0 auto 3.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.why__text span {
  font-weight: 700;
  color: #dd8600;
}
.why__text:last-of-type {
  margin-bottom: 0;
}
.why__list {
  width: 110rem;
  max-width: 1100px;
  margin: 0 auto 6.9rem;
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .why__list {
    width: 30rem;
    flex-direction: column;
    align-items: center;
    gap: 1.9rem;
    margin: 0 auto 3.6rem;
  }
}
.why__list-item {
  width: 33rem;
  padding-top: 1.9rem;
  padding-bottom: 2.3rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .why__list-item {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.1rem;
    border-radius: 2.7rem;
  }
}
.why__list-item::before {
  content: "";
  width: 2.8rem;
  height: 2.7rem;
  position: absolute;
  top: 1.9rem;
  left: 1.6rem;
  background: url(../img/why-list-icon.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .why__list-item::before {
    width: 2.5rem;
    height: 2.4rem;
    top: 1.7rem;
    left: 1.3rem;
  }
}
.why__list-item img {
  width: auto;
  height: 20rem;
  margin: 0 auto 1.8rem;
}
@media (max-width: 767px) {
  .why__list-item img {
    height: 18rem;
    margin: 0 auto 1.6rem;
  }
}
.why__list-item-heading {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  text-align: center;
}
@media (max-width: 767px) {
  .why__list-item-heading {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.why__list-arrow {
  width: 4.16rem;
}

.step {
  padding: 10rem 0 11rem;
  background-color: #eafcff;
}
@media (max-width: 767px) {
  .step {
    padding: 3.3rem 0 2.2rem;
  }
}
.step__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.4rem;
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  position: relative;
}
@media (max-width: 767px) {
  .step__heading {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 3.3rem;
  }
}
.step__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #002090 0, #002090 0.3rem, transparent 0.3rem, transparent 0.6rem);
}
.step__heading > span {
  font-size: 5.2rem;
  font-weight: 700;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .step__heading > span {
    font-size: 3.2rem;
  }
}
.step__heading > span > span {
  font-size: 6.2rem;
}
@media (max-width: 767px) {
  .step__heading > span > span {
    font-size: 3.8rem;
  }
}
.step__inner {
  width: 112.6rem;
  max-width: 1126px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .step__inner {
    width: 30.1rem;
  }
}
.step__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .step__list.is-hidden-on-mobile {
    display: none;
  }
}
.step__list-item {
  background-color: #fff;
  padding: 2.2rem 2.8rem 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 12.1rem;
}
.step__list-item-icon {
  width: 13.7rem;
  padding: 4.7rem 0 3.8rem;
  margin-left: 10rem;
}
@media (max-width: 767px) {
  .step__list-item-icon {
    margin-left: 0;
    width: auto;
    height: 5.8rem;
    padding: 0;
    margin: 0 auto;
  }
}
.step__list-item-content {
  flex: 1;
}
@media (max-width: 767px) {
  .step__list-item-content {
    width: 100%;
  }
}
.step__list-item-content-heading {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #002090;
}
@media (max-width: 767px) {
  .step__list-item-content-heading {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    text-align: center;
  }
}
.step__list-item-content-heading > span:first-of-type {
  font-family: "DIN 2014";
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .step__list-item-content-heading > span:first-of-type {
    font-size: 1.6rem;
  }
}
.step__list-item-content-heading > span:first-of-type span {
  font-size: 700px;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .step__list-item-content-heading > span:first-of-type span {
    font-size: 2rem;
  }
}
.step__list-item-content-heading > span:last-of-type {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  text-shadow: 0px 0px 3.493px #ffffff;
}
@media (max-width: 767px) {
  .step__list-item-content-heading > span:last-of-type {
    font-size: 1.8rem;
  }
}
.step__list-item-content-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  padding: 2.4rem 0;
}
@media (max-width: 767px) {
  .step__list-item-content-text {
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.6;
  }
}
.step__list-arrow {
  width: 3.8rem;
  margin: 0.8rem auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .step__list-arrow {
    display: none;
  }
}
.step__list-arrow img {
  width: 100%;
  height: auto;
}
.step__slider {
  display: none;
}
@media (max-width: 767px) {
  .step__slider {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .step__slider.is-active {
    display: block;
  }
}
.step__slider .splide__track {
  overflow: hidden;
}
.step__slider .splide__arrow {
  display: none;
}
@media (max-width: 767px) {
  .step__slider .splide__arrow {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    opacity: 1;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
  }
  .step__slider .splide__arrow:disabled {
    opacity: 0.3;
  }
  .step__slider .splide__arrow:hover {
    opacity: 0.7;
  }
  .step__slider .splide__arrow svg {
    display: none;
  }
  .step__slider .splide__arrow--prev {
    background: url(../img/sp/step-prev-arrow.svg) no-repeat center center/contain;
    left: -3.4rem;
  }
  .step__slider .splide__arrow--next {
    background: url(../img/sp/step-next-arrow.svg) no-repeat center center/contain;
    right: -3.4rem;
  }
}
.step__slider .splide__pagination {
  display: none;
}
@media (max-width: 767px) {
  .step__slider .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}
.step__slider .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  margin: 0;
  opacity: 1;
}
.step__slider .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
}
.step__slider .splide__slide.step__list-item {
  background-color: #fff;
  padding: 1.9rem 2.3rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}

.plan {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .plan {
    padding: 3.3rem 0 1.8rem;
  }
}
.plan__heading {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .plan__heading {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.plan__heading > span {
  font-size: 5.2rem;
  font-weight: bold;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
  position: relative;
}
.plan__heading > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #002090 0, #002090 0.3rem, transparent 0.3rem, transparent 0.6rem);
}
@media (max-width: 767px) {
  .plan__heading > span {
    font-size: 3.2rem;
  }
}
.plan__text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  width: 107.1rem;
  max-width: 1071px;
  margin: 0 auto 8rem;
}
@media (max-width: 767px) {
  .plan__text {
    font-size: 1.6rem;
    line-height: 160%;
    width: 91.467%;
    margin: 0 auto 3rem;
    text-align: left;
  }
}
.plan .price-table-wrapper {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper {
    margin-bottom: 8.8rem;
  }
}
.plan .price-table-wrapper .price-table {
  width: 110rem;
  max-width: 1100px;
  margin: 0 auto 4.8rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table {
    width: 91.467%;
    margin: 0 auto 1.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2.4rem;
    scrollbar-color: #0075cb #d9d9d9;
    scrollbar-width: thin;
  }
  .plan .price-table-wrapper .price-table::-webkit-scrollbar {
    height: 4px;
  }
  .plan .price-table-wrapper .price-table::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  .plan .price-table-wrapper .price-table::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
    background-blend-mode: multiply;
    border-radius: 4px;
  }
}
.plan .price-table-wrapper .price-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-table {
    width: 88rem;
    border-spacing: 0.7rem 0;
  }
}
.plan .price-table-wrapper .price-table th,
.plan .price-table-wrapper .price-table td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.plan .price-table-wrapper .price-table-thead {
  background-color: #002090;
  color: #fff;
}
.plan .price-table-wrapper .price-table-thead-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 1.7rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 1.68rem 1.68rem 0 0;
  width: 28rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-thead-item {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.24rem 0;
    width: 22.4rem;
  }
}
.plan .price-table-wrapper .price-table-thead-item:first-of-type {
  background: #b8b8b8;
  background-blend-mode: initial;
  width: 23.4rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-thead-item:first-of-type {
    width: 18.7rem;
  }
}
.plan .price-table-wrapper .price-table-tbody {
  font-size: 1.68rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody {
    font-size: 1.6rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr {
  height: 10.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr {
    height: 8.4rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.plan .price-table-wrapper .price-table-tbody tr:first-of-type td {
  font-weight: 700;
  color: #002090;
}
.plan .price-table-wrapper .price-table-tbody tr td:has(.price-table-plan-price) {
  font-size: 1.26rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr td:has(.price-table-plan-price) {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-price {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.4rem;
  padding-top: 0.4rem;
  font-weight: 700;
  font-size: 1.68rem;
  line-height: 1;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-price {
    font-size: 1.34rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-price span {
  line-height: 1;
  font-size: 2.68rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-price span {
    font-size: 2.15rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-range {
  font-size: 1.68rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-range {
    font-size: 1.34rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-x {
  width: 3.2rem;
  height: auto;
  margin: 0 auto 0.4rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-x {
    width: 2.6rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-circle {
  width: 3.7rem;
  height: auto;
  margin: 0 auto 0.4rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-circle {
    width: 3rem;
  }
}
.plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-triangle {
  width: 3.9rem;
  height: auto;
  margin: 0 auto 0.4rem;
}
@media (max-width: 767px) {
  .plan .price-table-wrapper .price-table-tbody tr .price-table-plan-icon-triangle {
    width: 3rem;
  }
}
.plan .fee-table-wrapper {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper {
    margin-bottom: 8.5rem;
  }
}
.plan .fee-table-wrapper .fee-table-heading {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.plan .fee-table-wrapper .fee-table-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-text {
    font-size: 1.6rem;
    line-height: 160%;
    width: 91.467%;
    margin: 0 auto 3.3rem;
  }
}
.plan .fee-table-wrapper .fee-table {
  width: 110rem;
  max-width: 1100px;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table {
    width: 91.467%;
    margin: 0 auto 1.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2.4rem;
    scrollbar-color: #0075cb #d9d9d9;
    scrollbar-width: thin;
  }
  .plan .fee-table-wrapper .fee-table::-webkit-scrollbar {
    height: 4px;
  }
  .plan .fee-table-wrapper .fee-table::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  .plan .fee-table-wrapper .fee-table::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
    background-blend-mode: multiply;
    border-radius: 4px;
  }
}
.plan .fee-table-wrapper .fee-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-table {
    width: 88rem;
    border-spacing: 0.7rem 0;
  }
}
.plan .fee-table-wrapper .fee-table th,
.plan .fee-table-wrapper .fee-table td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table th,
  .plan .fee-table-wrapper .fee-table td {
    line-height: 1.8;
  }
}
.plan .fee-table-wrapper .fee-table-thead {
  background-color: #002090;
  color: #fff;
}
.plan .fee-table-wrapper .fee-table-thead-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 1.7rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 1.68rem 1.68rem 0 0;
  width: 28rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-thead-item {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.34rem 0;
    width: 22.4rem;
  }
}
.plan .fee-table-wrapper .fee-table-thead-item:first-of-type {
  background: #b8b8b8;
  background-blend-mode: initial;
  width: 23.4rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-thead-item:first-of-type {
    width: 18.7rem;
  }
}
.plan .fee-table-wrapper .fee-table-tbody {
  font-size: 1.68rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-tbody {
    font-size: 1.34rem;
  }
}
.plan .fee-table-wrapper .fee-table-tbody tr {
  height: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-tbody tr {
    height: 6.4rem;
  }
}
.plan .fee-table-wrapper .fee-table-tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.plan .fee-table-wrapper .fee-table-tbody tr .fee-table-plan-price {
  font-size: 2.69rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-tbody tr .fee-table-plan-price {
    font-size: 2.15rem;
  }
}
.plan .fee-table-wrapper .fee-table-tbody tr .fee-table-plan-tax {
  font-size: 1.26rem;
}
@media (max-width: 767px) {
  .plan .fee-table-wrapper .fee-table-tbody tr .fee-table-plan-tax {
    font-size: 1rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-heading {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-text {
    font-size: 1.6rem;
    line-height: 160%;
    width: 91.467%;
    margin: 0 auto 3.3rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table {
  width: 110rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table {
    width: 91.467%;
    margin: 0 auto 1.6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 2.4rem;
    scrollbar-color: #0075cb #d9d9d9;
    scrollbar-width: thin;
  }
  .plan .add-fee-table-wrapper .add-fee-table::-webkit-scrollbar {
    height: 4px;
  }
  .plan .add-fee-table-wrapper .add-fee-table::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  .plan .add-fee-table-wrapper .add-fee-table::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
    background-blend-mode: multiply;
    border-radius: 4px;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-table {
    width: 88.7rem;
    border-spacing: 0.7rem 0;
  }
}
.plan .add-fee-table-wrapper .add-fee-table th,
.plan .add-fee-table-wrapper .add-fee-table td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.plan .add-fee-table-wrapper .add-fee-table-thead {
  background-color: #002090;
  color: #fff;
}
.plan .add-fee-table-wrapper .add-fee-table-thead-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 1.7rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 1.68rem 1.68rem 0 0;
  width: 80rem;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-thead-item {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 1.23rem 0;
    width: 64rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-thead-item:first-of-type {
  background: #b8b8b8;
  background-blend-mode: initial;
  width: 30rem;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-thead-item:first-of-type {
    width: 24rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-tbody {
  font-size: 1.68rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-tbody {
    font-size: 1.6rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-tbody tr {
  height: 10.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-tbody tr {
    height: 8.4rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.plan .add-fee-table-wrapper .add-fee-table-tbody tr .add-fee-table-plan-price {
  font-size: 2.69rem;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-tbody tr .add-fee-table-plan-price {
    font-size: 2.15rem;
  }
}
.plan .add-fee-table-wrapper .add-fee-table-tbody tr > td:last-of-type {
  padding-left: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .plan .add-fee-table-wrapper .add-fee-table-tbody tr > td:last-of-type {
    padding-left: 2.4rem;
  }
}
.plan .plan-annotaion {
  width: 95rem;
  max-width: 950px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .plan .plan-annotaion {
    width: 91.467%;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #333333;
  }
}
.plan .plan-annotaion .kome {
  display: flex;
  position: relative;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-left: 1em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .plan .plan-annotaion .kome {
    font-size: 1.2rem;
  }
}
.plan .plan-annotaion .kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.plan .plan-annotaion .kome-number {
  padding-left: 2em;
}
.plan .plan-annotaion .kome-number.kome-number-1::before {
  content: "※1";
}
.plan .plan-annotaion .kome-number.kome-number-2::before {
  content: "※2";
}
.plan .plan-annotaion .kome-number.kome-number-3::before {
  content: "※3";
}

.faq {
  padding: 2rem 0 14rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 2rem 0 9.5rem;
  }
}
.faq__heading {
  font-weight: 700;
  font-size: 5.376rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  text-shadow: 0px 0px 3.493px #ffffff;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .faq__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.faq__inner {
  max-width: 1080px;
  width: 108rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq__inner {
    width: 91.467%;
  }
}
.faq__item {
  margin-bottom: 3.2rem;
}
.faq__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0;
  padding-left: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #002090;
}
@media (max-width: 767px) {
  .faq__question {
    padding: 1.6rem 0;
    padding-left: 1rem;
  }
}
.faq__q {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .faq__q {
    width: 2.1rem;
    font-size: 1.8rem;
  }
}
.faq__question-text {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  flex: 1;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 1.8rem;
  }
}
.faq__arrow {
  width: 2.8rem;
  height: 2.9rem;
  margin-left: auto;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq__arrow {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.faq__answer {
  padding: 0;
  padding-left: 5.6rem;
  padding-right: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .faq__answer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.faq__answer.active {
  max-height: 500px;
  padding: 1.6rem 0;
  padding-left: 5.6rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .faq__answer.active {
    max-height: 1000px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.7rem;
    padding-bottom: 0;
  }
}
.faq__a {
  width: 2.9rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .faq__a {
    width: 1.9rem;
    font-size: 1.8rem;
  }
}
.faq__answer-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  flex: 1;
}
@media (max-width: 767px) {
  .faq__answer-text {
    font-size: 1.6rem;
  }
}
.faq__item.active .faq__arrow {
  transform: rotate(180deg);
}

.about {
  background: url(../img/about-bg.png) no-repeat center center/cover;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .about {
    padding: 3.2rem 0 4.6rem;
  }
}
.about__heading {
  font-weight: 700;
  font-size: 5.376rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .about__heading {
    font-size: 2.2rem;
    margin-bottom: 2.7rem;
  }
}
.about__sub-heading {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  -webkit-text-decoration: underline dashed #002090;
          text-decoration: underline dashed #002090;
  text-underline-offset: 0.2em;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .about__sub-heading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
}
.about__text {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
  width: 103.5rem;
  max-width: 1035px;
  margin: 0 auto 8rem;
}
@media (max-width: 767px) {
  .about__text {
    width: 34.3rem;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 3.2rem;
  }
}
.about__profile {
  display: flex;
  align-items: flex-start;
  gap: 5.7rem;
  width: 112.6rem;
  max-width: 1126px;
  margin: 0 auto 9.2rem;
}
@media (max-width: 767px) {
  .about__profile {
    flex-direction: column;
    gap: 0;
    width: 34.3rem;
    margin-bottom: 4rem;
  }
}
.about__profile img {
  width: 54.7rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .about__profile img {
    width: 30rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}
.about__profile-content {
  flex: 1;
}
.about__profile-content-heading {
  font-weight: 700;
  font-size: 3rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 1rem 0;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .about__profile-content-heading {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.about__profile-content-heading::before, .about__profile-content-heading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.6rem;
  height: 6.2rem;
}
@media (max-width: 767px) {
  .about__profile-content-heading::before, .about__profile-content-heading::after {
    width: auto;
    height: 100%;
    aspect-ratio: 18/45;
  }
}
.about__profile-content-heading::before {
  left: 0;
  background: url(../img/about-heading-deco-left.svg) no-repeat center center/contain;
}
.about__profile-content-heading::after {
  right: 0;
  background: url(../img/about-heading-deco-right.svg) no-repeat center center/contain;
}
.about__profile-content-sub-heading {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .about__profile-content-sub-heading {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.about__profile-content-sub-heading span:first-of-type {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .about__profile-content-sub-heading span:first-of-type {
    font-size: 1.4rem;
  }
}
.about__profile-content-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .about__profile-content-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.about__profile-content-text-list {
  display: flex;
  position: relative;
  padding-left: 1em;
}
.about__profile-content-text-list:last-of-type {
  margin-bottom: 2rem;
}
.about__profile-content-text-list::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.about__strength {
  width: 96rem;
  max-width: 960px;
  margin: 0 auto 8.6rem;
}
@media (max-width: 767px) {
  .about__strength {
    width: 34.3rem;
    margin-bottom: 4rem;
  }
}
.about__strength-heading {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 5.6rem;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .about__strength-heading {
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
}
.about__strength-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__strength-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.about__strength-list-item {
  width: 46rem;
  max-width: 460px;
}
@media (max-width: 767px) {
  .about__strength-list-item {
    width: 34.3rem;
    max-width: initial;
    margin: 0 auto;
  }
}
.about__strength-list-item img {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .about__strength-list-item img {
    width: 30rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}
.about__strength-list-item-heading {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .about__strength-list-item-heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.about__strength-list-item-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .about__strength-list-item-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.about__office {
  width: 96rem;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about__office {
    width: 34.3rem;
  }
}
.about__office-heading {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 5.6rem;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .about__office-heading {
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
}
.about__office-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .about__office-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.about__office-list-item {
  width: 46rem;
  max-width: 460px;
}
@media (max-width: 767px) {
  .about__office-list-item {
    width: 34.3rem;
    max-width: initial;
    margin: 0 auto;
  }
}
.about__office-list-item img {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .about__office-list-item img {
    width: 30rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}
.about__office-list-item-heading {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #002090;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .about__office-list-item-heading {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.about__office-list-item-text-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about__office-list-item-text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  text-align: left;
  letter-spacing: 0.04em;
  color: #333333;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about__office-list-item-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.about__office-list-item-text span:first-of-type {
  width: 13rem;
}
@media (max-width: 767px) {
  .about__office-list-item-text span:first-of-type {
    width: 10rem;
  }
}
.about__office-list-item-text span:last-of-type {
  flex: 1;
}

.contact {
  padding: 14.6rem 0 8.6rem;
  background: url(../img/contact-bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .contact {
    padding: 3rem 0 9rem;
  }
}
.contact__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__section {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__section {
    width: 91.467%;
  }
}
.contact__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .contact-form {
    gap: 2.4rem;
  }
}
.contact-form__field {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .contact-form__field {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.contact-form__label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  width: 289px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    gap: 0.8rem;
    justify-content: flex-start;
  }
}
.contact-form__badge {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 10px;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .contact-form__badge {
    font-size: 12px;
    line-height: 180%;
  }
}
.contact-form__badge-optional {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 10px;
  border-radius: 25px;
  background: #999;
  background-blend-mode: initial;
}
@media (max-width: 767px) {
  .contact-form__badge-optional {
    font-size: 12px;
    line-height: 180%;
  }
}
.contact-form__input, .contact-form__textarea {
  flex: 1;
  border-radius: 1.2rem;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .contact-form__input, .contact-form__textarea {
    flex: initial;
    width: 100%;
    font-size: 14px;
  }
}
.contact-form__textarea {
  min-height: 16rem;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact-form__textarea {
    min-height: 18rem;
  }
}
.contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23002090' d='M12 15.5L5 8.5l1.4-1.4L12 12.7l5.6-5.6L19 8.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form__select {
    background-position: right 1rem center;
    background-size: 1.2rem;
  }
}
.contact-form__select-wrapper {
  flex: 1;
}
.contact-form__note {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #666666;
}
@media (max-width: 767px) {
  .contact-form__note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.contact-form__radio-group {
  flex: 1;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .contact-form__radio-group {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.contact-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__radio {
    font-size: 14px;
  }
}
.contact-form__radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.contact-form__radio input:checked {
  background-color: #ffffff;
  border-color: #002090;
}
.contact-form__radio input:checked::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #002090;
}
.contact-form__radio-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact-form__agreement {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-form__agreement {
    margin-top: 2.6rem;
  }
}
.contact-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: 2.2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__checkbox {
    font-size: 14px;
  }
}
.contact-form__checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.6rem;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__checkbox input:checked {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Cpath fill='none' stroke='%23FF0010' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M1 7l5.143 5L17 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem;
}
.contact-form__checkbox a {
  -webkit-text-decoration: underline #333333;
          text-decoration: underline #333333;
  text-underline-offset: 6px;
}
.contact-form__submit {
  margin-top: 2.2rem;
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.8rem 15.4rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 70px;
}
@media (max-width: 767px) {
  .contact-form__submit {
    font-size: 22px;
    padding: 1.4rem 0;
    width: 100%;
    border-radius: 60px;
    max-width: 343px;
  }
}

.thanks {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  padding: 20rem 0 36.8rem;
}
@media (max-width: 767px) {
  .thanks {
    padding: 5.4rem 0 15rem;
  }
}
.thanks__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #002090;
  margin-bottom: 8.3rem;
}
@media (max-width: 767px) {
  .thanks__title {
    font-size: 20px;
    margin-bottom: 3.9rem;
  }
}
.thanks__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8.3rem;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  text-align: left;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .thanks__text {
    width: 100%;
    margin: 0 auto 6.2rem;
    font-size: 16px;
    text-align: center;
  }
}
.thanks__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.8rem 15.4rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(0deg, #0038b1 0.93%, #0075cb 34.07%, #00b2e5 70.71%, #00cbf0 88.15%);
  background-blend-mode: multiply;
  border-radius: 70px;
}
@media (max-width: 767px) {
  .thanks__button {
    font-size: 22px;
    padding: 1.4rem 0;
    width: 91.467%;
    border-radius: 60px;
    max-width: 343px;
  }
}/*# sourceMappingURL=style.css.map */