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

@font-face {
  font-family: "halter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/halter.woff2") format("woff2"), url("../fonts/halter.woff") format("woff");
}
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: #222;
}

.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: #0056BF;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #0056BF;
  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: #0056BF;
  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: #0056BF;
}
.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: #0056BF;
  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;
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    text-align: center;
  }
}
.l-footer__info-title {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}
.l-footer__info-title + * {
  margin-top: 0.8rem;
}
.l-footer__info-address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: center;
  color: #000;
}
.l-footer__info-address + * {
  margin-top: 3rem;
}
.l-footer__info + * {
  margin-top: 6rem;
}
.l-footer__logo {
  width: 12rem;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__copyright {
  font-family: "Roboto", cursive;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.3333333333;
  text-align: center;
  color: #000;
}

/* -------------------------------------
        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: #0056BF;
}

/**
 * 必須
 *
 */
.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 {
  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: #004caa;
  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: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top-mv::before, .p-top-mv::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}
.p-top-mv::before {
  height: 5rem;
  background-color: #0056BF;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv::before {
    height: 11rem;
  }
}
.p-top-mv::after {
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    background-image: url(../img/top/mv-bg_sp.jpg);
    height: calc(100% - 11rem);
    bottom: auto;
  }
}
.p-top-mv__body {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 7.2rem;
  background: radial-gradient(rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.82) 54.68%, rgba(255, 255, 255, 0.6) 100%);
  filter: drop-shadow(0.3rem 0px 3rem rgba(51, 133, 203, 0.37));
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    max-width: 35rem;
    padding: 0;
    background: none;
    filter: none;
    z-index: auto;
  }
}
.p-top-mv__body::before, .p-top-mv__body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body::before, .p-top-mv__body::after {
    bottom: -2rem;
  }
}
.p-top-mv__body::before {
  width: 31.6326530612%;
  aspect-ratio: 310/622;
  background: url(../img/top/mv-man.png) 50%/contain no-repeat;
  right: -14.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__body::before {
    width: 17.1rem;
    right: -4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__body::before {
    width: 16.2rem;
    aspect-ratio: 162/246;
    background-image: url(../img/top/mv-man_sp.png);
    right: -4rem;
  }
}
.p-top-mv__body::after {
  width: 39.1836734694%;
  aspect-ratio: 384/612;
  background: url(../img/top/mv-woman.png) 50%/contain no-repeat;
  left: -25.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__body::after {
    width: 21.4rem;
    left: -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__body::after {
    width: 20rem;
    aspect-ratio: 200/240;
    background-image: url(../img/top/mv-woman_sp.png);
    left: -9.3rem;
  }
}
.p-top-mv__body.--sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body.--sp {
    display: block;
    padding-top: 3rem;
    padding-bottom: 9rem;
    background: radial-gradient(rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.82) 54.68%, rgba(255, 255, 255, 0.55) 100%);
    filter: drop-shadow(0.3rem 0px 3rem rgba(51, 133, 203, 0.37));
    position: relative;
  }
}
.p-top-mv__body.--sp::before, .p-top-mv__body.--sp::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body.--sp::after {
    content: "";
    display: block;
    width: 32.1rem;
    aspect-ratio: 321/133;
    background: url(../img/top/mv-treat_sp.png) 50%/contain no-repeat;
    position: absolute;
    left: -0.6rem;
    bottom: -4.1rem;
  }
}
.p-top-mv__body.--sp + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body.--sp + * {
    margin-top: 2rem;
  }
}
.p-top-mv__body-treat {
  display: none;
}
.p-top-mv__copy {
  font-weight: 700;
  font-size: 3.7rem;
  letter-spacing: 0.06em;
  line-height: 1.4864864865;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.p-top-mv__copy .med {
  font-weight: 500;
}
.p-top-mv__copy + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy + * {
    margin-top: 2.6rem;
  }
}
.p-top-mv__h1 {
  width: 85.9183673469%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__h1 {
    width: 30.6rem;
  }
}
.p-top-mv__h1 img {
  width: 100%;
}
.p-top-mv__h1 + * {
  margin-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__h1 + * {
    margin-top: 2.7rem;
  }
}
.p-top-mv__text {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.8571428571;
  }
}
.p-top-mv__btn-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  background: #e33d3d;
  border: 2px solid #fff;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  color: #fff;
  padding: 1.4rem 3rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn-link {
    gap: 1.5rem;
    font-size: 1.8rem;
    padding: 2rem 3.9rem;
    position: relative;
    z-index: 5;
  }
}
.p-top-mv__btn-link:hover, .p-top-mv__btn-link:focus-visible {
  opacity: 0.7;
}
.p-top-mv__btn-link::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 10/15;
  background: url(../img/icon/icon_arrow01.svg) 50%/contain no-repeat;
}

/* -------------------------------------
  p-top-problem
-----------------------------------------*/
.p-top-problem__head {
  padding-top: 6rem;
  padding-bottom: 23.5rem;
  background: linear-gradient(to bottom, #7ccdff 0%, #ddf2ff 80%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-problem__head {
    padding-top: 4rem;
    padding-bottom: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__head::before {
    content: "";
    display: block;
    width: 100%;
    height: 18.8rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-top-problem__head::after {
  content: "";
  display: block;
  background: url(../img/top/problem-head-bg.jpg) 50%/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.06;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-problem__head .l-inner::before, .p-top-problem__head .l-inner::after {
  content: "";
  width: 100%;
  min-width: 192rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-problem__head .l-inner::before, .p-top-problem__head .l-inner::after {
    min-width: auto;
  }
}
.p-top-problem__head .l-inner::before {
  height: 7.9rem;
  background: linear-gradient(to bottom, #d3e9ff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-top-problem__head .l-inner::before {
    height: 4.5rem;
  }
}
.p-top-problem__head .l-inner::after {
  height: 31.8rem;
  background: url(../img/top/head-bg.svg) 50%/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-problem__head .l-inner::after {
    height: 24.8rem;
    background-position: 100% 100%;
  }
}
.p-top-problem__head .l-inner + * {
  position: relative;
  z-index: 3;
}
.p-top-problem__head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.p-top-problem__head-copy .text01 {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .p-top-problem__head-copy .text01 {
    font-size: 1.8rem;
  }
}
.p-top-problem__head-copy .text02 {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #004caa;
}
@media screen and (max-width: 767px) {
  .p-top-problem__head-copy .text02 {
    font-size: 2.4rem;
  }
}
.p-top-problem__head-copy + * {
  margin-top: 3.4rem;
}
.p-top-problem__head-list.l-grid {
  max-width: 101.8rem;
  margin-left: auto;
  margin-right: auto;
  gap: 7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__head-list.l-grid {
    max-width: 78rem;
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__head-list.l-grid {
    width: 100%;
    gap: 2.4rem 1.6rem;
  }
}
.p-top-problem__head-list-image img {
  width: 100%;
}
.p-top-problem__head-list-image + * {
  margin-top: 2rem;
}
.p-top-problem__head-list-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-problem__head-list-text {
    font-size: 1.3rem;
  }
}
.p-top-problem__service {
  background: linear-gradient(to right, #09acd3 0%, #0071d1 51.72%, #7c86f8 100%);
  padding-top: 9.7rem;
  padding-bottom: 8.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-top-problem__service::after {
  content: "";
  display: block;
  width: 37.4rem;
  height: 9rem;
  background-color: #0056BF;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  mix-blend-mode: multiply;
  opacity: 0.12;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-problem__service::after {
    width: 26rem;
    height: 6.5rem;
  }
}
.p-top-problem__service .l-inner::before, .p-top-problem__service .l-inner::after {
  content: "";
  display: block;
  opacity: 0.07;
  position: absolute;
  z-index: -1;
}
.p-top-problem__service .l-inner::before {
  width: 47.6rem;
  aspect-ratio: 476/338;
  background: url(../img/top/service-treat-left.svg) 50%/contain no-repeat;
  top: 5.2rem;
  left: -0.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-problem__service .l-inner::before {
    width: 37rem;
  }
}
.p-top-problem__service .l-inner::after {
  width: 53.1rem;
  aspect-ratio: 531/365;
  background: url(../img/top/service-treat-right.svg) 50%/contain no-repeat;
  bottom: 8.2rem;
  right: -3.9rem;
}
@media screen and (max-width: 1280px) {
  .p-top-problem__service .l-inner::after {
    width: 40rem;
  }
}
.p-top-problem__service-title {
  width: 57.2rem;
  aspect-ratio: 572/225;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  color: #fff;
  text-align: center;
  padding-top: 2.9rem;
  padding-bottom: 9.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-title {
    width: 37rem;
    font-size: 2.4rem;
    padding-block: 2.4rem 0;
    top: -10rem;
  }
}
.p-top-problem__service-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/service-title-bg.svg) 50%/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-top-problem__service-title + * {
  margin-top: 3.7rem;
}
.p-top-problem__service-list.l-grid {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
  gap: 7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__service-list.l-grid {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list.l-grid {
    max-width: 40rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.p-top-problem__service-list-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(1) {
    order: 1;
  }
}
.p-top-problem__service-list-item:nth-child(1) .inner {
  background-color: #00c0c9;
}
.p-top-problem__service-list-item:nth-child(1)::after {
  background-color: #00c0c9;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(2) {
    order: 2;
  }
}
.p-top-problem__service-list-item:nth-child(2) .inner {
  background-color: #f4920e;
}
.p-top-problem__service-list-item:nth-child(2)::after {
  background-color: #f4920e;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(2)::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translate(-50%, 100%);
    height: 9rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(3) {
    order: 4;
  }
}
.p-top-problem__service-list-item:nth-child(3) .inner {
  background-color: #bd7fe3;
}
.p-top-problem__service-list-item:nth-child(3)::after {
  background-color: #bd7fe3;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(3)::after {
    width: 3rem;
    right: auto;
    left: 0;
    transform: translate(-100%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(4) {
    order: 3;
  }
}
.p-top-problem__service-list-item:nth-child(4) .inner {
  background-color: #d14a5f;
}
.p-top-problem__service-list-item:nth-child(4)::after {
  display: none;
  background-color: #d14a5f;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item:nth-child(4)::after {
    display: block;
    left: 50%;
    right: auto;
    top: 0;
    transform: translate(-50%, -100%);
    height: 3rem;
    width: 0.4rem;
  }
}
.p-top-problem__service-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0275D1;
  border-radius: 50%;
  opacity: 0.45;
  -ms-filter: blur(30px);
  filter: blur(30px);
  mix-blend-mode: multiply;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.p-top-problem__service-list-item::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-list-item::after {
    height: 0.4rem;
  }
}
.p-top-problem__service-list-item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.475;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__service-list-item .inner {
    font-size: 2.8rem;
  }
}
.p-top-problem__service-list + * {
  margin-top: 5rem;
}
.p-top-problem__service-box {
  display: flex;
  border: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__service-box {
    flex-direction: column;
  }
}
.p-top-problem__service-copy {
  width: 37.4rem;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.3333333333;
  text-align: center;
  color: #004caa;
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-problem__service-copy {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-copy {
    font-size: 2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-top-problem__service-text {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  color: #fff;
  padding: 1.7rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__service-text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
  p-top-point
-----------------------------------------*/
.p-top-point {
  padding-top: 14rem;
  padding-bottom: 13rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-point {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.p-top-point::before, .p-top-point::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 192rem;
  opacity: 0.2;
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-point::before, .p-top-point::after {
    min-width: auto;
  }
}
.p-top-point::before {
  aspect-ratio: 1920/700;
  background: url(../img/top/point-bg-top.png) 50%/cover no-repeat;
  top: 0;
}
.p-top-point::after {
  aspect-ratio: 1920/629;
  background: url(../img/top/point-bg-bottom.png) 50%/cover no-repeat;
  bottom: 0;
}
.p-top-point__title {
  text-align: center;
}
.p-top-point__title h2 {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.475;
  color: #004caa;
}
@media screen and (max-width: 767px) {
  .p-top-point__title h2 {
    font-size: 2.4rem;
  }
}
.p-top-point__title h2 + * {
  margin-top: 0.5rem;
}
.p-top-point__title p {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .p-top-point__title p {
    font-size: 1.8rem;
  }
}
.p-top-point__title + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__title + * {
    margin-top: 3.2rem;
  }
}
.p-top-point__item {
  background-color: #fff;
  position: relative;
  padding: 6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-point__item {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__item {
    padding: 3rem 2.6rem 3rem 1.6rem;
  }
}
.p-top-point__item:nth-child(even) .p-top-point__flex {
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .p-top-point__item:nth-child(even) .p-top-point__flex {
    flex-direction: column;
  }
}
.p-top-point__item::before, .p-top-point__item::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-point__item::before {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-right: 1px solid #5DC1FF;
  border-bottom: 1px solid #5DC1FF;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.p-top-point__item::after {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  background: #DDF2FF;
  -ms-filter: blur(20px);
  filter: blur(20px);
  top: 2rem;
  left: 2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-point__item::after {
    -ms-filter: blur(10px);
    filter: blur(10px);
    top: 1rem;
    left: 1rem;
  }
}
.p-top-point__item + * {
  margin-top: 4rem;
}
.p-top-point__flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.4rem 6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-point__flex {
    flex-direction: column;
  }
}
.p-top-point__flex-box {
  flex: 1;
}
.p-top-point__flex + * {
  margin-top: 4rem;
}
.p-top-point__h3 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__h3 {
    flex-direction: column;
    font-size: 2.4rem;
  }
}
.p-top-point__h3 .point {
  font-family: "Roboto", cursive;
  font-style: italic;
  font-size: 7rem;
  line-height: 1;
  color: #004caa;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-top-point__h3 .point {
    font-size: 5rem;
  }
}
.p-top-point__h3 .point .en {
  font-size: 3rem;
  line-height: 1.3;
  text-decoration: underline;
  margin-right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__h3 .point .en {
    font-size: 2.4rem;
  }
}
.p-top-point__h3 span:not(.point) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__h3 span:not(.point) {
    margin-top: 0;
  }
}
.p-top-point__h3 small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__h3 small {
    font-size: 1.8rem;
  }
}
.p-top-point__h3 + * {
  margin-top: 2.5rem;
}
.p-top-point__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
.p-top-point__text + * {
  margin-top: 2rem;
}
.p-top-point__image {
  width: 39.0909090909%;
}
@media screen and (max-width: 1023px) {
  .p-top-point__image {
    width: 100%;
  }
}
.p-top-point__image img {
  width: 100%;
}
.p-top-point__pro {
  border-radius: 1rem;
  background: linear-gradient(to right, #f2fbff 0%, #d0e7ff 100%);
  border: 1px solid #a0c5f3;
  display: flex;
  align-items: flex-start;
  gap: 2.2rem;
  padding: 3.9rem 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro {
    flex-direction: column;
    align-items: center;
    padding: 2.9rem;
  }
}
.p-top-point__pro-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.45;
  color: #004caa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-title {
    font-size: 1.6rem;
    gap: 1.2rem;
  }
}
.p-top-point__pro-title::before, .p-top-point__pro-title::after {
  content: "";
  display: block;
  flex: 1;
  max-width: 11rem;
  height: 0.2rem;
  background: #004caa;
}
.p-top-point__pro-title + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-title + * {
    margin-top: 1.6rem;
  }
}
.p-top-point__pro-image {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-image {
    width: 20rem;
  }
}
.p-top-point__pro-image img {
  width: 100%;
}
.p-top-point__pro-body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.9rem 2.1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-body {
    gap: 0.8rem 1.2rem;
  }
}
.p-top-point__pro-name {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-name {
    font-size: 2rem;
  }
}
.p-top-point__pro-role {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-point__pro-role {
    font-size: 1.4rem;
  }
}
.p-top-point__pro-desc {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.p-top-point__pro + .p-top-point__pro {
  margin-top: 2rem;
}

/* -------------------------------------
  p-top-feature
-----------------------------------------*/
.p-top-feature {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-top-feature__inner {
  max-width: 1720px;
}
.p-top-feature__flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5.45vw;
}
@media screen and (max-width: 1760px) {
  .p-top-feature__flex {
    gap: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-feature__flex {
    flex-direction: column-reverse;
  }
}
.p-top-feature__box {
  flex: 1;
}
.p-top-feature__title {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.475;
  color: #1854ad;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .p-top-feature__title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__title {
    font-size: 2.4rem;
  }
}
.p-top-feature__title .small {
  font-size: 2.6rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 1440px) {
  .p-top-feature__title .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__title .small {
    font-size: 1.6rem;
  }
}
.p-top-feature__title + * {
  margin-top: 7rem;
}
@media screen and (max-width: 1760px) {
  .p-top-feature__title + * {
    margin-top: 3.98vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__title + * {
    margin-top: 1.6rem;
  }
}
.p-top-feature__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
.p-top-feature__text a {
	text-decoration: underline;
	color: #EC6546;
	font-weight: bold;
}
.p-top-feature__text a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text {
    font-size: 1.5rem;
  }
}
.p-top-feature__text em {
  font-weight: 900;
  color: #004caa;
  font-style: initial;
}
.p-top-feature__text + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text + * {
    margin-top: 1.6rem;
  }
}
.p-top-feature__image {
  width: 55.8139534884%;
  min-height: 50rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__image {
    width: 100%;
    min-height: auto;
  }
}
.p-top-feature__image img {
  width: 100%;
  height: 100%;
  min-height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__image img {
    min-height: auto;
  }
}

/* -------------------------------------
  p-top-form
-----------------------------------------*/
.p-top-form {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background: #0071D1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-form {
    padding-top: 4rem;
    padding-top: 5rem;
  }
}
.p-top-form::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 51.72%, #fff 100%);
  opacity: 0.31;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-form .l-inner::before, .p-top-form .l-inner::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 192rem;
  mix-blend-mode: multiply;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-top-form .l-inner::before, .p-top-form .l-inner::after {
    min-width: 125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .l-inner::before, .p-top-form .l-inner::after {
    min-width: 70rem;
  }
}
.p-top-form .l-inner::before {
  background: url(../img/top/form-bg01.svg) 0 0/cover no-repeat;
  opacity: 0.41;
  top: 22.4rem;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-form .l-inner::before {
    top: 16.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .l-inner::before {
    top: 8.4rem;
  }
}
.p-top-form .l-inner::after {
  background: url(../img/top/form-bg02.svg) 0 0/cover no-repeat;
  opacity: 0.22;
  top: 11.2rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-form .l-inner::after {
    top: 10.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .l-inner::after {
    top: 5.2rem;
  }
}
.p-top-form .l-inner * {
  position: relative;
  z-index: 5;
}
.p-top-form__copy {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-top-form__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form__copy {
    font-size: 2rem;
  }
}
.p-top-form__copy + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__copy + * {
    margin-top: 2rem;
  }
}
.p-top-form__list.l-grid {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.6rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__list.l-grid {
    max-width: 26rem;
  }
}
.p-top-form__list-item {
  position: relative;
  z-index: 1;
}
.p-top-form__list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 74.6268656716%;
  border-radius: 0.6rem;
  background: #00326f;
  -ms-filter: blur(6px);
  filter: blur(6px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}
.p-top-form__list + * {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-form__list + * {
    margin-top: 3rem;
  }
}
.p-top-form__body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

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

/* -------------------------------------
        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%);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/