@charset "UTF-8";
.wrapper {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  max-width: 100%;
}

.inner {
  margin: 0 auto;
  max-width: calc(1200px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

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

/* .no-reset クラス内ではリセットを適用しない */
/* ============================================ */
.no-reset * {
  border-style: initial;
  border-width: initial;
  min-width: initial;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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;
}

.no-reset p,
.no-reset table,
.no-reset blockquote,
.no-reset address,
.no-reset pre,
.no-reset iframe,
.no-reset form,
.no-reset figure,
.no-reset dl {
  margin: revert;
}

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

.no-reset h1,
.no-reset h2,
.no-reset h3,
.no-reset h4,
.no-reset h5,
.no-reset h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
}

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

.no-reset ul,
.no-reset ol {
  list-style: revert;
  margin: revert;
  padding: revert;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.js-fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js-fade-in.is-visible {
  opacity: 1;
}

.js-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-slide-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-slide-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-count-up {
  color: #FBB03B;
  font-weight: 700;
}

.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.hover-button {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-button::before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  width: 0;
}

.hover-button:hover::before {
  height: 300px;
  width: 300px;
}

.hover-button:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

@keyframes slide-in-right-to-left {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-from-left {
  animation: slide-in-right-to-left 1.2s ease-out forwards;
}

@keyframes abacus-slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.abacus-animation {
  animation: abacus-slide 2s ease-in-out infinite;
}

@keyframes abacus-pop-in {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
  }
  50% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.section-title-decoration {
  opacity: 0;
  transform: scale(0);
}

.section-title-decoration.is-visible {
  animation: abacus-pop-in 0.6s ease-out 0.3s both;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.bounce-animation {
  animation: bounce 1.5s ease-in-out infinite;
}

.fade-in-up-delay-1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}

.fade-in-up-delay-1.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-delay-2 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.fade-in-up-delay-2.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-delay-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.fade-in-up-delay-3.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-delay-4 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

.fade-in-up-delay-4.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-delay-5 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}

.fade-in-up-delay-5.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-delay-6 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s;
}

.fade-in-up-delay-6.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scale-up {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.scale-up-animation {
  animation: scale-up 0.5s ease forwards;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.shine-effect {
  overflow: hidden;
  position: relative;
}

.shine-effect::after {
  animation: shine 3s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .js-slide-left,
  .js-slide-right {
    transform: translateX(0);
  }
  .js-slide-up {
    transform: translateY(20px);
  }
  .hover-card:hover {
    transform: translateY(-3px);
  }
  .hover-button:hover {
    transform: scale(1.02);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.hero {
  background-image: url("../img/about/about-header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .hero {
    height: 20rem;
  }
}
.hero::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.336rem;
  line-height: normal;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 3.2rem;
    letter-spacing: 0.224rem;
  }
}

.section-title {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.4rem;
  }
}

.section-title-decoration {
  display: block;
  height: 3rem;
  margin: 2.4rem auto 0;
  width: 5.5rem;
}
@media (max-width: 767px) {
  .section-title-decoration {
    height: 2.2rem;
    margin: 1.5rem auto 0;
    width: 4rem;
  }
}

.icon-button {
  align-items: center;
  background: url("../img/front-page/icon-button-bg.webp") center/cover no-repeat;
  border-radius: 6rem;
  color: #ffffff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s;
  width: 30rem;
}
@media (max-width: 767px) {
  .icon-button {
    border-radius: 5.6rem;
    font-size: 1.8rem;
    height: 5.6rem;
    max-width: 30rem;
    padding: 1.6rem 2rem;
    width: 100%;
  }
}
.icon-button:hover {
  opacity: 0.8;
}
.icon-button::before {
  background: url("../img/front-page/icon-button-icon.svg") center/cover no-repeat;
  content: "";
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
@media (max-width: 767px) {
  .icon-button::before {
    height: 1.5rem;
    left: 2rem;
    width: 1.5rem;
  }
}

.lower-icon {
  margin-inline: auto;
  max-width: 144rem;
  position: relative;
}

.lower-icon__image {
  display: block;
  height: auto;
  position: absolute;
  width: auto;
}
.lower-icon__image.is-hidden {
  display: none;
}

.lower-icon__image--01 {
  right: 0;
  top: 38rem;
  width: 30.6rem;
}
@media (max-width: 767px) {
  .lower-icon__image--01 {
    top: 28rem;
    width: 15.3rem;
  }
}

.lower-icon__image--02 {
  left: 0rem;
  top: 94rem;
  width: 36.6rem;
}
@media (max-width: 767px) {
  .lower-icon__image--02 {
    left: 0rem;
    top: 94rem;
    width: 18.3rem;
  }
}

.lower-icon__image--03 {
  right: 0;
  top: 180rem;
  width: 25rem;
}
@media (max-width: 767px) {
  .lower-icon__image--03 {
    right: 0;
    top: 180rem;
    width: 12.5rem;
  }
}

html {
  font-size: 10px;
}
@media (max-width:1280px) and (min-width:768px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media (max-width:767px) and (min-width:320px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.dn {
  -o-object-fit: cover;
  display: none !important;
  height: auto;
     object-fit: cover;
}

.page__contents {
  margin: 50px 0;
  margin: 5rem 0;
}

.page {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .page {
    padding: 4rem 0 3rem;
  }
}

.page__inner {
  max-width: 124rem;
  padding: 0 2rem;
}

.page__content {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 2;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page__content {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
    margin-top: 4rem;
  }
}

.page__content p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page__content p {
    margin-bottom: 1.5rem;
  }
}

.page__content p:last-child {
  margin-bottom: 0;
}

.page__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page__content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
}

.page__content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .page__content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    margin-top: 2.5rem;
  }
}

.page__content ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .page__content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}

.page__content li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page__content li {
    margin-bottom: 0.8rem;
  }
}

.header {
  background-color: #fff;
  height: 11.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .header {
    height: 8rem;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 144rem;
  padding-inline: 6rem 4rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header__logo {
  width: 18.8rem;
}
@media (max-width: 767px) {
  .header__logo {
    height: auto;
    width: 12rem;
  }
}

.header__logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.header__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.header__nav {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  align-items: center;
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-item {
  position: relative;
}

.header__menu-item--has-dropdown {
  position: relative;
}

.header__menu-item--has-dropdown:hover .header__submenu,
.header__menu-item--has-dropdown.is-open .header__submenu {
  opacity: 1;
  visibility: visible;
}

.header__menu-link {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.105rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.header__menu-link:hover {
  opacity: 0.7;
}

.header__menu-item--has-dropdown .header__menu-link {
  cursor: pointer;
}

.header__menu-item--has-dropdown .header__menu-link::after {
  background-image: url("../img/faq/dropdown-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.9rem;
  transition: transform 0.3s;
  width: 1.2rem;
}

.header__menu-item--has-dropdown:hover .header__menu-link::after,
.header__menu-item--has-dropdown.is-open .header__menu-link::after {
  transform: rotate(180deg);
}

.header__submenu {
  background-color: #FFF9E8;
  border: 1px solid #FBB03B;
  border-radius: 0.6rem;
  left: 45%;
  margin-top: 1.7rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 17.5rem;
  z-index: 100;
}
.header__submenu:hover {
  opacity: 1;
  visibility: visible;
}

.header__submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__submenu-item {
  padding: 1.4rem 0;
  position: relative;
}

.header__submenu-item:not(:last-child) {
  border-bottom: 1px solid #FBB03B;
}

.header__submenu-link {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.header__submenu-link:hover {
  opacity: 0.7;
}

.header__contact-button {
  align-items: center;
  background-color: #FBB03B;
  border-radius: 3rem;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0.098rem;
  line-height: 1;
  margin-left: 4rem;
  padding: 2rem 5.2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.header__contact-button:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .header__contact-button {
    display: none;
  }
}

.header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 2.2rem;
  justify-content: space-between;
  padding: 0;
  width: 3rem;
  z-index: 1001;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: flex;
  }
}

.header__hamburger-line {
  background-color: #333;
  display: block;
  height: 0.3rem;
  transition: all 0.3s;
  width: 100%;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(0.95rem) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-0.95rem) rotate(-45deg);
}

.header__drawer {
  background-color: #fff;
  height: 100vh;
  max-width: 37.5rem;
  overflow-y: auto;
  padding: 8rem 2rem 4rem;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.3s;
  width: 80%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header__drawer {
    display: block;
  }
}

.header__drawer.is-active {
  right: 0;
}

.header__drawer-nav {
  width: 100%;
}

.header__drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__drawer-item {
  border-bottom: 1px solid #e0e0e0;
}

.header__drawer-item--has-submenu .header__drawer-link {
  cursor: pointer;
  position: relative;
}

.header__drawer-link {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.header__drawer-link:hover {
  background-color: #f5f5f5;
}

.header__drawer-arrow {
  background-image: url("../img/faq/dropdown-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.9rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 1.2rem;
}

.header__drawer-item--has-submenu.is-open .header__drawer-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.header__drawer-submenu {
  background-color: #FFF9E8;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease;
}

.header__drawer-item--has-submenu.is-open .header__drawer-submenu {
  max-height: 50rem;
}

.header__drawer-submenu-item {
  border-bottom: 1px solid #FBB03B;
}

.header__drawer-submenu-item:last-child {
  border-bottom: none;
}

.header__drawer-submenu-link {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.2rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s;
}
.header__drawer-submenu-link:hover {
  background-color: #f5f5f5;
}

.footer {
  background-image: url("../img/common/footer-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.footer::before {
  background-color: rgba(82, 105, 134, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer__inner {
  margin: 0 auto;
  max-width: 144rem;
  padding: 5rem 2rem 2.5rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 3rem 2rem 1.5rem;
  }
}

.footer__pagetop {
  align-items: center;
  background-color: #fbb03b;
  border-radius: 50%;
  bottom: 16rem;
  display: flex;
  height: 5.4rem;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 4rem;
  transform: translateY(20px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 5.4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .footer__pagetop {
    bottom: 10rem;
    height: 4.5rem;
    right: 2rem;
    width: 4.5rem;
  }
}
.footer__pagetop.is-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.footer__pagetop.is-show:hover {
  opacity: 0.8;
}

.footer__pagetop-icon {
  height: 5.4rem;
  transform: rotate(270.655deg);
  width: 5.4rem;
}
@media (max-width: 767px) {
  .footer__pagetop-icon {
    height: 4.5rem;
    width: 4.5rem;
  }
}

.footer__nav {
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-bottom: 2rem;
  }
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.9rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__menu {
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
  }
}

.footer__menu-item {
  list-style: none;
}

.footer__menu-link {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.098rem;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .footer__menu-link {
    font-size: 1.2rem;
    letter-spacing: 0.084rem;
  }
}
.footer__menu-link:hover {
  opacity: 0.8;
}

.footer__copyright-wrapper {
  text-align: center;
}

.footer__copyright {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 0.9rem;
    letter-spacing: 0.063rem;
    margin-bottom: 0.6rem;
  }
}

.footer__note {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer__note {
    font-size: 0.9rem;
    letter-spacing: 0.063rem;
  }
}

.home__container {
  margin: 0 auto;
  max-width: 110rem;
  padding: 5rem 2rem;
}
@media (max-width: 767px) {
  .home__container {
    padding: 4rem 2rem;
  }
}

.home__news-list {
  list-style: none;
  margin: 0;
  margin-bottom: 8.3rem;
  margin-top: 7.5rem;
  padding: 0;
}
@media (max-width: 767px) {
  .home__news-list {
    margin-bottom: 6rem;
    margin-top: 4.5rem;
  }
}

.home__news-item {
  border-bottom: 0.1rem solid #e0e0e0;
}
@media (max-width: 767px) {
  .home__news-item {
    padding: 2rem 0;
  }
}

.home__news-item:first-child {
  border-top: 0.1rem solid #e0e0e0;
}

.home__news-link {
  align-items: center;
  color: #333;
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home__news-link {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
    padding-right: 4.4rem;
  }
}
.home__news-link:hover {
  opacity: 0.7;
}

.home__news-date {
  color: #333;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 400;
  min-width: 18rem;
}
@media (max-width: 767px) {
  .home__news-date {
    font-size: 1.4rem;
    min-width: auto;
    width: 100%;
  }
}

.home__news-title {
  color: #333;
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .home__news-title {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    width: 100%;
  }
}

.home__news-category {
  margin-right: 0.4rem;
}

.home__news-arrow {
  flex-shrink: 0;
  height: 3.4rem;
  width: 3.4rem;
}
@media (max-width: 767px) {
  .home__news-arrow {
    height: 2.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8rem;
  }
}

.home__no-posts {
  color: #333;
  font-size: 1.6rem;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .home__no-posts {
    font-size: 1.4rem;
    padding: 4rem 0;
  }
}

.home__pagination {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home__pagination {
    margin-top: 4rem;
  }
}

.home__pagination .pagination,
.home__pagination ul.page-numbers {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home__pagination a.page-numbers,
.home__pagination span.page-numbers {
  align-items: center;
  background-color: #fff;
  border: 0.05rem solid #4b94ca;
  color: #10699e;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 2.6rem;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 2.6rem;
}
@media (max-width: 767px) {
  .home__pagination a.page-numbers,
  .home__pagination span.page-numbers {
    font-size: 1.2rem;
    height: 2.4rem;
    width: 2.4rem;
  }
}
.home__pagination a.page-numbers:hover,
.home__pagination span.page-numbers:hover {
  opacity: 0.7;
}

.home__pagination span.page-numbers.current {
  background-color: #d8eefe;
  border-color: #d8eefe;
}

.home__pagination span.page-numbers.dots {
  background-color: transparent;
  border: none;
}
.home__pagination span.page-numbers.dots:hover {
  opacity: 1;
}

.home__pagination a.page-numbers.prev,
.home__pagination a.page-numbers.next {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .home__pagination a.page-numbers.prev,
  .home__pagination a.page-numbers.next {
    font-size: 1.4rem;
  }
}

.single {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .single {
    padding: 4rem 0 3rem;
  }
}

.single__inner {
  max-width: 124rem;
  padding: 0 2rem;
}

.single__date {
  color: #b5b6b8;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3.1rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .single__date {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    margin-top: 4rem;
  }
}

.single__content {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 2;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .single__content {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
    margin-bottom: 6rem;
  }
}

.single__content p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .single__content p {
    margin-bottom: 1.5rem;
  }
}

.single__content p:last-child {
  margin-bottom: 0;
}

.single__nav {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .single__nav {
    gap: 0.5rem;
    margin-top: 3rem;
  }
}

.single__nav-prev {
  height: 5.1rem;
  width: 17.1rem;
}
@media (max-width: 767px) {
  .single__nav-prev {
    height: 4.5rem;
    width: 11rem;
  }
}

.single__nav-archive {
  height: 5.1rem;
  width: 17.1rem;
}
@media (max-width: 767px) {
  .single__nav-archive {
    height: 4.5rem;
    width: 11rem;
  }
}

.single__nav-next {
  height: 5.1rem;
  width: 17.1rem;
}
@media (max-width: 767px) {
  .single__nav-next {
    height: 4.5rem;
    width: 11rem;
  }
}

.single__nav-link {
  align-items: center;
  background-color: #dff3ff;
  border-radius: 7rem;
  cursor: pointer;
  display: flex;
  gap: 1.2rem;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .single__nav-link {
    gap: 0.5rem;
  }
}

a.single__nav-link {
  pointer-events: auto;
}

.single__nav-link:hover {
  opacity: 0.8;
}

.single__nav-link--archive {
  background-color: #013E6A;
}

.single__nav-link--archive .single__nav-text {
  color: #fff;
}

.single__nav-link--prev .single__nav-icon {
  transform: rotate(180deg) scaleY(-1);
}

.single__nav-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .single__nav-text {
    font-size: 1.2rem;
  }
}

.single__nav-icon {
  background-color: #013E6A;
  border-radius: 50%;
  flex-shrink: 0;
  height: 3.4261rem;
  position: relative;
  width: 3.4261rem;
}
@media (max-width: 767px) {
  .single__nav-icon {
    height: 2.8rem;
    width: 2.8rem;
  }
}

.single__nav-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L5.5 5.5L1.5 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.0977rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6286rem;
}
@media (max-width: 767px) {
  .single__nav-icon::before {
    height: 0.9rem;
    width: 0.5rem;
  }
}

.page404 {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page404 {
    padding: 4rem 0 3rem;
  }
}

.page404__inner {
  max-width: 120rem;
}

.page404__content {
  margin: 0 auto;
  max-width: 90rem;
  padding-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page404__content {
    padding-top: 4rem;
  }
}

.page404__message {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.126rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .page404__message {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    margin-bottom: 4rem;
  }
}

.page404__suggestion {
  background-color: #fdf5e2;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 60rem;
  padding: 4rem 5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .page404__suggestion {
    padding: 3rem 2rem;
  }
}

.page404__suggestion-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.112rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page404__suggestion-title {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    margin-bottom: 1.5rem;
  }
}

.page404__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page404__link-item {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .page404__link-item {
    margin-bottom: 1rem;
  }
}

.page404__link-item:last-child {
  margin-bottom: 0;
}

.page404__link {
  color: #FBB03B;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .page404__link {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    padding-left: 1.6rem;
  }
}

.page404__link::before {
  content: "▶";
  font-size: 1rem;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .page404__link::before {
    font-size: 0.8rem;
  }
}

.page404__link:hover {
  opacity: 0.7;
}

.page404__button-wrapper {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page404__button-wrapper {
    margin-top: 4rem;
  }
}

.page404__button {
  align-items: center;
  background-color: #FBB03B;
  border-radius: 3rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 30rem;
}
@media (max-width: 767px) {
  .page404__button {
    font-size: 1.6rem;
    height: 5rem;
    width: 25rem;
  }
}

.page404__button:hover {
  opacity: 0.8;
}

.page404__button-icon {
  background-image: url("../img/common/cta-icon-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  width: 1.7rem;
}
@media (max-width: 767px) {
  .page404__button-icon {
    height: 1.4rem;
    left: 2.5rem;
    width: 1.4rem;
  }
}

.page404__button-text {
  position: relative;
  z-index: 1;
}

#breadcrumb {
  color: #333; /* テキストの色 */
  font-size: 14px; /* フォントサイズの調整 */
  font-size: 1.4rem;
  max-width: 1240px;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  #breadcrumb.inner {
    padding-inline: 2rem;
  }
}

#breadcrumb span {
  color: #727171;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 5px;
  margin: 0 0.5rem;
}

#breadcrumb .current-item {
  color: #29ABE2;
}

.mv {
  height: 96.9rem;
  margin: 0 auto;
  max-width: 144.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 375/600;
    height: auto;
    max-width: 100%;
    min-height: 600px;
  }
}

.mv__background-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mv__background-layer {
  position: absolute;
}

.mv__background-layer--1 {
  height: 84.5rem;
  left: 0;
  top: 12.3rem;
  width: 125.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv__background-layer--1 {
    height: 75%;
    left: 0;
    top: 10%;
    width: 85%;
  }
}

.mv__background-layer--2 {
  height: 82.7rem;
  left: 30.3rem;
  top: 0rem;
  width: 114.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__background-layer--2 {
    height: 75%;
    left: 15%;
    top: 5%;
    width: 85%;
  }
}

.mv__background-image {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.mv__background-layer--1 .mv__background-image {
  border-radius: 0 5.8435rem 5.8435rem 0;
}
@media (max-width: 767px) {
  .mv__background-layer--1 .mv__background-image {
    border-radius: 0 4rem 4rem 0;
  }
}

.mv__background-layer--2 .mv__background-image {
  border-radius: 5.8435rem 0.8914rem 0.8914rem 5.8435rem;
}
@media (max-width: 767px) {
  .mv__background-layer--2 .mv__background-image {
    border-radius: 4rem 0.8rem 0.8rem 4rem;
  }
}

.mv__copy-wrapper {
  bottom: 8.4rem;
  height: 38.6rem;
  left: 12.1rem;
  position: absolute;
  width: 65.1rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .mv__copy-wrapper {
    bottom: 24%;
    height: auto;
    left: 5%;
    max-width: 32rem;
    width: 75%;
  }
}

.mv__copy-image {
  display: block;
  height: auto;
  width: 100%;
}

.corona-info {
  margin: 8rem auto 6rem;
  max-width: 120rem;
  padding: 4.4rem 2rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .corona-info {
    margin: 2.4rem auto 4rem;
    max-width: 100%;
    padding: 0rem 2rem 4rem;
  }
}

.corona-info__inner {
  align-items: center;
  display: grid;
  gap: 12.7rem;
  grid-template-columns: 33rem 1fr;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .corona-info__inner {
    gap: 4rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.corona-info__illustrations {
  position: relative;
}
@media (max-width: 767px) {
  .corona-info__illustrations {
    order: 2;
    width: 100%;
  }
}

.corona-info__icon {
  display: block;
  height: auto;
  width: 100%;
}

.corona-info__content {
  text-align: center;
  width: 64.7rem;
}
@media (max-width: 767px) {
  .corona-info__content {
    order: 1;
    width: 100%;
  }
}

.corona-info__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-top: 7.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .corona-info__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4rem;
  }
  .corona-info__text br {
    display: none;
  }
}

.merit {
  height: 121.1rem;
  margin: 0 auto;
  max-width: 144rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .merit {
    height: auto;
    max-height: 70rem;
    max-width: 100%;
    padding: 6rem 2rem;
  }
}

.merit__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.merit__background-image {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
     object-fit: cover;
     object-position: center;
  width: 100%;
}

.merit__overlay {
  background-color: rgba(255, 255, 255, 0.75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.merit__inner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.merit .section-title {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .merit .section-title {
    padding-top: 0;
  }
}

.merit__content {
  height: 85.8182rem;
  margin: 0 auto;
  margin-top: 7rem;
  max-width: 86.6334rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .merit__content {
    height: auto;
    margin-top: 4rem;
    max-width: 100%;
    min-height: 60rem;
  }
}

.merit__center-circle {
  height: 53.1rem;
  left: 50%;
  position: absolute;
  top: 14.8rem;
  transform: translateX(-50%);
  width: 53.1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .merit__center-circle {
    height: 28rem;
    top: 8rem;
    width: 28rem;
  }
}

.merit__center-circle-image {
  display: block;
  height: 100%;
  width: 100%;
}

.merit__badges {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.merit__badge {
  align-items: center;
  display: flex;
  height: 28.1182rem;
  justify-content: center;
  position: absolute;
  width: 27.6334rem;
}
@media (max-width: 767px) {
  .merit__badge {
    height: 12rem;
    width: 12rem;
  }
}

.merit__badge-circle {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.merit__badge-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .merit__badge-text {
    font-size: 2rem;
  }
}

.merit__badge--1 {
  left: 13.4rem;
  top: 0;
}
@media (max-width: 767px) {
  .merit__badge--1 {
    left: 3rem;
    top: 3rem;
  }
}

.merit__badge--2 {
  right: 12.9rem;
  top: 0;
}
@media (max-width: 767px) {
  .merit__badge--2 {
    right: 3rem;
    top: 3rem;
  }
}

.merit__badge--3 {
  left: 0;
  top: 28.6rem;
}
@media (max-width: 767px) {
  .merit__badge--3 {
    left: -2rem;
    top: 16rem;
  }
}

.merit__badge--4 {
  right: 1.3rem;
  top: 28.1rem;
}
@media (max-width: 767px) {
  .merit__badge--4 {
    right: -2rem;
    top: 16rem;
  }
}

.merit__badge--5 {
  bottom: 0;
  left: 13.4rem;
}
@media (max-width: 767px) {
  .merit__badge--5 {
    left: 3rem;
    top: 29rem;
  }
}

.merit__badge--6 {
  bottom: 0;
  right: 14.6rem;
}
@media (max-width: 767px) {
  .merit__badge--6 {
    right: 3rem;
    top: 29rem;
  }
}

.merit__illustration {
  height: 20.8018rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23.4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .merit__illustration {
    height: 10.7rem;
    top: 36%;
    width: 12rem;
  }
}

.merit__illustration-image {
  display: block;
  height: 100%;
  width: 100%;
}

.feature {
  margin: 10.6rem auto 7rem;
  max-width: 124rem;
  padding: 0rem 2rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .feature {
    margin: 6rem auto;
    max-width: 100%;
    padding: 3rem 2rem 4rem;
  }
}

.feature__inner {
  width: 100%;
}

.feature__cards {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .feature__cards {
    flex-direction: column;
    gap: 0rem;
  }
}

.feature__card {
  border-radius: 2.2rem;
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  min-height: 76rem;
  padding: 4.2rem 2rem 4rem;
  width: 38.8rem;
}
@media (max-width: 767px) {
  .feature__card {
    border-radius: 1.5rem;
    margin-top: 4rem;
    min-height: auto;
    padding: 3rem 2rem 4rem;
    width: 100%;
  }
}

.feature__card--red {
  background-color: #f22e3d;
}

.feature__card--yellow {
  background-color: #fcb902;
}

.feature__card--blue {
  background-color: #01a0e9;
}

.feature__card-number {
  height: 5.8rem;
  margin: 0 auto 2.1rem;
  width: 31.7rem;
}
@media (max-width: 767px) {
  .feature__card-number {
    height: auto;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

.feature__card-number-image {
  display: block;
  height: 100%;
  width: 100%;
}

.feature__card-image {
  border-radius: 1.5rem;
  height: auto;
  margin: 0 auto 1.6rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .feature__card-image {
    border-radius: 1rem;
    height: auto;
    margin-bottom: 1.2rem;
    width: 100%;
  }
}

.feature__card-image-img {
  aspect-ratio: 341/205;
  display: block;
  height: 100%;
  width: 100%;
}

.feature__card-title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.45;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .feature__card-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

.feature__card-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  padding-inline: 0.5rem;
}
@media (max-width: 767px) {
  .feature__card-text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-inline: 0;
  }
}

.guide {
  background-color: #fff9e8;
  height: 62rem;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .guide {
    height: auto;
    max-width: 100%;
    padding: 6rem 2rem;
  }
}

.guide__inner {
  display: grid;
  gap: 12.7rem;
  grid-template-columns: 1fr 67.8rem;
  height: 100%;
  margin: 6rem auto;
  max-width: 144rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .guide__inner {
    gap: 6rem;
    grid-template-columns: 1fr;
    margin: 0rem auto;
  }
}

.guide__content {
  margin-top: 4rem;
  padding-left: 20.2rem;
}
@media (max-width: 767px) {
  .guide__content {
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.guide__content .icon-button {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .guide__content .icon-button {
    display: none;
  }
}

.guide__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2;
  margin-bottom: 4rem;
  margin-top: 7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .guide__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0rem;
    margin-top: 4rem;
  }
  .guide__text br {
    display: none;
  }
}

.guide__image {
  border-radius: 6rem 0 0 6rem;
  height: 50rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .guide__image {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
    width: 100%;
  }
}
.guide__image .icon-button {
  display: none;
}
@media (max-width: 767px) {
  .guide__image .icon-button {
    display: inline-flex;
    margin-top: 2rem;
  }
}

.guide__image-img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .guide__image-img {
    border-radius: 1rem;
  }
}

.news {
  margin: 8.8rem auto 3rem;
  max-width: 98.2rem;
  padding: 0rem 2rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .news {
    margin: 6rem auto 3rem;
    max-width: 100%;
    padding: 0rem 2rem 4rem;
  }
}

.news__inner {
  width: 100%;
}

.news__content {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 4rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .news__content {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}

.news__block {
  flex: 1;
}

.news__block--info {
  display: flex;
  flex-direction: column;
  max-width: 28.9rem;
}
@media (max-width: 767px) {
  .news__block--info {
    max-width: 100%;
  }
}

.news__block--table {
  max-width: 27.6rem;
}
@media (max-width: 767px) {
  .news__block--table {
    max-width: 100%;
  }
}

.news__block-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .news__block-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.news__block-title::before {
  background-color: #414863;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.6rem;
}

.news__item {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.07em;
  line-height: 1.64;
  padding: 2.3rem 0;
}
@media (max-width: 767px) {
  .news__item {
    gap: 0.8rem;
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }
}

.news__date {
  color: #333;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.news__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news__text {
    font-size: 1.3rem;
  }
}

.news__table {
  background-color: #ffffff;
  border: 0.5px solid #414863;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .news__table {
    font-size: 1.3rem;
  }
}

.news__table th,
.news__table td {
  border-bottom: 0.5px solid #414863;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news__table th,
  .news__table td {
    font-size: 1.3rem;
    padding: 1.8rem 0.8rem;
  }
}

.news__table th {
  background-color: rgba(65, 72, 99, 0.2);
  width: 10.1rem;
}
@media (max-width: 767px) {
  .news__table th {
    width: 15rem;
  }
}

.news__table tbody tr:last-child th,
.news__table tbody tr:last-child td {
  border-bottom: none;
}

.news__table--align-right td {
  padding-inline: 4.3rem;
  text-align: right;
}
@media (max-width: 767px) {
  .news__table--align-right td {
    padding-inline: 5rem;
  }
}

.news__table--single th {
  width: 10.7rem;
}
@media (max-width: 767px) {
  .news__table--single th {
    width: 15rem;
  }
}

.news__button {
  font-size: 18px;
  margin-top: auto;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .news__button {
    font-size: 1.6rem;
    margin-inline: auto;
    margin-top: 2rem;
    max-width: 30rem;
    width: 100%;
  }
}
.news__button:hover {
  opacity: 0.8;
}
.news__button::before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}

.link-buttons {
  margin: 6.3rem auto 3rem;
  max-width: 119.8rem;
  padding: 4rem 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .link-buttons {
    margin: 6rem auto 3rem;
    max-width: 100%;
    padding: 0rem 2rem;
  }
}

.link-buttons__inner {
  width: 100%;
}

.link-buttons__grid {
  display: grid;
  gap: 1.8rem 1.8rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .link-buttons__grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.link-buttons__item {
  border-radius: 0.7rem;
  display: block;
  height: 14rem;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .link-buttons__item {
    background-position: calc(100% + 12rem) calc(0% + 8rem);
    background-size: 25rem;
    height: 10rem;
  }
}
.link-buttons__item:hover {
  opacity: 0.8;
}
.link-buttons__item::before {
  border: 4px solid #708ea8;
  border-radius: 0.7rem;
  bottom: 1.1rem;
  content: "";
  left: 1.6rem;
  position: absolute;
  right: 1.6rem;
  top: 1.1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .link-buttons__item::before {
    bottom: 0.8rem;
    left: 1.2rem;
    right: 1.2rem;
    top: 0.8rem;
  }
}

.link-buttons__item--flow {
  background: url("../img/front-page/link-btn-01.webp") center/cover no-repeat;
}

.link-buttons__item--lesson {
  background: url("../img/front-page/link-btn-02.webp") center/cover no-repeat;
}

.link-buttons__item--price {
  background: url("../img/front-page/link-btn-03.webp") center/cover no-repeat;
}

.link-buttons__item--faq {
  background: url("../img/front-page/link-btn-04.webp") center/cover no-repeat;
}
@media (max-width: 767px) {
  .link-buttons__item--faq {
    background: url("../img/front-page/link-btn-04-sp.webp") center/cover no-repeat;
  }
}

.link-buttons__content {
  align-items: center;
  display: flex;
  height: inherit;
  position: relative;
  z-index: 2;
}

.link-buttons__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 5.8rem;
}
@media (max-width: 767px) {
  .link-buttons__text {
    font-size: 1.6rem;
  }
}
.link-buttons__text::before {
  background: url("../img/front-page/link-buttons__icon.svg") center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 1.7rem;
  margin-right: 3.4rem;
  vertical-align: middle;
  width: 1.7rem;
}
@media (max-width: 767px) {
  .link-buttons__text::before {
    height: 1.2rem;
    margin-right: 2rem;
    width: 1.2rem;
  }
}

.trial {
  height: 62rem;
  margin: 6rem auto 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .trial {
    height: auto;
    margin: 6rem auto 0;
    min-height: 50rem;
    padding: 4rem 2rem;
  }
}

.trial--spaced {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .trial--spaced {
    margin-bottom: 6rem;
  }
}

.trial__background-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.trial__background {
  height: calc(100% + 9.4rem);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -9.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .trial__background {
    height: 100%;
    top: 0;
  }
}

.trial__background-image {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
     object-fit: cover;
     object-position: center;
  width: 100%;
}

.trial__overlay {
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.trial__box {
  background-color: #fff9e8;
  border-radius: 6rem;
  margin: 0 auto;
  max-width: 66.7rem;
  padding: 6rem 5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .trial__box {
    border-radius: 3rem;
    max-width: 100%;
    padding: 4rem 3rem;
    top: 0;
    transform: none;
  }
}

.trial__content {
  text-align: center;
}

.trial .section-title {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .trial .section-title {
    margin-bottom: 3rem;
  }
}

.trial__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.112rem;
}
@media (max-width: 767px) {
  .trial__text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
  }
}

.trial__contact {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.112rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .trial__contact {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

.trial__phone {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.112rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .trial__phone {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
}

.trial__phone-label {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .trial__phone-label {
    font-size: 2rem;
  }
}

.trial__phone-number {
  font-size: 4.6rem;
}
@media (max-width: 767px) {
  .trial__phone-number {
    font-size: 3.2rem;
  }
}

.trial__cta-button {
  align-items: center;
  background-color: #fbb03b;
  border-radius: 3rem;
  display: inline-flex;
  justify-content: center;
  padding: 1.7rem 4rem 1.7rem 5rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .trial__cta-button {
    border-radius: 2.5rem;
    padding: 1.5rem 4rem 1.5rem 5rem;
  }
}
.trial__cta-button:hover {
  opacity: 0.8;
}

.trial__cta-icon {
  height: 1.7rem;
  left: 1.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
}
@media (max-width: 767px) {
  .trial__cta-icon {
    height: 1.4rem;
    left: 1.2rem;
    width: 1.4rem;
  }
}

.trial__cta-icon-image {
  display: block;
  height: 100%;
  width: 100%;
}

.trial__cta-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .trial__cta-text {
    font-size: 1.6rem;
  }
}

.access {
  background-color: #ffffff;
  margin: 10rem auto 7rem;
  max-width: 106.6rem;
  padding: 0rem 2rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .access {
    margin: 6rem auto 3rem;
    max-width: 100%;
    padding: 4rem 2rem;
  }
}

.access__inner {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.access__header {
  margin-bottom: 5.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .access__header {
    margin-bottom: 3rem;
  }
}

.access__logo {
  margin-bottom: 1rem;
  margin-inline: auto;
  width: 19rem;
}
@media (max-width: 767px) {
  .access__logo {
    margin-bottom: 1rem;
    width: 14rem;
  }
}

.access__content {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 52.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .access__content {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
}

.access__list {
  max-width: 100%;
  width: 100%;
}

.access__item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  padding: 1.8rem 0;
}
@media (max-width: 767px) {
  .access__item {
    flex-direction: column;
    padding: 1.2rem 0;
  }
}

.access__term {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  width: 14rem;
}
@media (max-width: 767px) {
  .access__term {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

.access__description {
  word-wrap: break-word;
  color: #333;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .access__description {
    font-size: 1.4rem;
  }
}

.access__note {
  color: #666666;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .access__note {
    font-size: 1.2rem;
  }
}

.access__map {
  height: 57.7rem;
  width: 52.8rem;
}
@media (max-width: 767px) {
  .access__map {
    height: auto;
    width: 100%;
  }
}

.access__map-iframe {
  aspect-ratio: 528/577;
  height: 100%;
  width: 100%;
}

.access__button-wrapper {
  display: flex;
  justify-content: center;
}

.about-method {
  padding: 5rem 0 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-method {
    padding: 3rem 0 4rem;
  }
}

.about-method__inner {
  max-width: 124rem;
  padding: 0 2rem;
}

.about-method__images {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 2.6rem;
  margin-top: 7.7rem;
}
@media (max-width: 767px) {
  .about-method__images {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

.about-method__image {
  height: 57rem;
  overflow: hidden;
  width: 60rem;
}
@media (max-width: 767px) {
  .about-method__image {
    aspect-ratio: 600/570;
    height: auto;
    width: 100%;
  }
}

.about-method__image img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
     object-fit: cover;
     object-position: center;
  width: 100%;
}

.about-method__text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .about-method__text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    padding: 0 2rem;
    text-align: left;
  }
}

.about-corona {
  padding: 8.6rem 0;
}
@media (max-width: 767px) {
  .about-corona {
    padding: 6rem 0 4rem;
  }
}

.about-corona__inner {
  max-width: 124rem;
  padding: 0 2rem;
}

.about-corona__cards {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7.5rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .about-corona__cards {
    gap: 4rem;
    grid-template-columns: 1fr;
    margin-inline: auto;
    margin-top: 4rem;
    width: 90%;
  }
}

.about-corona__card {
  max-width: 38.7rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .about-corona__card {
    max-width: 100%;
  }
}

.about-corona__card-image {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 38.7rem;
     object-fit: cover;
     object-position: center;
  width: 100%;
}
@media (max-width: 767px) {
  .about-corona__card-image {
    aspect-ratio: 1/1;
    height: auto;
  }
}

.about-corona__card-label {
  align-items: center;
  background-color: #d9f1fc;
  display: flex;
  height: 7.9rem;
  justify-content: center;
  left: 0;
  padding: 0 2rem;
  position: absolute;
  top: -2rem;
  width: 30rem;
}
@media (max-width: 767px) {
  .about-corona__card-label {
    height: 6rem;
    width: 22rem;
  }
}

.about-corona__card-text {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  line-height: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about-corona__card-text {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    line-height: 2.4rem;
  }
}

.benefits {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .benefits {
    padding: 4rem 0 3rem;
  }
}

.benefits__inner {
  max-width: 97rem;
}

.benefits__box {
  margin: 0 auto;
  max-width: 118.4rem;
  padding-top: 5.3rem;
}
@media (max-width: 767px) {
  .benefits__box {
    padding-top: 2rem;
  }
}

.benefits__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits__item {
  align-items: center;
  display: grid;
  gap: 4.7rem;
  grid-template-columns: auto 1fr;
  padding-block: 2.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .benefits__item {
    gap: 1.6rem;
    grid-template-columns: 1fr;
    padding-block: 2.8rem;
  }
}
.benefits__item:after {
  background-color: #B5D6F5;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3rem;
  position: absolute;
  right: 0;
  width: 79%;
}
@media (max-width: 767px) {
  .benefits__item:after {
    width: 100%;
  }
}

.benefits__item:last-child {
  margin-bottom: 0;
}

.benefits__icon-wrapper {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .benefits__icon-wrapper {
    margin-inline: auto;
  }
}

.benefits__icon {
  height: 15.1rem;
  position: relative;
  width: 14.9rem;
}
@media (max-width: 767px) {
  .benefits__icon {
    height: 10.2rem;
    width: 10rem;
  }
}

.benefits__icon-circle {
  -o-object-fit: contain;
  height: 100%;
  left: 0;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.benefits__icon-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .benefits__icon-content {
    gap: 0.5rem;
  }
}

.benefits__icon-img {
  -o-object-fit: contain;
  height: 5.7rem;
     object-fit: contain;
  width: 6.4rem;
}
@media (max-width: 767px) {
  .benefits__icon-img {
    height: 3.8rem;
    width: 4.3rem;
  }
}

.benefits__icon-text {
  color: #333;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .benefits__icon-text {
    font-size: 1.5rem;
  }
}

.benefits__content {
  flex: 1;
  max-width: 73.2rem;
  padding-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .benefits__content {
    padding-bottom: 1.4rem;
  }
}

.benefits__item:last-child .benefits__content {
  border-bottom: none;
}

.benefits__text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .benefits__text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 1.8;
  }
}

.selection {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .selection {
    padding: 8rem 0 5rem;
  }
}

.selection__box {
  margin: 0 auto;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .selection__box {
    padding-top: 4rem;
  }
}

.selection__item {
  background-color: #FFF9E8;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .selection__item {
    margin-bottom: 3rem;
  }
}

.selection__item:last-child {
  margin-bottom: 0;
}

.selection__wrapper {
  align-items: end;
  display: grid;
  gap: 8.2rem;
  grid-template-columns: 1fr 34.9rem;
  margin: 0 auto;
  max-width: 116rem;
  padding: 7rem 7rem;
}
@media (max-width: 767px) {
  .selection__wrapper {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }
}

.selection__left {
  flex: 1;
}

.selection__point {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .selection__point {
    gap: 2rem;
    margin-bottom: 1rem;
  }
}

.selection__point-icon {
  flex-shrink: 0;
  height: 10.9rem;
  width: 9.3rem;
}
@media (max-width: 767px) {
  .selection__point-icon {
    height: 8.2rem;
    width: 7rem;
  }
}

.selection__point-icon-img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.selection__point-title {
  color: #333;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .selection__point-title {
    font-size: 2rem;
  }
}

.selection__content {
  flex: 1;
}

.selection__text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 2;
  margin-left: 3.5rem;
}
@media (max-width: 767px) {
  .selection__text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 1.8;
    margin-left: 0;
  }
}

.selection__image {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .selection__image {
    aspect-ratio: 349/236;
    height: auto;
    width: 100%;
  }
}

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

.flow {
  padding: 15rem 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 10rem 0 8rem;
  }
}

.flow__inner {
  max-width: 107.3rem;
  padding: 0 2rem;
}

.flow__step {
  margin-bottom: 6.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow__step {
    margin-bottom: 4rem;
  }
}

.flow__step-number {
  height: 17.7rem;
  left: -2.7rem;
  position: absolute;
  top: -10.7rem;
  width: 17.7rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .flow__step-number {
    height: 9rem;
    left: -1.5rem;
    top: -7rem;
    width: 9rem;
  }
}

.flow__step-image {
  display: block;
  height: auto;
  width: 100%;
}

.flow__box {
  align-items: flex-start;
  background-color: #deeff9;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 19.6rem;
  padding: 4.5rem 2.6rem 2.8rem 4.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow__box {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3rem 2rem 2rem 2rem;
  }
}

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

.flow__title {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.168rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
  margin-left: 16.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 2rem;
    letter-spacing: 0.14rem;
    margin-bottom: 1.6rem;
    margin-left: 0;
  }
}

.flow__title::after {
  background-color: #1A91DD;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40.1rem;
}
@media (max-width: 767px) {
  .flow__title::after {
    background-color: #1A91DD;
    height: 0.1rem;
    width: 53%;
  }
}

.flow__step--1 .flow__title::after {
  width: 40.1rem;
}
@media (max-width: 767px) {
  .flow__step--1 .flow__title::after {
    width: 53%;
  }
}

.flow__step--2 .flow__title::after {
  width: 44.2rem;
}
@media (max-width: 767px) {
  .flow__step--2 .flow__title::after {
    width: 66%;
  }
}

.flow__step--3 .flow__title::after {
  width: 40.1rem;
}
@media (max-width: 767px) {
  .flow__step--3 .flow__title::after {
    width: 53%;
  }
}

.flow__step--4 .flow__title::after {
  width: 48.7rem;
}
@media (max-width: 767px) {
  .flow__step--4 .flow__title::after {
    width: 80%;
  }
}

.flow__description {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .flow__description {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 1.8;
  }
}

.flow__contact {
  align-items: center;
  display: flex;
  gap: 10rem;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .flow__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 1.2rem;
  }
}

.flow__phone {
  align-items: baseline;
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .flow__phone {
    gap: 0.4rem;
  }
}

.flow__phone-label {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .flow__phone-label {
    font-size: 1.6rem;
    letter-spacing: 0.016rem;
  }
}

.flow__phone-number {
  color: #333;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.036rem;
}
@media (max-width: 767px) {
  .flow__phone-number {
    font-size: 2.8rem;
    letter-spacing: 0.028rem;
  }
}

.flow__button {
  align-items: center;
  background-color: #fbb03b;
  border-radius: 3rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: 0.098rem;
  padding: 2rem 3.8rem 2rem 6.2rem;
  position: relative;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .flow__button {
    font-size: 1.3rem;
    letter-spacing: 0.091rem;
    padding: 1.6rem 2rem 1.6rem 5rem;
  }
}

.flow__button:hover {
  opacity: 0.8;
}

.flow__button-icon {
  background-image: url("../img/common/cta-icon-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  width: 1.7rem;
}
@media (max-width: 767px) {
  .flow__button-icon {
    height: 1.4rem;
    left: 2.5rem;
    width: 1.4rem;
  }
}

.flow__button-text {
  line-height: 1;
}

.flow__image {
  border-radius: 0.5rem;
  height: 19.5rem;
  width: 19.6rem;
}
@media (max-width: 767px) {
  .flow__image {
    aspect-ratio: 196/195;
    border-radius: 0.5rem;
    height: auto;
    width: 100%;
  }
}

.flow__image-img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
     object-fit: cover;
     object-position: center;
  width: 100%;
}

.flow__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .flow__arrow {
    margin: 2rem 0;
  }
}

.flow__arrow-img {
  display: block;
  height: 3.5rem;
  width: 5rem;
}
@media (max-width: 767px) {
  .flow__arrow-img {
    height: 2.8rem;
    width: 4rem;
  }
}

.price {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .price {
    padding: 4rem 0;
  }
}

.price__inner {
  max-width: 63rem;
}
@media (max-width: 767px) {
  .price__inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.price__table {
  margin-bottom: 1.4rem;
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .price__table {
    margin-bottom: 1rem;
    margin-top: 5.6rem;
  }
}

.price__row {
  display: flex;
  margin-bottom: 0.6rem;
  min-height: 7rem;
}
@media (max-width: 767px) {
  .price__row {
    flex-direction: column;
    margin-bottom: 0.6rem;
  }
}

.price__label {
  font-feature-settings: "palt";
  align-items: center;
  background-color: rgba(163, 215, 237, 0.6);
  color: #333;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.126rem;
  line-height: 2.8rem;
  padding: 1.8rem 2rem;
  width: 21.6rem;
}
@media (max-width: 767px) {
  .price__label {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    line-height: 2.4rem;
    padding: 1.4rem 1.6rem;
    width: 100%;
  }
}

.price__value {
  align-items: center;
  background-color: #fdf5e3;
  color: #333;
  display: flex;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: flex-end;
  letter-spacing: 0.112rem;
  line-height: 2.8rem;
  padding: 1.8rem 2.6rem;
  text-align: right;
}
@media (max-width: 767px) {
  .price__value {
    font-size: 1.4rem;
    justify-content: flex-start;
    letter-spacing: 0.098rem;
    line-height: 2.4rem;
    padding: 1.4rem 1.6rem;
    text-align: left;
  }
}

.price__note {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .price__note {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.schedule {
  padding: 9rem 0;
}
@media (max-width: 767px) {
  .schedule {
    padding: 4rem 0 5rem;
  }
}

.schedule__inner {
  margin: 0 auto;
  max-width: 121rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .schedule__inner {
    max-width: 100%;
  }
}

.schedule__notice {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 3.4rem;
  margin-bottom: 0.4rem;
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .schedule__notice {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 2.4rem;
    margin-bottom: 0.3rem;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.schedule__table-wrapper {
  overflow-x: auto;
  position: relative;
}
@media (max-width: 767px) {
  .schedule__table-wrapper {
    margin: 0 -2rem;
    padding: 0 2rem;
  }
}

.schedule__scroll-hint {
  display: none;
}
@media (max-width: 767px) {
  .schedule__scroll-hint {
    align-items: center;
    background-color: rgba(41, 171, 226, 0.9);
    border-radius: 2rem;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    gap: 0.6rem;
    left: 50%;
    padding: 0.6rem 1.2rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .schedule__scroll-hint.is-hidden {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .schedule__scroll-hint-icon {
    animation: slideHint 1.5s ease-in-out infinite;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .schedule__scroll-hint-text {
    letter-spacing: 0.084rem;
  }
}

@keyframes slideHint {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.4rem);
  }
}
.schedule__table {
  border-collapse: separate;
  border-spacing: 0.4rem;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  .schedule__table {
    border-spacing: 0.3rem;
    min-width: 70rem;
  }
}

.schedule__header {
  background-color: #3fb3e5;
  color: #fdf5e2;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 3.4rem;
  padding: 1.8rem 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule__header {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    line-height: 2.4rem;
    padding: 1.4rem 0.8rem;
  }
}

.schedule__header:first-child {
  width: 20rem;
}
@media (max-width: 767px) {
  .schedule__header:first-child {
    min-width: 12rem;
  }
}

.schedule__header:nth-child(2),
.schedule__header:nth-child(4),
.schedule__header:nth-child(7) {
  width: 15rem;
}
@media (max-width: 767px) {
  .schedule__header:nth-child(2),
  .schedule__header:nth-child(4),
  .schedule__header:nth-child(7) {
    width: auto;
  }
}

.schedule__time {
  background-color: #bae9ff;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 3.4rem;
  padding: 1.3rem 1rem;
  text-align: center;
  width: 20rem;
}
@media (max-width: 767px) {
  .schedule__time {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    line-height: 2.4rem;
    padding: 1rem 0.8rem;
  }
}

.schedule__cell {
  background-color: #fdf5e2;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  line-height: 3.4rem;
  padding: 1.3rem 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule__cell {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    line-height: 2.4rem;
    padding: 1rem 0.8rem;
  }
}

.schedule__cell--closed {
  background-color: #bae9ff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .schedule__cell--closed {
    font-size: 1.6rem;
  }
}

.schedule__cell:nth-child(2),
.schedule__cell:nth-child(4),
.schedule__cell:nth-child(7) {
  width: 15rem;
}
@media (max-width: 767px) {
  .schedule__cell:nth-child(2),
  .schedule__cell:nth-child(4),
  .schedule__cell:nth-child(7) {
    width: auto;
  }
}

.faq {
  padding: 2rem 0 7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq {
    padding: 4rem 0 5rem;
  }
}

.faq__inner {
  max-width: 120rem;
}

.faq__box {
  margin: 0 auto;
  max-width: 120rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .faq__box {
    padding-top: 0rem;
  }
}

.faq__item {
  margin-bottom: 5.3rem;
}
@media (max-width: 767px) {
  .faq__item {
    margin-bottom: 4rem;
  }
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__question {
  align-items: baseline;
  color: #1a91dd;
  display: flex;
  font-weight: 700;
  gap: 0.8rem;
  letter-spacing: 0.154rem;
  margin-bottom: 1.9rem;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .faq__question {
    gap: 0.6rem;
    margin-bottom: 1.4rem;
    padding-left: 1.4rem;
  }
}

.faq__question::before {
  background-color: #FBB03B;
  content: "";
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 0.5333rem;
}
@media (max-width: 767px) {
  .faq__question::before {
    height: 2rem;
    width: 0.4rem;
  }
}

.faq__question-number {
  flex-shrink: 0;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq__question-number {
    font-size: 2.4rem;
  }
}

.faq__question-text {
  flex: 1;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.faq__answer {
  background-color: #f1faff;
  border-radius: 0.7rem;
  padding: 2rem 2.7rem;
}
@media (max-width: 767px) {
  .faq__answer {
    padding: 2rem 2rem;
  }
}

.faq__answer-text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 1.75;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .faq__answer-text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    margin-bottom: 2rem;
  }
}

.faq__answer-text:last-child {
  margin-bottom: 0;
}

.faq__tel {
  color: #1a91dd;
  font-weight: 700;
  letter-spacing: 0.154rem;
}

.faq__tel-label {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .faq__tel-label {
    font-size: 1.8rem;
  }
}

.faq__tel-number {
  color: inherit;
  cursor: pointer;
  font-size: 3.4rem;
  margin-left: 0.8rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .faq__tel-number {
    font-size: 2.6rem;
    margin-left: 0.5rem;
  }
}
.faq__tel-number:hover {
  opacity: 0.7;
}

.contact {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact {
    padding: 4rem 0 3rem;
  }
}

.contact__inner {
  max-width: 120rem;
}

.contact__intro {
  margin: 0 auto;
  max-width: 113rem;
  padding-inline: 2rem;
  padding-top: 7.8rem;
}
@media (max-width: 767px) {
  .contact__intro {
    padding-inline: 0rem;
    padding-top: 4rem;
  }
}

.contact__intro-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.112rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .contact__intro-text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
  }
}

.contact__intro-required {
  color: #ff3735;
}

.contact__form {
  margin: 0 auto;
  max-width: 114rem;
  padding-inline: 2rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .contact__form {
    padding-inline: 0rem;
    padding-top: 1.5rem;
  }
}

.contact__form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact__form-row {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

.contact__form-row:last-child {
  margin-bottom: 0;
}

.contact__label-wrapper {
  align-items: center;
  background-color: #c8e7f4;
  display: flex;
  flex-shrink: 0;
  padding: 0 3.8rem;
  width: 32.9rem;
}
@media (max-width: 767px) {
  .contact__label-wrapper {
    padding: 1.2rem 1.5rem;
    width: 100%;
  }
}

.contact__label {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.89;
}
@media (max-width: 767px) {
  .contact__label {
    font-size: 1.6rem;
  }
}

.contact__required {
  color: #ff3735;
}

.contact__input-wrapper {
  align-items: center;
  background-color: #fdf5e2;
  display: flex;
  padding: 1rem 3.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact__input-wrapper {
    padding: 1rem 1.5rem;
    width: 100%;
  }
}

.contact__input-wrapper--large {
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .contact__input-wrapper--large {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.contact__input {
  background-color: #fff;
  border: 2px solid #dcd8d8;
  color: #333;
  font-size: 1.6rem;
  max-width: 100% !important;
  padding: 1.1rem 1.5rem;
  width: 40rem !important;
}
@media (max-width: 767px) {
  .contact__input {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    width: 100% !important;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact__input:focus {
  border-color: #FBB03B;
  outline: none;
}

.contact__input::-moz-placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.contact__input::placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7 .contact__input::-moz-placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7 .contact__input::placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.contact__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L0.73686 0.25L10.2631 0.25L5.5 7Z' fill='%23333333'/%3E%3C/svg%3E");
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  border: 2px solid #dcd8d8;
  color: #333;
  cursor: pointer;
  font-size: 1.6rem;
  max-width: 100% !important;
  padding: 1.1rem 1.5rem;
  padding-right: 4rem;
  width: 32rem !important;
}
@media (max-width: 767px) {
  .contact__select {
    font-size: 1.4rem;
    padding: 1rem 4rem 1rem 1.2rem;
    width: 100% !important;
  }
}

.contact__select:focus {
  border-color: #FBB03B;
  outline: none;
}

.contact__textarea {
  background-color: #fff;
  border: 2px solid #dcd8d8;
  color: #333;
  font-size: 1.6rem;
  height: 16.9rem;
  max-width: 100% !important;
  padding: 1.1rem 1.5rem;
  resize: vertical;
  width: 100% !important;
}
@media (max-width: 767px) {
  .contact__textarea {
    font-size: 1.4rem;
    height: 12rem;
    max-width: 100% !important;
    padding: 1rem 1.2rem;
  }
}

.contact__textarea:focus {
  border-color: #FBB03B;
  outline: none;
}

.contact__textarea::-moz-placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.contact__textarea::placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7 .contact__textarea::-moz-placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.wpcf7 .contact__textarea::placeholder {
  color: #ff3735 !important;
  opacity: 1;
}

.contact__textarea--large {
  height: 17.6rem;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .contact__textarea--large {
    height: 15rem;
  }
}

.contact__confirm-text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 1.75;
  margin-bottom: 0.7rem;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .contact__confirm-text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

.contact__checkbox-wrapper {
  margin-bottom: 4rem;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .contact__checkbox-wrapper {
    margin-bottom: 3rem;
    margin-top: 1.4rem;
  }
}

.contact__checkbox-label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .contact__checkbox-label {
    gap: 1rem;
  }
}
.contact__checkbox-label .wpcf7-form-control-wrap {
  width: auto !important;
}

.contact__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #bebeb4;
  border-radius: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.6rem;
  margin-top: 0.2rem;
  width: 1.6rem;
}
@media (max-width: 767px) {
  .contact__checkbox {
    height: 1.4rem;
    width: 1.4rem;
  }
}

.contact__checkbox-text {
  color: #333;
  flex: 1;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact__checkbox-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.contact__checkbox:checked {
  background-color: #FBB03B;
  border-color: #FBB03B;
  position: relative;
}

.contact__checkbox:checked::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3rem;
}

.contact__submit-wrapper {
  text-align: center;
}

.contact__submit {
  align-items: center;
  background-color: #FBB03B;
  border: none;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s;
  width: 30rem;
}
@media (max-width: 767px) {
  .contact__submit {
    font-size: 1.6rem;
    height: 5rem;
    width: 25rem;
  }
}

.contact__submit:hover {
  opacity: 0.8;
}

.contact__submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.contact__submit:disabled:hover {
  opacity: 0.5;
}

.contact__submit-icon {
  background-image: url("../img/common/cta-icon-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  width: 1.7rem;
}
@media (max-width: 767px) {
  .contact__submit-icon {
    height: 1.4rem;
    left: 2.5rem;
    width: 1.4rem;
  }
}

.contact__submit-text {
  position: relative;
  z-index: 1;
}

.wpcf7 .contact__form input[type=text],
.wpcf7 .contact__form input[type=email],
.wpcf7 .contact__form input[type=tel] {
  max-width: 100% !important;
  width: 100% !important;
}

.wpcf7 .contact__form select {
  max-width: 100% !important;
  width: 32rem !important;
}

.wpcf7 .contact__form textarea {
  width: 100% !important;
}

.wpcf7 .contact__form textarea.contact__textarea--large {
  max-width: 100% !important;
}

.wpcf7 .contact__form input[type=submit],
.wpcf7 .contact__form button[type=submit] {
  height: 6rem !important;
  width: 30rem !important;
}
@media (max-width: 767px) {
  .wpcf7 .contact__form input[type=submit],
  .wpcf7 .contact__form button[type=submit] {
    height: 5rem !important;
    width: 25rem !important;
  }
}

.wpcf7 .contact__checkbox-label {
  align-items: flex-start !important;
  cursor: pointer;
  display: flex !important;
  gap: 1.2rem !important;
}
@media (max-width: 767px) {
  .wpcf7 .contact__checkbox-label {
    gap: 1rem !important;
  }
}

.wpcf7 .contact__checkbox {
  flex-shrink: 0 !important;
  margin-top: -0.5rem !important;
}
@media (max-width: 767px) {
  .wpcf7 .contact__checkbox {
    margin-top: -0.4rem !important;
  }
}

.wpcf7 .contact__checkbox-text {
  flex: 1 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  color: #333;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.wpcf7-not-valid-tip {
  color: #ff3735 !important;
  display: block !important;
  font-size: 1.4rem !important;
  margin-top: 0.5rem !important;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 1.2rem !important;
  }
}

.wpcf7-not-valid {
  border-color: #ff3735 !important;
}

.wpcf7-not-valid:focus {
  border-color: #ff3735 !important;
  outline: none !important;
}

.wpcf7 .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.thanks {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .thanks {
    padding: 4rem 0 3rem;
  }
}

.thanks__inner {
  max-width: 120rem;
}

.thanks__content {
  margin: 0 auto;
  max-width: 80rem;
  padding-top: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__content {
    padding-top: 4rem;
  }
}

.thanks__message {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.126rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .thanks__message {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
    margin-bottom: 3rem;
  }
}

.thanks__note {
  background-color: #fdf5e2;
  border-radius: 1rem;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.098rem;
  line-height: 2;
  padding: 3rem 4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .thanks__note {
    font-size: 1.3rem;
    padding: 2rem 2rem;
  }
}

.thanks__button-wrapper {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .thanks__button-wrapper {
    margin-top: 4rem;
  }
}

.thanks__button {
  align-items: center;
  background-color: #FBB03B;
  border-radius: 3rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 30rem;
}
@media (max-width: 767px) {
  .thanks__button {
    font-size: 1.6rem;
    height: 5rem;
    width: 25rem;
  }
}

.thanks__button:hover {
  opacity: 0.8;
}

.thanks__button-icon {
  background-image: url("../img/common/cta-icon-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7rem;
  left: 3.5rem;
  position: absolute;
  width: 1.7rem;
}
@media (max-width: 767px) {
  .thanks__button-icon {
    height: 1.4rem;
    left: 2.5rem;
    width: 1.4rem;
  }
}

.thanks__button-text {
  position: relative;
  z-index: 1;
}

.privacy-policy__container {
  margin: 0 auto;
  max-width: 83.4rem;
  padding: 5rem 2rem 8rem;
}
@media (max-width: 767px) {
  .privacy-policy__container {
    padding: 4rem 2rem 6rem;
  }
}

.privacy-policy__section {
  margin-bottom: 7.6rem;
}
@media (max-width: 767px) {
  .privacy-policy__section {
    margin-bottom: 5rem;
  }
}

.privacy-policy__section:last-child {
  margin-bottom: 0;
}

.privacy-policy__section .section-title {
  color: #333;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .privacy-policy__section .section-title {
    font-size: 2.4rem;
    margin-bottom: 1.4rem;
  }
}

.privacy-policy__text {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .privacy-policy__text {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 2;
  }
}

.privacy-policy__list {
  list-style-type: disc;
  margin-top: 0.5rem;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .privacy-policy__list {
    margin-top: 0.4rem;
    padding-left: 2rem;
  }
}

.privacy-policy__list li {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.112rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .privacy-policy__list li {
    font-size: 1.4rem;
    letter-spacing: 0.098rem;
    line-height: 2;
  }
}

.privacy-policy__list li:last-child {
  margin-bottom: 0;
}

.lower-icon {
  position: relative;
}