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

.inner {
  margin: 0 auto;
  max-width: 100%;
  width: 1360px;
}

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

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

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

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

a:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

.title {
  color: #1A59A9;
  font-family: "Shippori Mincho B1";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875;
  text-align: center;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.layout {
  background: url(../img/mv/mv-pc.webp) left center/cover no-repeat;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

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

.layout__sidebar-heading {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.layout__sidebar-logo {
  display: block;
  left: 1.6rem;
  position: fixed;
  top: 2rem;
  width: 15.4rem;
  z-index: 100;
}
@media (min-width: 1441px) {
  .layout__sidebar-logo {
    width: 10.6944444444vw;
  }
}

.layout__sidebar-inner {
  margin-left: 7.1vw;
  margin-top: -1%;
  max-width: 1200px;
  padding-inline: 0.6rem;
}
@media (min-width: 1441px) {
  .layout__sidebar-inner {
    width: 52%;
  }
}
@media (max-width:1283px) {
  .layout__sidebar-inner {
    margin-left: 4vw;
  }
}
@media (max-width:1024px) {
  .layout__sidebar-inner {
    margin-left: 2vw;
  }
}
@media (max-width: 1440px) {
  .layout__sidebar-inner {
    max-width: auto;
  }
}

@media (max-width: 1440px) {
  .layout__sidebar-text {
    width: 57.6388888889vw;
  }
}
@media (max-width:1283px) {
  .layout__sidebar-text {
    width: 46.875vw;
  }
}
@media (max-width:1024px) {
  .layout__sidebar-text {
    width: 42.96875vw;
  }
}

.layout__sidebar-buttons {
  align-items: center;
  display: grid;
  gap: 2.6rem;
  grid-template-columns: 37% 1fr;
  margin-left: 2.4rem;
  margin-top: 1rem;
  width: 68.5rem;
}
@media (min-width: 1441px) {
  .layout__sidebar-buttons {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .layout__sidebar-buttons {
    margin-left: 1.6666666667vw;
    margin-top: 0.6944444444vw;
    width: 47.5694444444vw;
  }
}
@media (max-width:1024px) {
  .layout__sidebar-buttons {
    gap: 1rem;
    margin-left: 0vw;
    margin-top: 0.9765625vw;
    width: 40.0390625vw;
  }
}

.layout__sidebar-button-group {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.layout__sidebar-button-text {
  display: block;
  height: auto;
  margin-inline: auto;
  margin-top: -1rem;
  width: 70%;
}

.layout__sidebar-button {
  display: block;
  transition: opacity 0.3s ease;
}
.layout__sidebar-button:hover {
  opacity: 0.8;
}

.layout__sidebar-button-img {
  display: block;
  height: auto;
  width: 100%;
}

.layout__content {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  margin-top: 3.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 14.2rem;
  right: 7.6vw;
  top: 0%;
  width: 39rem;
  z-index: 100;
}
@media (max-width: 1440px) {
  .layout__content {
    right: 7.6vw;
  }
}
@media (max-width:1024px) {
  .layout__content {
    right: 6vw;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .layout__content {
    margin-top: 0;
  }
}
.layout__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.layout__content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .layout__content {
    height: 100vh;
    max-width: 39rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.layout__content-bg {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: auto;
     object-fit: cover;
     object-position: center;
  width: 39rem;
}
@media (max-width: 767px) {
  .layout__content-bg {
    width: 100%;
  }
}

.logo-sp {
  display: none;
}
@media (max-width: 767px) {
  .logo-sp {
    display: block;
    left: 0.8rem;
    position: fixed;
    top: 1.2rem;
    width: 9.8rem;
    z-index: 100;
  }
}

.mv {
  height: auto;
  position: relative;
  width: 100%;
}

.mv__logo {
  display: none;
}
@media (max-width: 767px) {
  .mv__logo {
    background-color: #fff;
    display: block;
    left: 0;
    padding: 0rem 0.7rem;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}

.mv__logo .logo-sp {
  height: auto;
  position: static;
  width: 38rem;
}

.mv__image {
  display: block;
  height: auto;
  width: 100%;
}

.info-scroll {
  background: #dc2626;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.info-scroll__text {
  animation: marquee 15s linear infinite;
  color: #fff;
  flex-shrink: 0;
  font-family: noto-sans-jp, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0.6rem 0rem;
  padding-left: 2rem;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cta {
  background: #fff;
  position: relative;
}

.cta__cta {
  bottom: 4rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 31.6rem;
}

/*========================================
# cta2
========================================  */
.cta2 {
  background: #fff;
  position: relative;
}

.cta2-title {
  left: 50%;
  top: 7.2rem !important;
  transform: translateX(-50%);
  width: 27rem !important;
}

.cta2__cta {
  content: "";
  left: 50%;
  position: absolute;
  top: 16.1rem;
  transform: translateX(-50%);
  width: 31.6rem;
}

/*========================================
# cta03
========================================  */
.cta3 {
  background: #fff;
  position: relative;
}

.cta3__cta {
  bottom: 24.3rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 31.6rem;
}

/*========================================
# cta4
========================================  */
.cta4 {
  background: #fff;
  position: relative;
}

.cta4__cta {
  bottom: 24.3rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 31.6rem;
}

.problem__inner {
  position: relative;
}

.problem__title {
  left: 50%;
  position: absolute;
  top: 13.6rem;
  transform: translateX(-50%);
  width: 100%;
}

.problem__cta {
  bottom: 5.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 97%;
}

.solution__inner {
  position: relative;
}

.solution__heading {
  margin-bottom: 2.5rem;
  margin-inline: auto;
  width: 90%;
}

.solution__items02 {
  content: "";
  left: 0rem;
  position: absolute;
  top: 29%;
  width: 100%;
}
.solution__items02 .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.solution__items02 .swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
}

.solution__item02-image {
  margin-inline: auto;
  width: 100%;
}

.solution__text {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: 90%;
}

.voice {
  background: #fff;
}

.voice__inner {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

.voice__heading {
  margin-bottom: 2rem;
  margin-inline: auto;
  width: 100%;
}

.voice__items02 {
  padding-bottom: 4rem;
}
.voice__items02 .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.voice__items02 .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.voice__item02 {
  width: 85%;
}

.voice__item02-image {
  width: 100%;
}

.voice__pagination {
  bottom: 0.8rem !important;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.voice__pagination .swiper-pagination-bullet {
  background-color: #ccc;
  height: 0.6rem;
  opacity: 1;
  width: 0.6rem;
}

.voice__pagination .swiper-pagination-bullet-active {
  background-color: #0B4378;
}

.voice__text {
  margin-inline: auto;
  margin-top: 1.7rem;
  width: 85%;
}

.promise__inner {
  position: relative;
}

.promise-title {
  left: 53% !important;
  top: 8.8rem !important;
  width: 31.3rem !important;
}

.promise__items02 {
  left: 0;
  padding-bottom: 2rem;
  position: absolute;
  top: 23rem;
  width: 100%;
}

.promise__item02 {
  padding-left: 4.6rem;
}

.promise__item02-image {
  width: 100%;
}

.promise__pagination {
  bottom: 0.8rem !important;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  padding-right: 1.6rem;
}

.promise__pagination .swiper-pagination-bullet {
  background-color: #ccc;
  height: 0.6rem;
  opacity: 1;
  width: 0.6rem;
}

.promise__pagination .swiper-pagination-bullet-active {
  background-color: #dc2626;
}

.promise__text {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: 90%;
}

.achievement__inner {
  position: relative;
}

.achievement__items02 {
  content: "";
  left: 4.3rem;
  position: absolute;
  top: 28.3rem;
  width: 100%;
}

.achievement__item02-image {
  margin-inline: auto;
  width: 100%;
}

.achievement__text {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: 90%;
}

.case {
  background: linear-gradient(to right, #0B4378, #051A2F);
}

.case__inner {
  padding-bottom: 4.3rem;
  position: relative;
}

.case__heading {
  margin-bottom: 1.5rem;
  margin-inline: auto;
  width: 100%;
}

.case__items {
  margin-left: 1rem;
  padding-bottom: 2rem;
}

.case__pagination {
  bottom: 0rem !important;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.case__pagination .swiper-pagination-bullet {
  background-color: #616161;
  height: 0.6rem;
  opacity: 1;
  width: 0.6rem;
}

.case__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.case__item-image {
  margin-inline: auto;
  width: 100%;
}

.case__text {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: 90%;
}

.case__heading2 {
  margin-bottom: 1.7rem;
  margin-inline: auto;
  margin-top: 2.1rem;
  width: 100%;
}

.case__items02 {
  margin-left: 1rem;
  padding-bottom: 2rem;
}

.case__item02-image {
  margin-inline: auto;
  width: 100%;
}

.case__pagination02 {
  bottom: 0.2rem !important;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.case__pagination02 .swiper-pagination-bullet {
  background-color: #616161;
  height: 0.6rem;
  opacity: 1;
  width: 0.6rem;
}

.case__pagination02 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.price {
  position: relative;
}

.price__btn {
  bottom: 36rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 75%;
}

/*========================================
# price
========================================  */
.price__price {
  position: relative;
}

.price-price-title {
  content: "";
  left: 50%;
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  width: 100%;
}

/*========================================
# price-strengths
========================================  */
.price__strengths {
  position: relative;
}

.strengths-title {
  content: "";
  left: 50%;
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  width: 100%;
}

.privacy-privacy, .legalnotice {
  position: relative;
}

.privacy--title, .legalnotice--title {
  content: "";
  left: 50%;
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  width: 100%;
}

.position {
  position: relative;
}
.position-absolute {
  content: "";
  left: 50%;
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  width: 100%;
}

/*========================================
# reason
========================================  */
.reason-title {
  width: 32.1rem !important;
}

/*========================================
# insurance
========================================  */
.insurance-title {
  width: 21.8rem !important;
}

/*========================================
# price
========================================  */
.price-title {
  top: 5.3rem !important;
  width: 9.6rem !important;
}

/*========================================
# achievement
========================================  */
.achievement-title {
  width: 18rem !important;
}

/*========================================
# strengths
========================================  */
.strengths-title {
  top: 6rem !important;
}

/*========================================
# flow
========================================  */
.flow-title {
  width: 31rem !important;
}

/*========================================
# area
========================================  */
.area-title {
  top: 6rem !important;
  width: 24.1rem !important;
}

/*========================================
# contact
========================================  */
.contact-title {
  top: 6rem !important;
  width: 19rem !important;
}

.footer {
  background: #fff;
  padding-bottom: 8.6rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 4.8rem;
  }
}

@media (min-height: 2014px) {
  .page-legalnotice .footer {
    padding-bottom: 0;
  }
}

@media (min-height: 2727px) {
  .page-privacy .footer {
    padding-bottom: 0;
  }
}

.footer__inner {
  padding-block: 4.7rem 4rem;
}
.footer__inner .footer-logo-box {
  display: block;
}
.footer__inner .footer-logo {
  display: block;
  margin-bottom: 1.6rem;
  margin-inline: auto;
  width: 66%;
}

.footer__copyright {
  background: #1A59A9;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  padding-block: 1.7rem;
  text-align: center;
}

.footer__links {
  margin-inline: auto;
  max-width: 79%;
}

.footer__links-link {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__links-link:hover {
  color: #1A59A9;
  opacity: 1;
}

.footer__links-text {
  color: #9e9e9e;
  transition: color 0.3s ease;
}

.footer__links-link:hover .footer__links-text {
  color: #1A59A9;
}

.footer__links-arrow {
  width: 1.6rem;
}

.footer__links-arrow--hover {
  display: none;
}

.footer__links-link:hover .footer__links-arrow--default {
  display: none;
}

.footer__links-link:hover .footer__links-arrow--hover {
  display: block;
}

.faq {
  background-color: #eee;
  padding: 3.9rem 0;
}

.faq__inner {
  margin: 0 auto;
  max-width: 35rem;
  width: 100%;
}

.faq__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
  text-align: center;
}

.faq__title-en {
  color: #455CAD;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.faq__title-ja {
  color: #424242;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.104rem;
  line-height: 3.2rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq__item {
  background-color: #fff;
}

.faq__question {
  align-items: center;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 5rem;
  padding: 1.4rem 1.6rem 1.5rem;
  width: 100%;
}

.faq__question-content {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.8rem;
}

.faq__icon {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2.2rem;
  justify-content: center;
  line-height: 2rem;
  width: 2.2rem;
}

.faq__icon--question {
  background-color: #1A59A9;
}

.faq__icon--answer {
  background-color: #212121;
}

.faq__question-text {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-align: left;
}

.faq__toggle {
  flex-shrink: 0;
  height: 1.4rem;
  position: relative;
  width: 1.4rem;
}

.faq__toggle-line {
  background-color: #1A59A9;
  position: absolute;
  transition: transform 0.3s ease;
}

.faq__toggle-line:first-child {
  height: 0.2rem;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq__toggle-line--vertical {
  bottom: 0;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.2rem;
}

.faq__item.is-open .faq__toggle-line--vertical {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}

.faq__answer {
  background-color: #fff;
  display: none;
  padding: 1.8rem 1.6rem;
}

.faq__item.is-open .faq__answer {
  border-top: #1A59A9 solid 0.1rem;
  display: block;
}

.faq__answer-content {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
}

.faq__answer-text {
  flex: 1;
}

.faq__answer-text p {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.4;
}

.faq__answer-text p + p {
  margin-top: 1.4rem;
}

.floating {
  bottom: 3.8rem;
  display: none;
  position: sticky;
  text-align: center;
  z-index: 1001;
}
@media (max-width: 767px) {
  .floating {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 39rem;
    position: fixed;
    right: 0;
    width: 100%;
  }
}

.floating__link {
  display: block;
}
.floating__link:hover {
  opacity: 0.9;
}

.floating__img {
  height: auto;
  width: 100%;
}