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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: clamp(0.300390625rem, 0.0007rem + 0.6245vw, 0.75rem);
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: clamp(0.3125rem, 0rem + 1.3333vw, 0.6391666667rem);
  }
}

body {
  font-family: "Arial", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

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

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

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

.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.opening-animation.fade-out {
  opacity: 0;
  pointer-events: none;
}
.opening-animation__logo {
  width: 50%;
  height: auto;
  transform: translateY(0) scale(1) rotate(0deg);
  animation: logoAnimation 2s ease-out forwards;
}
@media (max-width: 767px) {
  .opening-animation__logo {
    width: 80%;
  }
}
.opening-animation__logo img {
  width: 100%;
  height: auto;
}

@keyframes logoAnimation {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(0.1) rotate(-15deg);
    opacity: 0;
  }
}
html {
  overflow: hidden;
}
html.show {
  overflow: auto;
}

.main-content {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.main-content.show {
  opacity: 1;
}

.scroll-scale-in {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-scale-in.animate {
  opacity: 1;
  transform: scale(1);
}

.scroll-fade-scale {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.scroll-fade-scale.animate {
  opacity: 1;
  transform: scale(1);
}

.scroll-slide-up-scale {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.scroll-slide-up-scale.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-rotate-scale {
  opacity: 0;
  transform: rotate(45deg) scale(0.3);
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.scroll-rotate-scale.animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.scroll-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.scroll-fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.bg-expand {
  background-image: linear-gradient(90deg, #f4c860, #f4c860);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  transition: background-size 1.2s ease-out;
}
.bg-expand.animate {
  background-size: 100% 100%;
}

.bg-expand-slow {
  background-image: linear-gradient(90deg, #f4c860, #f4c860);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0 100%;
  transition: background-size 1.2s ease-out;
}
.bg-expand-slow.animate {
  background-size: 100% 100%;
}

.scroll-image-zoom {
  overflow: hidden;
  position: relative;
}
.scroll-image-zoom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.1s linear;
  transform: scale(1);
}

.anim-parallax {
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.is-inview .anim-parallax {
  animation: parallax-float 4s cubic-bezier(0.2, 0.8, 0.2, 1) infinite alternate;
}

@keyframes parallax-float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.anim-mask {
  position: relative;
  overflow: hidden;
}
.anim-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0%);
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
}
.is-inview .anim-mask::before {
  transform: translateX(100%);
  opacity: 0;
}

.anim-lettering {
  opacity: 0;
  transform: scale(0.8);
  filter: blur(4px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), filter 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s;
}
.is-inview .anim-lettering {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

.anim-mask-underline {
  position: relative;
  display: inline-block;
}
.anim-mask-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4c860;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-mask-underline.is-inview::after {
  animation: underline-draw-fade 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes underline-draw-fade {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  40% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
*:has(.anim-mask-underline) {
  text-align: center;
}

.anim-counter-swing .counter-swing-image {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s;
}
.anim-counter-swing .counter-swing-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s;
}
.anim-counter-swing.is-inview .counter-swing-text {
  opacity: 1;
  transform: translateY(0);
}
.anim-counter-swing.is-inview .counter-swing-image {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.12s;
}

.anim-counter-swing2 .counter-swing-image {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s;
}
.anim-counter-swing2 .counter-swing-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-counter-swing2.is-inview .counter-swing-text {
  opacity: 1;
  transform: translateY(0);
}
.anim-counter-swing2.is-inview .counter-swing-image {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.12s;
}

.anim-wipe-split {
  position: relative;
}
.anim-wipe-split .wipe-before {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.anim-wipe-split .wipe-before::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s, opacity 0.1s;
  transition-delay: 0s, 1s;
}
.anim-wipe-split .wipe-before::after {
  content: "BEFORE";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 4.2rem;
  font-weight: 800;
  color: #fff;
  background-color: #222c88;
  padding: 1rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: transform 1s, opacity 0.1s;
  transition-delay: 0s, 1s;
}
@media (max-width: 767px) {
  .anim-wipe-split .wipe-before::after {
    font-size: 2.88rem;
  }
}
.anim-wipe-split .wipe-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anim-wipe-split .wipe-after {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.anim-wipe-split .wipe-after::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s, opacity 0.1s;
  transition-delay: 0s, 1s;
}
.anim-wipe-split .wipe-after::after {
  content: "AFTER";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 4.2rem;
  font-weight: 800;
  color: #fff;
  background-color: #222c88;
  padding: 1rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .anim-wipe-split .wipe-after::after {
    font-size: 2.88rem;
  }
}
.anim-wipe-split .wipe-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anim-wipe-split::before, .anim-wipe-split::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #f4c860;
  z-index: 2;
  opacity: 1;
  transition: left 1s, opacity 0.1s;
  transition-delay: 0s, 1s;
}
.anim-wipe-split.is-inview .wipe-before::before {
  transform: translateX(-100%);
  opacity: 0;
}
.anim-wipe-split.is-inview .wipe-before::after {
  opacity: 1;
  transform: translateY(0);
}
.anim-wipe-split.is-inview .wipe-after::before {
  transform: translateX(100%);
  opacity: 0;
}
.anim-wipe-split.is-inview .wipe-after::after {
  opacity: 1;
  transform: translateY(0);
}
.anim-wipe-split.is-inview::before {
  left: 0;
  opacity: 0;
}
.anim-wipe-split.is-inview::after {
  left: 100%;
  opacity: 0;
}

.anim-count-shine .count-number {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-count-shine .count-unit {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.2s;
}
.anim-count-shine .count-icon {
  position: relative;
}
.anim-count-shine .count-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(244, 200, 96, 0.6) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.15s ease-out;
  transition-delay: 0.4s;
  pointer-events: none;
}
.anim-count-shine.is-inview .count-number {
  opacity: 1;
}
.anim-count-shine.is-inview .count-unit {
  opacity: 1;
  transform: translateY(0);
}
.anim-count-shine.is-inview .count-icon::after {
  opacity: 1;
  animation: shine-pulse 0.15s ease-out forwards;
}

@keyframes shine-pulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.anim-clip-reveal .clip-slide {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-clip-reveal.is-inview .clip-slide, .anim-clip-reveal.slide-active .clip-slide {
  clip-path: inset(0 0 0 0);
}

.anim-accordion-smooth .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), padding 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  line-height: 1.5;
}
.anim-accordion-smooth .accordion-icon {
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-accordion-smooth.is-open .accordion-content {
  max-height: 500px;
  line-height: 1.9;
}
.anim-accordion-smooth.is-open .accordion-icon {
  transform: rotate(90deg);
}

.anim-rise-cta {
  position: relative;
}
.anim-rise-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, #f4c860 0%, #e6b84d 100%);
  transition: height 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: -1;
}
.anim-rise-cta .cta-button {
  position: relative;
  border: 2px solid transparent;
  background: transparent;
  overflow: hidden;
}
.anim-rise-cta .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.anim-rise-cta .cta-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.24s;
  z-index: -1;
}
.anim-rise-cta.is-inview::before {
  height: 8%;
}
.anim-rise-cta.is-inview .cta-button::before {
  transform: scale(1);
}
.anim-rise-cta.is-inview .cta-button::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .anim-parallax,
  .anim-mask,
  .anim-lettering,
  .anim-mask-underline,
  .anim-counter-swing,
  .anim-wipe-split,
  .anim-count-shine,
  .anim-clip-reveal,
  .anim-accordion-smooth,
  .anim-rise-cta {
    animation: none !important;
    transition: none !important;
  }
  .anim-parallax::before, .anim-parallax::after,
  .anim-mask::before,
  .anim-mask::after,
  .anim-lettering::before,
  .anim-lettering::after,
  .anim-mask-underline::before,
  .anim-mask-underline::after,
  .anim-counter-swing::before,
  .anim-counter-swing::after,
  .anim-wipe-split::before,
  .anim-wipe-split::after,
  .anim-count-shine::before,
  .anim-count-shine::after,
  .anim-clip-reveal::before,
  .anim-clip-reveal::after,
  .anim-accordion-smooth::before,
  .anim-accordion-smooth::after,
  .anim-rise-cta::before,
  .anim-rise-cta::after {
    transition: none !important;
  }
  .anim-parallax {
    transform: none !important;
  }
  .anim-mask::before {
    transform: translateX(100%) !important;
  }
  .anim-lettering {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .anim-mask-underline::after {
    transform: scaleX(1) !important;
  }
  .anim-counter-swing .counter-swing-image,
  .anim-counter-swing .counter-swing-text {
    opacity: 1 !important;
    transform: none !important;
  }
  .anim-wipe-split::before {
    height: 100% !important;
  }
  .anim-wipe-split .wipe-before,
  .anim-wipe-split .wipe-after {
    opacity: 1 !important;
    transform: none !important;
  }
  .anim-count-shine .count-number,
  .anim-count-shine .count-unit {
    opacity: 1 !important;
    transform: none !important;
  }
  .anim-clip-reveal .clip-slide {
    clip-path: inset(0 0 0 0) !important;
  }
  .anim-rise-cta::before {
    height: 8% !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2.47rem;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  .header__inner {
    margin-left: 0;
    justify-content: flex-end;
  }
}
.header__title {
  width: 29.5rem;
}
@media (max-width: 767px) {
  .header__title {
    display: none;
  }
}
.header__nav {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: stretch;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 0;
    align-items: stretch;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  margin-right: 6.42rem;
}
@media (max-width: 767px) {
  .header__nav-list {
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    margin-right: 0;
  }
}
.header__nav-list.active {
  right: 0;
}
.header__nav-list-pc {
  display: flex;
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-right: 0;
}
.header__nav-list-pc.active {
  right: 0;
}
.header__nav-list-pc .header__nav-link::after {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-list-pc {
    display: none;
  }
}
.header__nav-link {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3c3c3c;
  padding: 0 1em;
  position: relative;
}
@media (max-width: 767px) {
  .header__nav-link {
    font-size: 3rem;
  }
}
.header__nav-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .header__nav-link::after {
    display: none;
  }
}
.header__nav-btn {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ffffff;
  padding: 1.5rem 2.3rem;
  background-color: #222c88;
}
@media (max-width: 767px) {
  .header__nav-btn {
    background-color: #3c3c3c;
    text-align: center;
    padding: 1.51rem 2.2287rem;
    position: relative;
    z-index: 100;
  }
}
.header__nav-btn img {
  width: 4rem;
  margin: 0 auto 1.4rem;
}
.header__nav-hamburger {
  display: block;
  width: 11.2rem;
  height: auto;
  background-color: #120104;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__nav-hamburger {
    display: block;
    width: 11.2rem;
    height: auto;
    background-color: #120104;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 100;
  }
}
.header__nav-hamburger span {
  width: 4.55rem;
  height: 0.6rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.header__nav-hamburger.active span:first-child {
  transform: translateY(1.5rem) rotate(45deg);
  width: 52%;
}
.header__nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__nav-hamburger.active span:last-child {
  transform: translateY(-1.5rem) rotate(-45deg);
  width: 52%;
}

.footer {
  padding: 5rem 0 7rem;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .footer {
    padding: 5.5rem 0;
  }
}
.footer img {
  width: 29.5rem;
  margin: 0 auto 8.8rem;
}
@media (max-width: 767px) {
  .footer img {
    width: 51.792rem;
    margin-bottom: 8rem;
  }
}
.footer__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.top .fv {
  background: url(../img/fv-bg.webp) center bottom/cover no-repeat;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top .fv {
    padding-bottom: 7rem;
  }
}
.top .fv__catchcopy {
  font-size: 5.5rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  top: 0.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top .fv__catchcopy {
    width: 100%;
    top: 4.5%;
    font-size: 5.19rem;
  }
}
.top .fv__title {
  font-size: 4.54rem;
  font-weight: 900;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  line-height: 0.4;
}
@media (max-width: 767px) {
  .top .fv__title {
    width: 81.6%;
    font-size: 3.53rem;
    top: 8%;
  }
}
.top .fv__title img {
  width: 100%;
}
.top .fv__title span:last-of-type {
  font-size: 1.95rem;
}
@media (max-width: 767px) {
  .top .fv__title span:last-of-type {
    font-size: 1.52rem;
  }
}
.top .fv__list-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top .fv__list-top {
    top: 13%;
  }
}
.top .fv__list-top-item {
  background: url(../img/fv-list-top-bg.svg) center center/contain no-repeat;
  font-size: 2.8rem;
  text-align: center;
  text-shadow: 0.26rem 0.26rem 0.26rem rgba(0, 0, 0, 0.6);
  width: 17.78rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.top .fv__list-top-item span {
  font-size: 3.79rem;
}
.top .fv__list-top-item:nth-of-type(2) {
  font-size: 2rem;
}
.top .fv__list-top-item:nth-of-type(2) span {
  font-size: 4.3rem;
}
.top .fv__list-top-item:nth-of-type(3) {
  font-size: 1.79rem;
}
.top .fv__list-top-item:nth-of-type(3) span {
  font-size: 4.3rem;
}
.top .fv__text {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  color: #333;
  line-height: 1.6;
  position: absolute;
  top: 32.2%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top .fv__text {
    width: 100%;
    top: 26.2%;
    font-size: 4.66rem;
  }
}
.top .fv__text span:nth-of-type(1) {
  font-size: 4.29rem;
}
@media (max-width: 767px) {
  .top .fv__text span:nth-of-type(1) {
    font-size: 3.33rem;
  }
}
.top .fv__text span:nth-of-type(2) {
  font-size: 7.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .fv__text span:nth-of-type(2) {
    font-size: 5.98rem;
  }
}
.top .fv__text span:nth-of-type(2)::before {
  content: "";
  background: url(../img/fv-text-deco.svg) center center/contain no-repeat;
  position: absolute;
  top: -83%;
  left: -5%;
  width: 118%;
  height: auto;
  aspect-ratio: 687/49;
}
.top .fv__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  max-width: 1000px;
  width: 62.5%;
  margin: 16rem auto 0;
}
@media (max-width: 767px) {
  .top .fv__list {
    width: 94.6%;
  }
}
.top .fv__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/fv-list-item-bg.webp) center center/contain no-repeat;
  aspect-ratio: 7/6;
  width: 33.3%;
  height: auto;
  font-size: 2.4rem;
  line-height: 1.38;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .top .fv__list-item {
    width: 23.2rem;
    font-size: 1.86rem;
  }
}
.top .fv__list-item-color {
  font-size: 3.6rem;
  color: #f4c860;
}
@media (max-width: 767px) {
  .top .fv__list-item-color {
    font-size: 2.86rem;
  }
}
.top .fv__list-item-big {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .top .fv__list-item-big {
    font-size: 2.86rem;
  }
}
.top .fv__box {
  max-width: 1338px;
  width: 83.625%;
  background-color: #fff;
  margin: 13.5rem auto 0;
  padding: 5rem 6rem;
}
@media (max-width: 767px) {
  .top .fv__box {
    width: 91.6%;
    padding: 6rem 3rem;
    margin-top: 2rem;
  }
}
.top .fv__box-img {
  display: none;
}
@media (max-width: 767px) {
  .top .fv__box-img {
    display: block;
    margin-bottom: 4rem;
  }
}
.top .fv__box-text1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.75rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .top .fv__box-text1 {
    font-size: 4.93rem;
  }
}
.top .fv__box-text1 img {
  width: 30.85%;
}
@media (max-width: 767px) {
  .top .fv__box-text1 img {
    width: 74.07%;
  }
}
.top .fv__box-text2 {
  font-size: 3.25rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .top .fv__box-text2 {
    font-size: 4.93rem;
    margin-top: 3rem;
  }
}
.top .fv__box-annotation {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ff0000;
  line-height: 1.5;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
@media (max-width: 767px) {
  .top .fv__box-annotation {
    font-size: 2.53rem;
    margin-top: 5rem;
  }
}
.top .fv__box-annotation .pc {
  display: inline;
}
.top .fv__box-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}
.top .fv__box-flex-img {
  width: 39%;
  height: auto;
}
@media (max-width: 767px) {
  .top .fv__box-flex-img {
    display: none;
  }
}
.top .fv__box-flex-text {
  width: 50.084%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 767px) {
  .top .fv__box-flex-text {
    width: 100%;
    font-size: 2.8rem;
  }
}
.top .fv__box-flex-text-underline {
  font-weight: 900;
  -webkit-text-decoration: underline #ff0000 2px;
          text-decoration: underline #ff0000 2px;
  text-underline-offset: 0.2em;
}
.top .movie {
  background: url(../img/movie-bg.webp) center center/contain no-repeat;
  aspect-ratio: 1601/805;
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .top .movie {
    aspect-ratio: 750/800;
    background-size: cover;
  }
}
.top .movie__text-box {
  background: url(../img/movie-text-box-bg.webp) center center/contain no-repeat;
  position: absolute;
  top: 7.4%;
  left: 50%;
  transform: translateX(-50%);
  color: #222c88;
  padding: 8rem 16rem 2rem;
}
@media (max-width: 767px) {
  .top .movie__text-box {
    padding: 8rem 16rem 3rem;
    width: 81%;
    top: 6%;
  }
}
.top .movie__text-box-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem;
}
.top .movie__text-box-text {
  font-size: 2.9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.17;
  position: relative;
}
.top .movie__text-box-text::before {
  content: "";
  background: url(../img/movie-text-deco-left.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
  width: 4.7rem;
  height: 9.7rem;
}
.top .movie__text-box-text::after {
  content: "";
  background: url(../img/movie-text-deco-right.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: -6rem;
  transform: translateY(-50%);
  width: 4.7rem;
  height: 9.7rem;
}
.top .movie__video {
  position: absolute;
  top: 53.4%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.225%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top .movie__video {
    width: 77.6%;
    top: 53.5%;
    left: 49.8%;
  }
}
.top .risk {
  padding: 7.5rem 0 9rem;
  background: linear-gradient(164deg, #22201e 0%, #22201e 50%, #000000 50%, #000000 100%);
  position: relative;
}
@media (max-width: 767px) {
  .top .risk {
    padding: 7.5rem 0;
  }
}
.top .risk__title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .risk__title {
    margin-bottom: 6rem;
  }
}
.top .risk__text {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.47;
}
@media (max-width: 767px) {
  .top .risk__text {
    font-size: 3.2rem;
  }
}
.top .risk__text-bg {
  color: #3c3c3c;
}
.top .risk::after {
  content: "";
  position: absolute;
  bottom: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 3.2rem solid transparent;
  border-right: 3.2rem solid transparent;
  border-top: 4.3rem solid #000;
}
@media (max-width: 767px) {
  .top .risk::after {
    bottom: -3.3rem;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 3.4rem solid #000;
  }
}
.top .case {
  padding: 11.7rem 0 9.6rem;
  background: url(../img/case-bg.webp) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .top .case {
    padding: 10.5rem 0;
  }
}
.top .case__list {
  width: 54.5%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .case__list {
    width: 91.6%;
  }
}
.top .case__list-item {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .case__list-item {
    margin-bottom: 11rem;
  }
}
.top .case__list-item-title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 900;
  color: #3c3c3c;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .top .case__list-item-title {
    font-size: 5.2rem;
  }
}
.top .case__list-item-title-img {
  width: 100%;
  height: auto;
  position: absolute;
  width: 19rem;
  left: -5.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .case__list-item-title-img {
    top: initial;
    bottom: -30rem;
    left: -5%;
    width: 17.7rem;
    z-index: 3;
  }
}
.top .case__list-item-flex {
  margin-top: 4.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .case__list-item-flex {
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 8.5rem;
  }
}
.top .case__list-item-flex-img {
  width: 40%;
  height: auto;
}
.top .case__list-item-flex-img img {
  aspect-ratio: 498/356;
}
@media (max-width: 767px) {
  .top .case__list-item-flex-img {
    width: 100%;
  }
}
.top .case__list-item-flex-img p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.56rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .case__list-item-flex-img p {
    margin-top: 1.4rem;
    font-size: 1.76rem;
    text-align: right;
  }
}
.top .case__list-item-flex-text {
  width: 56%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  text-align: left;
}
@media (max-width: 767px) {
  .top .case__list-item-flex-text {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.top .case__list-item:last-of-type {
  margin-bottom: 0;
}
.top .case__list-item:last-of-type .case__list-item-title-img {
  left: auto;
  right: -8.5rem;
}
@media (max-width: 767px) {
  .top .case__list-item:last-of-type .case__list-item-title-img {
    right: initial;
    top: initial;
    bottom: -30rem;
    left: -5%;
    width: 19rem;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .top .case__list-item:last-of-type .case__list-item-flex {
    flex-direction: column-reverse;
  }
}
.top .deterioration {
  background: url(../img/deterioration-bg.webp) center center/cover no-repeat;
  padding: 12rem 0 10rem;
}
@media (max-width: 767px) {
  .top .deterioration {
    padding: 10.8rem 0 14rem;
  }
}
.top .deterioration__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
}
.top .deterioration__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1rem;
  font-size: 5.3rem;
  font-weight: 900;
  color: #3c3c3c;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .top .deterioration__title {
    margin-top: 2.7rem;
    gap: 1.7rem;
  }
}
.top .deterioration__title img {
  width: 7.57rem;
}
.top .deterioration__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 62.5%;
  max-width: 1000px;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .top .deterioration__list {
    width: 91.6%;
    margin-top: 9rem;
  }
}
.top .deterioration__list-item {
  width: 31.7%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .top .deterioration__list-item {
    width: 48.427%;
    margin-bottom: 0;
  }
}
.top .deterioration__list-item:nth-of-type(4), .top .deterioration__list-item:nth-of-type(5), .top .deterioration__list-item:nth-of-type(6) {
  margin-bottom: 0;
}
.top .deterioration__list-item img {
  width: 100%;
  height: auto;
}
.top .deterioration__list-item-text {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  padding-bottom: 5rem;
  padding-top: 1.64rem;
  background: url(../img/deterioration__list-item-text-bg.webp) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .top .deterioration__list-item-text {
    padding-top: 2rem;
  }
}
.top .deterioration__summary {
  margin: 7.5rem auto 4rem;
}
@media (max-width: 767px) {
  .top .deterioration__summary {
    margin-top: 6rem;
  }
}
.top .deterioration__summary-fukidashi {
  font-size: 4.29rem;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #222c88;
  padding: 1.5rem 1rem;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .top .deterioration__summary-fukidashi {
    padding: 1.5rem 2rem;
  }
}
.top .deterioration__summary-fukidashi span {
  color: #f4c860;
}
.top .deterioration__summary-fukidashi::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 2.3rem solid #222c88;
}
.top .deterioration__summary-text {
  font-size: 7.86rem;
  font-weight: 900;
  color: #3c3c3c;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .top .deterioration__summary-text {
    margin-top: 3.5rem;
    display: block;
  }
}
.top .deterioration__summary-text img {
  width: 30.334%;
}
@media (max-width: 767px) {
  .top .deterioration__summary-text img {
    width: 64.785%;
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.top .deterioration__summary-text span {
  font-size: 4.3rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .top .deterioration__summary-text span {
    margin: 0;
    margin-bottom: 1rem;
    vertical-align: bottom;
  }
}
.top .deterioration__box {
  display: block;
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
  border: 0.6rem solid #222c88;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .top .deterioration__box {
    width: 91.6%;
  }
}
.top .deterioration__box-img {
  width: 43%;
  height: auto;
}
@media (max-width: 767px) {
  .top .deterioration__box-img {
    width: 40%;
  }
}
.top .deterioration__box-text {
  width: 55%;
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .top .deterioration__box-text {
    width: 58%;
    margin-top: 1.7rem;
  }
}
.top .deterioration__box-text-title {
  font-size: 3.67rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #222c88;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .deterioration__box-text-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.top .deterioration__box-text-text {
  font-size: 2.9rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.top .deterioration__box::after {
  content: "ポリウレコート詳細はこちら　＞";
  background: linear-gradient(to bottom, #163b7d, #21529a);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  padding: 2rem 1.5rem 2rem 6rem;
}
@media (max-width: 767px) {
  .top .deterioration__box::after {
    font-size: 1.8rem;
    padding: 1.6rem 1rem 1rem 4.5rem;
  }
}
.top .before-after {
  padding: 9rem 0 0;
  background: url(../img/before-after-bg.webp) center center/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .top .before-after {
    padding: 33rem 0 0;
  }
}
.top .before-after__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .before-after__sub-title {
    margin-bottom: 0;
  }
}
.top .before-after__title {
  font-size: 5.3rem;
  font-weight: 900;
  color: #3c3c3c;
  text-align: center;
  margin-top: 2.96rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .top .before-after__title {
    margin-top: 4rem;
  }
}
.top .before-after__title img {
  width: 82.7%;
}
@media (max-width: 767px) {
  .top .before-after__title img {
    width: 75.734%;
  }
}
.top .before-after__title-text1 {
  font-size: 4.3rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.top .before-after__title-text2 {
  font-size: 7.86rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1rem;
}
.top .before-after__title-text3 {
  font-size: 7.86rem;
  font-weight: 900;
  background-color: #222c88;
  color: #fff;
  padding: 1rem 1rem;
}
.top .before-after__title-text3 span {
  color: #f4c860;
}
.top .before-after__title-img {
  position: absolute;
  width: 45.5%;
  left: -11%;
  top: -1%;
}
@media (max-width: 767px) {
  .top .before-after__title-img {
    width: 81.22%;
    left: 50%;
    top: -5%;
    transform: translateX(-50%);
  }
}
.top .before-after__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
  margin-top: 2.7rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .top .before-after__text {
    font-size: 2.8rem;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
}
.top .before-after__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .top .before-after__img {
    gap: 0.7rem;
  }
}
.top .before-after__img-triangle {
  width: 10rem;
  max-width: 50px;
  height: auto;
  aspect-ratio: 100/175;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .top .before-after__img-triangle {
    width: 4.7rem;
  }
}
.top .reason {
  background: url(../img/reason-bg.webp) center top/cover no-repeat #fff;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .top .reason {
    padding-top: 11rem;
    padding-bottom: 8.8rem;
    background: url(../img/sp/reason-bg.jpg) center top/contain no-repeat #fff;
  }
}
.top .reason__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .reason__sub-title {
    margin-bottom: 4rem;
  }
}
.top .reason__title {
  color: #3c3c3c;
  font-weight: 900;
  text-align: center;
  position: relative;
  margin-bottom: 9.5rem;
}
@media (max-width: 767px) {
  .top .reason__title {
    margin-bottom: 8.8rem;
  }
}
.top .reason__title-text1 {
  font-size: 4.3rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.top .reason__title-text1 img {
  width: 23.9%;
}
@media (max-width: 767px) {
  .top .reason__title-text1 img {
    width: 51%;
  }
}
.top .reason__title-text2 {
  font-size: 6.23rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.top .reason__title-text2 span {
  font-size: 9.8rem;
}
.top .reason__title-deco1 {
  position: absolute;
  width: 6.357%;
  left: 64%;
  top: 13%;
}
@media (max-width: 767px) {
  .top .reason__title-deco1 {
    width: 13.567%;
    left: 78%;
  }
}
.top .reason__title-deco2 {
  position: absolute;
  width: 6.357%;
  left: 30%;
  bottom: -24%;
}
@media (max-width: 767px) {
  .top .reason__title-deco2 {
    width: 13.567%;
    left: 9%;
    bottom: -24%;
  }
}
.top .reason__list {
  width: 68%;
  max-width: 1000px;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 767px) {
  .top .reason__list {
    width: 91.6%;
    margin-bottom: 8.8rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.top .reason__list-item {
  width: 48.2%;
  border: 3px solid #222c88;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .reason__list-item {
    width: 100%;
    padding: 2.5rem 4rem;
  }
}
.top .reason__list-item-left-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #222c88;
  margin-bottom: 2rem;
  margin-left: 6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .reason__list-item-left-title {
    font-size: 5rem;
    margin-bottom: 2rem;
    margin-left: 6.5rem;
  }
}
.top .reason__list-item-left-text {
  font-size: 1.4rem;
  line-height: 1.67;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .top .reason__list-item-left-text {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.top .reason__list-item::before {
  content: "";
  position: absolute;
  width: 7.63rem;
  height: 7.5rem;
  top: -8%;
  left: -4%;
}
@media (max-width: 767px) {
  .top .reason__list-item::before {
    width: 10rem;
    height: 9.8rem;
  }
}
.top .reason__list-item:nth-of-type(1) .reason__list-item-right {
  width: 14.04%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(1) .reason__list-item-right {
    width: 11.61%;
  }
}
.top .reason__list-item:nth-of-type(1)::before {
  background: url(../img/reason-badge1.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(2) .reason__list-item-right {
  width: 44%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(2) .reason__list-item-right {
    width: 34.661%;
  }
}
.top .reason__list-item:nth-of-type(2)::before {
  background: url(../img/reason-badge2.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(3) .reason__list-item-right {
  width: 18.556%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(3) .reason__list-item-right {
    width: 15.712%;
  }
}
.top .reason__list-item:nth-of-type(3)::before {
  background: url(../img/reason-badge3.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(4) .reason__list-item-right {
  width: 18.65%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(4) .reason__list-item-right {
    width: 16.44%;
  }
}
.top .reason__list-item:nth-of-type(4)::before {
  background: url(../img/reason-badge4.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(5) .reason__list-item-right {
  width: 16.75%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(5) .reason__list-item-right {
    width: 14.923%;
  }
}
.top .reason__list-item:nth-of-type(5)::before {
  background: url(../img/reason-badge5.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(6) .reason__list-item-right {
  width: 12.85%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(6) .reason__list-item-right {
    width: 11.814%;
  }
}
.top .reason__list-item:nth-of-type(6)::before {
  background: url(../img/reason-badge6.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(7) .reason__list-item-right {
  width: 18.65%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(7) .reason__list-item-right {
    width: 16.315%;
  }
}
.top .reason__list-item:nth-of-type(7)::before {
  background: url(../img/reason-badge7.svg) center center/contain no-repeat;
}
.top .reason__list-item:nth-of-type(8) .reason__list-item-right {
  width: 15.977%;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(8) .reason__list-item-right {
    width: 11.677%;
  }
}
.top .reason__list-item:nth-of-type(8)::before {
  background: url(../img/reason-badge8.svg) center center/contain no-repeat;
}
.top .reason__box {
  width: 68%;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f8f8e3 0, #fff 100%);
  padding: 4rem 4rem 4rem 5rem;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 767px) {
  .top .reason__box {
    width: 91.6%;
    padding: 4rem 2.5rem 8.5rem 2.5rem;
  }
}
.top .reason__box-deco1 {
  position: absolute;
  width: 14.724%;
  top: -0.4%;
  left: -1%;
}
@media (max-width: 767px) {
  .top .reason__box-deco1 {
    width: 23.317%;
    top: -1%;
    left: -1.7%;
  }
}
.top .reason__box-deco2 {
  position: absolute;
  width: 14.724%;
  bottom: -0.6%;
  right: -1.1%;
}
@media (max-width: 767px) {
  .top .reason__box-deco2 {
    position: absolute;
    width: 24.775%;
    bottom: -1.1%;
    right: -1.7%;
  }
}
.top .reason__box-deco3 {
  position: absolute;
  width: 8.778%;
  top: 0;
  right: 1.471%;
}
@media (max-width: 767px) {
  .top .reason__box-deco3 {
    width: 13.904%;
  }
}
.top .reason__box-title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .top .reason__box-title {
    margin-bottom: 6.5rem;
  }
}
.top .reason__box-title img {
  width: 21.644%;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .top .reason__box-title img {
    width: 35.034%;
  }
}
.top .reason__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .top .reason__box-flex {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 8rem;
  }
}
.top .reason__box-flex-text {
  width: 47.1%;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .top .reason__box-flex-text {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.top .reason__box-flex-img {
  width: 43.889%;
}
@media (max-width: 767px) {
  .top .reason__box-flex-img {
    width: 100%;
  }
}
.top .reason__box-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2.5rem 5rem;
  background: linear-gradient(to bottom, #163b7d 0%, #21529a 100%);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .top .reason__box-btn {
    padding: 2.5rem 3.8rem;
  }
}
.top .comparison {
  background: url(../img/comparison-bg.png) center bottom/cover no-repeat #e3f2fe;
  padding: 7rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .top .comparison {
    padding: 7.7rem 0;
  }
}
.top .comparison__deco {
  position: absolute;
  width: 46.6335%;
  top: -9%;
  left: -6.7%;
}
@media (max-width: 767px) {
  .top .comparison__deco {
    display: none;
  }
}
.top .comparison__sub-title {
  font-size: 2.4rem;
  color: #222c88;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem;
}
.top .comparison__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .comparison__title {
    margin-bottom: 2.4rem;
  }
}
.top .comparison__text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #3c3c3c;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .comparison__text {
    font-size: 2.8rem;
    margin-bottom: 4.5rem;
  }
}
.top .comparison__img {
  width: 62.1887%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .comparison__img {
    width: 91.6%;
  }
}
.top .value {
  background: url(../img/value-bg.png) center top/cover no-repeat #fff;
  padding: 12rem 0 0;
}
.top .value__sub-title {
  font-size: 2.4rem;
  color: #222c88;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .value__sub-title {
    margin-bottom: 4.5rem;
  }
}
.top .value__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .top .value__title {
    margin-bottom: 2rem;
  }
}
.top .value__title span {
  font-size: 6.23rem;
}
.top .value__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 700;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .top .value__text {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.top .value__img {
  width: 62%;
  max-width: 1000px;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .top .value__img {
    width: 96.267%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.top .repair {
  background-color: #222c88;
  padding: 12.5rem 0 14.5rem;
}
@media (max-width: 767px) {
  .top .repair {
    padding: 10.5rem 0;
  }
}
.top .repair__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .repair__sub-title {
    margin-bottom: 6.5rem;
  }
}
.top .repair__title {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .repair__title {
    margin-bottom: 10.5rem;
  }
}
.top .repair__inner {
  margin-bottom: 2rem;
}
.top .repair__inner-title {
  width: 62.5%;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .top .repair__inner-title {
    width: 100%;
    font-size: 3.99rem;
    margin-bottom: 3.5rem;
  }
}
.top .repair__inner-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  max-width: 230px;
}
@media (max-width: 767px) {
  .top .repair__inner-title::before {
    width: 24rem;
  }
}
.top .repair__inner-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  max-width: 230px;
}
@media (max-width: 767px) {
  .top .repair__inner-title::after {
    width: 24rem;
  }
}
.top .repair__inner-text {
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .repair__inner-text {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
}
.top .repair__inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.8rem;
  margin: 0 auto;
  width: 62.5%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .top .repair__inner-flex {
    width: 91.6%;
    margin: 0 auto;
    gap: 0;
    justify-content: space-between;
  }
}
.top .repair__inner-flex-img {
  width: 43.92%;
}
@media (max-width: 767px) {
  .top .repair__inner-flex-img {
    width: 47.842%;
  }
}
.top .repair__inner-flex-img figcaption {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .top .repair__inner-flex-img figcaption {
    font-size: 2.93rem;
    margin-top: 2.5rem;
  }
}
.top .repair__inner-flex-triangle {
  width: 0;
  height: 0;
  border-bottom: 3.6rem solid transparent;
  border-left: 3.6rem solid #f4c860;
  border-top: 3.6rem solid transparent;
  margin-top: -5rem;
}
@media (max-width: 767px) {
  .top .repair__inner-flex-triangle {
    border-bottom: 1.6rem solid transparent;
    border-left: 1.7rem solid #f4c860;
    border-top: 1.6rem solid transparent;
  }
}
.top .repair__inner:last-of-type {
  margin-bottom: 0;
}
.top .repair__inner:last-of-type .repair__inner-title::before {
  width: 25.7rem;
  max-width: 170px;
}
@media (max-width: 767px) {
  .top .repair__inner:last-of-type .repair__inner-title::before {
    width: 17.7rem;
  }
}
.top .repair__inner:last-of-type .repair__inner-title::after {
  width: 25.7rem;
  max-width: 170px;
}
@media (max-width: 767px) {
  .top .repair__inner:last-of-type .repair__inner-title::after {
    width: 17.7rem;
  }
}
.top .case-study {
  background-color: #e3f2fe;
  padding: 10rem 0 13rem;
}
@media (max-width: 767px) {
  .top .case-study {
    padding: 9.3rem 0 12.3rem;
  }
}
.top .case-study__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .case-study__sub-title {
    margin-bottom: 5.5rem;
  }
}
.top .case-study__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .top .case-study__title {
    margin-bottom: 6.5rem;
  }
}
.top .case-study-swiper {
  width: 85.318%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top .case-study-swiper {
    width: 75.067%;
  }
}
.top .case-study-swiper-container {
  width: 92.375%;
  margin: 0 auto;
  position: relative;
  max-width: 1478px;
}
@media (max-width: 767px) {
  .top .case-study-swiper-container {
    width: 91.6%;
  }
}
.top .case-study-swiper-container .swiper-pagination {
  position: initial;
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .top .case-study-swiper-container .swiper-pagination {
    margin-top: 10rem;
  }
}
.top .case-study-swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ccc;
  width: 1.78rem;
  height: 1.78rem;
  margin: 0 1.3rem;
  opacity: 1;
}
.top .case-study-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222c88;
}
.top .case-study-swiper-container .swiper-button-next,
.top .case-study-swiper-container .swiper-button-prev {
  top: 40%;
}
.top .case-study-swiper-container .swiper-button-next::after,
.top .case-study-swiper-container .swiper-button-prev::after {
  content: "";
}
.top .case-study-swiper-container .swiper-button-next::after {
  border-bottom: 3.9rem solid transparent;
  border-left: 3.9rem solid #222c88;
  border-top: 3.9rem solid transparent;
}
@media (max-width: 767px) {
  .top .case-study-swiper-container .swiper-button-next::after {
    border-bottom: 5.7rem solid transparent;
    border-left: 5.8rem solid #222c88;
    border-top: 5.7rem solid transparent;
  }
}
.top .case-study-swiper-container .swiper-button-prev::after {
  border-bottom: 3.9rem solid transparent;
  border-right: 3.9rem solid #222c88;
  border-top: 3.9rem solid transparent;
}
@media (max-width: 767px) {
  .top .case-study-swiper-container .swiper-button-prev::after {
    border-bottom: 5.7rem solid transparent;
    border-right: 5.8rem solid #222c88;
    border-top: 5.7rem solid transparent;
  }
}
.top .case-study__item {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  clip-path: inset(0);
  transition: clip-path 0.2s ease-out;
}
.top .case-study__item-title {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: #333;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .top .case-study__item-title {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}
.top .sdgs {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .top .sdgs {
    padding: 9.5rem 0 0;
  }
}
.top .sdgs__title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 2rem;
}
.top .sdgs__title .pc {
  display: inline-block;
}
@media (max-width: 767px) {
  .top .sdgs__title .pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .top .sdgs__title {
    margin-bottom: 6rem;
  }
}
.top .sdgs__list {
  width: 50.5%;
  max-width: 575px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top .sdgs__list {
    width: 91.6%;
    flex-direction: column;
  }
}
.top .sdgs__list-item {
  width: 31%;
}
@media (max-width: 767px) {
  .top .sdgs__list-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.top .sdgs__list-item img {
  width: 70%;
  margin: 0 auto 1.2rem;
}
@media (max-width: 767px) {
  .top .sdgs__list-item img {
    margin-bottom: 0;
    width: 30.704%;
  }
}
.top .sdgs__list-item-text-box {
  flex: 1;
}
.top .sdgs__list-item-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #222c88;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .sdgs__list-item-title {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
}
.top .sdgs__list-item-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3c3c3c;
  letter-spacing: -0.13em;
  text-align: left;
}
@media (max-width: 767px) {
  .top .sdgs__list-item-text {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.43;
  }
}
.top .sdgs__list-item:last-of-type {
  margin-bottom: 0;
}
.top .sdgs__img {
  width: 50%;
  max-width: 560px;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .top .sdgs__img {
    width: 100%;
    margin-top: 4.7rem;
  }
}
.top .faq {
  background-color: #e3f2fe;
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .top .faq {
    background: url(../img/sp/faq-bg.png) center top/cover no-repeat;
    padding: 30.7rem 0 12rem;
  }
}
.top .faq__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .faq__sub-title {
    margin-bottom: 4.5rem;
  }
}
.top .faq__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .top .faq__title {
    margin-bottom: 7rem;
  }
}
.top .faq__list {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .faq__list {
    width: 91.6%;
  }
}
.top .faq__list-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .faq__list-item {
    margin-bottom: 3rem;
  }
}
.top .faq__list-item-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  padding: 1rem 1.5rem;
  background-color: #222c88;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .faq__list-item-title {
    font-size: 2.8rem;
    padding: 2.5rem 2rem;
    gap: 2rem;
  }
}
.top .faq__list-item-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  color: #222c88;
  background-color: #fff;
  border-radius: 50%;
  width: 5.45rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top .faq__list-item-title span {
    font-size: 4.37rem;
    width: 7.24rem;
  }
}
.top .faq__list-item-title::before {
  content: "";
  position: absolute;
  width: 3.45rem;
  height: 0.6rem;
  background-color: #fff;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .faq__list-item-title::before {
    width: 4.59rem;
    height: 0.8rem;
  }
}
.top .faq__list-item-title::after {
  content: "";
  position: absolute;
  width: 3.45rem;
  height: 0.6rem;
  background-color: #fff;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .top .faq__list-item-title::after {
    width: 4.59rem;
    height: 0.8rem;
  }
}
.top .faq__list-item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.67;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
@media (max-width: 767px) {
  .top .faq__list-item-text {
    font-size: 2.8rem;
    padding-left: 2rem;
    padding-right: 0;
    gap: 2rem;
  }
}
.top .faq__list-item-text span {
  font-size: 3.3rem;
  font-weight: 900;
  color: #fff;
  background-color: #222c88;
  border-radius: 50%;
  width: 5.45rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top .faq__list-item-text span {
    font-size: 4.37rem;
    width: 7.24rem;
    flex: none;
  }
}
.top .faq__list-item.active .faq__list-item-title::after {
  transform: translateY(-50%) rotate(0deg);
}
.top .faq__list-item.active .faq__list-item-text {
  max-height: 1000px;
  padding: 1.5rem 1.5rem 3rem;
}
@media (max-width: 767px) {
  .top .faq__list-item.active .faq__list-item-text {
    padding-left: 2rem;
    padding-right: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.top .faq__list-item:last-of-type {
  margin-bottom: 0;
}
.top .contact {
  background-color: #222c88;
  padding: 10rem 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .top .contact {
    padding: 11rem 0;
  }
}
.top .contact__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .top .contact__sub-title {
    margin-bottom: 5.5rem;
  }
}
.top .contact__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .top .contact__title {
    margin-bottom: 12.5rem;
  }
}
.top .contact__inner {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .contact__inner {
    width: 91.6%;
  }
}
.top .contact__inner .wpcf7-form {
  max-width: 100%;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-form {
    font-size: 2.4rem;
  }
}
.top .contact__inner .wpcf7-form label {
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-form label {
    margin-bottom: 3rem;
  }
}
.top .contact__inner .required {
  color: #f4c860;
}
.top .contact__inner .form-control {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 1rem;
  color: #3c3c3c;
  text-align: left;
}
.top .contact__inner .wpcf7-radio {
  display: flex;
  gap: 4rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-radio {
    gap: 6.4rem;
    margin-top: 4.5rem;
    margin-bottom: 8.5rem;
    justify-content: space-between;
    gap: 0;
  }
}
.top .contact__inner .wpcf7-radio label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top .contact__inner .wpcf7-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-radio input {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.top .contact__inner .wpcf7-radio input:checked::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #222c88;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-radio input:checked::before {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.top .contact__inner .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.top .contact__inner .file-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .contact__inner .file-text {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.top .contact__inner .wpcf7-form-control-wrap[data-name=file-1],
.top .contact__inner .wpcf7-form-control-wrap[data-name=file-2],
.top .contact__inner .wpcf7-form-control-wrap[data-name=file-3] {
  display: block;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-form-control-wrap[data-name=file-1],
  .top .contact__inner .wpcf7-form-control-wrap[data-name=file-2],
  .top .contact__inner .wpcf7-form-control-wrap[data-name=file-3] {
    margin-bottom: 3rem;
  }
}
.top .contact__inner .wpcf7-form-control-wrap[data-name=file-3] {
  margin-bottom: 0;
}
.top .contact__inner .privacy-text {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .contact__inner .privacy-text {
    margin-bottom: 3.5rem;
  }
}
.top .contact__inner .privacy-policy {
  background-color: #fff;
  padding: 3rem 2.6rem;
  border-radius: 2rem;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}
@media (max-width: 767px) {
  .top .contact__inner .privacy-policy {
    padding: 6rem 3.5rem;
    border-radius: 2.66rem;
    font-size: 2.4rem;
  }
}
.top .contact__inner .privacy-policy h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .contact__inner .privacy-policy h4 {
    font-size: 3.19rem;
    margin-bottom: 5rem;
  }
}
.top .contact__inner .privacy-policy p {
  margin-bottom: 1em;
}
.top .contact__inner .privacy-content {
  max-height: 200px;
  overflow-y: auto;
}
.top .contact__inner .wpcf7-form-control-wrap[data-name=acceptance-privacy] {
  text-align: center;
  display: block;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-form-control-wrap[data-name=acceptance-privacy] {
    margin-top: 7rem;
  }
}
.top .contact__inner .wpcf7-form-control-wrap[data-name=acceptance-privacy] label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-form-control-wrap[data-name=acceptance-privacy] label {
    gap: 1.5rem;
  }
}
.top .contact__inner .privacy-checkbox {
  width: 3.1rem;
  height: 3.1rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .top .contact__inner .privacy-checkbox {
    width: 4.1rem;
    height: 4.1rem;
  }
}
.top .contact__inner .privacy-checkbox:checked::before {
  content: "✓";
  position: absolute;
  color: #222c88;
  font-size: 2rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media (max-width: 767px) {
  .top .contact__inner .privacy-checkbox:checked::before {
    font-size: 2.5rem;
  }
}
.top .contact__inner .submit-btn {
  background: #ffd700;
  color: #333;
  padding: 2.5rem 13.3rem;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .top .contact__inner .submit-btn {
    padding: 3rem 17.6rem;
    font-size: 3.19rem;
    margin-top: 7.5rem;
  }
}
.top .contact__inner .wpcf7-spinner {
  position: absolute;
  top: initial;
  bottom: 2rem;
  right: 23rem;
}
@media (max-width: 767px) {
  .top .contact__inner .wpcf7-spinner {
    bottom: 3rem;
    right: 0;
  }
}
.top .contact__inner .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
.top .cta {
  position: fixed;
  bottom: 3rem;
  right: 0;
  width: 40rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .top .cta {
    bottom: 1rem;
    right: 0;
    width: 100%;
  }
}
.top .cta img {
  width: 100%;
}

.lower-page .header__nav-link {
  color: #222c88;
}
.lower-page .header__nav-link::after {
  background-color: #222c88;
}
.lower-page .header.is-scrolled {
  background-color: initial;
}

.contact-confirm {
  padding: 11rem 0 7rem;
  background-color: #f7f8f8;
}
.contact-confirm__sub-title {
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 5rem;
}
.contact-confirm__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 7rem;
}
.contact-confirm__text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 7rem;
}
.contact-confirm__inner {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-confirm__inner {
    width: 91.6%;
  }
}
.contact-confirm__inner .wpcf7-form {
  max-width: 100%;
  color: #3c3c3c;
  font-size: 1.8rem;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .contact-confirm__inner .wpcf7-form {
    font-size: 2.4rem;
  }
}
.contact-confirm__inner .wpcf7-form-flex {
  display: block;
  padding-bottom: 3.3rem;
  margin-bottom: 3.3rem;
  border-bottom: 1px dashed #3c3c3c;
  font-weight: 400;
  display: flex;
  gap: 4.5rem;
}
.contact-confirm__inner .wpcf7-form-flex:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contact-confirm__inner .wpcf7-form-flex {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.contact-confirm__inner .wpcf7-form-flex-title {
  flex-basis: 23%;
}
@media (max-width: 767px) {
  .contact-confirm__inner .wpcf7-form-flex-title {
    flex-basis: 42%;
  }
}
.contact-confirm__inner .wpcf7-form-flex-item {
  flex: 1;
}
.contact-confirm__inner .submit-btn {
  background: #ffd700;
  color: #333;
  padding: 2.5rem 13.3rem;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .contact-confirm__inner .submit-btn {
    padding: 3rem 17.6rem;
    font-size: 3.19rem;
    margin-top: 7.5rem;
  }
}
.contact-confirm__inner .previous-btn {
  background: #b3b3b3;
  color: #333;
  padding: 2.5rem 13.3rem;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 2rem auto 0;
}
@media (max-width: 767px) {
  .contact-confirm__inner .previous-btn {
    padding: 3rem 17.6rem;
    font-size: 3.19rem;
    margin-top: 7.5rem;
  }
}
.contact-confirm__inner .wpcf7-spinner {
  position: absolute;
  top: initial;
  bottom: 2rem;
  right: 23rem;
}
@media (max-width: 767px) {
  .contact-confirm__inner .wpcf7-spinner {
    bottom: 3rem;
    right: 0;
  }
}

.contact-thanks {
  padding: 11rem 0 7rem;
  background-color: #f7f8f8;
}
.contact-thanks__sub-title {
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 5rem;
}
.contact-thanks__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 7rem;
}
.contact-thanks__text1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 7rem;
}
.contact-thanks__text2 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 7rem;
}
.contact-thanks__btn {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #3c3c3c;
  background-color: #f4c860;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.5rem 11rem;
  margin: 0 auto;
  display: block;
}/*# sourceMappingURL=style.css.map */