@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
}

/* 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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  background-color: #fff;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.l-inner {
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--md {
  max-width: 1033px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 870px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

::-moz-placeholder {
  color: #7F7F7F;
}

::placeholder {
  color: #7F7F7F;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  color: #000;
  width: 100%;
  height: 18rem;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #0994E5;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #0994E5;
  opacity: 1;
}

/**
 * radio
 *
 */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 3.5rem;
}
.radio-wrap .radio-item label {
  display: block;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label {
  position: relative;
  vertical-align: middle;
  display: block;
  padding-left: 20px;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .radio-item-label {
    font-size: 1.6rem;
  }
}

input[type=radio] + .radio-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .radio-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0994E5;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .radio-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.4rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 1px #000 solid;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 0.8rem;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0.8rem;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow-select.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .select-parts::after {
    width: 1.6rem;
  }
}
.select-parts select {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-parts select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-block: 2.7rem 2.1rem;
  padding-inline: 1.7rem;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding-block: 1.2rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  position: relative;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
@media screen and (max-width: 1200px) {
  .l-header__logo a {
    gap: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  display: block;
  width: 24.2rem;
}
@media screen and (max-width: 1200px) {
  .l-header__logo-main {
    width: 22.2rem;
  }
}
.l-header__logo-main img {
  width: 100%;
}
.l-header__logo-sub {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2307692308;
}
@media screen and (max-width: 1200px) {
  .l-header__logo-sub {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-sub {
    margin-top: -0.3rem;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}

.p-header-nav {
  padding-right: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .p-header-nav {
    padding-right: 0;
  }
}
.p-header-nav__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .p-header-nav__list {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-header-nav__list {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 1140px) {
  .p-header-nav__list {
    gap: 1rem;
  }
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  transition: 0.25s;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-header-nav__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1140px) {
  .p-header-nav__link {
    font-size: 1.3rem;
  }
}
.p-header-nav__link:hover, .p-header-nav__link:focus {
  color: #0994E5;
}
.p-header-nav__link:hover::before, .p-header-nav__link:focus::before {
  opacity: 1;
  transform: translate(-50%, -0.4rem);
}
.p-header-nav__link::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0994E5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0.3rem);
  opacity: 0;
  transition: all 0.3s;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn__text {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1666666667;
  text-align: center;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 33px;
  height: 24px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 65px;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #ffffff;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 50px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-block: 60px 150px;
  }
}
.p-sub-nav__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__item + .p-sub-nav__item {
    margin-top: 20px;
  }
}
.p-sub-nav__title {
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__title {
    font-size: 1.6rem;
  }
}
.p-sub-nav__link {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding: 10px;
  transition: all 0.25s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__link {
    position: relative;
    padding: 0;
  }
}
.p-sub-nav__btnwrap {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btnwrap {
    gap: 10px;
  }
}
.p-sub-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 216px;
  background: linear-gradient(to right, #FF4400 0%, #FFAA00 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  padding: 1.8rem 3.5rem;
  border-radius: 50rem;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btn {
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus {
  background-color: #fff;
  color: #D3F0FF;
}
.p-sub-nav__btn::before {
  content: "";
  display: block;
  width: 3.5rem;
  aspect-ratio: 35/36;
  background: url(../img/icon/icon_search.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btn::before {
    width: 2.4rem;
  }
}
.p-sub-nav__btn:not(:first-child) {
  margin-top: 32px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__text .open {
  display: none;
}
.l-header.active .c-hamburger-btn__text .close {
  display: block;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background: linear-gradient(to right, #80E6E7 0%, #108AD6 100%);
  padding-top: 50px;
  padding-bottom: 38px;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding-bottom: 50px;
  }
}
.l-footer__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__info {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .l-footer__info {
    width: 100%;
    text-align: center;
  }
}
.l-footer__info-top {
  display: flex;
  align-items: center;
  gap: 8px 19px;
}
@media screen and (max-width: 1140px) {
  .l-footer__info-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__info-top {
    align-items: center;
  }
}
.l-footer__info-address {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
}
.l-footer__info-text {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
}
@media screen and (max-width: 1023px) {
  .l-footer__info-text {
    margin-top: 1rem;
  }
}
.l-footer__nav {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav {
    margin-top: 4rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem 2em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
  }
}
.l-footer__nav-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.5rem;
  }
}
.l-footer__nav-link:hover::before, .l-footer__nav-link:focus::before {
  opacity: 1;
}
.l-footer__nav-link::before {
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translate(-100%, -50%);
}
.l-footer__nav + * {
  margin-left: 54px;
}
@media screen and (max-width: 1140px) {
  .l-footer__nav + * {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav + * {
    margin-left: 0;
    margin-top: 40px;
  }
}
.l-footer__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__btn-link {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  padding-block: 26px 22px;
  padding-inline: 25px;
  color: #0994E5;
  background-color: #E3F4FA;
  border: 2px solid #E3F4FA;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-link {
    padding-block: 22px 18px;
  }
}
.l-footer__btn-link:hover, .l-footer__btn-link:focus {
  background-color: #fff;
}
.l-footer__btn-link::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background: linear-gradient(200deg, #76F9FD 0%, #138DD7 100%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-link::after {
    width: 14px;
    margin-top: -1px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 73px;
  }
}
.l-main--404, .l-main--error {
  padding-block: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main--404, .l-main--error {
    padding-block: 10rem 8rem;
  }
}
.l-main--404 .c-primary-title, .l-main--error .c-primary-title {
  align-items: flex-start;
}
.l-main--404 .c-primary-title + *, .l-main--error .c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .c-primary-title + *, .l-main--error .c-primary-title + * {
    margin-top: 2.4rem;
  }
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text.--sp, .l-main--error .error-text.--sp {
    font-size: 1.8rem;
  }
}
.l-main--404 .error-text.--sp + *, .l-main--error .error-text.--sp + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text.--sp + *, .l-main--error .error-text.--sp + * {
    margin-top: 2.4rem;
  }
}
.l-main--404 .error-text + *, .l-main--error .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn, .l-main--error .error-link .c-btn {
  max-width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-link .c-btn, .l-main--error .error-link .c-btn {
    max-width: 32rem;
    font-size: 1.8rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form__dl + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .l-form__dl + * {
    margin-top: 2.8rem;
  }
}
.l-form__box + .l-form__box {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2.4rem;
  }
}
.l-form__dt + * {
  margin-top: 0.6rem;
}
.l-form__label {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  padding-inline: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-form__label {
    font-size: 1.8rem;
    padding-inline: 0;
  }
}
.l-form__dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-form__dd.--check {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .l-form__dd.--check {
    gap: 0.5rem 1.2rem;
  }
}
.l-form__submit button,
.l-form__submit input {
  width: 100%;
  max-width: 32.3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  border: 2px solid #2847C1;
  background-color: #2847C1;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-form__submit button,
.l-form__submit input {
    max-width: 24rem;
    gap: 16px;
    font-size: 2rem;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
.l-form__submit button:hover, .l-form__submit button:focus,
.l-form__submit input:hover,
.l-form__submit input:focus {
  background-color: #fff;
  color: #2847C1;
}
.l-form__submit button:hover::after, .l-form__submit button:focus::after,
.l-form__submit input:hover::after,
.l-form__submit input:focus::after {
  background-color: #2847C1;
}
.l-form__submit button::after,
.l-form__submit input::after {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-form__submit button::after,
.l-form__submit input::after {
    width: 14px;
    margin-top: -1px;
  }
}
/**
 * 必須
 *
 */
.required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #dc3232;
}

/**
 * step
 *
 */
.js-form-step2 {
  display: none;
}

/**
 * エラーチェック
 *
 */
.formError {
  width: 100%;
  position: static !important;
  margin-top: 0 !important;
  font-size: 1.4rem;
  color: #dc3232;
}

@media screen and (max-width: 767px) {
  .formError {
    font-size: 1.2rem;
  }
}
/* -------------------------------------
        l-float
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-float__cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: transform 0.5s ease;
    will-change: transform;
    padding: 1.5rem 1rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateY(0);
  }
}
.l-float__cta.is-hide {
  transform: translateY(100%);
}
.l-float__cta-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #FF4400 0%, #FFAA00 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  padding: 1.8rem 3.5rem;
  border-radius: 50rem;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .l-float__cta-link {
    gap: 1rem;
    font-size: 1.8rem;
    padding: 1.2rem 2.4rem;
  }
}
.l-float__cta-link:hover, .l-float__cta-link:focus {
  background-color: #fff;
  color: #fff;
}
.l-float__cta-link::before {
  content: "";
  display: block;
  width: 3.5rem;
  aspect-ratio: 35/36;
  background: url(../img/icon/icon_search.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l-float__cta-link::before {
    width: 2.4rem;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.c-primary-title h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1875;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-primary-title h2 {
    font-size: 2.6rem;
    margin-top: -30px;
  }
}
.c-primary-title p {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.1458333333;
  color: #D3F0FF;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-primary-title p {
    font-size: 7rem;
  }
}
.c-primary-title--blue h2 {
  color: #1287D0;
}
.c-primary-title--blue p {
  color: #CBDCE4;
}
.c-primary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 30px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  border: 2px solid #2847C1;
  background-color: #2847C1;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    gap: 16px;
    font-size: 2rem;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #2847C1;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #2847C1;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 14px;
    margin-top: -1px;
  }
}

/* -------------------------------------
  p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
  p-top-mv
-----------------------------------------*/
.p-top-mv {
  position: relative;
  padding-bottom: 2.34vw;
}
@media screen and (max-width: 1023px) {
  .p-top-mv {
    padding-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-bottom: 0;
    background-color: #EEF8FD;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.p-top-mv__main {
  position: relative;
}
.p-top-mv__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/fv-bg.png) 50% 100%/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__main::after {
    background-image: url(../img/top/fv-bg_sp.png);
    z-index: 0;
  }
}
.p-top-mv__main-inner {
  width: 67.109375%;
  position: relative;
  padding-top: 7.81vw;
  padding-bottom: 6.52vw;
  padding-left: 3.83vw;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__main-inner {
    width: 64.765625%;
    padding-top: 10rem;
    padding-bottom: 8rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-inner {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.p-top-mv__copy {
  width: 54.2491268917%;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy {
    width: 68.2188591385%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    width: 88.2666666667%;
    margin-left: 5.33vw;
  }
}
.p-top-mv__copy picture {
  display: block;
}
.p-top-mv__copy picture img {
  width: 100%;
}
.p-top-mv__copy + * {
  margin-top: 2.07vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy + * {
    margin-top: 8.8vw;
  }
}
.p-top-mv__text {
  width: 49.4761350407%;
  margin-left: 0.39vw;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__text {
    width: 56.4610011641%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    width: 89.6%;
    margin-left: 5.33vw;
  }
}
.p-top-mv__text picture {
  display: block;
}
.p-top-mv__text picture img {
  width: 100%;
}
.p-top-mv__image {
  display: block;
  width: 50.0582072177%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  position: absolute;
  bottom: 0.63vw;
  right: max(-52px, -4.06vw);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__image {
    width: 45%;
    bottom: 12px;
    right: -28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    width: 100%;
    position: static;
  }
}
.p-top-mv__image img {
  width: 100%;
}
.p-top-mv__chance {
  margin-top: 1.41vw;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__chance {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance {
    margin-top: 0;
    background-color: #EEF8FD;
    position: relative;
    z-index: 3;
  }
}
.p-top-mv__chance-inner {
  width: 67.109375%;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__chance-inner {
    width: 64.765625%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance-inner {
    width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.p-top-mv__chance-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.41vw;
  font-weight: 700;
  line-height: 1.1111111111;
  color: #fff;
  background-color: #0994E5;
  border-radius: 50px;
  box-shadow: 0px 4px 18px -2px rgba(51, 75, 230, 0.25);
  padding: 1.25vw 1.88vw 1.09vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__chance-text {
    font-size: 1.8rem;
    text-align: center;
    padding: 1.2rem 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance-text {
    transform: translateY(-5.33vw);
    font-size: 4.27vw;
    padding: 2.67vw 8.8vw 1.6vw;
    border-radius: 10px;
  }
}
.p-top-mv__chance-body {
  margin-top: -1.84vw;
  display: flex;
  align-items: flex-start;
  gap: 0.86vw;
  width: 57.66vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #EEF8FD;
  border-radius: 100rem;
  padding: 3.75vw 5.94vw 2.34vw;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__chance-body {
    width: 95%;
    padding-inline: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance-body {
    margin-top: 0;
    width: 100%;
    padding: 0 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em 0;
  }
}
.p-top-mv__chance-list li {
  font-size: 1.56vw;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__chance-list li {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__chance-list li {
    min-width: 50%;
    font-size: 3.6vw;
  }
}
.p-top-mv__form {
  width: 32.890625%;
  min-height: 100%;
  background: linear-gradient(to right, #8DEFF9 0%, #48B8F7 50%, #0382F6 100%);
  border-radius: 1.3rem 0 0 1.3rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__form {
    width: 35.234375%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form {
    width: 100%;
    position: static;
    border-radius: 1.2rem;
    padding-block: 3.2rem;
  }
}
.p-top-mv__form-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-inner {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.p-top-mv__form-step-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(1.6rem, 1.88vw, 2.4rem);
  font-weight: 600;
  line-height: 1.2083333333;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__form-step-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-step-title {
    font-size: 2rem;
  }
}
.p-top-mv__form-step-title + * {
  margin-top: min(3.13vw, 4rem);
}
@media screen and (max-width: 1200px) {
  .p-top-mv__form-step-title + * {
    margin-top: min(1.56vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-step-title + * {
    margin-top: 1.6rem;
  }
}
.p-top-mv__form-step-btnwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.72vw, 2.2rem);
}
.p-top-mv__form-step-next, .p-top-mv__form-step-consul {
  width: 100%;
}
.p-top-mv__form-step-next button,
.p-top-mv__form-step-next input, .p-top-mv__form-step-consul button,
.p-top-mv__form-step-consul input {
  width: 100%;
  border-radius: 50rem;
  transition: all 0.25s;
}
.p-top-mv__form-step-next button,
.p-top-mv__form-step-next input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.09vw, 1.4rem);
  background: linear-gradient(to right, #FF4400 0%, #FFAA00 100%);
  color: #fff;
  font-size: clamp(1.4rem, 1.56vw, 2rem);
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding: clamp(1rem, 1.25vw, 1.6rem) clamp(2.2rem, 2.73vw, 3.5rem);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-step-next button,
.p-top-mv__form-step-next input {
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
}
.p-top-mv__form-step-next button:hover, .p-top-mv__form-step-next button:focus,
.p-top-mv__form-step-next input:hover,
.p-top-mv__form-step-next input:focus {
  opacity: 0.7;
}
.p-top-mv__form-step-next button::before,
.p-top-mv__form-step-next input::before {
  content: "";
  display: block;
  width: clamp(2.4rem, 2.73vw, 3.5rem);
  aspect-ratio: 35/36;
  background: url(../img/icon/icon_search.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-step-next button::before,
.p-top-mv__form-step-next input::before {
    width: 2.4rem;
  }
}
.p-top-mv__form-step-consul button,
.p-top-mv__form-step-consul input {
  display: block;
  font-size: clamp(1.4rem, 1.56vw, 2rem);
  font-weight: 600;
  color: #1287D0;
  text-align: center;
  border: 0.3rem solid #1287D0;
  background-color: #EDF7FE;
  padding-block: clamp(1rem, 1.17vw, 1.5rem);
}
.p-top-mv__form-step-consul button:hover, .p-top-mv__form-step-consul button:focus,
.p-top-mv__form-step-consul input:hover,
.p-top-mv__form-step-consul input:focus {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form-step-consul button,
.p-top-mv__form-step-consul input {
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
  }
}
.p-top-mv__form .p-top-mv__form-step-btnwrap,
.p-top-mv__form .l-form__dl,
.p-top-mv__form .l-form__submit {
  width: 23.28vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__form .p-top-mv__form-step-btnwrap,
.p-top-mv__form .l-form__dl,
.p-top-mv__form .l-form__submit {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .p-top-mv__form-step-btnwrap,
.p-top-mv__form .l-form__dl,
.p-top-mv__form .l-form__submit {
    width: 100%;
  }
}
.p-top-mv__form .l-form__dl + * {
  margin-top: min(3.05vw, 3.9rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dl + * {
    margin-top: 2.4rem;
  }
}
.p-top-mv__form .l-form__box + .l-form__box {
  margin-top: min(2.11vw, 2.7rem);
}
@media screen and (max-width: 1200px) {
  .p-top-mv__form .l-form__box + .l-form__box {
    margin-top: min(1.56vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__box + .l-form__box {
    margin-top: 2.7rem;
  }
}
.p-top-mv__form .l-form__label {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 600;
  padding-left: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__label {
    font-size: 1.8rem;
  }
}
.p-top-mv__form .l-form__dd input[type=text],
.p-top-mv__form .l-form__dd input[type=date],
.p-top-mv__form .l-form__dd input[type=password],
.p-top-mv__form .l-form__dd input[type=email],
.p-top-mv__form .l-form__dd input[type=time],
.p-top-mv__form .l-form__dd input[type=tel],
.p-top-mv__form .l-form__dd input[type=number] {
  border: none;
  font-size: clamp(1.4rem, 1.17vw, 1.8rem);
  line-height: 1.2;
  padding: min(0.86vw, 14px) min(1.72vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd input[type=text],
.p-top-mv__form .l-form__dd input[type=date],
.p-top-mv__form .l-form__dd input[type=password],
.p-top-mv__form .l-form__dd input[type=email],
.p-top-mv__form .l-form__dd input[type=time],
.p-top-mv__form .l-form__dd input[type=tel],
.p-top-mv__form .l-form__dd input[type=number] {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem 1rem;
  }
}
.p-top-mv__form .l-form__dd.--check {
  gap: 0.5em 1em;
  font-size: clamp(1.2rem, 1.17vw, 1.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd.--check {
    font-size: 1.6rem;
    line-height: 1.5;
    gap: 0.5rem 1.2rem;
  }
}
.p-top-mv__form .l-form__dd input[type=checkbox] + label {
  padding: 0 0 0 clamp(1.6rem, 1.56vw, 2rem);
  font-size: clamp(1.2rem, 1.17vw, 1.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd input[type=checkbox] + label {
    padding-left: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-mv__form .l-form__dd input[type=checkbox] + label::before {
  top: clamp(0px, 0.12vw, 0.15rem);
  left: 0;
  width: clamp(12px, 1.17vw, 1.5rem);
  height: clamp(12px, 1.17vw, 1.5rem);
  border: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd input[type=checkbox] + label::before {
    top: 2px;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-top-mv__form .l-form__dd input[type=checkbox] + label::after {
  top: clamp(0.3rem, 0.31vw, 0.4rem);
  left: clamp(0.16rem, 0.16vw, 0.2rem);
  width: clamp(0.8rem, 0.78vw, 1rem);
  height: clamp(0.56rem, 0.55vw, 0.7rem);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1200px) {
  .p-top-mv__form .l-form__dd input[type=checkbox] + label::after {
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd input[type=checkbox] + label::after {
    top: 0.5rem;
    left: 0.4rem;
    width: 1.2rem;
    height: 0.8rem;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
.p-top-mv__form .l-form__dd.select-parts {
  border: none;
}
.p-top-mv__form .l-form__dd.select-parts select {
  font-size: clamp(1.4rem, 1.17vw, 1.8rem);
  line-height: 1.2;
  padding: min(0.86vw, 14px) min(1.72vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-top-mv__form .l-form__dd.select-parts select {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/* -------------------------------------
  p-top-problem
-----------------------------------------*/
.p-top-problem {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    padding-top: 60px;
  }
}
.p-top-problem .c-primary-title h2 {
  margin-top: -48px;
  font-size: 3.6rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-problem .c-primary-title h2 {
    font-size: 2.6rem;
  }
}
.p-top-problem .c-primary-title h2 img {
  display: block;
  width: 327px;
}
@media screen and (max-width: 767px) {
  .p-top-problem .c-primary-title h2 img {
    width: 180px;
  }
}
.p-top-problem__list {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list {
    max-width: 350px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.p-top-problem__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-problem__icon {
  width: 176px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__icon {
    width: 130px;
  }
}
.p-top-problem__icon + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-problem__icon + * {
    margin-top: 12px;
  }
}
.p-top-problem__text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1287D0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-problem__bottom {
  margin-top: 44px;
  padding-top: 80px;
  padding-bottom: 95px;
  background: url(../img/top/problem-bottom-bg.jpg) 50%/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom {
    margin-top: 32px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
.p-top-problem__bottom::after {
  content: "";
  display: block;
  background: linear-gradient(to right, #7CFFFF 0%, #108AD5 100%);
  opacity: 0.87;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-top-problem__bottom-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1944444444;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__bottom-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom-text {
    font-size: 2rem;
    flex-direction: column;
  }
}
.p-top-problem__bottom-text::before, .p-top-problem__bottom-text::after {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/72;
  background: url(../img/top/problem-bottom-line.svg) 50%/contain no-repeat;
  margin-top: 27px;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__bottom-text::before, .p-top-problem__bottom-text::after {
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom-text::before, .p-top-problem__bottom-text::after {
    position: absolute;
    bottom: 0;
  }
}
.p-top-problem__bottom-text::before {
  margin-right: 8px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom-text::before {
    margin-right: 0;
    left: 8px;
    transform: translateX(-100%) scale(-1, 1);
  }
}
.p-top-problem__bottom-text::after {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom-text::after {
    margin-left: 0;
    right: 0;
    transform: translateX(100%);
  }
}
.p-top-problem__bottom-text img {
  width: 600px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__bottom-text img {
    width: 365px;
    margin-right: 5px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__bottom-text img {
    width: 285px;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: -7px;
  }
}

/* -------------------------------------
  p-top-about
-----------------------------------------*/
.p-top-about {
  padding-top: 22px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-top-about .c-primary-title h2 {
  font-size: 4.3rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-about .c-primary-title h2 {
    font-size: 2.6rem;
  }
}
.p-top-about .c-primary-title h2 img {
  display: block;
  width: 327px;
}
@media screen and (max-width: 767px) {
  .p-top-about .c-primary-title h2 img {
    width: 180px;
  }
}
.p-top-about .c-primary-title p {
  font-size: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about .c-primary-title p {
    font-size: 7rem;
  }
}
.p-top-about .c-primary-title + * {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-top-about .c-primary-title + * {
    margin-top: 40px;
  }
}
.p-top-about__item {
  display: flex;
  align-items: center;
  gap: 50px;
  counter-increment: about;
}
@media screen and (max-width: 1023px) {
  .p-top-about__item {
    gap: 24px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item {
    flex-direction: column;
  }
}
.p-top-about__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-about__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-top-about__item:nth-child(even) .p-top-about__box {
  padding-left: 0;
  padding-right: 65px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__item:nth-child(even) .p-top-about__box {
    padding-right: 0;
  }
}
.p-top-about__item:nth-child(even) .p-top-about__image {
  margin-right: 0;
  margin-left: -100px;
}
@media screen and (max-width: 1520px) {
  .p-top-about__item:nth-child(even) .p-top-about__image {
    border-radius: 0 50px 50px 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-about__item:nth-child(even) .p-top-about__image {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item:nth-child(even) .p-top-about__image {
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-top-about__item:nth-child(even) .p-top-about__image {
    width: 105.9701492537%;
    border-radius: 0 30px 30px 0;
    margin-left: calc(50% - 50vw);
  }
}
.p-top-about__item + .p-top-about__item {
  margin-top: 32px;
}
.p-top-about__box {
  flex: 1;
  padding-left: 65px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__box {
    padding-left: 0;
  }
}
.p-top-about__h3 {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1140px) {
  .p-top-about__h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__h3 {
    font-size: 2.4rem;
  }
}
.p-top-about__h3::before {
  content: "point" counter(about, decimal-leading-zero);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to right, #7FF0F6 0%, #014B8F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-about__h3::before {
    font-size: 2.8rem;
  }
}
.p-top-about__h3 + * {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-about__h3 + * {
    margin-top: 16px;
  }
}
.p-top-about__text {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1140px) {
  .p-top-about__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 1.5rem;
  }
}
.p-top-about__image {
  width: 49.537037037%;
  border-radius: 50px;
  margin-right: -100px;
  overflow: hidden;
}
@media screen and (max-width: 1520px) {
  .p-top-about__image {
    border-radius: 50px 0 0 50px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-about__image {
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-top-about__image {
    width: 105.9701492537%;
    border-radius: 30px 0 0 30px;
    margin-right: calc(50% - 50vw);
  }
}
.p-top-about__image img {
  width: 100%;
}

/* -------------------------------------
  p-top-list
-----------------------------------------*/
.p-top-list {
  padding-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-top-list {
    padding-top: 40px;
  }
}
.p-top-list__h2 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #0994E5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-list__h2 {
    font-size: 2.4rem;
  }
}
.p-top-list__h2 + * {
  margin-top: 98px;
}
@media screen and (max-width: 1023px) {
  .p-top-list__h2 + * {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-list__h2 + * {
    margin-top: 24px;
  }
}
.p-top-list__copy {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-list__copy {
    font-size: 1.8rem;
  }
}
.p-top-list__copy + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-list__copy + * {
    margin-top: 24px;
  }
}
.p-top-list__logo {
  max-width: 1150px;
  width: 89.84375%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-list__logo {
    width: 335px;
  }
}
.p-top-list__logo + * {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .p-top-list__logo + * {
    margin-top: 40px;
  }
}
.p-top-list__body {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(to right, #78FBFE 0%, #3DBDF9 50%, #0785F7 100%);
}
@media screen and (max-width: 767px) {
  .p-top-list__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-top-list__list.l-grid {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-list__list.l-grid {
    gap: 24px;
  }
}
.p-top-list__list.l-grid + * {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-top-list__list.l-grid + * {
    margin-top: 32px;
  }
}
.p-top-list__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 30px;
}
@media screen and (max-width: 767px) {
  .p-top-list__item {
    padding: 26px 16px;
  }
}
.p-top-list__item dl,
.p-top-list__item .tag,
.p-top-list__item .image {
  margin-left: auto;
  margin-right: auto;
}
.p-top-list__item dl,
.p-top-list__item .tag {
  max-width: 411px;
}
.p-top-list__item dl .inner {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-list__item dl .inner {
    gap: 12px;
  }
}
.p-top-list__item dl .inner + * {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-top-list__item dl .inner + * {
    margin-top: 6px;
  }
}
.p-top-list__item dl dt {
  width: 87px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5384615385;
  text-align: center;
  color: #0F1865;
  background-color: #CFD5ED;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-list__item dl dt {
    font-size: 1.4rem;
  }
}
.p-top-list__item dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-list__item dl dd {
    padding-top: 1px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-list__item dl + * {
  margin-top: 9px;
}
.p-top-list__item .tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
}
.p-top-list__item .tag + * {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-top-list__item .tag + * {
    margin-top: 3px;
  }
}
.p-top-list__item .image {
  max-width: 377px;
}
.p-top-list__btn {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-list__btn {
    max-width: 300px;
  }
}
.p-top-list__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #fff;
  border: 2px solid #2847C1;
  background-color: #2847C1;
  padding-top: 25px;
  padding-bottom: 21px;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-list__btn-link {
    gap: 16px;
    font-size: 2rem;
    padding-top: 19px;
    padding-bottom: 16px;
  }
}
.p-top-list__btn-link:hover, .p-top-list__btn-link:focus {
  background-color: #fff;
  color: #2847C1;
}
.p-top-list__btn-link:hover::after, .p-top-list__btn-link:focus::after {
  background-color: #2847C1;
}
.p-top-list__btn-link::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/32;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-list__btn-link::after {
    width: 14px;
    margin-top: -1px;
  }
}

/* -------------------------------------
  p-top-voice
-----------------------------------------*/
.p-top-voice {
  padding-top: 65px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding-bottom: 30px;
  }
}
.p-top-voice .c-primary-title + * {
  margin-top: 24px;
}
.p-top-voice__item {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 49px 69px 31px;
}
@media screen and (max-width: 1023px) {
  .p-top-voice__item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice__item {
    padding: 30px 20px;
  }
}
.p-top-voice__item + .p-top-voice__item {
  margin-top: 56px;
}
.p-top-voice__head + * {
  margin-top: 26px;
}
.p-top-voice__meta {
  font-size: 2.4rem;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-top-voice__meta {
    font-size: 1.6rem;
  }
}
.p-top-voice__meta + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-voice__meta + * {
    margin-top: 8px;
  }
}
.p-top-voice__summary {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1785714286;
}
@media screen and (max-width: 767px) {
  .p-top-voice__summary {
    font-size: 2.2rem;
    line-height: 1.375;
  }
}
.p-top-voice__content {
  display: flex;
  align-items: center;
  gap: 69px;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .p-top-voice__content {
    gap: 25px 35px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice__content {
    flex-direction: column;
  }
}
.p-top-voice__photo {
  width: 120px;
}
.p-top-voice__text {
  flex: 1;
}
.p-top-voice__text p {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-voice__text p {
    line-height: 1.4666666667;
  }
}
.p-top-voice__text p.p-top-voice__note {
  font-size: 1.6rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-top-voice__text p.p-top-voice__note {
    font-size: 1.5rem;
  }
}
.p-top-voice__text p + * {
  margin-top: 16px;
}

/* -------------------------------------
  p-top-message
-----------------------------------------*/
.p-top-message {
  padding-top: 50px;
  padding-bottom: 45px;
  position: relative;
  background: linear-gradient(to bottom, transparent 0px, transparent 136px, #EBF3FF 136px, #EBF3FF 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    padding-top: 60px;
    background: linear-gradient(to bottom, transparent 0px, transparent 90px, #EBF3FF 90px, #EBF3FF 100%);
  }
}
.p-top-message::before {
  content: "";
  display: block;
  opacity: 0.26;
  background: linear-gradient(to right, #78FBFE 0%, #0180F5 100%);
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-message::before {
    top: 90px;
  }
}
.p-top-message .c-primary-title + * {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-message .c-primary-title + * {
    margin-top: 25px;
  }
}
.p-top-message__body {
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .p-top-message__body {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__body {
    flex-direction: column;
  }
}
.p-top-message__image {
  width: 46.7806841046%;
}
@media screen and (max-width: 767px) {
  .p-top-message__image {
    width: 100%;
  }
}
.p-top-message__image img {
  border-radius: 200px;
}
.p-top-message__image figcaption {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-top-message__image figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.p-top-message__image figcaption .lg {
  font-size: 3.2rem;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .p-top-message__image figcaption .lg {
    font-size: 2.4rem;
  }
}
.p-top-message__box {
  flex: 1;
}
.p-top-message__text {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1023px) {
  .p-top-message__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-top-message__text + .p-top-message__text {
  margin-top: 1.6rem;
}

/* -------------------------------------
  p-top-price
-----------------------------------------*/
.p-top-price {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url(../img/top/price-bg.jpg) 50% 0%/cover no-repeat;
}
.p-top-price__body {
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 17px;
  border-radius: 200px;
}
@media screen and (max-width: 1023px) {
  .p-top-price__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-price__body {
    padding: 40px 40px;
    border-radius: 60px;
  }
}
.p-top-price__h2 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.1944444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-price__h2 {
    font-size: 2.4rem;
  }
}
.p-top-price__h2 + * {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-top-price__h2 + * {
    margin-top: 16px;
  }
}
.p-top-price__price {
  width: 157px;
  aspect-ratio: 157/113;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  color: #fff;
  background: url(../img/top/price-num.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-price__price {
    width: 130px;
  }
}
.p-top-price__price + * {
  margin-top: 24px;
}
.p-top-price__text {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-price__text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-price__text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-top-price__text.--center {
  text-align: center;
}
.p-top-price__text + * {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-top-price__text + * {
    margin-top: 16px;
  }
}

/* -------------------------------------
  p-top-faq
-----------------------------------------*/
.p-top-faq {
  background-color: #FAFAFA;
  padding-block: 6.5rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-block: 6rem;
  }
}
.p-top-faq__h2 {
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
}
.p-top-faq__h2 h2 {
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-faq__h2 h2 {
    font-size: 2.4rem;
  }
}
.p-top-faq__h2 p {
  font-size: 3.6rem;
  line-height: 1.1944444444;
  color: #0994E5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-faq__h2 p {
    font-size: 2.8rem;
  }
}
.p-top-faq__h2 + * {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__h2 + * {
    margin-top: 3.2rem;
  }
}
.p-top-faq__dl .inner {
  border-radius: 1.4rem;
  background-color: #fff;
  padding: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dl .inner {
    padding: 1.6rem;
  }
}
.p-top-faq__dl .inner + .inner {
  margin-top: 2rem;
}
.p-top-faq__dt, .p-top-faq__dd {
  display: flex;
  align-items: flex-start;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dt, .p-top-faq__dd {
    gap: 1rem;
  }
}
.p-top-faq__dt::before, .p-top-faq__dd::before {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.1944444444;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dt::before, .p-top-faq__dd::before {
    font-size: 2.2rem;
  }
}
.p-top-faq__dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dt {
    font-size: 1.8rem;
  }
}
.p-top-faq__dt::before {
  content: "Q";
}
.p-top-faq__dt span {
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dt span {
    padding-top: 0.4rem;
  }
}
.p-top-faq__dt + * {
  margin-top: 1.4rem;
}
.p-top-faq__dd::before {
  content: "A";
  color: #0994E5;
}
.p-top-faq__dd-inner {
  flex: 1;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dd-inner {
    padding-top: 0.4rem;
  }
}
.p-top-faq__dd p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dd p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-top-faq__dd p.main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2083333333;
  color: #0994E5;
}
@media screen and (max-width: 767px) {
  .p-top-faq__dd p.main {
    font-size: 1.8rem;
  }
}
.p-top-faq__dd p.main + * {
  margin-top: 0.4rem;
}

/* -------------------------------------
  p-top-form
-----------------------------------------*/
.p-top-form {
  background-color: #EFF1F4;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .p-top-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-top-form__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-form__head + * {
  margin-top: 2.5rem;
}
.p-top-form__h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.1875;
  color: #0994E5;
}
@media screen and (max-width: 767px) {
  .p-top-form__h2 {
    font-size: 2.8rem;
  }
}
.p-top-form__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__text {
    line-height: 1.5;
  }
}
.p-top-form__body {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 6.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__body {
    border-radius: 2.4rem;
    padding: 3.2rem 1.6rem 4rem;
  }
}
.p-top-form__body form {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top-form__step-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-top-form__step-title {
    font-size: 2rem;
  }
}
.p-top-form__step-title + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__step-title + * {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

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

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .u-onliy-tbpc {
    display: none;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #FFFD8A;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* -------------------------------------
    設定
-----------------------------------------*/