@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;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1); /* 黒スクリーン 10% */
  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;
  -webkit-mask: linear-gradient(90deg, #000 0%, #000 100%) no-repeat;
  -webkit-mask-size: 0% 100%; /* ← 初期は隠す */
  -webkit-mask-position: left;
  animation: reveal 0.8s ease forwards;
  animation-delay: 0.2s;
}

.fv-line {
  display: block;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.is-animated .fv-line {
  opacity: 1;
  transform: translateY(0);
}

.fv-word {
  font-weight: 400;
  transition: font-weight 0.2s ease;
}
.is-animated .fv-word {
  transition-delay: 0.2s;
  font-weight: 700;
}

.fv-list-item {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.is-animated .fv-list-item {
  opacity: 0.9;
  transform: translateY(0);
}

@keyframes reveal {
  to {
    -webkit-mask-size: 100% 100%; /* ← 横から全体を表示 */
  }
}
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.is-inview {
  opacity: 1;
  transform: scale(1);
}

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

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

.scroll-rotate-scale {
  opacity: 0;
  transform: rotate(45deg) scale(0.3);
  transition: opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.scroll-rotate-scale.is-inview {
  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.is-inview {
  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 0.8s ease-out;
}
.bg-expand.is-inview {
  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.is-inview {
  background-size: 100% 100%;
}

.underline-expand {
  background-image: linear-gradient(transparent 0%, transparent 75%, #ff0000 75%, #ff0000 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  transition: background-size 0.8s ease-out;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対応 */
}
.underline-expand.is-inview {
  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-mask-underline {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  letter-spacing: 0.1em;
  transition: opacity 0.8s ease, letter-spacing 0.8s ease;
}
.anim-mask-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f4c860;
  transform: scaleX(0);
  transform-origin: left center;
}
.anim-mask-underline.is-inview {
  opacity: 1;
  letter-spacing: 0em;
}
.anim-mask-underline.is-inview::after {
  animation: underline-mask 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.28s;
}

@keyframes underline-mask {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.anim-fade-lift {
  opacity: 0;
  transform: translateY(10px);
}
.anim-fade-lift.is-inview {
  animation: fadeLiftIn 1s ease forwards;
}

@keyframes fadeLiftIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim-scale-in {
  opacity: 0;
  transform: scale(0.98);
  filter: blur(2px);
  transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}
.anim-scale-in.is-inview {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s ease-in-out;
}
.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .header.is-scrolled {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .header {
    background-color: transparent;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  .header__inner {
    margin-left: 0;
    justify-content: flex-end;
  }
}
.header__title {
  width: 23.2rem;
}
@media (max-width: 767px) {
  .header__title {
    display: none;
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 0;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
}
@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;
    gap: 5rem;
  }
}
.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 {
  color: #3c3c3c;
}
.header__nav-list-pc .header__nav-link::after {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-list-pc {
    display: none;
  }
}
.header__nav-item:nth-last-of-type(2) a {
  padding-right: 0;
}
.header__nav-item:nth-last-of-type(2) a::after {
  display: none;
}
.header__nav-link {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
  position: relative;
}
@media (max-width: 767px) {
  .header__nav-link {
    font-size: 3rem;
    color: #3c3c3c;
  }
}
.header__nav-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  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: #3c3c3c;
}
@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;
  margin-left: 3.7rem;
}
@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;
    margin-left: 0;
  }
}
.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 {
  position: relative;
  aspect-ratio: 1600/1010;
  overflow: hidden;
}
.top .fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/fv-bg.png) center bottom/cover no-repeat;
  transform: scale(1.03);
  filter: blur(3px);
  transition: transform 0.9s ease-out, filter 0.4s ease-out;
}
.top .fv.is-animated::before {
  transform: scale(1);
  filter: blur(0);
}
@media (max-width: 767px) {
  .top .fv {
    aspect-ratio: 750/1030;
  }
}
.top .fv__title {
  position: absolute;
  left: 50%;
  top: 22rem;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  .top .fv__title {
    top: 29.5rem;
  }
}
.top .fv__title-text1 {
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .top .fv__title-text1 {
    font-size: 4.4rem;
  }
}
.top .fv__title-text2 {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top .fv__title-text2 {
    font-size: 1.58rem;
  }
}
.top .fv__title-logo {
  width: 72.5rem;
  height: auto;
  margin-top: -3rem;
  margin-bottom: -3rem;
}
@media (max-width: 767px) {
  .top .fv__title-logo {
    width: 68.5rem;
  }
}
.top .fv__list {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 28.8rem;
  bottom: 8rem;
}
@media (max-width: 767px) {
  .top .fv__list {
    right: 3.8rem;
    bottom: 2rem;
  }
}
.top .fv__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/fv-list-item-bg.png) center center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 18.2rem;
  height: auto;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #222c88;
}
.top .fv__list-item:nth-of-type(2) {
  margin-bottom: 4.8rem;
}
.top .fv__list-item:nth-of-type(3) {
  margin-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .top .fv__list-item {
    width: 18.2rem;
    font-size: 4.6rem;
  }
}
.top .fv__text {
  font-size: 7.5rem;
  position: absolute;
  bottom: 32rem;
  right: 30rem;
  color: #fff;
  transform: rotate(-15deg);
}
@media (max-width: 767px) {
  .top .fv__text {
    font-size: 6.56rem;
    bottom: 29rem;
    right: 1rem;
  }
}
.top .fv__text span {
  font-size: 6.17rem;
}
@media (max-width: 767px) {
  .top .fv__text span {
    font-size: 4.57rem;
  }
}
.top .reason {
  position: relative;
  z-index: 2;
}
.top .reason__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .reason__sub-title {
    margin-bottom: 3.5rem;
  }
}
.top .reason__title {
  color: #3c3c3c;
  font-weight: 900;
  text-align: center;
  line-height: 0.9;
  position: relative;
  margin-bottom: 5rem;
}
.top .reason__title-text1 {
  font-size: 3.5rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .top .reason__title-text1 {
    font-size: 3.44rem;
  }
}
.top .reason__title-text1 img {
  width: 18.94%;
}
@media (max-width: 767px) {
  .top .reason__title-text1 img {
    width: 39.601%;
  }
}
.top .reason__title-text2 {
  font-size: 5.8rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .top .reason__title-text2 {
    font-size: 5.7rem;
    line-height: 0.8;
  }
}
.top .reason__title-text2 span {
  font-family: "Noto Sans JP";
  font-size: 10.8rem;
}
@media (max-width: 767px) {
  .top .reason__title-text2 span {
    font-size: 10.6rem;
  }
}
.top .reason__title-deco1 {
  position: absolute;
  width: 6.46rem;
  left: 27%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .reason__title-deco1 {
    width: 8.534%;
    left: 5%;
  }
}
.top .reason__title-deco2 {
  position: absolute;
  width: 6.46rem;
  right: 27%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .reason__title-deco2 {
    width: 8.534%;
    right: 5%;
  }
}
.top .reason__list {
  width: 100%;
}
.top .reason__list-item {
  width: 87.313%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 6.7rem;
}
@media (max-width: 767px) {
  .top .reason__list-item {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.top .reason__list-item-left {
  width: 38%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .top .reason__list-item-left {
    width: 90.934%;
  }
}
.top .reason__list-item-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 12rem;
  width: 49%;
}
@media (max-width: 767px) {
  .top .reason__list-item-right {
    width: 91.867%;
    margin: 0 auto;
    margin-top: 4.5rem;
    gap: 1.3rem;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.top .reason__list-item-right-content {
  width: 100%;
}
@media (max-width: 767px) {
  .top .reason__list-item-right-content {
    flex-basis: 100%;
  }
}
.top .reason__list-item-right-number {
  font-size: 1.85rem;
  font-weight: 900;
  color: #3c3c3c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
@media (max-width: 767px) {
  .top .reason__list-item-right-number {
    font-size: 1.32rem;
  }
}
.top .reason__list-item-right-number span {
  font-size: 8.36rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .top .reason__list-item-right-number span {
    font-size: 5.96rem;
  }
}
.top .reason__list-item-right-title {
  font-size: 6.1rem;
  font-weight: 900;
  color: #222c88;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .reason__list-item-right-title {
    font-size: 5rem;
    margin-bottom: 0;
  }
}
.top .reason__list-item-right-text {
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top .reason__list-item-right-text {
    font-size: 2.8rem;
    line-height: 1.43;
  }
}
.top .reason__list-item:nth-of-type(2) {
  margin: -16rem 0 0 auto;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(2) {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: column-reverse;
  }
}
.top .reason__list-item:nth-of-type(2) .reason__list-item-left {
  width: 36%;
  max-width: 756px;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(2) .reason__list-item-left {
    width: 89.334%;
    margin: 0 0 0 auto;
  }
}
.top .reason__list-item:nth-of-type(2) .reason__list-item-right {
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .top .reason__list-item:nth-of-type(2) .reason__list-item-right {
    margin-top: 4.5rem;
  }
}
.top .reason__box {
  padding-top: 39rem;
  padding-bottom: 32.89rem;
  margin-top: -20rem;
  background: url(../img/reason-box-bg_v2.webp) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .top .reason__box {
    padding-top: 35rem;
    padding-bottom: 30rem;
  }
}
.top .reason__box-inner {
  width: 83.625%;
  margin: 0 auto;
  max-width: 1338px;
  background-color: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .top .reason__box-inner {
    width: 91.6%;
    padding: 3rem 3rem 6.5rem;
  }
}
.top .reason__box-img {
  display: none;
}
@media (max-width: 767px) {
  .top .reason__box-img {
    display: block;
    margin-bottom: 6.5rem;
  }
}
.top .reason__box-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .top .reason__box-title {
    font-size: 4.6rem;
  }
}
.top .reason__box-title img {
  width: 28%;
  height: auto;
  display: inline-block;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .top .reason__box-title img {
    width: 72.09%;
  }
}
.top .reason__box-text {
  font-size: 1.9rem;
  font-weight: 400;
  color: #ff0000;
  line-height: 1.47;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 3rem;
}
@media (max-width: 767px) {
  .top .reason__box-text {
    font-size: 2.53rem;
    line-height: 1.52;
    margin: 5rem auto;
  }
}
.top .reason__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top .reason__box-flex-img {
  width: 36%;
  height: auto;
}
.top .reason__box-flex-text {
  width: 62%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.71;
}
@media (max-width: 767px) {
  .top .reason__box-flex-text {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.top .danger {
  padding: 25.8rem 0 7rem;
  margin-top: -19.4rem;
  background: url(../img/danger-bg.png) center center/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top .danger {
    padding: 29.8rem 0 6.4rem;
    margin-top: -32.4rem;
  }
}
.top .danger__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .danger__sub-title {
    margin-bottom: 5rem;
  }
}
.top .danger__title {
  font-size: 6.6rem;
  font-weight: 900;
  color: #3c3c3c;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .danger__title {
    margin-bottom: 10rem;
  }
}
.top .danger__title span {
  font-size: 5rem;
  color: #000;
}
.top .danger__list {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .danger__list {
    width: 91.6%;
    flex-direction: column;
    gap: 14.1rem;
  }
}
.top .danger__list-item {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .top .danger__list-item {
    width: 100%;
  }
}
.top .danger__list-item-number {
  font-family: "Noto Sans JP";
  font-weight: 900;
  color: #3c3c3c;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1.29rem;
  background-color: #f4c860;
  position: absolute;
  left: -6%;
  top: -5%;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 767px) {
  .top .danger__list-item-number {
    left: -5%;
    top: -6%;
    padding: 0 1.746rem;
  }
}
.top .danger__list-item-number span:first-of-type {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .top .danger__list-item-number span:first-of-type {
    font-size: 2.7rem;
  }
}
.top .danger__list-item-number span:last-of-type {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .top .danger__list-item-number span:last-of-type {
    font-size: 6rem;
  }
}
.top .danger__list-item img {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .top .danger__list-item img {
    margin-bottom: 4.6rem;
  }
}
.top .danger__list-item-link {
  font-size: 1.2rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 0.7rem;
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .top .danger__list-item-link {
    font-size: 1.57rem;
    margin-bottom: 6.2rem;
  }
}
.top .danger__list-item-title {
  font-size: 3.3rem;
  font-weight: 900;
  color: #3c3c3c;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top .danger__list-item-title {
    font-size: 4.8rem;
    margin-bottom: 2.9rem;
  }
}
.top .danger__list-item-title span {
  color: #f4c860;
}
.top .danger__list-item-text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .top .danger__list-item-text {
    font-size: 2.8rem;
    line-height: 1.43;
  }
}
.top .danger__list-item:nth-of-type(2) img {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top .danger__list-item:nth-of-type(2) img {
    margin-bottom: 2.37rem;
  }
}
.top .before-after {
  padding: 7rem 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .top .before-after {
    padding: 4rem 0 0;
  }
}
.top .before-after__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .before-after__sub-title {
    margin-bottom: 5.9rem;
  }
}
.top .before-after__title {
  font-weight: 900;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .top .before-after__title {
    margin-top: 3.4rem;
  }
}
.top .before-after__title-text1 {
  font-size: 3rem;
}
.top .before-after__title-text2 {
  font-size: 7.9rem;
}
.top .before-after__title-text2 span {
  color: #f4c860;
}
.top .before-after__title-deco1 {
  position: absolute;
  width: 4.64rem;
  left: 34%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .before-after__title-deco1 {
    width: 6.2%;
    left: 15%;
  }
}
.top .before-after__title-deco2 {
  position: absolute;
  width: 4.64rem;
  right: 34%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top .before-after__title-deco2 {
    width: 6.2%;
    right: 15%;
  }
}
.top .before-after__text {
  font-size: 8rem;
  font-weight: 900;
  color: #222c88;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top .before-after__text {
    font-size: 7.93rem;
  }
}
.top .before-after__text span {
  width: 0;
  height: 0;
  border-top: 3.1rem solid transparent;
  border-bottom: 3.1rem solid transparent;
  border-left: 3.1rem solid #3c3c3c;
  margin: 0 0.57rem;
}
@media (max-width: 767px) {
  .top .before-after__text span {
    border-top: 2.3rem solid transparent;
    border-bottom: 2.3rem solid transparent;
    border-left: 2.3rem solid #3c3c3c;
  }
}
.top .before-after__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  height: auto;
  margin-top: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .before-after__img {
    gap: 0.7rem;
  }
}
.top .before-after__img-triangle {
  width: 6rem;
  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 .features {
  padding: 13.6rem 0 43.8rem;
  background: url(../img/features-bg.webp) center bottom/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .top .features {
    padding: 12rem 0 38.3rem;
  }
}
.top .features__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .features__sub-title {
    margin-bottom: 3.5rem;
  }
}
.top .features__title {
  font-size: 4.3rem;
  font-weight: 900;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .top .features__title {
    margin-bottom: 7.35rem;
  }
}
.top .features__title span {
  font-size: 1.4rem;
}
.top .features__list {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4rem 3rem;
  margin-bottom: 4.9rem;
}
.top .features__list.pc {
  display: flex;
}
@media (max-width: 767px) {
  .top .features__list.pc {
    display: none;
  }
}
.top .features__list.sp {
  display: none;
}
@media (max-width: 767px) {
  .top .features__list.sp {
    display: flex;
  }
}
@media (max-width: 767px) {
  .top .features__list {
    width: 91.6%;
    padding: 5.5rem 3.6rem 6rem;
    margin-bottom: 3rem;
    -moz-column-gap: 4.6rem;
         column-gap: 4.6rem;
    flex-direction: column;
  }
}
.top .features__list-item {
  width: 24%;
}
@media (max-width: 767px) {
  .top .features__list-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.top .features__list-item img {
  width: 70%;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .top .features__list-item img {
    margin-bottom: 0;
    width: 18%;
  }
}
.top .features__list-item-content {
  flex: 1;
}
.top .features__list-item-title {
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .top .features__list-item-title {
    width: 100%;
    text-align: left;
  }
}
.top .features__list-item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .top .features__list-item-text {
    font-size: 2.8rem;
    line-height: 1.43;
  }
}
.top .features__img {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .features__img {
    width: 91.6%;
  }
}
.top .uniform {
  padding: 47.5rem 0 40.7rem;
  margin-top: -45.9rem;
  background: url(../img/uniform-bg.webp) center top/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .top .uniform {
    padding: 33.7rem 0 33.2rem;
    margin-top: -43.9rem;
  }
}
.top .uniform__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .uniform__sub-title {
    margin-bottom: 5.3rem;
  }
}
.top .uniform__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .top .uniform__title {
    margin-bottom: 4.8rem;
  }
}
.top .uniform__text {
  font-size: 1.8rem;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #3c3c3c;
  margin-bottom: 4rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .top .uniform__text {
    font-size: 2.8rem;
    width: 91.6%;
    font-weight: 400;
    line-height: 1.43;
    margin: 0 auto 4.25rem;
  }
}
.top .uniform__box {
  width: 62.5%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 4.47rem;
}
@media (max-width: 767px) {
  .top .uniform__box {
    width: 91.6%;
    row-gap: 2.8rem;
  }
}
.top .uniform__box img {
  width: 47.679%;
}
@media (max-width: 767px) {
  .top .uniform__box img {
    width: 47.744%;
  }
}
.top .flexibility {
  padding: 42rem 0 46.2rem;
  margin-top: -46rem;
  background: url(../img/flexibility-bg.webp) center top/cover no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .top .flexibility {
    padding: 69.2rem 0 54rem;
    margin-top: -58.9rem;
  }
}
.top .flexibility__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .flexibility__sub-title {
    margin-bottom: 4.25rem;
  }
}
.top .flexibility__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .top .flexibility__title {
    margin-bottom: 7.5rem;
  }
}
.top .flexibility__title-text1 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .top .flexibility__title-text1 {
    font-size: 4.3rem;
  }
}
.top .flexibility__title-text2 {
  font-size: 6.8rem;
  margin-right: -4rem;
}
.top .flexibility__title-text3 {
  font-size: 6.8rem;
  margin-left: -4rem;
  margin-right: -4rem;
}
.top .flexibility__inner {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .flexibility__inner {
    width: 91.6%;
  }
}
.top .flexibility__inner-item1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1 {
    flex-direction: column;
    margin-bottom: 7.4rem;
  }
}
.top .flexibility__inner-item1-text-box {
  width: 46.8%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.top .flexibility__inner-item1-text-box-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
  color: #222c88;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-text-box-title {
    font-size: 3.2rem;
    margin-bottom: 2.3rem;
  }
}
.top .flexibility__inner-item1-text-box-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  color: #3c3c3c;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-text-box-text {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-bottom: 4.4rem;
  }
}
.top .flexibility__inner-item1-text-box-text:last-of-type {
  margin-bottom: 0;
}
.top .flexibility__inner-item1-img-box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top .flexibility__inner-item1-img-box.pc {
  display: flex;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-img-box.pc {
    display: none;
  }
}
.top .flexibility__inner-item1-img-box.sp {
  display: none;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-img-box.sp {
    display: flex;
    width: 100%;
    margin-bottom: 8.2rem;
  }
}
.top .flexibility__inner-item1-img-box-item {
  width: 48.6%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-img-box-item {
    width: 48.7%;
  }
}
.top .flexibility__inner-item1-img-box-item figcaption {
  font-size: 2rem;
  font-weight: 900;
  color: #3c3c3c;
  margin-top: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item1-img-box-item figcaption {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-top: 2rem;
  }
}
.top .flexibility__inner-item2 {
  width: 100%;
  margin-bottom: 8.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2 {
    margin-bottom: 6.3rem;
  }
}
.top .flexibility__inner-item2-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222c88;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-title {
    font-size: 2.66rem;
    margin-bottom: 2.3rem;
  }
}
.top .flexibility__inner-item2-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-box {
    flex-direction: column;
  }
}
.top .flexibility__inner-item2-list {
  width: 48.3%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-list {
    width: 100%;
  }
}
.top .flexibility__inner-item2-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #3c3c3c;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-list-item {
    padding-bottom: 1.77rem;
    margin-bottom: 1.77rem;
    gap: 2.6rem;
  }
}
.top .flexibility__inner-item2-list-item-number {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0.8rem;
  background-color: #222c88;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-list-item-number {
    font-size: 2.66rem;
    padding: 1.5rem 1rem;
  }
}
.top .flexibility__inner-item2-list-item-text {
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 400;
  color: #3c3c3c;
  flex: 1;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-list-item-text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.top .flexibility__inner-item2-list-item-text-subtitle {
  font-weight: 700;
}
.top .flexibility__inner-item2-list-item.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item2-list:first-of-type .no-border {
    border-bottom: 1px dashed #3c3c3c;
    padding-bottom: 1.77rem;
    margin-bottom: 1.77rem;
  }
}
.top .flexibility__inner-item3 {
  width: 100%;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3 {
    flex-direction: column;
    margin-bottom: 5.8rem;
    gap: 6.25rem;
  }
}
.top .flexibility__inner-item3-box {
  width: 47.1%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-box {
    width: 100%;
  }
}
.top .flexibility__inner-item3-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background-color: #222c88;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-title {
    font-size: 3.2rem;
    margin-bottom: 2.87rem;
    padding: 2rem 0;
  }
}
.top .flexibility__inner-item3-subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222c88;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-subtitle {
    font-size: 2.66rem;
    margin-bottom: 1.96rem;
  }
}
.top .flexibility__inner-item3-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #3c3c3c;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-list-item {
    padding-bottom: 1.77rem;
    margin-bottom: 1.77rem;
    gap: 2.6rem;
  }
}
.top .flexibility__inner-item3-list-item-number {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0.8rem;
  background-color: #222c88;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-list-item-number {
    font-size: 2.66rem;
    padding: 1.5rem 1rem;
  }
}
.top .flexibility__inner-item3-list-item-text {
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 400;
  color: #3c3c3c;
  flex: 1;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-list-item-text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.top .flexibility__inner-item3-list-item-text-subtitle {
  font-weight: 700;
}
.top .flexibility__inner-item3-list-item.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top .flexibility__inner-item3-result {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-result {
    margin-top: 3.4rem;
    gap: 1.27rem;
  }
}
.top .flexibility__inner-item3-result-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222c88;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5cbde4;
  color: #fff;
  padding: 3.4rem 2.5rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-result-title {
    font-size: 3.19rem;
    padding: 4.4rem 3.3rem;
  }
}
.top .flexibility__inner-item3-result-text {
  font-weight: 700;
}
.top .flexibility__inner-item3-result-text span {
  display: block;
}
.top .flexibility__inner-item3-result-text span:first-of-type {
  font-size: 2rem;
  color: #fff;
  background-color: #636772;
  padding: 1.3rem 3rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-result-text span:first-of-type {
    font-size: 2.66rem;
    padding: 1.7rem 4rem;
  }
}
.top .flexibility__inner-item3-result-text span:last-of-type {
  font-size: 2.2rem;
  color: #3c3c3c;
  background-color: #dcdddd;
  padding: 1.3rem 3rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item3-result-text span:last-of-type {
    font-size: 2.93rem;
    padding: 1.9rem 3.7rem;
  }
}
.top .flexibility__inner-item4 {
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4 {
    margin-bottom: 5rem;
  }
}
.top .flexibility__inner-item4-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background-color: #222c88;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    padding: 2.1rem 0;
  }
}
.top .flexibility__inner-item4-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box {
    flex-direction: column;
    gap: 3.95rem;
  }
}
.top .flexibility__inner-item4-box-item {
  width: 60%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-item {
    width: 100%;
  }
}
.top .flexibility__inner-item4-box-item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.67;
  border-bottom: 1px dashed #3c3c3c;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-item-text {
    font-size: 2.1rem;
    line-height: 1.43;
  }
}
.top .flexibility__inner-item4-box-item-text span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-item-text span {
    font-size: 2.1rem;
  }
}
.top .flexibility__inner-item4-box-item-text span:first-of-type {
  flex-basis: 10.8rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-item-text span:first-of-type {
    flex-basis: 12.8rem;
  }
}
.top .flexibility__inner-item4-box-item-text span:last-of-type {
  font-weight: 400;
  flex: 1;
  line-height: 1.22;
}
.top .flexibility__inner-item4-box-item-text:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top .flexibility__inner-item4-box-img {
  width: 31%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-img {
    width: 60.637%;
    margin: 0 auto;
  }
}
.top .flexibility__inner-item4-box-img figcaption {
  font-size: 1.27rem;
  font-weight: 400;
  color: #3c3c3c;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-img figcaption {
    font-size: 1.7rem;
    margin-top: 0.8rem;
  }
}
.top .flexibility__inner-item4-box-img figcaption span {
  font-size: 0.9rem;
  margin-left: 1.1rem;
  display: block;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item4-box-img figcaption span {
    font-size: 1.2rem;
    margin-top: 0.9rem;
  }
}
.top .flexibility__inner-item5 {
  width: 100%;
  margin-bottom: 0;
}
.top .flexibility__inner-item5-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background-color: #222c88;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-title {
    font-size: 3.2rem;
    margin-bottom: 4.6rem;
    padding: 2rem 0;
  }
}
.top .flexibility__inner-item5-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box {
    flex-direction: column;
    gap: 5rem;
  }
}
.top .flexibility__inner-item5-box-item {
  width: 60%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-item {
    width: 100%;
  }
}
.top .flexibility__inner-item5-box-item-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.67;
  border-bottom: 1px dashed #3c3c3c;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-item-text {
    font-size: 2.1rem;
    line-height: 1.43;
  }
}
.top .flexibility__inner-item5-box-item-text span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-item-text span {
    font-size: 2.1rem;
  }
}
.top .flexibility__inner-item5-box-item-text span:first-of-type {
  flex-basis: 10.8rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-item-text span:first-of-type {
    flex-basis: 12.8rem;
  }
}
.top .flexibility__inner-item5-box-item-text span:last-of-type {
  font-weight: 400;
  flex: 1;
  line-height: 1.22;
}
.top .flexibility__inner-item5-box-item-text:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top .flexibility__inner-item5-box-img {
  width: 31%;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-img {
    width: 60.637%;
    margin: 0 auto;
  }
}
.top .flexibility__inner-item5-box-img figcaption {
  font-size: 1.27rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-img figcaption {
    font-size: 1.7rem;
    margin-top: 0.8rem;
  }
}
.top .flexibility__inner-item5-box-img figcaption span {
  font-size: 0.9rem;
  margin-left: 1.1rem;
  display: block;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .top .flexibility__inner-item5-box-img figcaption span {
    font-size: 1.2rem;
    margin-top: 0.9rem;
  }
}
.top .point {
  padding: 42.8rem 0 48.5rem;
  margin-top: -30rem;
  background: url(../img/point-bg.webp) center top/cover no-repeat;
  position: relative;
  margin-top: -53rem;
}
@media (max-width: 767px) {
  .top .point {
    padding: 57.8rem 0 56.5rem;
    margin-top: -78rem;
  }
}
.top .point__inner {
  box-sizing: content-box;
  width: 66.877%;
  max-width: 1075px;
  margin: 0 auto;
  padding: 7rem 3.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top .point__inner {
    width: 91.6%;
    padding: 6.88rem 2.7rem 6.6rem;
    box-sizing: border-box;
  }
}
.top .point__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 2rem;
}
.top .point__title {
  font-size: 5.9rem;
  color: #3c3c3c;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top .point__title {
    font-size: 4.94rem;
    margin-bottom: 3.9rem;
  }
}
.top .point__title span {
  font-size: 7.4rem;
}
@media (max-width: 767px) {
  .top .point__title span {
    font-size: 6.1rem;
  }
}
.top .point__title img:first-of-type {
  width: 31.907%;
}
@media (max-width: 767px) {
  .top .point__title img:first-of-type {
    width: 45.777%;
  }
}
.top .point__title img:last-of-type {
  width: 5.117%;
}
@media (max-width: 767px) {
  .top .point__title img:last-of-type {
    width: 7.42%;
  }
}
.top .point__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .point__list {
    flex-direction: column;
    margin-bottom: 5.24rem;
    gap: 4.28rem;
  }
}
.top .point__list-item {
  width: 49%;
}
@media (max-width: 767px) {
  .top .point__list-item {
    width: 100%;
  }
}
.top .point__list-item-title {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #222c88;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top .point__list-item-title {
    font-size: 3.2rem;
    margin-bottom: 2.85rem;
    padding: 2rem 0;
  }
}
.top .point__list-item-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .top .point__list-item-text {
    font-size: 2.8rem;
    line-height: 1.43;
  }
}
.top .point__list-item:not(:last-of-type) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top .point__list-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(1) {
    order: 0;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(2) {
    order: 3;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(3) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(4) {
    order: 4;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(5) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .top .point__list-item:nth-of-type(6) {
    order: 5;
  }
}
.top .point__sub-title2 {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top .point__sub-title2 {
    font-size: 3.72rem;
    margin-bottom: 3.18rem;
  }
}
.top .point__table-item {
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
  border-bottom: 0.6px solid #3c3c3c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .top .point__table-item {
    padding-bottom: 2.26rem;
    margin-bottom: 2.26rem;
  }
}
.top .point__table-item-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  width: 34%;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  background-color: #636772;
}
@media (max-width: 767px) {
  .top .point__table-item-title {
    font-size: 3.2rem;
    padding: 2.29rem 0;
    width: 34%;
  }
}
.top .point__table-item-text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #3c3c3c;
  background-color: #aeddee;
  width: 32%;
  text-align: center;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .top .point__table-item-text {
    font-size: 3.2rem;
    padding: 2.29rem 0;
    width: 32%;
  }
}
.top .point__table-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top .point__table-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3c3c3c;
  margin-top: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .top .point__table-text {
    font-size: 1.7rem;
    margin-top: 2.3rem;
    text-align: left;
  }
}
.top .comparison {
  background: url(../img/comparison-bg.png) center top/cover no-repeat;
  padding: 39rem 0 44.5rem;
  margin-top: -51rem;
  position: relative;
}
@media (max-width: 767px) {
  .top .comparison {
    padding: 38.7rem 0 32rem;
    margin-top: -63rem;
  }
}
.top .comparison__sub-title {
  font-size: 2.4rem;
  color: #222c88;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .top .comparison__sub-title {
    margin-bottom: 5.68rem;
  }
}
.top .comparison__title {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top .comparison__title {
    margin-bottom: 1.92rem;
  }
}
.top .comparison__text1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #3c3c3c;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top .comparison__text1 {
    margin-bottom: 4.19rem;
  }
}
.top .comparison__text2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .top .comparison__text2 {
    font-size: 2.8rem;
    margin-bottom: 4.5rem;
  }
}
.top .comparison__img {
  width: 48%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top .comparison__img {
    width: 95.734%;
  }
}
.top .sdgs {
  padding: 49rem 0 40rem;
  margin-top: -46rem;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top .sdgs {
    padding: 25.5rem 0 0;
    margin-top: -29rem;
  }
}
.top .sdgs__deco-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.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 6rem;
}
@media (max-width: 767px) {
  .top .sdgs__img {
    width: 100%;
    margin-top: 4.7rem;
    margin-bottom: 4rem;
  }
}
.top .sdgs__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 .sdgs__box {
    width: 91.6%;
  }
}
.top .sdgs__box-img {
  width: 43%;
  height: auto;
}
@media (max-width: 767px) {
  .top .sdgs__box-img {
    width: 40%;
  }
}
.top .sdgs__box-text {
  width: 55%;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .top .sdgs__box-text {
    width: 58%;
    margin-top: 1.7rem;
  }
}
.top .sdgs__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 .sdgs__box-text-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.top .sdgs__box-text-text {
  font-size: 2.9rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.top .sdgs__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 .sdgs__box::after {
    font-size: 1.8rem;
    padding: 1.6rem 1rem 1rem 4.5rem;
  }
}
.top .faq {
  background-color: #e3f2fe;
  padding: 43rem 0 14rem;
  margin-top: -43rem;
  position: relative;
  background: url(../img/faq-bg.webp) center top/cover no-repeat;
}
@media (max-width: 767px) {
  .top .faq {
    background: url(../img/sp/faq-bg.png) center top/cover no-repeat;
    padding: 30.7rem 0 13.5rem;
    margin-top: 0rem;
  }
}
.top .faq__sub-title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #222c88;
  margin-bottom: 5rem;
}
@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: 8.5rem;
}
@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:first-of-type {
  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:first-of-type {
    font-size: 4.37rem;
    width: 7.24rem;
    flex: none;
  }
}
.top .faq__list-item-text span:last-of-type {
  flex: 1;
}
.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: 5rem;
}
@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 */