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

@media screen and (min-width: 769px) {
  .pc-only {
    display: block; }

  .sp-only {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 5rem;
  scroll-behavior: smooth; }
  @media screen and (max-width: 768px) {
    html {
      font-size: calc(100vw / 39); } }
  @media screen and (min-width: 769px) {
    html {
      font-size: 10px; } }

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #444444;
  background-color: #ffe398;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 3rem 3rem;
  background-attachment: fixed; }
  @media screen and (min-width: 769px) {
    body {
      background-image: none; } }

img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block; }

.lp-root {
  width: 100%;
  max-width: 39rem;
  margin-inline: auto;
  background: #fff;
  flex-shrink: 0; }
  @media screen and (min-width: 769px) {
    .lp-root {
      flex: 0 0 39rem;
      width: 39rem;
      max-width: 39rem;
      margin-inline: 0;
      box-shadow: 0 0 2rem rgba(75, 33, 0, 0.2); } }

.contents {
  width: 100%;
  margin-inline: auto;
  overflow-x: hidden; }

.block {
  background-color: #fff; }

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(3rem);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */ }

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.8s;
  /* フェード開始を0.5秒遅らせる */ }

@keyframes fv-evaluation-pop {
  0%,
  58%,
  100% {
    transform: translateX(-50%) translateY(0); }
  /* 1跳目：大きく上げる */
  66% {
    transform: translateX(-50%) translateY(-2rem); }
  /* 着地で少し沈む（バウンド感） */
  74% {
    transform: translateX(-50%) translateY(0.28rem); }
  /* 2跳目 */
  81% {
    transform: translateX(-50%) translateY(-1.2rem); }
  87% {
    transform: translateX(-50%) translateY(0.12rem); }
  /* 3跳目 */
  92% {
    transform: translateX(-50%) translateY(-0.4rem); }
  96.5% {
    transform: translateX(-50%) translateY(0); } }
.fv {
  position: relative; }
  .fv__img {
    position: relative; }
  .fv__title {
    position: absolute;
    z-index: 1;
    width: 25.3rem;
    top: 1.2rem;
    right: 1.8rem; }
  .fv__evaluation {
    position: absolute;
    left: 50%;
    bottom: 13.3rem;
    width: 37rem;
    animation: fv-evaluation-pop 4s cubic-bezier(0.45, 0, 0.55, 1) infinite; }
    @media (prefers-reduced-motion: reduce) {
      .fv__evaluation {
        animation: none;
        transform: translateX(-50%); } }
  .fv__graph {
    position: absolute;
    left: 0;
    bottom: 0; }

.follow {
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.16));
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  height: 5rem;
  max-height: 50px;
  width: 39rem;
  background-color: #fff; }
  .follow div {
    width: 50%;
    transition: 0.2s; }
    .follow div a {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .follow div img {
      width: auto;
      max-height: 50px;
      height: 5rem; }
    @media screen and (min-width: 769px) {
      .follow div:hover {
        transition: 0.3s; } }
  .follow div:first-of-type {
    background-color: #083a77; }
    @media screen and (min-width: 769px) {
      .follow div:first-of-type:hover {
        background-color: rgba(8, 58, 119, 0.8); } }
  .follow div:last-of-type {
    background-color: #ec5c03; }
    @media screen and (min-width: 769px) {
      .follow div:last-of-type:hover {
        background-color: rgba(236, 92, 3, 0.8); } }

.tel-modal {
  padding: 0;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  box-sizing: border-box; }
  .tel-modal:not([open]) {
    display: none; }
  .tel-modal[open] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 1.6rem;
    background: transparent;
    display: grid;
    place-items: center; }
    .tel-modal[open]::backdrop {
      background: rgba(0, 0, 0, 0.5); }
  .tel-modal__panel {
    width: 100%;
    max-width: 32rem;
    padding: 2rem 1.8rem 1.6rem;
    text-align: center;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box; }
  .tel-modal__lead {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4; }
  .tel-modal__number {
    margin: 0 0 0.6rem;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #083a77;
    font-variant-numeric: tabular-nums; }
  .tel-modal__note {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #555; }
  .tel-modal__close {
    appearance: none;
    min-width: 12rem;
    padding: 0.4rem 1.6rem 0.5rem;
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    background-color: #ec5c03;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    @media screen and (min-width: 769px) {
      .tel-modal__close:hover {
        background-color: rgba(236, 92, 3, 0.88); } }

.cta .inner {
  background-color: #fcebe0;
  border-radius: 2rem;
  margin: auto 1.5rem;
  padding: 0 1.5rem 1.3rem; }
@media screen and (min-width: 769px) {
  .cta a {
    transition: opacity 0.2s ease; }
    .cta a:hover {
      opacity: 0.8; } }
.cta__item:nth-of-type(2) {
  margin-bottom: 1.8rem; }
.cta__item:last-of-type p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif; }
.cta__shine {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%; }
  .cta__shine picture,
  .cta__shine img {
    position: relative;
    z-index: 0; }
  .cta__shine::after {
    animation: cta-shine 2.4s 0s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
    content: "";
    height: 100%;
    left: -100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: skewX(-22deg);
    width: 100%;
    z-index: 1; }

@keyframes cta-shine {
  20% {
    left: 100%; }
  100% {
    left: 100%; } }
.voice {
  padding: 5rem 3rem 5.7rem; }
  .voice__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #083a77;
    margin-bottom: 3rem; }
    .voice__title span {
      display: flex;
      justify-content: center; }
      .voice__title span img {
        margin: 0auto;
        height: 1.8rem;
        width: auto; }
  .voice__item:first-of-type {
    margin-bottom: 2rem; }
  .voice__item:last-of-type {
    margin-top: 2rem; }

@keyframes reason-arrow-bounce {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-1.25rem); } }
.trouble {
  padding-top: 5rem;
  position: relative; }
  .trouble:after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 5rem;
    height: 2.5rem;
    background-image: url(../img/trouble/trouble_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .trouble .inner {
    background-color: #e6ebf2; }
  .trouble__item:first-of-type {
    position: relative; }
  .trouble__item:nth-of-type(2) {
    position: relative; }
  .trouble__item:nth-of-type(2) {
    padding: 2.3rem 2rem 2rem 2rem; }
  .trouble__item:nth-of-type(3) {
    padding: 0 2rem 2rem 2rem; }
  .trouble__item:nth-of-type(4) {
    padding: 0 2rem 2.3rem 2rem;
    position: relative; }
  .trouble__fukidashi {
    position: absolute;
    top: 6.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32rem; }
    .trouble__fukidashi img {
      width: 100%;
      height: auto; }

.reason {
  background-color: #083a77;
  background-image: url(../img/reason/reason_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  position: relative; }
  .reason:after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3.2rem;
    background-image: url(../img/reason/reason_end.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .reason__title {
    position: relative; }
    .reason__title__arrow {
      position: absolute;
      width: 4.5rem;
      left: 50%;
      transform: translateX(-50%);
      bottom: -2.8rem; }
      .reason__title__arrow img {
        display: block;
        width: 100%;
        height: auto;
        animation: reason-arrow-bounce 1.2s ease-in-out infinite; }
        @media (prefers-reduced-motion: reduce) {
          .reason__title__arrow img {
            animation: none; } }
  .reason__item {
    padding: 0 3rem;
    position: relative; }
    .reason__item:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 5.8rem);
      height: 0.4rem;
      background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.21rem);
      background-size: 1rem 0.4rem;
      /* 間隔：1rem */
      background-repeat: repeat-x; }
  .reason__item:first-of-type {
    padding-top: 5.6rem;
    padding-bottom: 4.5rem; }
    .reason__item:first-of-type .reason__img {
      position: relative; }
      .reason__item:first-of-type .reason__img:after {
        content: "";
        position: absolute;
        top: -0.4rem;
        right: 0;
        width: 7.7rem;
        height: 12.3rem;
        background-image: url(../img/reason/reason_kazari.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16)); }
  .reason__item:nth-of-type(2) {
    padding-top: 4.3rem;
    padding-bottom: 5rem; }
    .reason__item:nth-of-type(2) .reason__img {
      margin-top: 1.6rem; }
  .reason__item:last-of-type {
    padding-top: 4.3rem;
    padding-bottom: 9.2rem; }
    .reason__item:last-of-type:after {
      content: none; }
    .reason__item:last-of-type .reason__img {
      margin-top: 3.1rem; }
      .reason__item:last-of-type .reason__img img {
        filter: drop-shadow(0 8px 12px rgba(6, 39, 80, 0.6)); }
  .reason__text {
    display: flex;
    gap: 2.8rem;
    padding: 0 1rem; }
    .reason__text > div:first-of-type {
      padding-top: 0.8rem;
      width: 5rem;
      flex-shrink: 0;
      filter: drop-shadow(0px 3px 3px #032957); }
    .reason__text h3 {
      white-space: nowrap;
      font-weight: bold;
      font-size: 2.4rem;
      letter-spacing: 0.1em;
      line-height: 1.5;
      color: #fff;
      margin-bottom: 1.5rem; }
    .reason__text p {
      font-weight: 500;
      color: #fff; }
      .reason__text p span {
        font-weight: bold;
        color: #ffe398; }

.point {
  padding-bottom: 5rem; }
  .point__content {
    background-color: #f1f3f7; }
  .point__subtitle {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #ec5c03; }
  .point__item:first-of-type .point__text {
    padding: 2.5rem 3.4rem 0.8rem; }
  .point__item:nth-of-type(2) .point__title {
    padding-bottom: 1.2rem; }
  .point__item:last-of-type .point__content img {
    margin: 0 auto;
    width: 28rem; }
  .point__item:last-of-type .point__text {
    padding: 2rem 3.4rem 0; }

.variety {
  padding-top: 5rem; }
  .variety__item:first-of-type {
    position: relative; }
    .variety__item:first-of-type:after {
      content: "";
      position: absolute;
      bottom: 0.1rem;
      left: 50%;
      transform: translateX(-50%) translateY(100%);
      width: 100%;
      height: 5.3rem;
      background-image: url(../img/variety/variety_02.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1; }
  .variety__fukidashi {
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translateX(-50%);
    width: 32rem; }
  .variety__title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31.5rem; }
  .variety__item:nth-of-type(2) {
    position: relative; }
    .variety__item:nth-of-type(2) p {
      position: absolute;
      font-weight: bold;
      font-size: 1.8rem;
      text-align: center;
      color: #083a77;
      top: 8rem;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
  .variety__slider {
    position: relative;
    width: 100%;
    background-image: url(../img/variety/slide_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 37rem;
    padding-top: 5.4rem; }
    .variety__slider .variety__subtitle {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 26.6rem; }
  .variety .variety-slider__dots-outer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2rem;
    z-index: 2;
    text-align: center; }
  .variety .variety-slider__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .variety .variety-slider__dots li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 1.4rem;
      height: 1.4rem;
      margin: 0;
      padding: 0; }
    .variety .variety-slider__dots li button {
      position: static;
      display: block;
      width: 100% !important;
      height: 100% !important;
      min-width: 0;
      min-height: 0;
      margin: 0;
      padding: 0 !important;
      font-size: 0 !important;
      line-height: 0 !important;
      white-space: nowrap;
      overflow: hidden;
      color: transparent !important;
      background: #fff !important;
      border: 0 !important;
      border-radius: 50% !important;
      cursor: pointer;
      box-shadow: none;
      box-sizing: border-box;
      appearance: none;
      -webkit-appearance: none; }
    .variety .variety-slider__dots li button::before, .variety .variety-slider__dots li button::after {
      display: none !important;
      content: "" !important; }
    .variety .variety-slider__dots .slick-active button {
      background: #083a77 !important; }

.variety-slider {
  position: relative; }
  .variety-slider .slick-slide {
    margin: 0;
    padding: 0; }
  .variety-slider .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 2;
    width: auto;
    min-width: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    transform: translateY(-50%); }
    .variety-slider .slick-arrow::before {
      display: none; }
    .variety-slider .slick-arrow picture {
      display: block;
      width: 5.7rem;
      height: 8.2rem; }
    .variety-slider .slick-arrow img {
      display: block;
      width: 5.7rem;
      height: 8.2rem;
      object-fit: contain; }
  .variety-slider .variety-slider__arrow--prev {
    left: 0.4rem; }
  .variety-slider .variety-slider__arrow--next {
    right: 0.4rem; }
  .variety-slider .slick-disabled {
    cursor: not-allowed;
    opacity: 0.4; }
  .variety-slider__item {
    outline: none;
    box-sizing: border-box;
    width: 28rem;
    max-width: 100%; }
  .variety-slider__figure {
    width: 100%;
    text-align: center;
    padding: 0; }
  .variety-slider__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0; }

.question {
  padding-top: 1.6rem; }
  .question__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #083a77;
    margin-bottom: 4rem; }
    .question__title span {
      display: flex;
      justify-content: center; }
      .question__title span img {
        margin: 0auto;
        height: 1.8rem;
        width: auto; }
  .question__contents {
    cursor: pointer;
    border-bottom: 1px dashed #083a77;
    padding: 1.8rem 0;
    transition: 0.15s; }
  .question__contents:first-of-type {
    border-top: 1px dashed #083a77; }
  .question__q {
    cursor: pointer;
    margin: 0 3rem;
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 2rem;
    line-height: 1.5;
    font-size: 1.5rem; }
    @media screen and (max-width: 374px) {
      .question__q br {
        display: none; } }
  .question__kazari {
    flex-shrink: 0;
    width: 2.2rem; }
    .question__kazari img {
      width: 100%; }
  .question__btn {
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    background-color: #ec5c03;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0; }
    .question__btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0.8rem;
      height: 0.1rem;
      background-color: #fff;
      border-radius: 1rem;
      transform: translate(-50%, -50%); }
    .question__btn::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0.1rem;
      height: 0.8rem;
      background-color: #fff;
      border-radius: 1rem;
      transform: translate(-50%, -50%);
      transition: 0.3s; }
  .question__a {
    font-size: 1.4rem;
    margin: 0 3.2rem;
    padding-top: 2.8rem;
    display: none; }
    .question__a a {
      text-decoration: underline;
      font-size: 1.2rem; }

.question--open {
  background-color: rgba(230, 235, 242, 0.5);
  transition: 0.3s; }
  .question--open .question__btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.5s; }
  .question--open .question__a {
    display: block; }

.about {
  background-color: rgba(230, 235, 242, 0.7);
  padding-top: 5rem; }
  .about__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #083a77; }
    .about__title span {
      display: flex;
      justify-content: center; }
      .about__title span img {
        margin: 0auto;
        height: 1.8rem;
        width: auto; }

.footer__attention {
  padding: 4rem 0 2.7rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .footer__attention p {
    margin: 0 2.4rem;
    font-size: 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.8rem;
    line-height: 1.5; }
  .footer__attention p:nth-last-of-type(2) {
    padding-top: 2.4rem; }
  .footer__attention p:last-of-type {
    text-indent: 0;
    padding-left: 0; }
.footer__link {
  padding: 3.6rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
  .footer__link ul {
    margin: 0 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem; }
  .footer__link li {
    line-height: 1; }
  .footer__link a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: underline; }
.footer__logo {
  margin: 4.8rem 2.4rem 4rem; }
  .footer__logo img {
    width: 19.6rem;
    margin: 0 auto; }
.footer__copylight {
  background-color: #e20217;
  padding: 1.1rem 0 10rem; }
  .footer__copylight p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1; }

.lp-shell {
  width: 100%;
  min-width: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  @media screen and (min-width: 769px) {
    .lp-shell {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center; } }

.lp-bg-slider-column {
  display: none; }
  @media screen and (min-width: 769px) {
    .lp-bg-slider-column {
      display: block;
      flex: 1 1 0;
      min-width: 0;
      align-self: stretch; } }

.lp-bg-side-logo {
  display: none; }
  @media screen and (min-width: 769px) {
    .lp-bg-side-logo {
      display: block;
      position: fixed;
      top: 2rem;
      left: 2.8rem;
      z-index: 50;
      width: auto;
      width: 10rem;
      line-height: 0;
      transition: opacity 0.25s ease; } }

.lp-bg-slider {
  display: none;
  position: relative;
  overflow: hidden;
  background: #e6ebf2; }
  @media screen and (min-width: 769px) {
    .lp-bg-slider {
      display: block;
      position: sticky;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 100vh;
      max-height: 100vh; } }
  .lp-bg-slider__track {
    height: 100%;
    min-height: 100vh; }
  .lp-bg-slider .slick-list,
  .lp-bg-slider .slick-track {
    height: 100vh; }
  .lp-bg-slider .slick-slide {
    height: 100vh; }
    .lp-bg-slider .slick-slide > div {
      height: 100vh; }
  .lp-bg-slider__slide {
    height: 100vh;
    outline: none; }
    .lp-bg-slider__slide picture {
      display: block; }
  .lp-bg-slider__slide img,
  .lp-bg-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    max-width: none;
    object-fit: cover;
    object-position: center; }

.lp-stripes-filler {
  display: none; }
  @media screen and (min-width: 769px) {
    .lp-stripes-filler {
      display: block;
      flex: 1 1 0;
      min-width: 0;
      min-height: 0;
      align-self: flex-start;
      position: sticky;
      top: 0;
      height: 100vh;
      max-height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      box-sizing: border-box;
      background-color: #ffe398;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: calc(3 * 100vw / 192) calc(3 * 100vw / 192);
      background-attachment: scroll; } }

.lp-side-rail {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 86%;
  max-width: 40rem;
  margin: calc(5 * 100vw / 192) auto calc(3.6 * 100vw / 192);
  padding: calc(2.4 * 100vw / 192) calc(2 * 100vw / 192) calc(4 * 100vw / 192);
  background-color: #fff;
  border-radius: calc(2 * 100vw / 192); }
  .lp-side-rail__eval {
    margin-top: calc(-6 * 100vw / 192); }
  .lp-side-rail__eval, .lp-side-rail__graph {
    margin-bottom: calc(1.2 * 100vw / 192); }
    .lp-side-rail__eval img, .lp-side-rail__graph img {
      display: block;
      width: 100%;
      height: auto; }
  .lp-side-rail__cta.cta .inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0 calc(1.5 * 100vw / 192) calc(1.5 * 100vw / 192); }
  .lp-side-rail__cta.cta .cta__item:nth-of-type(2) {
    margin-bottom: 0; }
  .lp-side-rail__nav {
    margin: calc(4 * 100vw / 192) 0 calc(3.2 * 100vw / 192);
    padding: calc(4 * 100vw / 192) 0;
    border-top: 1px dashed rgba(8, 58, 119, 0.35);
    border-bottom: 1px dashed rgba(8, 58, 119, 0.35); }
    .lp-side-rail__nav ul {
      display: flex;
      flex-direction: column;
      gap: calc(3.2 * 100vw / 192); }
    .lp-side-rail__nav li {
      display: flex;
      align-items: flex-start;
      gap: 0.35em;
      line-height: 1.25;
      padding-left: 2rem;
      position: relative; }
      .lp-side-rail__nav li::before {
        position: absolute;
        top: 50%;
        left: 0.8rem;
        content: "";
        flex-shrink: 0;
        align-self: flex-start;
        width: 0.8rem;
        height: 0.8rem;
        border-right: 2px solid #083a77;
        border-bottom: 2px solid #083a77;
        box-sizing: border-box;
        transform: rotate(-45deg) translateY(-80%); }
    .lp-side-rail__nav a {
      flex: 0 1 auto;
      align-self: flex-start;
      max-width: 100%;
      width: fit-content;
      display: inline-block;
      font-size: clamp(1.2rem, calc(2.3 * 100vw / 192), 1.8rem);
      font-weight: bold;
      color: #083a77;
      text-decoration: none;
      padding-bottom: 0.14em;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 0% 0.1em;
      transition: opacity 0.28s ease, background-size 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (prefers-reduced-motion: reduce) {
        .lp-side-rail__nav a {
          transition: opacity 0.2s ease, background-size 0.05s ease; } }
      @media screen and (min-width: 769px) {
        .lp-side-rail__nav a:hover {
          opacity: 0.82;
          background-size: 100% 0.1em; } }
  .lp-side-rail__notes {
    border-radius: calc(0.8 * 100vw / 192);
    background: rgba(255, 255, 255, 0.55); }
    .lp-side-rail__notes p {
      margin-top: calc(0.9 * 100vw / 192);
      font-size: 1rem;
      line-height: 1.55; }
      .lp-side-rail__notes p:first-child {
        margin-top: 0; }

/*# sourceMappingURL=style.css.map */
