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

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

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

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

.l-inner {
  max-width: 118rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-inner--lg {
  max-width: 129rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-inner--md {
  max-width: 103.3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-inner--sm {
  max-width: 96rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

::-moz-placeholder {
  color: #B5B5B5;
}

::placeholder {
  color: #B5B5B5;
}

/**
 * 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: 16px;
  line-height: 1.5;
  padding: 12px 15px;
}
input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  color: #000;
  width: 100%;
  height: 21rem;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 12px 15px;
}
@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: #1671EA;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #1671EA;
  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: #1671EA;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

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

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

/**
 * button
 *
 */
form button[type=submit],
form input[type=submit] {
  width: 100%;
  max-width: 25.1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border: 2px solid #E6354A;
  background-color: #E6354A;
  padding-block: 1.6rem;
  border-radius: 5rem;
  text-align: center;
  transition: all 0.3s;
}
form button[type=submit]:hover, form button[type=submit]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #fff;
  color: #E6354A;
}
form button[type=submit]:hover::after, form button[type=submit]:focus::after,
form input[type=submit]:hover::after,
form input[type=submit]:focus::after {
  background-color: #E6354A;
}
form + * {
  margin-top: 2.4rem;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 1.7rem;
  padding-top: 1.9rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    flex-wrap: nowrap;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-left: 2rem;
  }
}
.l-header__logo {
  align-items: center;
  display: flex;
  gap: 0.73rem;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.1rem;
  }
}
.l-header__logo a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo-main {
  display: block;
  max-width: 29.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 16.9rem;
  }
}
.l-header__logo-sub {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-header__logo-sub {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btnwrap {
  display: flex;
  gap: 1rem;
}
.l-header__btnwrap .c-btn {
  font-size: 1.5rem;
  line-height: 2;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 1.4rem;
  width: 15rem;
}
.l-header__btnwrap .c-btn::after {
  aspect-ratio: 9/13;
  -webkit-mask-image: url(../img/icon/icon_arrow02.svg);
          mask-image: url(../img/icon/icon_arrow02.svg);
  width: 0.9rem;
}

.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.25s;
}

.p-header-nav__list {
  align-items: center;
  display: flex;
  gap: 3rem;
}
.p-header-nav__link {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 500;
  font-size: 1.4rem;
  gap: 0.6rem;
  letter-spacing: 0.06em;
  transition: all 0.3s;
}
.p-header-nav__link::before {
  aspect-ratio: 8/12;
  background-color: #000;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow03.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow03.svg) 50%/contain no-repeat;
  width: 0.8rem;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #1671EA;
}
.p-header-nav__link:hover::before, .p-header-nav__link:focus-visible::before {
  background-color: #1671EA;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    align-items: center;
    background: #22416A;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 6.4rem;
    justify-content: center;
    position: relative;
    width: 6.4rem;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    height: 6rem;
    width: 6rem;
  }
}
.c-hamburger-btn__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5454545455;
  text-align: center;
  text-transform: uppercase;
}
.c-hamburger-btn__inner {
  display: block;
  height: 2rem;
  position: relative;
  width: 2.8rem;
}
.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 {
  background-color: #fff;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.2rem;
}
.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 {
  background-color: #22416A;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    background-color: rgba(34, 65, 106, 0.95);
    display: block;
    height: calc(100svh - 6.4rem);
    right: 0;
    margin-top: 6.4rem;
    min-height: auto;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 3rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.15s;
    transform: translateX(100%);
    visibility: hidden;
    width: 28rem;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    height: calc(100svh - 6rem);
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner.l-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    position: relative;
    z-index: 30;
  }
}
.p-sub-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sub-nav__list.--sub {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list.--sub {
    display: block;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list.--sub .p-sub-nav__item::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list.--sub .p-sub-nav__item + .p-sub-nav__item {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list.--sub .p-sub-nav__link {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    gap: 1rem;
    line-height: 1.4666666667;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list.--sub .p-sub-nav__link::before {
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    width: 0.5rem;
  }
}
.p-sub-nav__item {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
  }
}
.p-sub-nav__item.has-child {
  position: relative;
}
.p-sub-nav__item.has-child:has(.p-sub-nav__child-wrap.show) .p-sub-nav__link {
  opacity: 0.7;
}
.p-sub-nav__item.has-child:has(.p-sub-nav__child-wrap.show) .p-sub-nav__link::after {
  opacity: 1;
}
.p-sub-nav__item.has-child .p-sub-nav__link {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item.has-child .p-sub-nav__link {
    padding-block: 1.6rem 1.4rem;
  }
}
.p-sub-nav__item:last-child::before {
  background-color: #fff;
  content: "";
  display: block;
  height: calc(100% - 2rem);
  right: 0;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item:last-child::before {
    display: none;
  }
}
.p-sub-nav__item::after {
  background-color: #fff;
  content: "";
  display: block;
  height: calc(100% - 2rem);
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item::after {
    bottom: 0;
    height: 1px;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.p-sub-nav__child-wrap {
  background: rgba(34, 65, 106, 0.95);
  border-radius: 0 0 1rem 1rem;
  bottom: 0;
  left: 50%;
  opacity: 0;
  padding: 4rem 3rem;
  position: absolute;
  transform: translate(-50%, 100%);
  transition: all 0.3s;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-wrap {
    opacity: 1;
    padding: 0 2rem 2rem;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
}
.p-sub-nav__child-wrap.show {
  opacity: 1;
  visibility: visible;
}
.p-sub-nav__child-item a {
  background-color: #fff;
  border-radius: 1rem;
  color: #222;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding: 1.2rem 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-item a {
    font-size: 1.3rem;
    padding: 1rem 1.4rem;
  }
}
.p-sub-nav__child-item a:hover, .p-sub-nav__child-item a:focus-visible {
  opacity: 0.7;
}
.p-sub-nav__child-item a:after {
  aspect-ratio: 9/13;
  background: url(../img/icon/icon_arrow-child.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 0.9rem;
}
.p-sub-nav__child-item + * {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__child-item + * {
    margin-top: 1rem;
  }
}
.p-sub-nav__link {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  position: relative;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__link {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 1.4rem 2rem;
    text-align: left;
  }
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
.p-sub-nav__link:hover::after, .p-sub-nav__link:focus::after {
  opacity: 1;
}
.p-sub-nav__link::after {
  background-color: #fff;
  border-radius: 1rem;
  bottom: 2px;
  content: "";
  display: block;
  height: 0.4rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.25s;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__link::after {
    display: none;
  }
}
.p-sub-nav__btnwrap {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin: 3rem auto 0;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap .c-btn {
    border-color: #fff;
    font-size: 1.6rem;
    padding-right: 1.9rem;
    padding-block: 1.4rem;
  }
}
.p-sub-nav__btnwrap .c-btn::after {
  -webkit-mask-image: url(../img/icon/icon_arrow02.svg);
          mask-image: url(../img/icon/icon_arrow02.svg);
  width: 0.9rem;
}
.p-sub-nav__btnwrap .c-btn.--cta {
  border-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap + * {
    margin-top: 2.5rem;
  }
}
.p-sub-nav__logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__logo {
    background-color: #fff;
    display: block;
    margin-top: auto;
  }
}
.p-sub-nav__logo-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
  padding-top: 0.4rem;
  width: 13.4rem;
}
.p-sub-nav__logo-link img {
  width: 100%;
}

.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;
    pointer-events: auto;
    transition: 0.15s;
    transform: translateX(0);
    visibility: visible;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  padding-top: 7.4rem;
  position: relative;
}
.l-footer .l-inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer .l-inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.l-footer__info {
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__info-title {
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__info-title .main {
  width: 21.9rem;
}
.l-footer__info-title .main img {
  width: 100%;
}
.l-footer__info-title .sub {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
}
.l-footer__info-title + * {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-title + * {
    margin-top: 3.2rem;
  }
}
.l-footer__info-list {
  align-items: center;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-list {
    justify-content: center;
  }
}
.l-footer__info-item {
  width: 10rem;
}
.l-footer__info-item a {
  display: block;
}
.l-footer__info-item a img {
  width: 100%;
}
.l-footer__nav {
  align-items: flex-start;
  display: flex;
  gap: 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 3.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__nav-item + * {
  margin-top: 2.6rem;
}
.l-footer__nav-link {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.65rem;
  padding-top: 0.65rem;
  transition: all 0.3s;
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus-visible {
  color: #1671EA;
}
.l-footer__copyright {
  background-color: #22416A;
  color: #fff;
  font-family: "Roboto", cursive;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin-top: 2.6rem;
  padding-bottom: 1.8rem;
  padding-top: 1.6rem;
  text-align: center;
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
  overflow: hidden;
  margin-top: 14.5rem;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 6rem;
  }
}
.l-main--404 {
  padding-top: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-top: 10rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #1671EA;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 5.6rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn02 {
  max-width: 36rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-link .c-btn02 {
    max-width: 30rem;
  }
}
.l-main--404 .l-cta-nav {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .l-cta-nav {
    margin-top: 6rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}

.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 .l-breadcrumbs + * {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .l-form .l-breadcrumbs + * {
    margin-top: 6rem;
  }
}
.l-form__content {
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .l-form__content {
    padding-bottom: 8rem;
  }
}
.l-form__tel-box {
  border: 1px solid #1671EA;
  border-radius: 0.5rem;
  margin-inline: auto;
  max-width: 49.4rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.l-form__tel-box + * {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__tel-box + * {
    margin-top: 4rem;
  }
}
.l-form__tel-title {
  background-color: #1671EA;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding-block: 1.1rem;
  text-align: center;
}
.l-form__tel-title + * {
  margin-top: 2.4rem;
}
.l-form__tel-link {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.46rem;
}
.l-form__tel-link::before {
  aspect-ratio: 32/43;
  background-color: #1671EA;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
  width: 2.5rem;
}
.l-form__tel-link .num {
  font-family: "Roboto", cursive;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.013em;
  color: #1671EA;
}
.l-form__tel-time {
  margin-top: 0.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form__tel-time {
    font-size: 1.3rem;
  }
}
.l-form__text {
  font-size: 1.6rem;
  line-height: 2.0625;
  text-align: center;
}
.l-form__text + * {
  margin-top: 5.5rem;
}
.l-form__body {
  margin-inline: auto;
  max-width: 60rem;
}
.l-form__dl + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-form__dl + * {
    margin-top: 2.8rem;
  }
}
.l-form__box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.l-form__box + .l-form__box {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2.4rem;
  }
}
.l-form__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.5;
}
.l-form__label .required {
  aspect-ratio: 30/18;
  background-color: #E6354A;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  width: 3rem;
}
.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__privacy {
  text-align: center;
}
.l-form__privacy a {
  text-decoration: underline;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}
.l-form__privacy a:hover, .l-form__privacy a:focus-visible {
  color: #1671EA;
}
.l-form__privacy + * {
  margin-top: 2.9rem;
}

/**
 * 完了ページ
 *
 */
.l-form-thanks .l-breadcrumbs + * {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks .l-breadcrumbs + * {
    margin-top: 6rem;
  }
}
.l-form-thanks__content + * {
  margin-top: 15rem;
}
@media screen and (max-width: 1023px) {
  .l-form-thanks__content + * {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form-thanks__content + * {
    margin-top: 8rem;
  }
}
.l-form-thanks__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-form-thanks__text + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text + * {
    margin-top: 3.2rem;
  }
}
.l-form-thanks__text + *.l-form-thanks__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text + *.l-form-thanks__text {
    margin-top: 1.6rem;
  }
}
.l-form-thanks__address {
  border: 1px solid #707070;
  margin-inline: auto;
  padding: 2.5rem 3.4rem;
  max-width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address {
    padding: 2rem 1.6rem;
  }
}
.l-form-thanks__address-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-form-thanks__address-title + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address-title + * {
    margin-top: 1.2rem;
  }
}
.l-form-thanks__address-text, .l-form-thanks__address-tel {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-form-thanks__address-text span, .l-form-thanks__address-tel span {
  display: inline-block;
}
.l-form-thanks__address-text + *, .l-form-thanks__address-tel + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address-text + *, .l-form-thanks__address-tel + * {
    margin-top: 0.8rem;
  }
}
.l-form-thanks__address + * {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .l-form-thanks__address + * {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address + * {
    margin-top: 5rem;
  }
}
.l-form-thanks__btn .c-btn {
  border-radius: 50rem;
  font-size: 1.5rem;
  gap: 1.4rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 18.2rem;
  padding: 1.1rem 0;
}
.l-form-thanks__btn .c-btn::after {
  width: 0.6rem;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  background-color: #E6354A;
  color: #fff;
  padding-bottom: 4.9rem;
  padding-top: 2.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-bottom: 4rem;
    padding-top: 2.1rem;
  }
}
.l-cta__lead {
  align-items: flex-end;
  display: flex;
  font-weight: 900;
  font-size: 3.5rem;
  gap: 2rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.4571428571;
}
@media screen and (max-width: 1023px) {
  .l-cta__lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__lead {
    font-size: 1.7rem;
    gap: 1rem;
  }
}
.l-cta__lead::before {
  aspect-ratio: 166/154;
  background: url(../img/common/cta-lead.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 16.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__lead::before {
    width: 8.4rem;
  }
}
.l-cta__lead + * {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__lead + * {
    margin-top: 2.4rem;
  }
}
.l-cta__lead span {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .l-cta__lead span {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__lead span {
    padding-bottom: 1rem;
  }
}
.l-cta__body {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-cta__body {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.l-cta__tel {
  padding-bottom: 2.3rem;
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-cta__tel {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__tel {
    padding-bottom: 1.8rem;
  }
}
.l-cta__tel::before, .l-cta__tel::after, .l-cta__tel .l-cta__tel-link::before, .l-cta__tel .l-cta__tel-link::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: calc(100% - 0.9rem);
}
@media screen and (max-width: 767px) {
  .l-cta__tel::before, .l-cta__tel::after, .l-cta__tel .l-cta__tel-link::before, .l-cta__tel .l-cta__tel-link::after {
    width: calc(100% - 0.6rem);
  }
}
.l-cta__tel::before {
  top: 0;
}
.l-cta__tel::after {
  bottom: 0;
}
.l-cta__tel-link {
  align-items: center;
  display: flex;
  gap: 0.3rem;
  padding-right: 0.9rem;
}
.l-cta__tel-link::before {
  top: 0.7rem;
}
.l-cta__tel-link::after {
  bottom: 0.7rem;
}
.l-cta__tel-link .icon {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link .icon {
    width: 2.6rem;
  }
}
.l-cta__tel-link .text {
  font-family: "Roboto", cursive;
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2909090909;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link .text {
    font-size: 4.8rem;
  }
}
.l-cta__tel-text {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.4285714286;
  margin-top: -0.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-text {
    font-size: 1.2rem;
  }
}
.l-cta__btn-wrap {
  display: flex;
  gap: 2rem;
  /* margin-left: auto; */
  margin-left: 40px;
  /* width: 60%; */
}
@media screen and (max-width: 1023px) {
  .l-cta__btn-wrap {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn-wrap {
    align-items: center;
    flex-direction: column;
  }
}
.l-cta__btn.c-btn {
  border: 0.2rem solid #fff;
  border-radius: 1.8rem;
  box-shadow: 0px 0.3rem 1rem 0px rgba(0, 0, 0, 0.16);
  font-size: 3.2rem;
  justify-content: flex-start;
  max-width: 32rem;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  padding-left: 2.8rem;
  padding-right: 1.7rem;
  width: calc(50% - 1rem);
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .l-cta__btn.c-btn {
    font-size: 2rem;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    width: 100%;
  }
}
.l-cta__btn.c-btn::after {
  aspect-ratio: 14/25;
  margin-left: auto;
  -webkit-mask-image: url(../img/icon/icon_arrow04.svg);
          mask-image: url(../img/icon/icon_arrow04.svg);
  width: 1.4rem;
}
.l-cta__btn.c-btn .icon {
  aspect-ratio: 35/42;
  background-color: #fff;
  -webkit-mask: url(../img/icon/icon_document.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_document.svg) 50%/contain no-repeat;
  margin-right: 1.6rem;
  transition: all 0.3s;
  width: 3.5rem;
}
.l-cta__btn.c-btn:hover .icon, .l-cta__btn.c-btn:focus-visible .icon {
  background-color: #1671EA;
}
.l-cta__btn.c-btn.--cta {
  background-color: #fff;
  color: #E6354A;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn.c-btn.--cta {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.l-cta__btn.c-btn.--cta::after {
  background-color: #E6354A;
}
.l-cta__btn.c-btn.--cta .icon {
  aspect-ratio: 40/28;
  background-color: #E6354A;
  -webkit-mask-image: url(../img/icon/icon_mail.svg);
          mask-image: url(../img/icon/icon_mail.svg);
  margin-right: 1.3rem;
  width: 4rem;
}
.l-cta__btn.c-btn.--cta:hover, .l-cta__btn.c-btn.--cta:focus-visible {
  background-color: #E6354A;
  border-color: #fff;
  color: #fff;
}
.l-cta__btn.c-btn.--cta:hover::after, .l-cta__btn.c-btn.--cta:focus-visible::after {
  background-color: #fff;
}
.l-cta__btn.c-btn.--cta:hover .icon, .l-cta__btn.c-btn.--cta:focus-visible .icon {
  background-color: #fff;
}

.l-cta-nav {
  background-color: #F1F1F1;
  padding-bottom: 7rem;
  padding-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-cta-nav {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.l-cta-nav__body.l-grid {
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .l-cta-nav__body.l-grid {
    gap: 2.4rem 3.2rem;
  }
}
.l-cta-nav__link {
  background-color: #fff;
  border: 0.4rem solid;
  border-radius: 0.6rem;
  box-shadow: 0.3rem 0.3rem 1.6rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 3.2rem;
  padding-top: 3.6rem;
  position: relative;
  transition: all 0.3s;
}
.l-cta-nav__link:hover, .l-cta-nav__link:focus-visible {
  opacity: 0.7;
}
.l-cta-nav__link::before, .l-cta-nav__link::after {
  content: "";
  display: block;
  position: absolute;
}
.l-cta-nav__link::before {
  aspect-ratio: 240/192;
  left: 0;
  top: 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .l-cta-nav__link::before {
    width: 22rem;
  }
}
.l-cta-nav__link::after {
  aspect-ratio: 16/27;
  -webkit-mask: url(../img/icon/icon_arrow06.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow06.svg) 50%/contain no-repeat;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .l-cta-nav__link::after {
    right: 1.6rem;
    width: 1.4rem;
  }
}
.l-cta-nav__link.--flow {
  border-color: #1671EA;
}
.l-cta-nav__link.--flow::before {
  background: url(../img/common/cta-nav-bg-flow.webp) 50%/contain no-repeat;
}
.l-cta-nav__link.--flow::after {
  background-color: #1671EA;
}
.l-cta-nav__link.--flow .title {
  color: #1671EA;
}
.l-cta-nav__link.--faq {
  border-color: #E6354A;
}
.l-cta-nav__link.--faq::before {
  background: url(../img/common/cta-nav-bg-faq.webp) 50%/contain no-repeat;
}
.l-cta-nav__link.--faq::after {
  background-color: #E6354A;
}
.l-cta-nav__link.--faq .title {
  color: #E6354A;
}
.l-cta-nav__link .title {
  font-weight: 900;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-cta-nav__link .title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta-nav__link .title {
    font-size: 2.4rem;
  }
}
.l-cta-nav__link .title + * {
  margin-top: 0.9rem;
}
.l-cta-nav__link .text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-cta-nav__link .text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        l-faq
-----------------------------------------*/
.l-faq__dl-inner {
  padding: 4rem 7.5rem 3.6rem;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 1023px) {
  .l-faq__dl-inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__dl-inner {
    padding: 1.6rem 1rem 2rem;
  }
}
.l-faq__dl-inner:first-child {
  border-top: 1px solid #222;
}
.l-faq__dt, .l-faq__dd {
  align-items: flex-start;
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt, .l-faq__dd {
    gap: 1.2rem;
  }
}
.l-faq__dt::before, .l-faq__dd::before {
  display: block;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  text-align: center;
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt::before, .l-faq__dd::before {
    font-size: 2.4rem;
    width: 1.9rem;
  }
}
.l-faq__dt::before {
  content: "Q";
  color: #1671EA;
}
.l-faq__dt .inner {
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt .inner {
    padding-top: 0.9rem;
  }
}
.l-faq__dt p {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-faq__dt p {
    font-size: 1.6rem;
  }
}
.l-faq__dt + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt + * {
    margin-top: 1.2rem;
  }
}
.l-faq__dd::before {
  content: "A";
  color: #E6354A;
}
.l-faq__dd .inner {
  padding-top: 0.6rem;
}
.l-faq__dd p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-faq__dd p {
    font-size: 1.4rem;
  }
}
.l-faq__dt .inner, .l-faq__dd .inner {
  flex: 1;
}
.l-faq__dd .inner table {
  border: 1px solid #888;
}
.l-faq__dd .inner table th {
  background: #ddd;
}
.l-faq__dd .inner table th, .l-faq__dd .inner table td {
  padding: 1em;
  border: 1px solid #888;
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  background: linear-gradient(to right, #5ca2ff 0%, #1671ea 100%);
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .l-undermv {
    height: 10rem;
    position: relative;
    z-index: 1;
  }
}
.l-undermv.--red {
  background: linear-gradient(to right, #ff8181 0%, #e6354a 100%);
}
.l-undermv.--red .l-inner::after {
  background-image: url(../img/common/undermv-bg_w.webp);
}
@media screen and (max-width: 767px) {
  .l-undermv.--red .l-inner::after {
    background-image: url(../img/common/undermv-bg_sp.webp);
  }
}
.l-undermv.--orange {
  background: linear-gradient(to right, #ffb865 0%, #ff8900 100%);
}
.l-undermv.--orange .l-inner::after {
  background-image: url(../img/common/undermv-bg_w.webp);
}
@media screen and (max-width: 767px) {
  .l-undermv.--orange .l-inner::after {
    background-image: url(../img/common/undermv-bg_sp.webp);
  }
}
.l-undermv .l-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv .l-inner {
    position: static;
  }
}
.l-undermv .l-inner::after {
  aspect-ratio: 895/200;
  background: url(../img/common/undermv-bg.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -32.5rem;
  top: 0;
  width: 89.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-undermv .l-inner::after {
    aspect-ratio: 296/100;
    background-image: url(../img/common/undermv-bg_sp.webp);
    right: 0;
    width: 29.6rem;
  }
}
.l-undermv__title {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    font-size: 2.2rem;
  }
}
.l-undermv__title--col {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  line-height: 1.475;
}
@media screen and (max-width: 1023px) {
  .l-undermv__title--col {
    gap: 0;
  }
}
.l-undermv__title--col .mn {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .l-undermv__title--col .mn {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        l-breadcrumbs
-----------------------------------------*/
.l-breadcrumbs {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.l-breadcrumbs ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.3em;
  position: relative;
  z-index: 2;
}
.l-breadcrumbs ol li {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: nowrap;
}
.l-breadcrumbs ol li + li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.l-breadcrumbs ol li + li::before {
  content: "＞";
  display: block;
}
.l-breadcrumbs ol li br {
  display: none;
}
.l-breadcrumbs ol li a {
  display: block;
  padding-block: 1rem;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-breadcrumbs ol li a:hover, .l-breadcrumbs ol li a:focus-visible {
  color: #1671EA;
}
.l-breadcrumbs + * {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs + * {
    margin-top: 2.9rem;
  }
}

/* -------------------------------------
        l-single
-----------------------------------------*/
.l-single__body {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
}
.l-single__body-inner {
  padding-block: 8rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__body-inner {
    padding: 3rem 1rem;
  }
}
.l-single__body + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-single__body + * {
    margin-top: 6rem;
  }
}
.l-single__thumbnail {
  border-radius: 1rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail {
    width: 95%;
  }
}
.l-single__thumbnail + * {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail + * {
    margin-top: 2.5rem;
  }
}
.l-single__content h2 {
  background-color: #1671EA;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    font-size: 2rem;
    padding: 0.3rem 1rem;
  }
}
.l-single__content h3 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__content h3 {
    font-size: 1.7rem;
    line-height: 1.5;
    padding-left: 1.2rem;
  }
}
.l-single__content h3::before {
  background-color: #1671EA;
  border-radius: 1rem;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h3::before {
    width: 0.4rem;
  }
}
.l-single__content h2,
.l-single__content h3 {
  font-weight: 700;
}
.l-single__content h2 + *,
.l-single__content h3 + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 + *,
.l-single__content h3 + * {
    margin-top: 2rem;
  }
}
.l-single__content h2 + p,
.l-single__content h3 + p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 + p,
.l-single__content h3 + p {
    margin-top: 2rem;
  }
}
.l-single__content table {
  border: 1px solid #888;
}
.l-single__content table th {
  background: #ddd;
}
.l-single__content table th, td {
  padding: 1em;
  border: 1px solid #888;
}
.l-single__content p,
.l-single__content figure,
.l-single__content ol,
.l-single__content ul {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .l-single__content p,
.l-single__content figure,
.l-single__content ol,
.l-single__content ul {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-single__content p + *,
.l-single__content figure + *,
.l-single__content ol + *,
.l-single__content ul + * {
  margin-top: 1.6rem;
}
.l-single__content p + figure,
.l-single__content figure + figure,
.l-single__content ol + figure,
.l-single__content ul + figure {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-single__content p + figure,
.l-single__content figure + figure,
.l-single__content ol + figure,
.l-single__content ul + figure {
    margin-top: 3rem;
  }
}
.l-single__content p + h2, .l-single__content p + h3,
.l-single__content figure + h2,
.l-single__content figure + h3,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ul + h2,
.l-single__content ul + h3 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-single__content p + h2, .l-single__content p + h3,
.l-single__content figure + h2,
.l-single__content figure + h3,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ul + h2,
.l-single__content ul + h3 {
    margin-top: 3rem;
  }
}
.l-single__content ul li + *,
.l-single__content ol li + * {
  margin-top: 0;
}
.l-single__content ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.l-single__content ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.l-single__content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-single__content ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-single__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.l-single__content figure {
  border-radius: 1rem;
  margin-inline: auto;
  overflow: hidden;
  width: 88.6363636364%;
}
@media screen and (max-width: 767px) {
  .l-single__content figure {
    width: 95%;
  }
}
.l-single__btn .c-btn {
  font-size: 1.5rem;
  gap: 1rem;
  justify-content: center;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 18.2rem;
  padding: 1.1rem 2rem;
}
.l-single__btn .c-btn::after {
  width: 0.5rem;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-primary-title::before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  order: 2;
  width: 110%;
}
.c-primary-title .jp {
  font-size: 6rem;
  letter-spacing: 0.05em;
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    font-size: 2.8rem;
  }
}
.c-primary-title .en {
  font-size: 3rem;
  letter-spacing: 0.05em;
  order: 3;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 2rem;
  }
}
.c-primary-title + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #1671EA;
  border: 1px solid #1671EA;
  border-radius: 0.6rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding-left: 2.9rem;
  transition: all 0.3s;
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #1671EA;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #1671EA;
}
.c-btn.--back {
  flex-direction: row-reverse;
}
.c-btn.--back::after {
  transform: scale(-1, 1);
}
.c-btn.--cta {
  background-color: #E6354A;
  border-color: #E6354A;
}
.c-btn.--cta:hover, .c-btn.--cta:focus {
  background-color: #fff;
  color: #E6354A;
}
.c-btn.--cta:hover::after, .c-btn.--cta:focus::after {
  background-color: #E6354A;
}
.c-btn::after {
  aspect-ratio: 11/17;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  transition: all 0.3s;
  width: 1.1rem;
}
.c-btn02 {
  background-color: #1671EA;
  border: 2px solid #1671EA;
  border-radius: 0.6rem;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 1.9rem;
  padding-top: 1.9rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
.c-btn02:hover, .c-btn02:focus {
  background-color: #fff;
  color: #1671EA;
}
.c-btn02:hover::after, .c-btn02:focus::after {
  background-color: #1671EA;
}
.c-btn02.--white {
  background-color: #fff;
  border-color: #fff;
  color: #0068B7;
}
.c-btn02.--white::after {
  background-color: #0068B7;
}
.c-btn02.--white:hover, .c-btn02.--white:focus {
  background-color: #0068B7;
  color: #fff;
}
.c-btn02.--white:hover::after, .c-btn02.--white:focus::after {
  background-color: #fff;
}
.c-btn02::after {
  aspect-ratio: 10/15;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 1rem;
}
/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  position: relative;
}
.c-pagination li span,
.c-pagination li a {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #F5F5F5;
  border-radius: 0.3rem;
  color: #222;
  display: flex;
  font-family: "Roboto", cursive;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-width: 4rem;
}
.c-pagination li span.dots,
.c-pagination li a.dots {
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0.4rem;
}
.c-pagination li a {
  transition: all 0.3s;
}
.c-pagination li a:hover, .c-pagination li a :focus-visible {
  background-color: #1671EA;
  color: #fff;
}
.c-pagination li .current {
  background-color: #1671EA;
  color: #fff;
}
.c-pagination li .prev,
.c-pagination li .next {
  border: none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -9999px;
}
.c-pagination li .prev:hover::after, .c-pagination li .prev :focus-visible::after,
.c-pagination li .next:hover::after,
.c-pagination li .next :focus-visible::after {
  background-color: #fff;
}
.c-pagination li .prev::after,
.c-pagination li .next::after {
  aspect-ratio: 11/15;
  background-color: #222;
  content: "";
  display: inline-block;
  left: 50%;
  -webkit-mask: url(../img/icon/icon_arrow-pager.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow-pager.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  width: 1.1rem;
}
.c-pagination li .prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
/* -------------------------------------
  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;
}
.p-top-mv__body {
  background: url(../img/top/mv-bg.svg) 50% bottom/100% no-repeat;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    background-image: url(../img/top/mv-bg_sp.svg);
    background-position: top;
    flex-direction: column;
  }
}
.p-top-mv__box {
  flex: 1;
  padding-inline: min(2.08vw, 4rem) min(1.56vw, 3rem);
  padding-top: min(1.98vw, 3.8rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__box {
    padding-top: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__box {
    padding-top: 2.56vw;
    padding-inline: 0;
    width: 100%;
  }
}
.p-top-mv__content {
  margin-inline: auto;
  max-width: min(33.07vw, 63.5rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__content {
    max-width: 42.32vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content + * {
    margin-top: 5.79vw;
  }
}
.p-top-mv__copy {
  color: #22416A;
  display: flex;
  flex-direction: column;
}
.p-top-mv__copy .text01 {
  align-items: center;
  display: flex;
  gap: min(0.78vw, 1.5rem);
  justify-content: flex-end;
  padding-right: min(0.31vw, 0.6rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text01 {
    gap: 0.99vw;
    padding-right: 0.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text01 {
    gap: 2.05vw;
    justify-content: center;
    padding-right: 0;
  }
}
.p-top-mv__copy .text01 .logo {
  width: min(7.34vw, 14.1rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text01 .logo {
    width: 9.38vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text01 .logo {
    width: 25.38vw;
  }
}
.p-top-mv__copy .text01 .underline {
  align-items: flex-end;
  display: flex;
  font-size: min(1.67vw, 3.2rem);
  font-weight: 900;
  line-height: 1.46875;
  padding-inline: min(0.36vw, 0.7rem) min(0.16vw, 0.3rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text01 .underline {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text01 .underline {
    font-size: 3.59vw;
    line-height: 1.4285714286;
    padding-inline: 1.03vw 0.77vw;
  }
}
.p-top-mv__copy .text01 .underline .blue {
  color: #1671EA;
  font-size: min(2.6vw, 5rem);
  letter-spacing: 0.02em;
  line-height: 1.48;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text01 .underline .blue {
    font-size: 3.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text01 .underline .blue {
    font-size: 7.18vw;
    line-height: 1.4642857143;
  }
}
.p-top-mv__copy .text01 .underline .text {
  padding-bottom: min(0.31vw, 0.6rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text01 .underline .text {
    padding-bottom: 0.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text01 .underline .text {
    padding-bottom: 1.79vw;
  }
}
.p-top-mv__copy .text02 {
  align-items: flex-end;
  display: flex;
  font-weight: 900;
  font-size: min(4.17vw, 8rem);
  gap: min(0.16vw, 0.3rem);
  line-height: 1.4875;
  margin-top: max(-0.9rem, -0.47vw);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text02 {
    font-size: 5.34vw;
    gap: 0.21vw;
    margin-top: -0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text02 {
    font-size: 11.28vw;
    gap: 0.51vw;
    justify-content: center;
    line-height: 1.4772727273;
    margin-top: -1.28vw;
  }
}
.p-top-mv__copy .text02 .orange {
  color: #FF863D;
  font-size: min(4.9vw, 9.4rem);
  line-height: 1.4787234043;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text02 .orange {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text02 .orange {
    font-size: 14.1vw;
    line-height: 1.4909090909;
  }
}
.p-top-mv__copy .text02 .orange .sm {
  font-size: min(4.17vw, 8rem);
  line-height: 1.4875;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text02 .orange .sm {
    font-size: 5.34vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text02 .orange .sm {
    font-size: 11.28vw;
    line-height: 1.4772727273;
  }
}
.p-top-mv__copy .text03 {
  align-items: flex-end;
  display: flex;
  font-weight: 900;
  gap: min(0.21vw, 0.4rem);
  justify-content: flex-end;
  margin-top: max(-3.9rem, -2.03vw);
  padding-right: min(0.16vw, 0.3rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text03 {
    gap: 0.26vw;
    margin-top: -2.6vw;
    padding-right: 0.21vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text03 {
    gap: 0;
    justify-content: center;
    margin-top: -6.41vw;
    padding-right: 0;
    white-space: nowrap;
  }
}
.p-top-mv__copy .text03 .lg {
  font-size: min(6.09vw, 11.7rem);
  line-height: 1.4786324786;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text03 .lg {
    font-size: 7.81vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text03 .lg {
    font-size: 17.44vw;
    line-height: 1.4852941176;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-top-mv__copy .text03 .md {
  font-size: min(5.1vw, 9.8rem);
  line-height: 1.4795918367;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .text03 .md {
    font-size: 6.51vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .text03 .md {
    font-size: 14.62vw;
    line-height: 1.4736842105;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-top-mv__cta-text {
  align-items: flex-start;
  display: flex;
  gap: min(0.47vw, 0.9rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-text {
    gap: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-text {
    gap: 1.03vw;
    margin-left: 11.28vw;
  }
}
.p-top-mv__cta-text::before {
  aspect-ratio: 208/132;
  background: url(../img/top/balloon-pic.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  width: min(10.83vw, 20.8rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-text::before {
    width: 13.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-text::before {
    width: 29.74vw;
  }
}
.p-top-mv__cta-balloon {
  aspect-ratio: 335/87;
  background: url(../img/top/mv-balloon-bg.svg) 50%/contain no-repeat;
  margin-top: min(0.78vw, 1.5rem);
  padding-left: min(1.72vw, 3.3rem);
  padding-top: min(0.57vw, 1.1rem);
  width: min(17.45vw, 33.5rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-balloon {
    margin-top: 0.99vw;
    padding-left: 2.21vw;
    padding-top: 0.73vw;
    width: 22.27vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-balloon {
    aspect-ratio: 187/50;
    background-image: url(../img/top/mv-balloon-bg_sp.svg);
    margin-top: 1.79vw;
    padding-left: 4.87vw;
    padding-top: 1.79vw;
    width: 47.95vw;
  }
}
.p-top-mv__cta-balloon li {
  align-items: center;
  color: #22416A;
  display: flex;
  font-size: min(1.09vw, 2.1rem);
  font-weight: 700;
  gap: min(0.16vw, 0.3rem);
  line-height: 1.4761904762;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-balloon li {
    font-size: 1.3vw;
    gap: 0.21vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-balloon li {
    font-size: 3.08vw;
    gap: 0.46vw;
    line-height: 1.5;
  }
}
.p-top-mv__cta-balloon li::before {
  aspect-ratio: 20/14;
  background: url(../img/top/mv-check.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 2rem;
}
@media screen and (max-width: 1920px) {
  .p-top-mv__cta-balloon li::before {
    width: 1.04vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-balloon li::before {
    width: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-balloon li::before {
    width: 2.56vw;
  }
}
.p-top-mv__cta-balloon li span {
  flex: 1;
}
.p-top-mv__cta-list {
  display: grid;
  gap: min(1.15vw, 2.2rem);
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: min(32.92vw, 63.2rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-list {
    gap: 1.43vw;
    max-width: 42.19vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-list {
    gap: 2.56vw;
    max-width: 89.74vw;
  }
}
.p-top-mv__cta-link {
  background-color: #1671EA;
  border: 2px solid #1671EA;
  border-radius: 0.6rem;
  color: #fff;
  display: block;
  font-size: min(1.35vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: min(1.2vw, 2.3rem) min(1.46vw, 2.8rem);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-link {
    font-size: 1.69vw;
    padding: 1.56vw 1.82vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-link {
    font-size: 4.1vw;
    padding: 3.46vw 5.64vw;
  }
}
.p-top-mv__cta-link::after {
  aspect-ratio: 10/15;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
  position: absolute;
  right: min(1.35vw, 2.6rem);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: min(0.57vw, 1.1rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cta-link::after {
    right: 1.69vw;
    width: 0.73vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-link::after {
    width: 2.05vw;
  }
}
.p-top-mv__cta-link:hover, .p-top-mv__cta-link:focus {
  background-color: #fff;
  color: #1671EA;
}
.p-top-mv__cta-link:hover::after, .p-top-mv__cta-link:focus::after {
  background-color: #1671EA;
}
.p-top-mv__cta-link.--red {
  background-color: #E6354A;
  border-color: #E6354A;
}
.p-top-mv__cta-link.--red:hover, .p-top-mv__cta-link.--red:focus {
  background-color: #fff;
  color: #E6354A;
}
.p-top-mv__cta-link.--red:hover::after, .p-top-mv__cta-link.--red:focus::after {
  background-color: #E6354A;
}
.p-top-mv__car {
  bottom: 0;
  display: block;
  left: min(2.97vw, 5.7rem);
  position: absolute;
  width: min(30.1vw, 57.8rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__car {
    left: 3.78vw;
    width: 38.54vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__car {
    position: static;
    margin-inline: auto;
    width: 61.03vw;
  }
}
.p-top-mv__car img {
  width: 100%;
  display: block;
}
.p-top-mv__image {
  margin-left: auto;
  width: min(38.85vw, 74.6rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    width: 100%;
  }
}
.p-top-mv__banner {
  background-color: #D0111B;
  border-radius: 0.6rem;
  bottom: max(-5.7rem, -2.97vw);
  left: 50%;
  padding: min(0.16vw, 0.3rem);
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner {
    bottom: -3.16rem;
    padding: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner {
    margin: 2.56vw 5.13vw;
    padding: 0.51vw;
    position: static;
    transform: none;
  }
}
.p-top-mv__banner-wrap {
  align-items: center;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  padding-block: min(0.63vw, 1.2rem);
  padding-inline: min(7.19vw, 13.8rem) min(0.83vw, 1.6rem);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-wrap {
    padding-block: 0.67rem;
    padding-inline: 7.7rem 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-wrap {
    justify-content: space-between;
    padding-block: 0.67rem;
    padding-inline: 20.51vw 1.54vw;
  }
}
.p-top-mv__banner-wrap::before {
  aspect-ratio: 110/101;
  background: url(../img/top/mv-banner-chara.webp) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: min(5.73vw, 11rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-wrap::before {
    width: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-wrap::before {
    width: 15.9vw;
  }
}
.p-top-mv__banner-text {
  font-weight: 700;
  font-size: min(0.99vw, 1.9rem);
  letter-spacing: 0.06em;
  line-height: 1.4736842105;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-text {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-text {
    font-size: 3.59vw;
  }
}
.p-top-mv__banner-text::before, .p-top-mv__banner-text::after {
  aspect-ratio: 19/31;
  background: url(../img/top/mv-banner-line.svg) 50%/contain no-repeat;
  bottom: min(0.1vw, 0.2rem);
  content: "";
  display: block;
  position: absolute;
  width: min(0.99vw, 1.9rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-text::before, .p-top-mv__banner-text::after {
    width: 1.05rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-text::before, .p-top-mv__banner-text::after {
    width: 3.85vw;
  }
}
.p-top-mv__banner-text::before {
  transform: translateX(-100%);
}
.p-top-mv__banner-text::after {
  right: min(0.16vw, 0.3rem);
  transform: translateX(100%) scale(-1, 1);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-text::after {
    right: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-text::after {
    right: 0.51vw;
  }
}
.p-top-mv__banner-text .u-c-red {
  color: #D0111B;
  font-size: min(1.98vw, 23.8rem);
  font-weight: 900;
  line-height: 1.0263157895;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-text .u-c-red {
    font-size: 2.11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-text .u-c-red {
    font-size: 7.18vw;
  }
}
.p-top-mv__banner-link {
  background-color: #D0111B;
  border: 2px solid #D0111B;
  border-radius: 0.7rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: min(1.04vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-left: min(1.56vw, 3rem);
  padding-block: min(0.31vw, 0.6rem);
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: min(11.93vw, 22.9rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-link {
    font-size: 1.1rem;
    margin-left: 1.6rem;
    padding-block: 0.33rem;
    width: 12.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-link {
    border-radius: 10rem;
    font-size: 3.33vw;
    letter-spacing: 0.04em;
    margin-left: 6.15vw;
    padding-block: 1.54vw;
    width: 37.18vw;
  }
}
.p-top-mv__banner-link::after {
  aspect-ratio: 10/15;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow05.svg) 50%/contain no-repeat;
  position: absolute;
  right: min(0.68vw, 1.3rem);
  top: 50%;
  transform: translateY(-50%);
  width: min(0.57vw, 1.1rem);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-link::after {
    right: 0.72rem;
    width: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-link::after {
    right: 1.28vw;
    width: 1.54vw;
  }
}
.p-top-mv__banner-link:hover, .p-top-mv__banner-link:focus {
  background-color: #fff;
  color: #D0111B;
}
.p-top-mv__banner-link:hover::after, .p-top-mv__banner-link:focus::after {
  background-color: #D0111B;
}
.p-top-mv__banner-link .lg {
  font-size: min(1.25vw, 2.4rem);
  line-height: 1.0833333333;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__banner-link .lg {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner-link .lg {
    font-size: 3.85vw;
  }
}

/* -------------------------------------
  p-top-structure
-----------------------------------------*/
.p-top-structure {
  background: url(../img/top/structure-bg.webp) bottom/cover no-repeat;
  padding-bottom: 6rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure {
    background: linear-gradient(to bottom, #c7eeff 0%, #fff 100%);
    padding-bottom: 5.4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure::after {
    background: url(../img/top/structure-bg_sp.webp) bottom/390px repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 653px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
.p-top-structure__body {
  background-color: #fff;
  border-radius: 1rem;
  padding-block: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__body {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}
.p-top-structure__title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title {
    gap: 0.67rem;
  }
}
.p-top-structure__title .text01 {
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.475;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text01 {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
}
.p-top-structure__title .text01 .blue {
  color: #5281D9;
  position: relative;
}
.p-top-structure__title .text01 .blue::after {
  aspect-ratio: 1/1;
  background: url(../img/top/structure-title-treat01.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -1.2rem;
  top: -2.2rem;
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text01 .blue::after {
    right: -0.85rem;
    top: -1.65rem;
    width: 2.7rem;
  }
}
.p-top-structure__title .text01 .mn {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text01 .mn {
    font-size: 2rem;
  }
}
.p-top-structure__title .text02 {
  align-items: center;
  display: flex;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__title .text02 {
    flex-direction: column;
  }
}
.p-top-structure__title .text02::before, .p-top-structure__title .text02::after {
  aspect-ratio: 47/67;
  background: url(../img/top/structure-title-treat02.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 0.8rem;
  width: 4.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__title .text02::before, .p-top-structure__title .text02::after {
    position: absolute;
    bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text02::before, .p-top-structure__title .text02::after {
    width: 2.9rem;
  }
}
.p-top-structure__title .text02::before {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__title .text02::before {
    margin-right: 0;
    left: 0;
    transform: translateX(-100%);
  }
}
.p-top-structure__title .text02::after {
  margin-left: 1rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1023px) {
  .p-top-structure__title .text02::after {
    margin-left: 0;
    right: 0;
    transform: translateX(100%) scale(-1, 1);
  }
}
.p-top-structure__title .text02 .logo {
  align-items: center;
  display: flex;
  font-size: 3rem;
  gap: 0.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text02 .logo {
    align-items: flex-end;
    font-size: 2rem;
    line-height: 1.45;
    padding-top: 0;
  }
}
.p-top-structure__title .text02 .logo img {
  width: 42.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text02 .logo img {
    width: 28rem;
  }
}
.p-top-structure__title .text02 .text {
  font-size: 6rem;
  letter-spacing: -0.02em;
  line-height: 1.4833333333;
  color: #ff680d;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title .text02 .text {
    font-size: 4.6rem;
    line-height: 1.4782608696;
    margin-top: -0.2rem;
  }
}
.p-top-structure__title + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__title + * {
    margin-top: 0.8rem;
  }
}
.p-top-structure__lead {
  background-color: #F1F1F1;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-block: 0.3rem 0.6rem;
  padding-inline: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-structure__lead {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-block: 1rem;
  }
}
.p-top-structure__lead .u-c-red {
  font-size: 4rem;
  line-height: 1.475;
}
@media screen and (max-width: 767px) {
  .p-top-structure__lead .u-c-red {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.p-top-structure__lead + * {
  margin-top: 2rem;
}
.p-top-structure__text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.8888888889;
  padding-inline: 4rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure__text {
    font-size: 1.5rem;
    line-height: 2;
    padding-inline: 2rem;
  }
}
.p-top-structure__text .u-c-red {
  font-size: 2.2rem;
  line-height: 1.5454545455;
}
@media screen and (max-width: 767px) {
  .p-top-structure__text .u-c-red {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.p-top-structure__text + * {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__text + * {
    margin-top: 5.6rem;
  }
}
.p-top-structure__list, .p-top-structure__annotation {
  margin-inline: auto;
  max-width: 108.8rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list, .p-top-structure__annotation {
    padding-inline: 1.5rem;
  }
}
.p-top-structure__list.l-grid--col4 {
  gap: 4.1rem 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list.l-grid--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure__list.l-grid--col4 {
    gap: 4.1rem 1rem;
  }
}
.p-top-structure__list-item {
  border: 4px solid #1671EA;
  border-radius: 1rem;
  padding-block: 5rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-item {
    border-width: 3px;
    padding-block: 3.1rem 0.3rem;
  }
}
.p-top-structure__list-item:nth-child(even) {
  border-color: #E6354A;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(even) {
    border-color: #1671EA;
  }
}
.p-top-structure__list-item:nth-child(even) .p-top-structure__list-title {
  background-color: #E6354A;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(even) .p-top-structure__list-title {
    border-color: #1671EA;
  }
}
.p-top-structure__list-item:nth-child(even) .p-top-structure__list-text strong {
  background-color: #E6354A;
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(even) .p-top-structure__list-text strong {
    border-color: #1671EA;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+2), .p-top-structure__list-item:nth-child(4n+3) {
    border-color: #E6354A;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+2) .p-top-structure__list-title, .p-top-structure__list-item:nth-child(4n+3) .p-top-structure__list-title {
    background-color: #E6354A;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+2) .p-top-structure__list-text strong, .p-top-structure__list-item:nth-child(4n+3) .p-top-structure__list-text strong {
    background-color: #E6354A;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+1), .p-top-structure__list-item:nth-child(4n) {
    border-color: #1671EA;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+1) .p-top-structure__list-title, .p-top-structure__list-item:nth-child(4n) .p-top-structure__list-title {
    background-color: #1671EA;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-structure__list-item:nth-child(4n+1) .p-top-structure__list-text strong, .p-top-structure__list-item:nth-child(4n) .p-top-structure__list-text strong {
    background-color: #1671EA;
  }
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-item:last-child .p-top-structure__list-text .sub {
    font-size: 1.1rem;
    letter-spacing: -0.03em;
  }
}
.p-top-structure__list-title {
  align-items: center;
  aspect-ratio: 74/71;
  background-color: #1671EA;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", cursive;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1875;
  left: 50%;
  -webkit-mask: url(../img/top/structure-list-title.svg) 50%/contain no-repeat;
          mask: url(../img/top/structure-list-title.svg) 50%/contain no-repeat;
  padding-top: 0.5rem;
  position: absolute;
  transform: translateX(-50%);
  top: -2.4rem;
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-title {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    width: 6rem;
  }
}
.p-top-structure__list-title .num {
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.3333333333;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-title .num {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    margin-top: -0.8rem;
  }
}
.p-top-structure__list-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-text {
    gap: 0.4rem;
  }
}
.p-top-structure__list-text .sub {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-text .sub {
    font-size: 1.2rem;
  }
}
.p-top-structure__list-text strong {
  background-color: #1671EA;
  color: #fff;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.4615384615;
  padding-block: 0.3rem 0.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-text strong {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 0.4rem;
  }
}
.p-top-structure__list-text + * {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-text + * {
    margin-top: 0.6rem;
  }
}
.p-top-structure__list-icon {
  display: block;
  margin-inline: auto;
  width: 60.3448275862%;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list-icon {
    width: 73.1543624161%;
  }
}
.p-top-structure__list-icon img {
  width: 100%;
}
.p-top-structure__list + * {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__list + * {
    margin-top: 1.2rem;
  }
}
.p-top-structure__annotation {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-top-structure__annotation {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
.p-top-structure__annotation::before {
  content: "※";
}
.p-top-structure__annotation span {
  flex: 1;
}
.p-top-structure__annotation + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__annotation + * {
    margin-top: 2rem;
  }
}
.p-top-structure__btn .c-btn02 {
  margin-inline: auto;
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-top-structure__btn .c-btn02 {
    font-size: 2rem;
    max-width: 30rem;
    padding-block: 1.8rem;
  }
}

/* -------------------------------------
  p-top-reason
-----------------------------------------*/
.p-top-reason {
  background: url(../img/top/reason-bg.webp) top/100% repeat;
  padding-bottom: 9rem;
  padding-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    background-size: 200%;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.p-top-reason__body.l-grid {
  gap: 3rem 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-reason__title {
  aspect-ratio: 580/196;
  background: url(../img/top/reason-title.webp) 50%/contain no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title {
    width: 33rem;
  }
}
.p-top-reason__title-inner {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.9rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-inner {
    padding-top: 0;
    padding-right: 2rem;
  }
}
.p-top-reason__title-inner .sub {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.3333333333;
  margin-bottom: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-inner .sub {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
}
.p-top-reason__title-inner .main {
  font-weight: 900;
  font-size: 6.3rem;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #1671EA;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-inner .main {
    font-size: 3.5rem;
    letter-spacing: -0.04em;
  }
}
.p-top-reason__title-inner .main .num {
  font-family: "Oswald", sans-serif;
  font-size: 13.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-inner .main .num {
    font-size: 8.2rem;
  }
}
.p-top-reason__item {
  background-color: #115ABC;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.p-top-reason__item:nth-child(even) {
  background-color: #1671EA;
}
.p-top-reason__h3 {
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 3rem;
  gap: 1.6rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-top-reason__h3 {
    align-items: center;
    font-size: 2rem;
  }
}
.p-top-reason__h3 .num {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
  color: #E6354A;
  display: block;
  padding: 0.7rem 2.4rem 0.9rem;
  position: relative;
  z-index: 1;
}
.p-top-reason__h3 .num::before, .p-top-reason__h3 .num::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-reason__h3 .num::before {
  background-color: #E6354A;
  bottom: 0;
  border-radius: 1rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
}
.p-top-reason__h3 .num::after {
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0 0;
  height: 105%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-reason__h3 span:not(.num) {
    padding-bottom: 0.3rem;
  }
}
.p-top-reason__text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: 1.5rem;
  }
}
.p-top-reason__text-wrap {
  background-color: #fff;
  border-radius: 0 0.6rem 0.6rem 0.6rem;
  flex: 1;
  padding: 1.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text-wrap {
    padding: 1.2rem;
  }
}

/* -------------------------------------
  p-top-case
-----------------------------------------*/
.p-top-case {
  padding-top: 13.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-top: 6rem;
  }
}
.p-top-case__lead {
  border-bottom: 0.4rem solid #E23A4F;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-case__lead {
    padding-left: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__lead {
    padding-left: 4.7rem;
  }
}
.p-top-case__lead::before {
  aspect-ratio: 67/89;
  background: url(../img/icon/icon_map.svg) 50%/contain no-repeat;
  bottom: 1rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 6.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__lead::before {
    width: 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__lead::before {
    width: 3.9rem;
  }
}
.p-top-case__lead .text01 {
  font-size: 3.1rem;
  line-height: 1.4838709677;
}
@media screen and (max-width: 1023px) {
  .p-top-case__lead .text01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__lead .text01 {
    font-size: 1.8rem;
  }
}
.p-top-case__lead .text02 {
  font-size: 6rem;
  line-height: 1.4833333333;
  margin-top: -0.9rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__lead .text02 {
    font-size: 4.6rem;
    margin-top: -0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__lead .text02 {
    font-size: 3.5rem;
    margin-top: -0.4rem;
  }
}
.p-top-case__lead + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__lead + * {
    margin-top: 3.2rem;
  }
}
.p-top-case__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__body {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-top-case__body-box {
  flex: 1;
}
.p-top-case__body-lead {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  gap: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__body-lead {
    align-items: center;
    gap: 0.4rem;
  }
}
.p-top-case__body-lead .text01 {
  background-color: #1671EA;
  border-radius: 1rem;
  color: #fff;
  font-size: 4rem;
  line-height: 1.475;
  text-align: center;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
  padding-left: 3rem;
  padding-right: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-lead .text01 {
    font-size: 2.6rem;
  }
}
.p-top-case__body-lead .text02 {
  font-size: 3rem;
  line-height: 1.5;
  color: #1671EA;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-lead .text02 {
    font-size: 2rem;
  }
}
.p-top-case__body-lead + * {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-lead + * {
    margin-top: 1.6rem;
  }
}
.p-top-case__body-text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.8888888889;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-text {
    font-size: 1.5rem;
  }
}
.p-top-case__body-text + * {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-text + * {
    margin-top: 1.6rem;
  }
}
.p-top-case__body-support-title {
  background-color: #E6354A;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-support-title {
    padding-bottom: 0.4rem;
  }
}
.p-top-case__body-support-list {
  border: 3px solid #E6354A;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.5rem;
  padding: 1.2rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-support-list {
    gap: 0.4rem 2.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.p-top-case__body-support-list li {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-case__body-support-list li {
    font-size: 1.5rem;
  }
}
.p-top-case__body + * {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__body + * {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__body + * {
    margin-top: 3.2rem;
  }
}
.p-top-case__map {
  width: 47.2727272727%;
}
@media screen and (max-width: 767px) {
  .p-top-case__map {
    width: 80%;
  }
}
.p-top-case__btn .c-btn02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}
.p-top-case__slide {
  background-color: #F1F1F1;
  margin-top: 14.9rem;
  padding-bottom: 3rem;
  padding-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide {
    margin-top: 12rem;
  }
}
.p-top-case__slide::after {
  background: url(../img/top/case-slide-bg.webp) left/cover no-repeat;
  content: "";
  display: block;
  height: 100%;
  min-width: 240.9rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 125.46875%;
  z-index: -1;
}
.p-top-case__slide .l-inner {
  position: relative;
}
.p-top-case__slide-balloon {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.3846153846;
  padding: 2rem 4.2rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-balloon {
    font-size: 1.8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-balloon {
    font-size: 1.5rem;
    left: 2rem;
    padding: 1rem;
    text-align: left;
  }
}
.p-top-case__slide-balloon::after {
  background-color: #fff;
  content: "";
  bottom: 0.3rem;
  display: block;
  height: 0.5rem;
  left: 8rem;
  position: absolute;
  width: 5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-balloon::after {
    left: 2rem;
  }
}
.p-top-case__slide-balloon em {
  font-size: 2.6rem;
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-balloon em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-balloon em {
    font-size: 1.8rem;
  }
}
.p-top-case__slide-balloon-wrap {
  left: 4rem;
  position: absolute;
  top: -15rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-balloon-wrap {
    left: 2rem;
    top: -14rem;
  }
}
.p-top-case__slide-balloon-wrap::before, .p-top-case__slide-balloon-wrap::after {
  content: "";
  position: absolute;
}
.p-top-case__slide-balloon-wrap::before {
  background-color: #fff;
  border: 0.3rem solid #222;
  border-radius: 1rem;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-case__slide-balloon-wrap::after {
  aspect-ratio: 43/24;
  background: url(../img/top/case-balloon.svg) 50%/contain no-repeat;
  bottom: 0.7rem;
  content: "";
  display: block;
  left: 8.24rem;
  transform: translateY(100%);
  width: 4.3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-balloon-wrap::after {
    left: 2.4rem;
  }
}
.p-top-case__slide-body {
  position: relative;
}
.p-top-case__slide-body::before {
  aspect-ratio: 297/167;
  background: url(../img/top/case-balloon-treat.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 0;
  transform: translateY(-100%);
  width: 29.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-body::before {
    right: 0;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-body::before {
    right: -1.6rem;
    width: 15rem;
  }
}
.p-top-case__slide-body .swiper-case {
  overflow: hidden;
}
.p-top-case__slide-body + * {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-body + * {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-body + * {
    margin-top: 2.4rem;
  }
}
.p-top-case__slide-item {
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-item {
    padding-bottom: 1.8rem;
  }
}
.p-top-case__slide-item:nth-child(odd) .p-top-case__slide-btn {
  background-color: #FF8902;
  border-color: #FF8902;
}
.p-top-case__slide-item:nth-child(odd) .p-top-case__slide-btn:hover, .p-top-case__slide-item:nth-child(odd) .p-top-case__slide-btn:focus-visible {
  background-color: #fff;
  color: #FF8902;
}
.p-top-case__slide-item:nth-child(odd) .p-top-case__slide-btn:hover::after, .p-top-case__slide-item:nth-child(odd) .p-top-case__slide-btn:focus-visible::after {
  background-color: #FF8902;
}
.p-top-case__slide-image {
  aspect-ratio: 346/228;
  position: relative;
}
.p-top-case__slide-image figcaption {
  background-color: #FFAD12;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  left: 0;
  padding: 0.6rem 0.8rem;
  position: absolute;
  top: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-case__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-case__slide-image + * {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-image + * {
    margin-top: 1.6rem;
  }
}
.p-top-case__slide-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-text {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-case__slide-text + * {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-text + * {
    margin-top: 1.6rem;
  }
}
.p-top-case__slide-btn.c-btn02 {
  background-color: #FFAD12;
  border-color: #FFAD12;
  border-radius: 10rem;
  display: block;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
  width: 89.5953757225%;
}
.p-top-case__slide-btn.c-btn02:hover, .p-top-case__slide-btn.c-btn02:focus-visible {
  background-color: #fff;
  color: #FFAD12;
}
.p-top-case__slide-btn.c-btn02:hover::after, .p-top-case__slide-btn.c-btn02:focus-visible::after {
  background-color: #FFAD12;
}
.p-top-case__slide-btn.c-btn02::after {
  right: 7.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__slide-btn.c-btn02::after {
    right: 2.4rem;
  }
}
.p-top-case__slide-nav .swiper-pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: static;
}
.p-top-case__slide-nav .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case__slide-nav .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case__slide-nav .swiper-pagination-bullet {
  background-color: #fff;
  height: 1.4rem;
  margin: 0;
  opacity: 1;
  width: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide-nav .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case__slide-nav .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-case__slide-nav .swiper-pagination-bullet {
    height: 1rem;
    width: 1rem;
  }
}
.p-top-case__slide-nav .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-top-case__slide-nav .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-top-case__slide-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
.p-top-case__slide-nav .swiper-button-prev,
.p-top-case__slide-nav .swiper-button-next {
  aspect-ratio: 43/108;
  background: url(../img/top/case-arrow.svg) 50%/contain no-repeat;
  height: auto;
  transform: translateY(-50%);
  width: 4.3rem;
}
@media screen and (max-width: 1280px) {
  .p-top-case__slide-nav .swiper-button-prev,
.p-top-case__slide-nav .swiper-button-next {
    width: 3.2rem;
  }
}
.p-top-case__slide-nav .swiper-button-prev::after,
.p-top-case__slide-nav .swiper-button-next::after {
  display: none;
}
.p-top-case__slide-nav .swiper-button-prev .swiper-navigation-icon,
.p-top-case__slide-nav .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.p-top-case__slide-nav .swiper-button-prev {
  left: -2.3rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 1280px) {
  .p-top-case__slide-nav .swiper-button-prev {
    left: 0.6rem;
  }
}
.p-top-case__slide-nav .swiper-button-next {
  right: -2.3rem;
}
@media screen and (max-width: 1280px) {
  .p-top-case__slide-nav .swiper-button-next {
    right: 0.6rem;
  }
}
.p-top-case__slide + * {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__slide + * {
    margin-top: 4rem;
  }
}
.p-top-case__cta {
  gap: 3.2rem 4rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__cta {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__cta {
    padding-bottom: 4rem;
  }
}
.p-top-case__cta-item {
  max-width: 53rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-case__cta-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-item {
    max-width: 40rem;
  }
}
.p-top-case__cta-item::after {
  background-color: #EEEEEE;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -1;
}
.p-top-case__cta-link {
  background-color: #fff;
  border: 0.3rem solid #1671EA;
  border-radius: 1rem;
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-top-case__cta-link.--case {
  align-items: center;
  display: flex;
}
.p-top-case__cta-link.--case:hover .c-btn02, .p-top-case__cta-link.--case:focus-visible .c-btn02 {
  background-color: #fff;
  color: #1671EA;
}
.p-top-case__cta-link.--case:hover .c-btn02::after, .p-top-case__cta-link.--case:focus-visible .c-btn02::after {
  background-color: #1671EA;
}
.p-top-case__cta-link.--case .image {
  width: 33.0152671756%;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--case .image {
    height: 100%;
  }
}
.p-top-case__cta-link.--case .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-case__cta-link.--case .inner {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding-left: 2.8rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--case .inner {
    padding: 1.2rem 0.8rem 1.2rem 1.2rem;
  }
}
.p-top-case__cta-link.--case .title {
  letter-spacing: -0.02em;
  line-height: 1.5333333333;
}
.p-top-case__cta-link.--case .title + * {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--case .title + * {
    margin-top: 0.8rem;
  }
}
.p-top-case__cta-link.--case .c-btn02 {
  border-radius: 10rem;
  font-size: 1.8rem;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--case .c-btn02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--case .c-btn02::after {
    right: 1.2rem;
  }
}
.p-top-case__cta-link.--contact {
  border-color: #FF680D;
  display: flex;
  flex-direction: column;
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact {
    padding-top: 1.2rem;
  }
}
.p-top-case__cta-link.--contact:hover .c-btn02, .p-top-case__cta-link.--contact:focus-visible .c-btn02 {
  background-color: #fff;
  color: #FF680D;
}
.p-top-case__cta-link.--contact:hover .c-btn02::after, .p-top-case__cta-link.--contact:focus-visible .c-btn02::after {
  background-color: #FF680D;
}
.p-top-case__cta-link.--contact .title {
  line-height: 1.4545454545;
  padding-left: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact .title {
    padding-left: 10rem;
  }
}
.p-top-case__cta-link.--contact .title::before {
  aspect-ratio: 101/106;
  background: url(../img/top/case-cta-contact.webp) 50%/contain no-repeat;
  bottom: 0.1rem;
  content: "";
  display: block;
  left: 2.3rem;
  position: absolute;
  width: 10.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact .title::before {
    left: 1.2rem;
    width: 8rem;
  }
}
.p-top-case__cta-link.--contact .title + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact .title + * {
    margin-top: 0.8rem;
  }
}
.p-top-case__cta-link.--contact .text {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact .text {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 0.8rem;
  }
}
.p-top-case__cta-link.--contact .c-btn02 {
  background-color: #FF680D;
  border-color: #FF680D;
  border-bottom: none;
  border-top-width: 0.3rem;
  border-left: none;
  border-right: none;
  border-radius: 0 0 0.6rem 0.6rem;
  font-size: 1.8rem;
  margin-top: auto;
  padding-bottom: 0.6rem;
  padding-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link.--contact .c-btn02 {
    font-size: 1.6rem;
  }
}
.p-top-case__cta-link .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link .title {
    font-size: 1.5rem;
  }
}
.p-top-case__cta-link .title em {
  font-size: 3rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link .title em {
    font-size: 2rem;
  }
}
.p-top-case__cta-link .text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-case__cta-link .text {
    font-size: 1.4rem;
  }
}
.p-top-case__images {
  display: flex;
  overflow: hidden;
}
.p-top-case__images.--left .p-top-case__images-list:first-child, .p-top-case__images.--left .p-top-case__images-list:nth-child(2) {
  -webkit-animation: linear infinite;
          animation: linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-case__images.--left .p-top-case__images-list:first-child, .p-top-case__images.--left .p-top-case__images-list:nth-child(2) {
    -webkit-animation: linear infinite;
            animation: linear infinite;
  }
}
.p-top-case__images.--left .p-top-case__images-list:first-child {
  -webkit-animation-name: flowingLeft1;
          animation-name: flowingLeft1;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
  -webkit-animation-delay: -350s;
          animation-delay: -350s;
}
@media screen and (max-width: 767px) {
  .p-top-case__images.--left .p-top-case__images-list:first-child {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
    -webkit-animation-delay: -400s;
            animation-delay: -400s;
  }
}
.p-top-case__images.--left .p-top-case__images-list:nth-child(2) {
  -webkit-animation-name: flowingLeft2;
          animation-name: flowingLeft2;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
}
@media screen and (max-width: 767px) {
  .p-top-case__images.--left .p-top-case__images-list:nth-child(2) {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
  }
}
.p-top-case__images.--right .p-top-case__images-list:first-child, .p-top-case__images.--right .p-top-case__images-list:nth-child(2) {
  -webkit-animation: linear infinite;
          animation: linear infinite;
  -webkit-animation-duration: 500s;
          animation-duration: 500s;
}
@media screen and (max-width: 767px) {
  .p-top-case__images.--right .p-top-case__images-list:first-child, .p-top-case__images.--right .p-top-case__images-list:nth-child(2) {
    -webkit-animation: linear infinite;
            animation: linear infinite;
    -webkit-animation-duration: 400s;
            animation-duration: 400s;
  }
}
.p-top-case__images.--right .p-top-case__images-list:first-child {
  -webkit-animation-name: flowingRight1;
          animation-name: flowingRight1;
  -webkit-animation-delay: -250s;
          animation-delay: -250s;
}
@media screen and (max-width: 767px) {
  .p-top-case__images.--right .p-top-case__images-list:first-child {
    -webkit-animation-delay: -200s;
            animation-delay: -200s;
  }
}
.p-top-case__images.--right .p-top-case__images-list:nth-child(2) {
  -webkit-animation-name: flowingRight2;
          animation-name: flowingRight2;
}
.p-top-case__images-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
}
.p-top-case__images-item {
  min-width: 454rem;
  width: 236.46vw;
}
@media screen and (max-width: 1023px) {
  .p-top-case__images-item {
    min-width: 200rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__images-item {
    width: 240rem;
    min-width: 240rem;
  }
}
.p-top-case__images-item img {
  width: 100%;
}
.p-top-case__images + * {
  margin-top: 4rem;
}
.p-top-case__images-text {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1.6rem 2.9rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__images-text {
    flex-direction: column;
  }
}
.p-top-case__images-text .lead {
  border-right: 2px solid #1671EA;
  color: #1671EA;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  .p-top-case__images-text .lead {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-case__images-text .lead {
    border: none;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__images-text .lead {
    font-size: 2rem;
  }
}
.p-top-case__images-text .text {
  flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-case__images-text .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__images-text .text {
    font-size: 1.4rem;
  }
}
.p-top-case__images-text + * {
  margin-top: 4.4rem;
}

/* -------------------------------------
  p-top-solution
-----------------------------------------*/
.p-top-solution {
  padding-bottom: 8rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution {
    padding-bottom: 4.4rem;
    padding-top: 1.9rem;
  }
}
.p-top-solution__title {
  align-items: flex-end;
  display: flex;
  font-weight: 900;
  font-size: 2.4rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-solution__title {
    font-size: 1.8rem;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
  }
}
.p-top-solution__title::after {
  aspect-ratio: 59/71;
  background: url(../img/top/solution-title.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-bottom: 1rem;
  margin-left: 0.74rem;
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__title::after {
    margin-bottom: 0.7rem;
    margin-left: 0.7rem;
    width: 4.3rem;
  }
}
.p-top-solution__title .text01 img {
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__title .text01 img {
    width: 32.9rem;
  }
}
.p-top-solution__title .text02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__title .text02 {
    font-size: 4.2rem;
    line-height: 1.4761904762;
    margin-top: -0.3rem;
    padding-bottom: 0;
  }
}
.p-top-solution__title + * {
  margin-top: 3.87rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__title + * {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__title + * {
    margin-top: 2rem;
  }
}
.p-top-solution__lead {
  border: 3px solid #222;
  border-radius: 1rem;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1.85;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.6rem;
  padding-left: 19.4rem;
  padding-right: 2.2rem;
  padding-top: 0.3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__lead {
    border-width: 2px;
    line-height: 1.475;
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
    overflow: hidden;
    padding-bottom: 0.6rem;
    padding-left: 0.9rem;
    padding-right: 10.5rem;
    padding-top: 0.1rem;
  }
}
.p-top-solution__lead::before {
  aspect-ratio: 160/114;
  background: url(../img/top/solution-lead.webp) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 2rem;
  position: absolute;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__lead::before {
    left: auto;
    right: -6px;
    width: 11.7rem;
  }
}
.p-top-solution__lead span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-solution__lead span {
    text-align: center;
  }
}
.p-top-solution__lead .orange {
  color: #FF680D;
  font-size: 5rem;
  line-height: 1.48;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__lead .orange {
    font-size: 4rem;
    line-height: 1.475;
  }
}
.p-top-solution__lead + * {
  margin-top: 2rem;
}
.p-top-solution__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-solution__text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.p-top-solution__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__text + * {
    margin-top: 2.5rem;
  }
}
.p-top-solution__item {
  border: 0.4rem solid #1671EA;
  border-radius: 1rem;
  overflow: hidden;
}
.p-top-solution__item.--red {
  border-color: #E6354A;
}
.p-top-solution__item.--red .p-top-solution__h3 {
  background-color: #E6354A;
}
.p-top-solution__item.--red .p-top-solution__item-list::after {
  background-color: #E6354A;
}
.p-top-solution__item.--red .p-top-solution__point {
  background-color: #FFF4F5;
}
.p-top-solution__item.--red .p-top-solution__point-title {
  background-color: #FD8080;
}
.p-top-solution__item.--orange {
  border-color: #FF863D;
}
.p-top-solution__item.--orange .p-top-solution__h3 {
  background-color: #FF863D;
}
.p-top-solution__item.--orange .p-top-solution__item-list::after {
  background-color: #FF863D;
}
.p-top-solution__item.--orange .p-top-solution__point {
  background-color: #FFF1E9;
}
.p-top-solution__item.--orange .p-top-solution__point-title {
  background-color: #FFA35C;
}
.p-top-solution__item + .p-top-solution__item {
  margin-top: 4rem;
}
.p-top-solution__item-body {
  align-items: flex-end;
  display: flex;
  gap: 0 4rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-body {
    flex-direction: column;
    padding: 0;
  }
}
.p-top-solution__item-body + * {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-body + * {
    margin-top: 4.8rem;
  }
}
.p-top-solution__item-image {
  border-radius: 1rem;
  overflow: hidden;
  width: 29.4117647059%;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-image {
    aspect-ratio: 344/140;
    border-radius: 0;
    width: 100%;
  }
}
.p-top-solution__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-solution__item-box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-box {
    margin-top: -3rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
  }
}
.p-top-solution__item-h4 {
  align-items: flex-end;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-h4 {
    gap: 0.8rem;
  }
}
.p-top-solution__item-h4 .img {
  width: 6.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-h4 .img {
    width: 7.4rem;
  }
}
.p-top-solution__item-h4 .img img {
  width: 100%;
}
.p-top-solution__item-h4 h4 {
  align-items: center;
  aspect-ratio: 159/78;
  background: url(../img/top/solution-balloon.webp) 50%/contain no-repeat;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  justify-content: center;
  margin-bottom: 1rem;
  width: 15.9rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__item-h4 h4 {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
    width: 17.3rem;
  }
}
.p-top-solution__item-list {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 2.8rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-list {
    background-color: transparent;
    padding: 0;
  }
}
.p-top-solution__item-list::after {
  aspect-ratio: 140/18;
  background-color: #1671EA;
  bottom: -1.2rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-mask: url(../img/top/solution-arrow.webp) 50%/contain no-repeat;
  mask: url(../img/top/solution-arrow.webp) 50%/contain no-repeat;
  transform: translate(-50%, 100%);
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-list::after {
    bottom: -1.6rem;
  }
}
.p-top-solution__item-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  font-size: 2rem;
  gap: 0.6rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-list li {
    background-color: #F5F5F5;
    border-radius: 1rem;
    font-size: 1.7rem;
    line-height: 1.5294117647;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
  }
}
.p-top-solution__item-list li::before {
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 50%;
  content: "";
  display: block;
  margin-top: 1rem;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-list li::before {
    display: none;
  }
}
.p-top-solution__item-list li span {
  flex: 1;
}
.p-top-solution__item-list li + li {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__item-list li + li {
    margin-top: 0.6rem;
  }
}
.p-top-solution__h3 {
  background-color: #1671EA;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 1.7692307692;
  text-align: center;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__h3 {
    line-height: 1.45;
    padding-bottom: 0.8rem;
    padding-top: 0.4rem;
  }
}
.p-top-solution__h3 .bold {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.15;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__h3 .bold {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__h3 .bold {
    font-size: 2.8rem;
    line-height: 1.3529411765;
  }
}
.p-top-solution__h3 + * {
  margin-top: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__h3 + * {
    margin-top: 0;
  }
}
.p-top-solution__point {
  background-color: #EFF6FF;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point {
    flex-direction: column;
  }
}
.p-top-solution__point-title {
  background-color: #5CA2FF;
  -webkit-clip-path: polygon(0 0, 85.4651162791% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85.4651162791% 0, 100% 100%, 0% 100%);
  color: #fff;
  position: relative;
  width: 34.4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point-title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 73.4513274336%, 50% 100%, 0 73.4513274336%);
    clip-path: polygon(0 0, 100% 0, 100% 73.4513274336%, 50% 100%, 0 73.4513274336%);
    width: 100%;
  }
}
.p-top-solution__point-title::before {
  aspect-ratio: 93/86;
  background: url(../img/top/solution-chara.webp) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 9.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point-title::before {
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__point-title::before {
    bottom: 2rem;
    width: 8rem;
  }
}
.p-top-solution__point-title-text {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  padding-bottom: 1.2rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point-title-text {
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 0.7rem;
    padding-left: 2.2rem;
  }
}
.p-top-solution__point-title-text .text01 {
  font-size: 3rem;
  line-height: 1.5;
  padding-left: 6.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point-title-text .text01 {
    line-height: 1.5;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__point-title-text .text01 {
    font-size: 2.4rem;
  }
}
.p-top-solution__point-title-text .text02 {
  font-size: 4.6rem;
  line-height: 1.4782608696;
  margin-top: -0.6rem;
  padding-left: 9.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-solution__point-title-text .text02 {
    line-height: 1.0888888889;
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-solution__point-title-text .text02 {
    font-size: 4.5rem;
  }
}
.p-top-solution__point-body {
  padding: 1.4rem 1rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__point-body {
    padding: 1.7rem 0 1.6rem 1rem;
  }
}
.p-top-solution__point-list {
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-solution__point-list {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-solution__point-list em {
  font-style: normal;
}
.p-top-solution__point-list li {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
}
.p-top-solution__point-list li::before {
  aspect-ratio: 1/1;
  background-color: #E6354A;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  mask: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  margin-top: 0.8rem;
  width: 1.9rem;
}
.p-top-solution__point-list li span {
  flex: 1;
}

/* -------------------------------------
  p-top-column
-----------------------------------------*/
.p-top-column {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-column {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.p-top-column__title {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 4rem;
  gap: 1.4rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.475;
}
@media screen and (max-width: 1023px) {
  .p-top-column__title {
    font-size: 2.8rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__title {
    font-size: 2rem;
    justify-content: flex-start;
  }
}
.p-top-column__title::before {
  aspect-ratio: 1/1;
  background: url(../img/top/column-title.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__title::before {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__title::before {
    width: 3.2rem;
  }
}
.p-top-column__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__title + * {
    margin-top: 2.4rem;
  }
}
.p-top-column__body {
  position: relative;
}
.p-top-column__body.l-grid {
  gap: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-column__body-text {
  position: absolute;
  right: 6rem;
  top: 0.3rem;
  transform: translateY(-100%);
  width: 25rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__body-text {
    right: 1.6rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__body-text {
    right: 0;
    width: 13rem;
  }
}
.p-top-column__body + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__body + * {
    margin-top: 3rem;
  }
}
.p-top-column__article-link {
  border: 2px solid #979DA5;
  border-radius: 1rem;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 1.8rem 1.8rem 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__article-link {
    align-items: center;
    display: flex;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__article-link {
    align-items: initial;
  }
}
.p-top-column__article-thumbnail {
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top-column__article-thumbnail {
    border-radius: 0;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__article-thumbnail {
    flex: 1;
    width: auto;
  }
}
.p-top-column__article-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-column__article-thumbnail + * {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-column__article-thumbnail + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-column__article-inner {
    flex: 1;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__article-inner {
    padding: 1.6rem;
    width: 60%;
  }
}
.p-top-column__article-time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.p-top-column__article-time + * {
  margin-top: 0.5rem;
}
.p-top-column__article-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-top-column__article-title {
    display: -webkit-box;
    font-size: 1.4rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.p-top-column__btn .c-btn02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

/* -------------------------------------
  p-top-feature
-----------------------------------------*/
.p-top-feature {
  background: url(../img/top/feature-bg.webp) 50%/cover no-repeat;
  padding-bottom: 9rem;
  padding-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature {
    background-position: 66% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.p-top-feature__body {
  background-color: rgba(0, 104, 183, 0.95);
  color: #fff;
  padding: 6rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__body {
    padding: 3rem 2rem;
  }
}
.p-top-feature__title {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__title {
    font-size: 2rem;
  }
}
.p-top-feature__title + * {
  margin-top: 3rem;
}
.p-top-feature__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__text .u-only-tbsp {
    display: none;
  }
}
.p-top-feature__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__text + * {
    margin-top: 3.2rem;
  }
}
.p-top-feature__flex {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 3.3rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__flex {
    flex-direction: column-reverse;
  }
}
.p-top-feature__flex-box {
  flex: 1;
}
.p-top-feature__flex + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__flex + * {
    margin-top: 3.2rem;
  }
}
.p-top-feature__list-item {
  align-items: flex-start;
  display: flex;
  font-weight: 500;
  font-size: 2.2rem;
  gap: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__list-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-item {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.p-top-feature__list-item::before {
  aspect-ratio: 1/1;
  content: "";
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  display: block;
  margin-top: 0.3rem;
  width: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list-item::before {
    width: 2rem;
  }
}
.p-top-feature__list-item:not(:last-child) {
  border-bottom: 2px solid #5FA4D9;
  padding-bottom: 1.5rem;
}
.p-top-feature__list-item span {
  flex: 1;
}
.p-top-feature__list-item + .p-top-feature__list-item {
  margin-top: 1.5rem;
}
.p-top-feature__image {
  position: relative;
  width: 34.5454545455%;
}
@media screen and (max-width: 1023px) {
  .p-top-feature__image {
    width: 90%;
    max-width: 42rem;
  }
}
.p-top-feature__image::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 100%;
}
.p-top-feature__image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-top-feature__btn .c-btn02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

/* -------------------------------------
  p-about
-----------------------------------------*/
.p-about__head-lead {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__head-lead {
    font-size: 1.8rem;
  }
}
.p-about__head-lead .text02 {
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-lead .text02 {
    margin-top: -0.3rem;
  }
}
.p-about__head-lead .text02 .logo {
  margin-right: 0.12rem;
  width: 38.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-lead .text02 .logo {
    width: 28rem;
  }
}
.p-about__head-lead .u-c-blue {
  font-size: 4rem;
  line-height: 1.475;
}
@media screen and (max-width: 767px) {
  .p-about__head-lead .u-c-blue {
    font-size: 2.6rem;
  }
}
.p-about__head-lead + * {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-lead + * {
    margin-top: 1.8rem;
  }
}
.p-about__head-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-inline: auto;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-text {
    font-size: 1.4rem;
  }
}
.p-about__head-text + * {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-text + * {
    margin-top: 2.4rem;
  }
}
.p-about__head-ex + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-ex + * {
    margin-top: 5rem;
  }
}
.p-about__head-ex + *.p-about__head-ex {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-ex + *.p-about__head-ex {
    margin-top: 1.8rem;
  }
}
.p-about__head-owner {
  border: 2px solid #1671EA;
  border-radius: 1rem;
  display: flex;
  margin-inline: auto;
  max-width: 91rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__head-owner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-about__head-owner .title {
  align-items: center;
  background-color: #1671EA;
  -webkit-clip-path: polygon(0 0, calc(100% - 8.2rem) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 8.2rem) 0%, 100% 100%, 0% 100%);
  color: #fff;
  display: flex;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4583333333;
  padding-left: 3.4rem;
  position: relative;
  width: 36rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-about__head-owner .title {
    -webkit-clip-path: polygon(0 0, calc(100% - 6.2rem) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 6.2rem) 0%, 100% 100%, 0% 100%);
    font-size: 2rem;
    line-height: 1.35;
    padding-left: 2.4rem;
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-owner .title {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    justify-content: center;
    padding-block: 1.2rem 2.2rem;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.p-about__head-owner .title::after {
  background: url(../img/about/owner-title-bg.webp) top left/338px repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-about__head-owner .box {
  flex: 1;
  padding-block: 1.4rem 0.9rem;
  padding-inline: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-owner .box {
    padding: 0 0.4rem 1.7rem;
  }
}
.p-about__head-owner .text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-owner .text {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-inline: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-owner .text.sp-center {
    text-align: center;
  }
}
.p-about__head-owner .text .u-c-blue {
  font-size: 1.8rem;
}
.p-about__head-owner .img {
  padding-right: 0;
  margin-top: -0.4rem;
  max-width: 52rem;
}
.p-about__head-owner .img img {
  width: 100%;
}
.p-about__head-owner .img + * {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-owner .img + * {
    margin-top: 1.4rem;
  }
}
.p-about__head-owner + * {
  margin-top: 6.4rem;
}
.p-about__head-worries {
  align-items: flex-start;
  display: flex;
  gap: 16rem 7.2rem;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries {
    gap: 6.5rem;
  }
}
.p-about__head-worries .box {
  flex: 1;
  position: relative;
}
.p-about__head-worries .box::after {
  aspect-ratio: 33/78;
  background: url(../img/about/worries-arrow.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -1.9rem;
  transform: translate(100%, -50%);
  top: 50%;
  width: 3.3rem;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries .box::after {
    aspect-ratio: 60/30;
    background-image: url(../img/about/worries-arrow_sp.webp);
    bottom: -1.9rem;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 100%);
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .box::after {
    width: 6rem;
  }
}
.p-about__head-worries .title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries .title {
    text-align: center;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .title .mn {
    font-size: 2rem;
  }
}
.p-about__head-worries .title::after {
  aspect-ratio: 43/52;
  background: url(../img/about/worries-treat.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 11rem;
  top: -0.1rem;
  width: 4.3rem;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries .title::after {
    right: 7.1rem;
    top: -0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .title::after {
    width: 3.2rem;
  }
}
.p-about__head-worries .title + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .title + * {
    margin-top: 1.5rem;
  }
}
.p-about__head-worries .text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries .text {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.p-about__head-worries .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  width: 53.1818181818%;
}
@media screen and (max-width: 1023px) {
  .p-about__head-worries .list {
    width: 58.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list {
    width: 100%;
  }
}
.p-about__head-worries .list.col3 .list-item:first-child {
  width: 61.5384615385%;
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list.col3 .list-item:first-child {
    width: 100%;
  }
}
.p-about__head-worries .list-item {
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.8rem;
  justify-content: center;
  height: 14rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  position: relative;
  text-align: center;
  width: calc(50% - 0.25rem);
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list-item {
    flex-direction: row-reverse;
    font-size: 1.5rem;
    height: 8rem;
    line-height: 1.5;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list-item:nth-child(2n) {
    background-color: #E3E3E3 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list-item .u-c-red {
    font-size: 1.6rem;
  }
}
.p-about__head-worries .list-item::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list-item::after {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head-worries .list-item span {
    flex: 1;
  }
}
.p-about__card-body {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: row-reverse;
  gap: 3.2rem 5rem;
  padding: 4.4rem 5rem 5rem;
}
@media screen and (max-width: 1023px) {
  .p-about__card-body {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-body {
    gap: 1.4rem;
    overflow: hidden;
    padding: 0 0 1.6rem;
  }
}
.p-about__card-box {
  flex: 1;
}
.p-about__card-lead {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about__card-lead {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.5555555556;
    text-align: center;
  }
}
.p-about__card-contents {
  align-items: flex-start;
  border-top: 1px solid #222;
  display: flex;
  gap: 1rem 2.4rem;
  margin-top: 3.2rem;
  padding-top: 2.45rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-contents {
    align-items: center;
    flex-direction: column;
    margin-top: 1.5rem;
    margin-inline: auto;
    padding-top: 1.6rem;
    width: calc(100% - 2rem);
  }
}
.p-about__card-contents::before {
  aspect-ratio: 165/149;
  background: url(../img/about/facility/card02.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-contents::before {
    aspect-ratio: 200/70;
    background-image: url(../img/about/facility/card02_sp.webp);
    width: 20rem;
  }
}
.p-about__card-text {
  flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-about__card-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    padding-top: 0;
  }
}
.p-about__card-image {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .p-about__card-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__card-image {
    aspect-ratio: 350/170;
    overflow: hidden;
  }
}
.p-about__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-about__ex {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about__ex {
    padding-block: 8rem;
  }
}
.p-about__ex-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__ex-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-about__ex-text + * {
  margin-top: 3.7rem;
}
.p-about__ex-body.l-grid {
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-about__ex-body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about__ex-item {
  border: 2px solid #1671EA;
  border-radius: 1rem;
  /* 2,6,10,14,... */
}
.p-about__ex-item:nth-child(4n+2), .p-about__ex-item:nth-child(4n+3) {
  border-color: #E6354A;
}
.p-about__ex-item:nth-child(4n+2) .p-about__ex-title, .p-about__ex-item:nth-child(4n+3) .p-about__ex-title {
  background-color: #E6354A;
}
.p-about__ex-item:nth-child(4n+2) .p-about__ex-title::before, .p-about__ex-item:nth-child(4n+3) .p-about__ex-title::before {
  background-image: url(../img/about/ex02-woman.webp);
}
.p-about__ex-item:nth-child(4n+2) .p-about__ex-list li::before, .p-about__ex-item:nth-child(4n+3) .p-about__ex-list li::before {
  background-color: #E6354A;
}
.p-about__ex-title {
  background-color: #1671EA;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  color: #fff;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1.1153846154;
  padding-block: 0.8rem 1.2rem;
  padding-left: 15rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__ex-title {
    font-size: 1.8rem;
    padding-left: 9rem;
  }
}
.p-about__ex-title::before {
  aspect-ratio: 90/106;
  background: url(../img/about/ex01-woman.webp) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 4rem;
  position: absolute;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-about__ex-title::before {
    left: 1rem;
    width: 7rem;
  }
}
.p-about__ex-title::after {
  background: url(../img/about/ex-title-bg.webp) left top/520px repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__ex-title::after {
    background-size: 400px;
  }
}
.p-about__ex-title .mn {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__ex-title .mn {
    font-size: 1.4rem;
  }
}
.p-about__ex-image {
  width: 100%;
}
.p-about__ex-image img {
  width: 100%;
}
.p-about__ex-list {
  padding-block: 1.3rem 1.8rem;
  padding-inline: 1.8rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__ex-list {
    padding-left: 1.2rem;
  }
}
.p-about__ex-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  gap: 0.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about__ex-list li {
    font-size: 1.5rem;
  }
}
.p-about__ex-list li::before {
  aspect-ratio: 1/1;
  background-color: #1671EA;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_check2.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_check2.svg) 50%/contain no-repeat;
  margin-top: 0.5rem;
  width: 1.5rem;
}
.p-about__ex-list li span {
  flex: 1;
}
.p-about__ex-list li + * {
  margin-top: 1.2rem;
}

/* -------------------------------------
  p-about-coin
-----------------------------------------*/
.p-about-coin .p-about__head {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-lead {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-lead .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
  }
}
.p-about-coin .p-about__head-lead .inner span {
  display: inline-block;
}
.p-about-coin .p-about__head-lead .box {
  border: 2px solid;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.4333333333;
  margin-right: 0.4rem;
  padding-inline: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-lead .box {
    margin-right: 0;
  }
}
.p-about-coin .p-about__head-lead .box.blue {
  border-color: #1671EA;
  color: #1671EA;
}
.p-about-coin .p-about__head-lead .box.red {
  border-color: #E6354A;
  color: #E6354A;
}
.p-about-coin .p-about__head-lead .box.yellow {
  border-color: #FF680D;
  color: #FF680D;
}
.p-about-coin .p-about__head-lead + * {
  margin-top: 4rem;
}
.p-about-coin .p-about__head-lead + *.p-about__head-lead {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-lead + *.p-about__head-lead {
    margin-top: 2rem;
  }
}
.p-about-coin .p-about__head-owner .box {
  padding-block: 2.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-owner .box {
    padding-block: 0 1.7rem;
  }
}
.p-about-coin .p-about__head-owner .text {
  line-height: 1.875;
}
.p-about-coin .p-about__head-owner .text .u-c-blue {
  line-height: 1.6666666667;
}
.p-about-coin .p-about__head-worries .list-item {
  /* 2,6,10,14,... */
}
.p-about-coin .p-about__head-worries .list-item:nth-child(4n+2), .p-about-coin .p-about__head-worries .list-item:nth-child(4n+3) {
  background-color: #E3E3E3;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(4n+2), .p-about-coin .p-about__head-worries .list-item:nth-child(4n+3) {
    background-color: #F3F3F3;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(1) {
  padding-top: 5.1rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(1) {
    gap: 2.96rem;
    padding-top: 0;
    padding-left: 3rem;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(1)::after {
  aspect-ratio: 61/70;
  background: url(../img/about/coin/worries-icon01.webp) 50%/contain no-repeat;
  left: 4rem;
  top: -3.78rem;
  width: 6.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(1)::after {
    width: 3.643rem;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(2) {
  padding-top: 3.6rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(2) {
    gap: 2.82rem;
    padding-top: 0;
    padding-left: 3rem;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(2)::after {
  aspect-ratio: 1/1;
  background: url(../img/about/coin/worries-icon02.webp) 50%/contain no-repeat;
  right: 5.4rem;
  top: -3.3rem;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(2)::after {
    width: 3.784rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(2) .u-c-red {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(3) {
    gap: 1.9rem;
    padding-left: 1.53rem;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(3)::after {
  aspect-ratio: 110/34;
  background: url(../img/about/coin/worries-icon03.webp) 50%/contain no-repeat;
  bottom: -1rem;
  right: 3.3rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(3)::after {
    aspect-ratio: 62/22;
    background-image: url(../img/about/coin/worries-icon03_sp.webp);
    width: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(4) {
    font-size: 1.4rem;
    gap: 1.1rem;
    padding-left: 2.5rem;
  }
}
.p-about-coin .p-about__head-worries .list-item:nth-child(4)::after {
  aspect-ratio: 100/60;
  background: url(../img/about/coin/worries-icon04.webp) 50%/contain no-repeat;
  bottom: -2.1rem;
  right: 1.94rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__head-worries .list-item:nth-child(4)::after {
    width: 6rem;
  }
}
.p-about-coin .p-about__ex {
  padding-bottom: 0;
}
.p-about-coin .p-about__ex .p-about-monthly__title + * {
  margin-top: 2.6rem;
}
.p-about-coin .p-about__ex + .l-cta-nav {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin .p-about__ex + .l-cta-nav {
    margin-top: 8rem;
  }
}

.p-about-coin__feature {
  background: url(../img/about/monthly/feature-bg.webp) top/100% repeat;
  padding-block: 11.1rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature {
    padding-block: 8rem;
  }
}
.p-about-coin__feature-title {
  background-color: #222;
  -webkit-clip-path: polygon(calc(100% - (100% - 20px)) 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - (100% - 20px)) 100%, 0% 50%);
          clip-path: polygon(calc(100% - (100% - 20px)) 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - (100% - 20px)) 100%, 0% 50%);
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 3px 4px;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.p-about-coin__feature-title > span {
  background-color: #fff;
  -webkit-clip-path: polygon(calc(100% - (100% - 18px)) 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, calc(100% - (100% - 18px)) 100%, 0% 50%);
          clip-path: polygon(calc(100% - (100% - 18px)) 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, calc(100% - (100% - 18px)) 100%, 0% 50%);
  display: block;
  padding: 0.5rem 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-title > span {
    padding-inline: 2.4rem;
  }
}
.p-about-coin__feature-title + * {
  margin-top: 1.8rem;
}
.p-about-coin__feature-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: center;
}
.p-about-coin__feature-text + * {
  margin-top: 5.7rem;
}
.p-about-coin__feature-image {
  margin-inline: auto;
  width: 89.2727272727%;
}
.p-about-coin__feature-image + * {
  margin-top: 7rem;
}
.p-about-coin__feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list {
    gap: 4rem 1.2rem;
  }
}
.p-about-coin__feature-list-item {
  background-color: #fff;
  border: 2px solid #1671EA;
  border-radius: 1rem;
  padding: 5.1rem 2.2rem 1.8rem;
  position: relative;
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media screen and (max-width: 1023px) {
  .p-about-coin__feature-list-item {
    padding-inline: 1.8rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list-item {
    padding: 3.6rem 1rem 1rem;
    width: calc(50% - 0.6rem);
  }
}
.p-about-coin__feature-list-title {
  background-color: #1671EA;
  -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  color: #fff;
  font-weight: 900;
  font-size: 1.9rem;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1.45;
  min-width: 18.2rem;
  padding-block: 1.2rem 1.4rem;
  position: absolute;
  top: -1.7rem;
  text-align: center;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list-title {
    font-size: 1.5rem;
    min-width: 12rem;
    padding-block: 0.9rem;
  }
}
.p-about-coin__feature-list-image {
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-about-coin__feature-list-image img {
  width: 100%;
}
.p-about-coin__feature-list-image + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list-image + * {
    margin-top: 0.8rem;
  }
}
.p-about-coin__feature-list-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list-text {
    font-size: 1.1rem;
  }
}
.p-about-coin__feature-list + * {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__feature-list + * {
    margin-top: 6rem;
  }
}

.p-about-coin__price {
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price {
    padding-top: 5rem;
  }
}
.p-about-coin__price-body {
  align-items: flex-start;
  display: flex;
  gap: 2.9rem 1.9rem;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-body {
    flex-direction: column;
  }
}
.p-about-coin__price-box {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-box {
    width: 100%;
  }
}
.p-about-coin__price-title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-title {
    font-size: 2rem;
    line-height: 1.2666666667;
  }
}
.p-about-coin__price-title .u-c-blue {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-title .u-c-blue {
    font-size: 3rem;
  }
}
.p-about-coin__price-title + * {
  margin-top: 1rem;
}
.p-about-coin__price-balloon {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  max-width: 48rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-balloon {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-balloon {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
    max-width: 35rem;
  }
}
.p-about-coin__price-balloon::before, .p-about-coin__price-balloon::after {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.p-about-coin__price-balloon::before {
  aspect-ratio: 40/22;
  background-color: #222;
  bottom: 9px;
  width: 40px;
  z-index: -1;
}
.p-about-coin__price-balloon::after {
  aspect-ratio: 27/15;
  bottom: 6px;
  background-color: #fff;
  width: 27px;
}
.p-about-coin__price-balloon .text {
  background-color: #fff;
  border: 3px solid #222;
  border-radius: 1rem;
  display: block;
  overflow: hidden;
  padding-block: 0.7rem;
  padding-left: 13.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-balloon .text {
    padding-block: 1.3rem;
    padding-left: 9rem;
  }
}
.p-about-coin__price-balloon .text::before {
  aspect-ratio: 102/70;
  background: url(../img/about/coin/price-balloon-chara.webp) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-balloon .text::before {
    aspect-ratio: 75/68;
    background-image: url(../img/about/coin/price-balloon-chara_sp.webp);
    width: 7.5rem;
  }
}
.p-about-coin__price-balloon + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-balloon + * {
    margin-top: 2.3rem;
  }
}
.p-about-coin__price-list li {
  align-items: flex-start;
  border-top: 1px solid #ccc;
  display: flex;
  font-weight: 900;
  font-size: 2rem;
  gap: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding-block: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-list li {
    align-items: center;
    font-size: 1.8rem;
    gap: 2rem;
    line-height: 1.3333333333;
    padding-left: 2rem;
  }
}
.p-about-coin__price-list li:last-child {
  border-bottom: 1px solid #ccc;
}
.p-about-coin__price-list li::before {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check2.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  margin-top: 0.3rem;
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-list li::before {
    margin-top: 0;
    width: 2.8rem;
  }
}
.p-about-coin__price-list li span {
  flex: 1;
  display: inline-block;
}
.p-about-coin__price-list + * {
  margin-top: 2rem;
}
.p-about-coin__price-anno {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  max-width: 48.3rem;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-anno {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-coin__price-anno {
    font-size: 1.1rem;
    line-height: 1.8181818182;
  }
}
.p-about-coin__price-anno::before {
  content: "※";
}
.p-about-coin__price-anno span {
  flex: 1;
}
.p-about-coin__price-image {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-about-coin__price-image {
    width: 100%;
  }
}
.p-about-coin__price-image img {
  width: 100%;
}
.p-about-coin__price + * {
  padding-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__price + * {
    padding-top: 6rem;
  }
}

.p-about-coin__compare {
  padding-block: 10.4rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-coin__compare {
    padding-block: 6rem 8rem;
  }
}

/* -------------------------------------
  p-about-facility
-----------------------------------------*/
.p-about-facility__title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-facility__title {
    font-size: 2.4rem;
  }
}
.p-about-facility__title + * {
  margin-top: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__title + * {
    margin-top: 3.2rem;
  }
}

.p-about-facility__issue {
  align-items: flex-start;
  display: flex;
  gap: 0 4.2rem;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue {
    flex-direction: column;
  }
}
.p-about-facility__issue-box {
  flex: 1;
  padding-top: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue-box {
    display: contents;
  }
}
.p-about-facility__issue-title {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-left: 11.5rem;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue-title {
    order: 1;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.p-about-facility__issue-title .main {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-title .main {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3333333333;
  }
}
.p-about-facility__issue-title .sub {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-title .sub {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.p-about-facility__issue-title + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue-title + * {
    margin-top: 2rem;
  }
}
.p-about-facility__issue-list {
  border: 3px solid #222;
  border-radius: 1rem;
  padding: 1.3rem 1.7rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue-list {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-list {
    border-width: 2px;
    padding: 1.4rem;
  }
}
.p-about-facility__issue-list::before {
  aspect-ratio: 97/114;
  background: url(../img/about/facility/issue-woman.webp) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 1rem;
  position: absolute;
  top: -3px;
  transform: translateY(-100%);
  width: 9.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-list::before {
    left: 0.7rem;
    top: -2px;
    width: 8.2rem;
  }
}
.p-about-facility__issue-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-about-facility__issue-list li::before {
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 50%;
  content: "";
  display: block;
  margin-top: 0.8rem;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-list li::before {
    margin-top: 0.6rem;
  }
}
.p-about-facility__issue-list li span {
  flex: 1;
}
.p-about-facility__issue-list li + * {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__issue-list li + * {
    margin-top: 1rem;
  }
}
.p-about-facility__issue-image {
  width: 36.3636363636%;
}
@media screen and (max-width: 1023px) {
  .p-about-facility__issue-image {
    aspect-ratio: 310/150;
    border-radius: 1rem;
    margin-top: 1.9rem;
    margin-inline: auto;
    order: 2;
    overflow: hidden;
    width: 88.5714285714%;
  }
}
.p-about-facility__issue-image img {
  width: 100%;
}

.p-about-facility__point {
  margin-top: 12rem;
  padding-block: 0 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point {
    background-size: 200%;
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-about-facility__point::after {
  background: url(../img/about/facility/point-bg.webp) top/100% repeat;
  content: "";
  display: block;
  height: calc(100% - 4.7rem);
  left: 0;
  position: absolute;
  top: 4.7rem;
  width: 100%;
  z-index: -1;
}
.p-about-facility__point-title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title {
    font-size: 2.4rem;
  }
}
.p-about-facility__point-title::before, .p-about-facility__point-title::after {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.p-about-facility__point-title::before {
  aspect-ratio: 40/22;
  background-color: #1671EA;
  bottom: 5px;
  width: 40px;
  z-index: -1;
}
.p-about-facility__point-title::after {
  aspect-ratio: 27/15;
  bottom: 3px;
  background-color: #fff;
  width: 27px;
}
.p-about-facility__point-title > span {
  background-color: #fff;
  border: 3px solid #1671EA;
  border-radius: 1rem;
  display: block;
  padding: 0.9rem 5.7rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title > span {
    padding-inline: 1.7rem;
  }
}
.p-about-facility__point-title + * {
  margin-top: 10.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title + * {
    margin-top: 8.6rem;
  }
}
.p-about-facility__point-body {
  gap: 7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-body {
    gap: 6rem;
  }
}
.p-about-facility__point-item {
  background-color: #fff;
  border: 3px solid #1671EA;
  border-radius: 1rem;
  padding: 3.8rem 2.7rem 2.7rem;
  position: relative;
  /* 2,6,10,14,... */
}
.p-about-facility__point-item:nth-child(4n+2), .p-about-facility__point-item:nth-child(4n+3) {
  border-color: #E6354A;
}
.p-about-facility__point-item:nth-child(4n+2) .p-about-facility__point-title-main, .p-about-facility__point-item:nth-child(4n+3) .p-about-facility__point-title-main {
  background-color: #E6354A;
}
.p-about-facility__point-item:nth-child(4n+2) .p-about-facility__point-title-sub, .p-about-facility__point-item:nth-child(4n+3) .p-about-facility__point-title-sub {
  color: #E6354A;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(odd) {
    border-color: #1671EA;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(odd) .p-about-facility__point-title-main {
    background-color: #1671EA;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(odd) .p-about-facility__point-title-sub {
    color: #1671EA;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(even) {
    border-color: #E6354A;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(even) .p-about-facility__point-title-main {
    background-color: #E6354A;
  }
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-item:nth-child(even) .p-about-facility__point-title-sub {
    color: #E6354A;
  }
}
.p-about-facility__point-title-main {
  align-items: center;
  aspect-ratio: 74/70;
  background-color: #1671EA;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", cursive;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3571428571;
  left: 50%;
  -webkit-mask: url(../img/about/point-title.svg) 50%/contain no-repeat;
          mask: url(../img/about/point-title.svg) 50%/contain no-repeat;
  padding-top: 0.5rem;
  position: absolute;
  transform: translateX(-50%);
  top: -4rem;
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title-main {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    width: 6rem;
  }
}
.p-about-facility__point-title-main .num {
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.3333333333;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title-main .num {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    margin-top: -0.8rem;
  }
}
.p-about-facility__point-title-sub {
  color: #1671EA;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-title-sub {
    font-size: 1.8rem;
  }
}
.p-about-facility__point-title-sub + * {
  margin-top: 2rem;
}
.p-about-facility__point-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-about-facility__point-text {
    font-size: 1.4rem;
  }
}

.p-about-facility__case {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__case {
    padding-block: 8rem;
  }
}
.p-about-facility__case .p-about-facility__title + * {
  margin-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__case .p-about-facility__title + * {
    margin-top: 3.2rem;
  }
}
.p-about-facility__case-title {
  align-items: center;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about-facility__case-title {
    font-size: 1.8rem;
    gap: 1.6rem;
  }
}
.p-about-facility__case-title::before, .p-about-facility__case-title::after {
  background-color: #222;
  border-radius: 1rem;
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  max-width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__case-title::before, .p-about-facility__case-title::after {
    max-width: 4rem;
  }
}
.p-about-facility__case-title span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-about-facility__case-title + * {
  margin-top: 2rem;
}
.p-about-facility__case-slide {
  position: relative;
}
.p-about-facility__case-slide-body {
  overflow: hidden;
}
.p-about-facility__case-slide .p-top-case__slide-nav .swiper-button-prev {
  left: -2rem;
  transform: translate(-100%, -50%) scale(-1, 1);
}
@media screen and (max-width: 1023px) {
  .p-about-facility__case-slide .p-top-case__slide-nav .swiper-button-prev {
    transform: translate(0, -50%) scale(-1, 1);
  }
}
.p-about-facility__case-slide .p-top-case__slide-nav .swiper-button-next {
  right: -2rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1023px) {
  .p-about-facility__case-slide .p-top-case__slide-nav .swiper-button-next {
    transform: translate(0, -50%);
  }
}
.p-about-facility__case-slide + * {
  margin-top: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__case-slide + * {
    margin-top: 6rem;
  }
}

.p-about-facility__card {
  background-color: #F1F1F1;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__card {
    padding-block: 8rem;
  }
}

.p-about-facility__faq {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__faq {
    padding-block: 8rem;
  }
}
.p-about-facility__faq .l-faq__dl-inner:first-child {
  padding-top: 0;
  border-top: none;
}

/* -------------------------------------
  p-about-monthly
-----------------------------------------*/
.p-about-monthly__title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__title {
    font-size: 2.4rem;
  }
}
.p-about-monthly__title + * {
  margin-top: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__title + * {
    margin-top: 3.2rem;
  }
}
.p-about-monthly .p-about__head {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head {
    padding-bottom: 8rem;
  }
}
.p-about-monthly .p-about__head-worries {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries {
    padding-top: 0;
  }
}
.p-about-monthly .p-about__head-worries .list-item:nth-child(1) {
  padding-top: 5rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(1) {
    gap: 1.9rem;
    padding: 0 2.3rem;
  }
}
.p-about-monthly .p-about__head-worries .list-item:nth-child(1)::after {
  aspect-ratio: 81/99;
  background: url(../img/about/monthly/worries-icon01.webp) 50%/contain no-repeat;
  left: 50%;
  top: -5.5rem;
  transform: translateX(-50%);
  width: 8.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(1)::after {
    transform: none;
    width: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(2) {
    gap: 1.9rem;
    padding: 0 1.5rem;
  }
}
.p-about-monthly .p-about__head-worries .list-item:nth-child(2)::after {
  aspect-ratio: 110/34;
  background: url(../img/about/monthly/worries-icon02.webp) 50%/contain no-repeat;
  bottom: -1rem;
  right: 3.4rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(2)::after {
    background-image: url(../img/about/monthly/worries-icon02_sp.webp);
    width: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(3) {
    gap: 3.2rem;
    padding: 0 2.7rem;
  }
}
.p-about-monthly .p-about__head-worries .list-item:nth-child(3)::after {
  aspect-ratio: 55/85;
  background: url(../img/about/monthly/worries-icon03.webp) 50%/contain no-repeat;
  bottom: 0;
  right: 1.6rem;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly .p-about__head-worries .list-item:nth-child(3)::after {
    width: 3.6rem;
  }
}
.p-about-monthly .p-about__ex .p-about-monthly__title + * {
  margin-top: 2.6rem;
}

.p-about-monthly__feature {
  background: url(../img/about/monthly/feature-bg.webp) top/100% repeat;
  padding-block: 9.2rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature {
    padding-block: 6rem 8rem;
  }
}
.p-about-monthly__feature-title {
  background-color: #222;
  -webkit-clip-path: polygon(calc(100% - (100% - 20px)) 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - (100% - 20px)) 100%, 0% 50%);
          clip-path: polygon(calc(100% - (100% - 20px)) 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, calc(100% - (100% - 20px)) 100%, 0% 50%);
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 3px 4px;
  margin-inline: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.p-about-monthly__feature-title > span {
  background-color: #fff;
  -webkit-clip-path: polygon(calc(100% - (100% - 18px)) 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, calc(100% - (100% - 18px)) 100%, 0% 50%);
          clip-path: polygon(calc(100% - (100% - 18px)) 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, calc(100% - (100% - 18px)) 100%, 0% 50%);
  display: block;
  padding: 0.5rem 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title > span {
    padding-inline: 2.4rem;
  }
}
.p-about-monthly__feature-title + * {
  margin-top: 1.7rem;
}
.p-about-monthly__feature-text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-about-monthly__feature-text + * {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-text + * {
    margin-top: 3.2rem;
  }
}
.p-about-monthly__feature-item:nth-child(even) .p-about-monthly__feature-title-sub .sub {
  background-color: #E6354A;
}
.p-about-monthly__feature-item:nth-child(even) .p-about-monthly__feature-title-sub .main {
  color: #E6354A;
}
.p-about-monthly__feature-item:nth-child(even) .p-about-monthly__feature-box {
  border-color: #E6354A;
}
.p-about-monthly__feature-item:nth-child(even) .p-about-monthly__feature-box-title {
  background-color: #E6354A;
}
.p-about-monthly__feature-item + * {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-item + * {
    margin-top: 6rem;
  }
}
.p-about-monthly__feature-title-sub {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title-sub {
    gap: 1rem;
  }
}
.p-about-monthly__feature-title-sub .sub {
  align-items: center;
  aspect-ratio: 74/70;
  background-color: #1671EA;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", cursive;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3571428571;
  -webkit-mask: url(../img/about/point-title.svg) 50%/contain no-repeat;
          mask: url(../img/about/point-title.svg) 50%/contain no-repeat;
  padding-top: 0.5rem;
  width: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title-sub .sub {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    width: 6rem;
  }
}
.p-about-monthly__feature-title-sub .sub .num {
  font-size: 3.6rem;
  letter-spacing: 0;
  line-height: 1.3333333333;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title-sub .sub .num {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    margin-top: -0.8rem;
  }
}
.p-about-monthly__feature-title-sub .main {
  color: #1671EA;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-title-sub .main {
    flex: 1;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.p-about-monthly__feature-title-sub + * {
  margin-top: 3rem;
}
.p-about-monthly__feature-contents.l-grid {
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-about-monthly__feature-contents.l-grid {
    gap: 3rem;
  }
}
.p-about-monthly__feature-box {
  background-color: #fff;
  border: 3px solid #1671EA;
  border-radius: 1rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-box {
    padding-bottom: 1.2rem;
  }
}
.p-about-monthly__feature-box-title {
  background-color: #1671EA;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding-block: 1.2rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-box-title {
    font-size: 1.8rem;
  }
}
.p-about-monthly__feature-box-title + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-box-title + * {
    margin-top: 2rem;
  }
}
.p-about-monthly__feature-box .p-about-monthly__feature-text {
  line-height: 1.5;
  padding-inline: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-box .p-about-monthly__feature-text {
    padding-inline: 1.6rem;
  }
}
.p-about-monthly__feature-box .p-about-monthly__feature-text + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-box .p-about-monthly__feature-text + * {
    margin-top: 2rem;
  }
}
.p-about-monthly__feature-image {
  margin-inline: auto;
  width: 94.5525291829%;
}
@media screen and (max-width: 767px) {
  .p-about-monthly__feature-image {
    width: 95%;
  }
}
.p-about-monthly__feature-image img {
  width: 100%;
}

/* -------------------------------------
  p-faq-nav
-----------------------------------------*/
.p-faq-nav {
  background-color: #F1F1F1;
  padding-block: 3rem;
}
.p-faq-nav + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nav + * {
    margin-top: 4rem;
  }
}
.p-faq-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__list {
    gap: 1.2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-nav__list-item {
    width: calc(50% - 0.5rem);
  }
}
.p-faq-nav__list-link {
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 10rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  padding: 0.8rem 2.8rem;
  text-align: center;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-faq-nav__list-link {
    padding-inline: 0;
    width: 100%;
  }
}
.p-faq-nav__list-link.--current {
  background-color: #1671EA;
  border-color: #1671EA;
  color: #fff;
}
.p-faq-nav__list-link:hover, .p-faq-nav__list-link:focus-visible {
  background-color: #1671EA;
  border-color: #1671EA;
  color: #fff;
}

/* -------------------------------------
  p-faq-section
-----------------------------------------*/
.p-faq-section {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-faq-section {
    padding-bottom: 6rem;
  }
}
.p-faq-section .l-inner {
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .p-faq-section .l-inner {
    gap: 6rem;
  }
}
.p-faq-section__title {
  align-items: center;
  display: flex;
  font-weight: 900;
  font-size: 3rem;
  gap: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq-section__title {
    font-size: 2.2rem;
    gap: 1rem;
  }
}
.p-faq-section__title::before {
  background-color: #1671EA;
  border-radius: 5rem;
  content: "";
  display: block;
  height: 0.6rem;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq-section__title::before {
    height: 0.3rem;
    width: 2rem;
  }
}
.p-faq-section__title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-section__title + * {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------
  p-case-list
-----------------------------------------*/
.p-case-list__nav-wrap + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-wrap + * {
    margin-top: 5rem;
  }
}
.p-case-list__nav-body {
  background-color: #F1F1F1;
  border-radius: 1rem;
}
.p-case-list__nav-btn {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding-block: 3rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-btn {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2rem;
    text-align: left;
  }
}
.p-case-list__nav-btn.is-open .sub .open {
  opacity: 0;
  visibility: hidden;
}
.p-case-list__nav-btn.is-open .sub .close {
  opacity: 1;
  visibility: visible;
}
.p-case-list__nav-btn .sub {
  font-size: 1.6rem;
  line-height: 1.5;
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-btn .sub {
    font-size: 1.2rem;
  }
}
.p-case-list__nav-btn .sub .open,
.p-case-list__nav-btn .sub .close {
  transition: all 0.25s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-case-list__nav-btn .sub .close {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.p-case-list__nav-contents {
  padding-bottom: 3rem;
  padding-inline: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-contents {
    padding-inline: 2rem;
  }
}
.p-case-list__nav-box {
  align-items: flex-start;
  display: flex;
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-box {
    flex-direction: column;
  }
}
.p-case-list__nav-box + * {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-box + * {
    margin-top: 3rem;
  }
}
.p-case-list__nav-box + *.p-case-list__nav-box {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-box + *.p-case-list__nav-box {
    margin-top: 2rem;
  }
}
.p-case-list__nav-label {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-label {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    width: 100%;
  }
}
.p-case-list__nav-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-list {
    gap: 0.6rem;
  }
}
.p-case-list__nav-item input[type=radio]:checked + label {
  background-color: #FF8902;
  color: #fff;
}
.p-case-list__nav-item label {
  background-color: #fff;
  border-radius: 10rem;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  padding: 0.8rem 2rem;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-case-list__nav-item label {
    letter-spacing: 0;
    padding: 0.4rem 1rem;
  }
}
.p-case-list__nav-item label:hover, .p-case-list__nav-item label:focus-visible {
  background-color: #FF8902;
  color: #fff;
}
.p-case-list__nav-submit button {
  background-color: #FF8902;
  border: 2px solid #FF8902;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding-block: 0.8rem;
  margin-inline: auto;
  min-width: 186px;
  text-align: center;
  transition: all 0.25s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-case-list__nav-submit button:hover, .p-case-list__nav-submit button:focus-visible {
  background-color: #fff;
  color: #FF8902;
}
.p-case-list__wrap {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__wrap {
    padding-bottom: 6rem;
  }
}
.p-case-list__body.l-grid {
  gap: 3rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-case-list__body.l-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case-list__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding-inline: 2.5rem;
  }
}
.p-case-list__body + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__body + * {
    margin-top: 4rem;
  }
}
.p-case-list__article:nth-child(even) .p-case-list__article-more {
  background-color: #FFAD12;
}
.p-case-list__article-link {
  border: 2px solid #222;
  border-radius: 1rem;
  display: block;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-link {
    align-items: initial;
  }
}
.p-case-list__article-link:hover, .p-case-list__article-link:focus-visible {
  opacity: 0.7;
}
.p-case-list__article-link:hover .p-case-single__related-article-thumbnail img, .p-case-list__article-link:focus-visible .p-case-single__related-article-thumbnail img {
  transform: scale(1.05);
}
.p-case-list__article-thumbnail {
  aspect-ratio: 350/230;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-case-list__article-thumbnail {
    aspect-ratio: 300/140;
  }
}
.p-case-list__article-thumbnail .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.p-case-list__article-thumbnail .area {
  background-color: #FF8900;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem 0.8rem;
  left: 0;
  position: absolute;
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-thumbnail .area {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 0.2rem 0.4rem;
    top: 1rem;
  }
}
.p-case-list__article-inner {
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-case-list__article-inner {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-case-list__article-inner {
    padding-top: 0.6rem;
  }
}
.p-case-list__article-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-name {
    font-size: 1.6rem;
    text-align: left;
    padding-inline: 0.8rem;
  }
}
.p-case-list__article-name + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-name + * {
    margin-top: 0.4rem;
  }
}
.p-case-list__article-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  padding-inline: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-title {
    display: -webkit-box;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-inline: 0.8rem;
  }
}
.p-case-list__article-title + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-title + * {
    margin-top: 1.2rem;
  }
}
.p-case-list__article-info {
  display: flex;
  justify-content: space-between;
  padding-inline: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-info {
    padding-inline: 0.8rem;
  }
}
.p-case-list__article-info + * {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-info + * {
    margin-top: 1.3rem;
  }
}
.p-case-list__article-category {
  border: 1px solid #222;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.25;
  padding-inline: 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-category {
    line-height: 2;
    padding-inline: 1rem;
  }
}
.p-case-list__article-more {
  align-items: center;
  background-color: #FF8900;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-block: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-list__article-more {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding-block: 0.5rem 0.3rem;
  }
}
.p-case-list__article-more span {
  position: relative;
}
.p-case-list__article-more span::after {
  aspect-ratio: 11/17;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  right: -3.6rem;
  position: absolute;
  transition: all 0.3s;
  transform: translate(100%, -50%);
  top: 50%;
  width: 0.9rem;
}
.p-case-list .c-pagination li a:hover, .p-case-list .c-pagination li a:focus-visible {
  background-color: #FF8902;
}
.p-case-list .c-pagination li .current {
  background-color: #FF8902;
}

/* -------------------------------------
  p-case-single
-----------------------------------------*/
.p-case-single {
  background-color: #FFF6E8;
}
.p-case-single__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__wrap {
    padding-bottom: 6rem;
  }
}
.p-case-single__name {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case-single__name {
    font-size: 2rem;
  }
}
.p-case-single__name + * {
  margin-top: 1.9rem;
}
.p-case-single__title {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-case-single__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-case-single__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__title + * {
    margin-top: 2rem;
  }
}
.p-case-single__info {
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__info {
    gap: 1rem;
  }
}
.p-case-single__info + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__info + * {
    margin-top: 2.5rem;
  }
}
.p-case-single__area {
  background-color: #FF8900;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__area {
    font-size: 1rem;
  }
}
.p-case-single__category {
  border: 1px solid #222;
  border-radius: 4rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
  padding-inline: 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-case-single__category {
    font-size: 1.1rem;
    padding-inline: 1rem;
  }
}
.p-case-single .l-single__body {
  border: none;
}
.p-case-single .l-single__content h2 {
  background-color: #FF680D;
}
.p-case-single .l-single__content h3::before {
  background-color: #FF680D;
}

.p-case-single__related {
  background-color: #fff;
  padding-block: 14rem 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case-single__related {
    padding-block: 4rem 8rem;
  }
}
.p-case-single__related-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-case-single__related-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case-single__related-title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-case-single__related-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-case-single__related-title + * {
    margin-top: 2.4rem;
  }
}
.p-case-single__related-body {
  position: relative;
}
.p-case-single__related-body.l-grid {
  gap: 3rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .p-case-single__related-body.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-case-single__related-body.l-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding-inline: 2.5rem;
  }
}

/* -------------------------------------
  p-news-list
-----------------------------------------*/
.p-news-list__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__wrap {
    padding-bottom: 6rem;
  }
}
.p-news-list__body + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__body + * {
    margin-top: 4rem;
  }
}
.p-news-list__item {
  border-bottom: 1px solid #cccccc;
}
.p-news-list__link {
  align-items: center;
  display: flex;
  gap: 0.8rem 3.6rem;
  padding: 1.8rem 2rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-list__link {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 1rem;
  }
}
.p-news-list__link:hover, .p-news-list__link:focus-visible {
  background-color: #F2F8FF;
}
.p-news-list__link::after {
  aspect-ratio: 11/17;
  background-color: #cccccc;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  transition: all 0.3s;
  width: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__link::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-news-list__time {
  font-weight: 500;
  font-size: 1.6rem;
  min-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__time {
    font-size: 1.4rem;
  }
}
.p-news-list__title {
  flex: 1;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    font-size: 1.5rem;
    padding-right: 2rem;
  }
}

/* -------------------------------------
  p-news-single
-----------------------------------------*/
.p-news-single__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__wrap {
    padding-bottom: 6rem;
  }
}
.p-news-single__time {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-news-single__time {
    font-size: 1.3rem;
  }
}
.p-news-single__time + * {
  margin-top: 0.8rem;
}
.p-news-single__title {
  border-bottom: 1px solid #CCCCCC;
  color: #222;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.7692307692;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-news-single__title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__title + * {
    margin-top: 2.5rem;
  }
}
.p-news-single__title + *.p-news-single__content {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__title + *.p-news-single__content {
    margin-top: 2.5rem;
  }
}

/* -------------------------------------
  p-column-list
-----------------------------------------*/
.p-column-list__wrap {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-column-list__wrap {
    padding-bottom: 6rem;
  }
}
.p-column-list__body.l-grid {
  gap: 5rem 4rem;
}
@media screen and (max-width: 1023px) {
  .p-column-list__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.p-column-list__body + * {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-column-list__body + * {
    margin-top: 4rem;
  }
}
.p-column-list__article-link {
  border-radius: 1rem;
  display: block;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-column-list__article-link {
    align-items: center;
    display: flex;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list__article-link {
    align-items: initial;
  }
}
.p-column-list__article-link:hover, .p-column-list__article-link:focus-visible {
  opacity: 0.7;
}
.p-column-list__article-link:hover .p-column-single__related-article-thumbnail img, .p-column-list__article-link:focus-visible .p-column-single__related-article-thumbnail img {
  transform: scale(1.05);
}
.p-column-list__article-thumbnail {
  aspect-ratio: 340/230;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-column-list__article-thumbnail {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list__article-thumbnail {
    aspect-ratio: auto;
    flex: 1;
    width: auto;
  }
}
.p-column-list__article-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  width: 100%;
}
.p-column-list__article-thumbnail + * {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-column-list__article-thumbnail + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-column-list__article-inner {
    flex: 1;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list__article-inner {
    padding: 1.6rem;
    width: 60%;
  }
}
.p-column-list__article-time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.p-column-list__article-time + * {
  margin-top: 0.5rem;
}
.p-column-list__article-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-column-list__article-title {
    display: -webkit-box;
    font-size: 1.4rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.p-column-list__article-title + * {
  margin-top: 1rem;
}
.p-column-list__article-category {
  border: 1px solid #222;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.25;
  padding-inline: 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-column-list__article-category {
    font-size: 1rem;
    padding-inline: 1rem;
  }
}
.p-column-list .c-pagination li a:hover, .p-column-list .c-pagination li a:focus-visible {
  background-color: #E6354A;
}
.p-column-list .c-pagination li .current {
  background-color: #E6354A;
}

/* -------------------------------------
  p-column-single
-----------------------------------------*/
.p-column-single__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-column-single__wrap {
    padding-bottom: 6rem;
  }
}
.p-column-single__title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .p-column-single__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-column-single__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-column-single__title + * {
    margin-top: 2rem;
  }
}
.p-column-single__info {
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-column-single__info {
    gap: 1rem;
  }
}
.p-column-single__info + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-column-single__info + * {
    margin-top: 2.5rem;
  }
}
.p-column-single__time {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-column-single__time {
    font-size: 1.3rem;
  }
}
.p-column-single__category {
  border: 1px solid #222;
  border-radius: 4rem;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
  padding-inline: 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-column-single__category {
    font-size: 1.1rem;
    padding-inline: 1rem;
  }
}

.p-column-single__related {
  padding-block: 14rem 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-single__related {
    padding-block: 4rem 8rem;
  }
}
.p-column-single__related-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-column-single__related-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-single__related-title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-column-single__related-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-column-single__related-title + * {
    margin-top: 2.4rem;
  }
}
.p-column-single__related-body {
  position: relative;
}
.p-column-single__related-body.l-grid {
  gap: 2.5rem 4rem;
}
@media screen and (max-width: 1023px) {
  .p-column-single__related-body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-column-single__related-lead {
  position: absolute;
  right: 6rem;
  top: 0.3rem;
  transform: translateY(-100%);
  width: 25rem;
}
@media screen and (max-width: 1023px) {
  .p-column-single__related-lead {
    right: 1.6rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-single__related-lead {
    right: 0;
    width: 13rem;
  }
}

/* -------------------------------------
  p-flow
-----------------------------------------*/
.p-flow {
  position: relative;
  z-index: 1;
}
.p-flow::after {
  content: "";
  background: url(../img/flow/bg.webp) 50% top/1920px repeat;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 20rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow::after {
    background-size: 1300px;
    top: 10rem;
  }
}
.p-flow__title {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 2.4rem;
  }
}
.p-flow__title + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title + * {
    margin-top: 2rem;
  }
}
.p-flow__title + *.p-flow__text {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title + *.p-flow__text {
    margin-top: 1.8rem;
  }
}
.p-flow__text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1.4rem;
  }
}
.p-flow__text.--center {
  text-align: center;
}
.p-flow__text span {
  display: inline-block;
}
.p-flow__text + * {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text + * {
    margin-top: 2rem;
  }
}

/* -------------------------------------
  p-flow-step
-----------------------------------------*/
.p-flow-step {
  padding-block: 1rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step {
    padding-bottom: 6rem;
  }
}
.p-flow-step .p-flow__text + * {
  margin-top: 3.7rem;
}
.p-flow-step__item {
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 1rem;
  padding-block: 2.3rem 2.5rem;
  padding-inline: 6rem 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-flow-step__item {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-step__item {
    padding-inline: 1.8rem;
  }
}
.p-flow-step__item:not(:first-child)::before {
  aspect-ratio: 50/24;
  background-color: #1671EA;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: -1rem;
  transform: translate(-50%, -100%);
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step__item:not(:first-child)::before {
    aspect-ratio: 40/20;
    width: 4rem;
  }
}
.p-flow-step__item:last-child {
  border-color: #E6354A;
}
.p-flow-step__item:last-child::before {
  background-color: #E6354A;
}
.p-flow-step__item:last-child .p-flow-step__title {
  border-bottom-color: #E6354A;
}
.p-flow-step__item:last-child .p-flow-step__title .sub {
  color: #E6354A;
}
.p-flow-step__item + * {
  margin-top: 4rem;
}
.p-flow-step__title {
  align-items: flex-end;
  border-bottom: 2px solid #1671EA;
  display: flex;
  gap: 3rem;
  margin-left: 15rem;
  max-width: 59.4rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-flow-step__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-step__title {
    gap: 0.6rem;
    padding-inline: 0.5rem 0;
  }
}
.p-flow-step__title .sub {
  align-items: flex-end;
  color: #1671EA;
  display: flex;
  font-family: "Roboto", cursive;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  gap: 0.7rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-flow-step__title .sub {
    font-size: 1.2rem;
    gap: 0.2rem;
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
}
.p-flow-step__title .sub .num {
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow-step__title .sub .num {
    font-size: 2rem;
  }
}
.p-flow-step__title .main {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step__title .main {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.p-flow-step__title + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-flow-step__title + * {
    margin-top: 1rem;
  }
}
.p-flow-step__content {
  margin-left: 15rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-flow-step__content {
    align-items: center;
    display: flex;
    gap: 2rem;
    margin-left: 0;
  }
}
.p-flow-step__content .icon {
  left: 6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10rem;
}
@media screen and (max-width: 1023px) {
  .p-flow-step__content .icon {
    position: static;
    transform: none;
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-step__content .icon {
    width: 5rem;
  }
}
.p-flow-step__content .list {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (max-width: 1023px) {
  .p-flow-step__content .list {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-step__content .list {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-flow-step__content .list li {
  align-items: flex-start;
  display: flex;
  gap: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-flow-step__content .list li {
    gap: 0.5rem;
  }
}
.p-flow-step__content .list li::before {
  content: "●";
}
.p-flow-step__content .list li span {
  flex: 1;
}
.p-flow-step__content .list li a {
  text-decoration: underline;
  transition: all 0.3s;
}
.p-flow-step__content .list li a:hover, .p-flow-step__content .list li a:focus-visible {
  color: #1671EA;
}
@media screen and (max-width: 767px) {
  .p-flow-step__content .list li + li {
    margin-top: 0.5rem;
  }
}

/* -------------------------------------
  p-flow-equipment
-----------------------------------------*/
.p-flow-equipment {
  background-color: #fff;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-flow-equipment {
    padding-block: 6rem;
  }
}
.p-flow-equipment__lead {
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow-equipment__lead {
    font-size: 1.8rem;
  }
}
.p-flow-equipment__lead .u-c-blue {
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-flow-equipment__lead .u-c-blue {
    font-size: 2.6rem;
  }
}
.p-flow-equipment__lead + * {
  margin-top: 3rem;
}
.p-flow-equipment__lead + *.p-flow__text {
  margin-top: 2.6rem;
}
/* -------------------------------------
        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: #1671EA;
}

.u-c-red {
  color: #E6354A;
}

.u-c-yellow {
  color: #FF8900;
}

.js-accordion-body {
  display: none;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-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(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/