@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%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
  line-height: 1.5;
}

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

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

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

.l-inner {
  max-width: 1180px;
  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--lg {
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    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: #0059D1;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #0059D1;
  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: #0059D1;
  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: #222;
  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;
  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: 1160px) {
  .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: 1160px) {
  .p-header-nav__link {
    font-size: 1.3rem;
  }
}
.p-header-nav__link:hover, .p-header-nav__link:focus {
  color: #0059D1;
}
.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: #0059D1;
  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: #222;
}
.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;
  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: #004caa;
}
.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 {
  position: relative;
}
.l-footer__copyright {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 6rem;
  padding-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5.4rem;
    padding-top: 1.1rem;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
}
.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;
  }
}
.l-form__submit + * {
  margin-top: 2.4rem;
}
.l-form__privacy {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form__privacy {
    font-size: 1.3rem;
  }
}
.l-form__privacy a {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-form__privacy a:hover, .l-form__privacy a:focus-visible {
  color: #0059D1;
}

/**
 * 必須
 *
 */
.required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e33d3d;
}

/**
 * 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;
  }
}
/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.475;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.c-primary-title + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 1.6rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #0059D1;
  border: 2px solid #0059D1;
  border-radius: 0.6rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  line-height: 1.45;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #0059D1;
}
.c-btn:hover::before, .c-btn:hover::after, .c-btn:focus::before, .c-btn:focus::after {
  background-color: #2847C1;
}
.c-btn::before, .c-btn::after {
  content: "";
  display: block;
  transition: all 0.3s;
}
.c-btn::before {
  aspect-ratio: 23/28;
  background-color: #fff;
  -webkit-mask: url(../img/icon/icon_doc.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_doc.svg) 50%/contain no-repeat;
  width: 2.3rem;
}
.c-btn::after {
  aspect-ratio: 42/30;
  background-color: #fff;
  -webkit-mask: url(../img/icon/icon_btn-treat.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_btn-treat.svg) 50%/contain no-repeat;
  margin-left: 1.5rem;
  width: 4.2rem;
}

/* -------------------------------------
  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 {
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  padding-bottom: 3.77vw;
  padding-top: 4.29vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-image: url(../img/top/mv-bg_sp.jpg);
    padding-bottom: 5.13vw;
    padding-top: 15.13vw;
  }
}
.p-top-mv__title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 41.25vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    width: 88.97vw;
  }
}
.p-top-mv__title + * {
  margin-top: 1.41vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title + * {
    margin-top: 56.77vw;
  }
}
.p-top-mv__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.25vw;
  gap: 0.16vw;
  letter-spacing: 0.04em;
  line-height: 1.7083333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    align-items: flex-start;
    font-size: 6.15vw;
    gap: 1.03vw;
    line-height: 1;
  }
}
.p-top-mv__text .text01,
.p-top-mv__text .text02 {
  background-color: #fff;
  padding-left: 1.3vw;
  padding-right: 1.3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text .text01 {
    padding-left: 3.08vw;
    padding-right: 3.08vw;
  }
}
.p-top-mv__text .text01 em {
  font-size: 1.56vw;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text .text01 em {
    font-size: 7.69vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text .text02 {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    font-size: 5.13vw;
    gap: 1.03vw;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text .text02 .sp-box {
    background-color: #fff;
    padding-left: 3.08vw;
    padding-right: 3.08vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-mv__text + * {
  margin-top: 2.08vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text + * {
    margin-top: 7.03vw;
  }
}
.p-top-mv__btn .c-btn {
  border-radius: 0.31vw;
  box-shadow: 0px 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
  font-size: 1.04vw;
  gap: 0.52vw;
  padding-bottom: 1.2vw;
  padding-top: 1.2vw;
  max-width: 18.75vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn .c-btn {
    border-radius: 1.54vw;
    box-shadow: 0px 1.03 1.03 rgba(0, 0, 0, 0.25);
    font-size: 5.13vw;
    gap: 2.56vw;
    padding-bottom: 5.9vw;
    padding-top: 5.9vw;
    max-width: 89.74vw;
  }
}
.p-top-mv__btn .c-btn::before {
  width: 1.2vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn .c-btn::before {
    width: 5.9vw;
  }
}
.p-top-mv__btn .c-btn::after {
  margin-left: 0.78vw;
  width: 2.19vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn .c-btn::after {
    margin-left: 3.85vw;
    width: 10.77vw;
  }
}

/* -------------------------------------
  p-top-head
-----------------------------------------*/
.p-top-head {
  overflow: hidden;
  padding-bottom: 17.5rem;
  padding-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-head {
    padding-bottom: 5rem;
    padding-top: 2rem;
  }
}
.p-top-head__title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: min(6.46vw, 12.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.435483871;
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  padding-left: min(7.29vw, 14rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-top-head__title {
    font-size: 8rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__title {
    font-size: 7rem;
    line-height: 1.4385964912;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__title {
    font-size: 5.7rem;
    padding-left: 1rem;
    max-width: 39rem;
  }
}
.p-top-head__title .text01 {
  white-space: nowrap;
}
.p-top-head__title .text02 {
  margin-top: max(-4.8rem, -2.5vw);
}
@media screen and (max-width: 1023px) {
  .p-top-head__title .text02 {
    display: flex;
    flex-direction: column;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__title .text02 {
    margin-top: -2.2rem;
  }
}
.p-top-head__title .text02 em {
  font-size: min(7.08vw, 13.6rem);
  font-style: normal;
  line-height: 1.4411764706;
}
@media screen and (max-width: 1280px) {
  .p-top-head__title .text02 em {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__title .text02 em {
    font-size: 7.7rem;
    line-height: 1.435483871;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__title .text02 em {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__title .text02 span:nth-child(2) {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__title .text02 span:nth-child(2) {
    margin-top: -1.8rem;
  }
}
.p-top-head__title + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__title + * {
    margin-top: 2.8rem;
  }
}
.p-top-head__lead {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .p-top-head__lead {
    font-size: 2.8rem;
    line-height: 1.6363636364;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__lead {
    font-size: 2.2rem;
  }
}
.p-top-head__lead + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__lead + * {
    margin-top: 5.5rem;
  }
}
.p-top-head__lead-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-head__lead-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 39rem !important;
  }
}
.p-top-head__lead-wrap::after {
  aspect-ratio: 679/701;
  background: url(../img/top/head-lead.png) 50%/contain no-repeat;
  bottom: -1.3rem;
  content: "";
  display: block;
  position: absolute;
  right: max(-26.9rem, -14.01vw);
  width: 67.9rem;
}
@media screen and (max-width: 1280px) {
  .p-top-head__lead-wrap::after {
    right: -6.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__lead-wrap::after {
    bottom: auto;
    right: 0;
    top: 27%;
    transform: translateY(-100%);
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__lead-wrap::after {
    right: -2rem;
    top: -6.3rem;
    transform: none;
    width: 23.6rem;
  }
}
.p-top-head__lead-wrap .box {
  max-width: 62rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__lead-wrap .box {
    max-width: none;
  }
}
.p-top-head__lead-wrap + * {
  margin-top: 15.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__lead-wrap + * {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__lead-wrap + * {
    margin-top: 5.5rem;
  }
}
.p-top-head__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.375;
  max-width: 60rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__text {
    font-size: 1.5rem;
    line-height: 2;
    max-width: none;
  }
}
.p-top-head__text.--lh {
  line-height: 1.8125;
}
.p-top-head__text .underline {
  background-color: #0059D1;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__text .underline {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__text .underline .sp-box {
    background-color: #0059D1;
    display: inline-block;
    padding: 0.2rem 0.6rem;
  }
}
.p-top-head__text .underline .sp-box + .sp-box {
  margin-top: 0.4rem;
}
.p-top-head__text + *.p-top-head__text {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__text + *.p-top-head__text {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube {
    background-color: #E0F4FF;
  }
}
.p-top-head__youtube-wrap {
  background-color: #E0F4FF;
  padding: 6rem 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube-wrap {
    background-color: transparent;
    padding: 4rem 0 3.4rem;
  }
}
.p-top-head__youtube-body {
  margin-inline: auto;
  max-width: 72rem;
  position: relative;
}
.p-top-head__youtube-body a {
  transition: all 0.3s;
}
.p-top-head__youtube-body a:hover, .p-top-head__youtube-body a:focus-visible {
  opacity: 0.7;
}
.p-top-head__youtube-body a::before {
  aspect-ratio: 1/1;
  background: url(../img/top/youtube-icon.png) 50%/contain no-repeat;
  content: "";
  pointer-events: none;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube-body a::before {
    width: 7.5rem;
  }
}
.p-top-head__youtube-body + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube-body + * {
    margin-top: 1rem;
  }
}
.p-top-head__youtube-text {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube-text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    text-align: left;
  }
}
.p-top-head__youtube + * {
  margin-top: 14rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__youtube + * {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__youtube + * {
    margin-top: 5rem;
  }
}
.p-top-head__images {
  margin-left: auto;
  margin-right: auto;
  max-width: 94.7916666667%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-head__images {
    max-width: 100%;
  }
}
.p-top-head__images.l-grid {
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__images.l-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__images.l-grid {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__images-item:first-child {
    width: 94.8717948718%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__images-item:nth-child(2) {
    margin-left: 4rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__images-item:nth-child(2) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__images-item:nth-child(3) {
    width: 43.3333333333%;
  }
}
.p-top-head__images-item picture {
  display: block;
}
.p-top-head__images-item img {
  width: 100%;
}
.p-top-head__images + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__images + * {
    margin-top: 6rem;
  }
}
.p-top-head__about {
  position: relative;
  z-index: 1;
}
.p-top-head__about::before, .p-top-head__about::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-head__about::before {
  aspect-ratio: 804/823;
  background: url(../img/top/head-about-bg-top.png) 50%/contain no-repeat;
  right: 0;
  top: max(-27.6rem, -14.38vw);
  width: min(41.88vw, 80.4rem);
}
@media screen and (max-width: 767px) {
  .p-top-head__about::before {
    aspect-ratio: 370/275;
    background-image: url(../img/top/head-about-bg-top_sp.png);
    top: -6rem;
    width: 37rem;
  }
}
.p-top-head__about::after {
  aspect-ratio: 689/509;
  background: url(../img/top/head-about-bg-bottom.png) 50%/contain no-repeat;
  bottom: -17.5rem;
  left: 0;
  width: min(35.89vw, 68.9rem);
}
@media screen and (max-width: 767px) {
  .p-top-head__about::after {
    aspect-ratio: 370/270;
    background-image: url(../img/top/head-about-bg-bottom_sp.png);
    bottom: -5rem;
    width: 37rem;
  }
}
.p-top-head__about-intro {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.1rem 8rem;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-intro {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top-head__about-intro .box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-intro .box .title {
    text-align: center;
  }
}
.p-top-head__about-intro .box .title h4 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .title h4 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .title h4 .min {
    font-size: 1.5rem;
  }
}
.p-top-head__about-intro .box .title h4 + * {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .title h4 + * {
    margin-top: 0.3rem;
  }
}
.p-top-head__about-intro .box .title p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .title p {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-top-head__about-intro .box .title + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .title + * {
    margin-top: 2.5rem;
  }
}
.p-top-head__about-intro .box .p-top-head__text {
  letter-spacing: 0;
  line-height: 2.5;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .box .p-top-head__text {
    line-height: 2;
  }
}
.p-top-head__about-intro .box .p-top-head__text em {
  font-weight: 700;
  font-style: normal;
}
.p-top-head__about-intro .image {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro .image {
    width: 26rem;
  }
}
.p-top-head__about-intro + * {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-intro + * {
    margin-top: 5.5rem;
  }
}
.p-top-head__about-flex {
  align-items: flex-start;
  display: flex;
  gap: 8rem;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 176rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1280px) {
  .p-top-head__about-flex {
    gap: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex {
    gap: 3rem;
  }
}
.p-top-head__about-flex:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.p-top-head__about-flex.--center {
  align-items: center;
}
.p-top-head__about-flex.--center .box {
  max-width: 57rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex.--center .box {
    max-width: none;
  }
}
.p-top-head__about-flex.--center .image {
  margin-right: 2rem;
}
.p-top-head__about-flex .box {
  flex: 1;
  max-width: 63.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex .box {
    max-width: none;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top-head__about-flex .box .list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-top-head__about-flex .box .list li {
  align-items: flex-start;
  background-color: #E0F4FF;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box .list li {
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-top-head__about-flex .box .list li::before {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 0.3rem;
  width: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex .box .list li::before {
    margin-top: 0;
  }
}
.p-top-head__about-flex .box .list li span {
  flex: 1;
}
.p-top-head__about-flex .box .list + *.p-top-head__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box .list + *.p-top-head__text {
    margin-top: 2.5rem;
  }
}
.p-top-head__about-flex .box .p-top-head__h3 {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex .box .p-top-head__h3 {
    text-align: center;
  }
}
.p-top-head__about-flex .box .p-top-head__h3 + * {
  margin-top: 4rem;
}
.p-top-head__about-flex .box .p-top-head__text {
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box .p-top-head__text {
    line-height: 2;
  }
}
.p-top-head__about-flex .box .p-top-head__text em {
  font-style: normal;
  font-weight: 700;
}
.p-top-head__about-flex .box .p-top-head__text em.bold {
  text-decoration: underline;
}
.p-top-head__about-flex .box .p-top-head__text + *.p-top-head__text {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box .p-top-head__text + *.p-top-head__text {
    margin-top: 2rem;
  }
}
.p-top-head__about-flex .box .p-top-head__text + *.list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex .box .p-top-head__text + *.list {
    margin-top: 2.5rem;
  }
}
.p-top-head__about-flex .image {
  width: 46.4285714286%;
}
@media screen and (max-width: 1023px) {
  .p-top-head__about-flex .image {
    width: 100%;
  }
}
.p-top-head__about-flex .image img {
  width: 100%;
}
.p-top-head__about-flex + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex + * {
    margin-top: 3rem;
  }
}
.p-top-head__about-flex + *.p-top-head__about-flex {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__about-flex + *.p-top-head__about-flex {
    margin-top: 6rem;
  }
}
.p-top-head__h3 {
  text-align: center;
}
.p-top-head__h3 h3 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3409090909;
}
@media screen and (max-width: 767px) {
  .p-top-head__h3 h3 {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__h3 h3 + * {
    margin-top: 0.3rem;
  }
}
.p-top-head__h3 p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-head__h3 p {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-head__h3 + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__h3 + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
  p-top-recommend
-----------------------------------------*/
.p-top-recommend {
  background: linear-gradient(to bottom, #ecf5f8 0%, #88dfff 31.53%, #88dfff 72.41%, #ecf5f8 100%);
  padding-bottom: 19.2rem;
  padding-top: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend {
    padding-bottom: 6rem;
    padding-top: 3.2rem;
  }
}
.p-top-recommend__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: 1.2444444444;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-top-recommend__title {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__title {
    font-weight: 700;
    font-size: 3.8rem;
    letter-spacing: -0.04em;
    line-height: 1.4736842105;
  }
}
.p-top-recommend__title + * {
  margin-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__title + * {
    margin-top: 3.4rem;
  }
}
.p-top-recommend__head {
  align-items: center;
  display: flex;
  gap: 3.6rem 6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__head {
    flex-direction: column-reverse;
  }
}
.p-top-recommend__head-box {
  flex: 1;
}
.p-top-recommend__head-box p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__head-box p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-recommend__head-box p em {
  font-style: normal;
  font-weight: 700;
}
.p-top-recommend__head-box p + p {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__head-box p + p {
    margin-top: 2rem;
  }
}
.p-top-recommend__head-image {
  width: 34.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__head-image {
    width: 15rem;
  }
}
.p-top-recommend__head + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__head + * {
    margin-top: 3.5rem;
  }
}
.p-top-recommend__flow-title {
  background-color: #0059D1;
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1rem 3.3rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    padding: 1rem;
    width: 100%;
  }
}
.p-top-recommend__flow-title + * {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-title + * {
    margin-top: 2rem;
  }
}
.p-top-recommend__flow-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-text {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.p-top-recommend__flow-text em {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-text em {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-top-recommend__flow-text + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-text + * {
    margin-top: 4rem;
  }
}
.p-top-recommend__flow-list.l-grid {
  gap: 73px;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-list.l-grid {
    gap: 5.7rem;
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-list.l-grid {
    max-width: 35rem;
  }
}
.p-top-recommend__flow-item {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  filter: drop-shadow(0 2rem 2rem rgb(97, 204, 244));
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item {
    align-items: flex-start;
    aspect-ratio: initial;
    border-radius: 1rem;
    filter: drop-shadow(1rem 3rem 2rem rgb(97, 204, 244));
    gap: 0;
    padding-bottom: 2.6rem;
    padding-left: 15.2rem;
    padding-top: 1.2rem;
    padding-right: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-item {
    padding: 1.3rem 3rem 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 11.8rem;
    padding-top: 1.3rem;
    padding-right: 1rem;
  }
}
.p-top-recommend__flow-item:first-child .icon {
  margin-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item:first-child .icon {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item:nth-child(3) .icon {
    width: 6.5rem;
  }
}
.p-top-recommend__flow-item:not(:last-child)::after {
  aspect-ratio: 30/67;
  background-color: #0059D1;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  position: absolute;
  right: -2.2rem;
  top: 50%;
  transform: translate(100%, -50%);
  width: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item:not(:last-child)::after {
    aspect-ratio: 48/21;
    bottom: -2rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 100%);
    width: 4.8rem;
  }
}
.p-top-recommend__flow-item .title {
  color: #0059D1;
  font-family: "Roboto", cursive;
  font-weight: 900;
  font-style: italic;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.p-top-recommend__flow-item .title .num {
  font-size: 4.4rem;
  line-height: 1.3181818182;
}
.p-top-recommend__flow-item .icon {
  width: 8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item .icon {
    left: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-item .icon {
    left: 3rem;
    width: 6.9rem;
  }
}
.p-top-recommend__flow-item .icon img {
  width: 100%;
}
.p-top-recommend__flow-item .text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-recommend__flow-item .text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow-item .text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-top: -0.2rem;
  }
}
.p-top-recommend__flow + * {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__flow + * {
    margin-top: 6rem;
  }
}
.p-top-recommend__case {
  background-color: #fff;
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 2rem);
    z-index: -1;
  }
}
.p-top-recommend__case-title {
  background-color: #0059D1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.3rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case-title {
    font-size: 2rem;
    line-height: 1.45;
    max-width: 25rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.p-top-recommend__case-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case-title + * {
    margin-top: 3rem;
  }
}
.p-top-recommend__case-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.7rem;
  position: relative;
}
.p-top-recommend__case-image .text {
  background-color: #000;
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  left: 0;
  max-width: 13.8rem;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case-image .text {
    font-size: 0.8rem;
    line-height: 1.25;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    width: 5.5rem;
  }
}
.p-top-recommend__case-image + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__case-image + * {
    margin-top: 1.6rem;
  }
}

/* -------------------------------------
  p-top-executive
-----------------------------------------*/
.p-top-executive {
  padding-bottom: 17.6rem;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive {
    padding-bottom: 7rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-executive .c-primary-title {
    line-height: 1.4285714286;
  }
}
.p-top-executive .c-primary-title + * {
  margin-top: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive .c-primary-title + * {
    margin-top: 2.9rem;
  }
}
.p-top-executive__list {
  position: relative;
}
.p-top-executive__list.l-grid {
  gap: 3.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-executive__list.l-grid {
    gap: 1.8rem 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-executive__list::after {
  aspect-ratio: 98/78;
  background: url(../img/top/executive-arrow.png) 50%/contain no-repeat;
  bottom: -5rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive__list::after {
    aspect-ratio: 98/58;
    background-image: url(../img/top/executive-arrow_sp.png);
    bottom: -2.5rem;
  }
}
.p-top-executive__list-image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-executive__list-image {
    margin-left: auto;
    margin-right: auto;
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-executive__list-image {
    width: 12.7rem;
  }
}
.p-top-executive__list-image img {
  width: 100%;
}
.p-top-executive__list-image + * {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive__list-image + * {
    margin-top: 0.4rem;
  }
}
.p-top-executive__list-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-executive__list-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-executive__list-text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-top-executive__list + * {
  margin-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive__list + * {
    margin-top: 10.2rem;
  }
}
.p-top-executive__lead {
  border: 3px solid #0059D1;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
  text-align: center;
  padding-bottom: 0.9rem;
  padding-top: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .p-top-executive__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-executive__lead {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.p-top-executive__lead .u-c-blue {
  font-size: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-executive__lead .u-c-blue {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-executive__lead .u-c-blue {
    font-size: 2.2rem;
  }
}
.p-top-executive__lead + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-executive__lead + * {
    margin-top: 3rem;
  }
}

/* -------------------------------------
  p-top-feature
-----------------------------------------*/
.p-top-feature {
  background-color: #E6F4F9;
  padding-bottom: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    padding-bottom: 3rem;
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature .c-primary-title {
    line-height: 1.7857142857;
  }
}
.p-top-feature .c-primary-title + * {
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature .c-primary-title + * {
    margin-top: 2rem;
  }
}
.p-top-feature__list.l-grid {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list.l-grid {
    gap: 1rem;
  }
}
.p-top-feature__list-item {
  background-color: #fff;
  padding: 2.3rem 2rem 2.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-item {
    align-items: center;
    display: flex;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
    padding: 0.6rem 3.6rem;
    width: 100%;
  }
}
.p-top-feature__list-item::after {
  aspect-ratio: 1/1;
  background: url(../img/top/feature-check.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-item::after {
    background-image: url(../img/top/feature-check_sp.png);
    width: 4.4rem;
  }
}
.p-top-feature__list-image {
  margin-left: auto;
  margin-right: auto;
  width: 25rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list-image {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-image {
    margin-left: 0;
    margin-right: 0;
    width: 9.8rem;
  }
}
.p-top-feature__list-image + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-image + * {
    margin-top: 0;
  }
}
.p-top-feature__list-text {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-top-feature__list + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list + * {
    margin-top: 3rem;
  }
}
.p-top-feature__text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text {
    font-size: 1.5rem;
  }
}
.p-top-feature__text .u-c-blue {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text .u-c-blue {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* -------------------------------------
  p-top-price
-----------------------------------------*/
.p-top-price {
  padding-bottom: 16rem;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-price {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
}
.p-top-price .c-primary-title + * {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-price .c-primary-title + * {
    margin-top: 2.9rem;
  }
}
.p-top-price__dl {
  margin-left: auto;
  margin-right: auto;
  max-width: 66rem;
}
.p-top-price__dl-inner {
  display: flex;
}
.p-top-price__dl-inner + .p-top-price__dl-inner {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__dl-inner + .p-top-price__dl-inner {
    margin-top: 0.6rem;
  }
}
.p-top-price__dl dt,
.p-top-price__dl dd {
  border: 1px solid #0059D1;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__dl dt,
.p-top-price__dl dd {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    min-height: 5rem;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
}
.p-top-price__dl dt {
  background-color: #0059D1;
  color: #fff;
  text-align: center;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__dl dt {
    width: 12rem;
  }
}
.p-top-price__dl dd {
  flex: 1;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__dl dd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top-price__dl dd .num {
  font-size: 3rem;
  line-height: 0.9666666667;
}
.p-top-price__dl dd .tax {
  font-size: 1.4rem;
}

/* -------------------------------------
  p-top-form
-----------------------------------------*/
.p-top-form {
  background: url(../img/top/form-bg.jpg) 50%/cover no-repeat;
  padding-bottom: 14rem;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-form {
    background-image: url(../img/top/form-bg_sp.jpg);
    padding-bottom: 7.2rem;
    padding-top: 5rem;
  }
}
.p-top-form__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-form__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.p-top-form__text + * {
  margin-top: 3.5rem;
}
.p-top-form__body {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 82.3rem;
  padding: 6%;
}

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

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

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

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

.u-c-blue {
  color: #0059D1;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingLeft1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/