@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --color-primary: #004831;
  --color-secondary: #c4d700;
  --color-tertiary: #ebf0ee;
  --color-quaternary: #f5f9cb;
  --color-red: #f31d1d;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (768px <= width) {
  body {
    font-size: clamp(0.875rem, 0.695rem + 0.376vw, 1rem);
  }
}
@media (768px > width) {
  body {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  .l-container {
    max-width: 1040px;
    padding: 3.75rem 1.25rem;
  }
}
@media (768px > width) {
  .l-container {
    padding: 2rem 1rem;
  }
}

.l-footer__copyright {
  background-color: var(--color-primary);
  color: white;
  text-align: center;
}
@media (768px <= width) {
  .l-footer__copyright small {
    font-size: 0.875rem;
  }
}
@media (768px > width) {
  .l-footer__copyright small {
    font-size: 0.75rem;
  }
}

.l-header__logo {
  text-align: center;
}
.l-header__logo img {
  width: min(36.4vw, 17.0625rem);
}

.c-accordion {
  background-color: white;
  border-style: solid;
  border-color: var(--color-secondary);
}
@media (768px <= width) {
  .c-accordion {
    border-radius: 0.625rem;
    border-width: 0.125rem;
  }
}
@media (768px > width) {
  .c-accordion {
    border-radius: 0.3125rem;
    border-width: 0.0625rem;
  }
}
.c-accordion__button {
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (768px <= width) {
  .c-accordion__button {
    font-size: 1.5rem;
    padding: 1.1875rem 6.5rem 1.1875rem 2.375rem;
  }
}
@media (768px > width) {
  .c-accordion__button {
    font-size: 1rem;
    padding: 0.5625rem 2.875rem 0.5625rem 0.9375rem;
  }
}
.c-accordion__button::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  .c-accordion__button::after {
    right: 1.75rem;
    width: 1.5rem;
  }
}
@media (768px > width) {
  .c-accordion__button::after {
    right: 0.9375rem;
    width: 1rem;
  }
}
@media (768px <= width) {
  .c-accordion__button[aria-expanded=false]::after {
    background-image: url("../images/icon-accordion-close.webp");
  }
}
@media (768px > width) {
  .c-accordion__button[aria-expanded=false]::after {
    background-image: url("../images/icon-accordion-close_sp.webp");
  }
}
@media (768px <= width) {
  .c-accordion__button[aria-expanded=true]::after {
    background-image: url("../images/icon-accordion-open.webp");
  }
}
@media (768px > width) {
  .c-accordion__button[aria-expanded=true]::after {
    background-image: url("../images/icon-accordion-open_sp.webp");
  }
}
.c-accordion__content[aria-hidden=true] {
  display: none;
}
@media (768px <= width) {
  .c-accordion__content-inner {
    padding: 1.125rem 2.375rem;
  }
}
@media (768px > width) {
  .c-accordion__content-inner {
    padding: 1.25rem 0.9375rem;
  }
}

.c-ad-icon {
  border: solid 0.0625rem var(--color-primary);
  color: var(--color-primary);
  text-align: center;
}
@media (768px <= width) {
  .c-ad-icon {
    font-size: 1.125rem;
    height: 1.875rem;
    line-height: 1.75rem;
    width: min(6%, 3.75rem);
  }
}
@media (768px > width) {
  .c-ad-icon {
    font-size: 0.75rem;
    height: 1.25rem;
    line-height: 1.125rem;
    width: 2.5rem;
  }
}

.c-link.-text-underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-link.-text-underline:hover {
    text-decoration: none;
  }
  .c-link.-opacity {
    transition: opacity 0.2s;
  }
  .c-link.-opacity:hover {
    opacity: 0.6;
  }
}
.c-link__title {
  position: relative;
}
.c-link.-button-primary {
  background-color: var(--color-primary);
  color: white;
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (768px <= width) {
  .c-link.-button-primary {
    border-radius: 3.125rem;
    font-size: 1.75rem;
    max-width: 30rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media (768px > width) {
  .c-link.-button-primary {
    border-radius: 1.875rem;
    font-size: 1.25rem;
    max-width: 20rem;
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
  }
}
.c-link.-button-primary::after {
  aspect-ratio: 14/21;
  background: url("../images/icon-arrow-right-white.webp") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (768px <= width) {
  .c-link.-button-primary::after {
    right: 2.1875rem;
    width: 0.6875rem;
  }
}
@media (768px > width) {
  .c-link.-button-primary::after {
    right: 1.25rem;
    width: 0.4375rem;
  }
}

.c-list[class*=-bullet-] > li {
  position: relative;
}
.c-list[class*=-bullet-] > li::before {
  left: 0;
  position: absolute;
  top: 0;
}
.c-list.-bullet-asterisk-number {
  counter-reset: number 0;
}
.c-list.-bullet-asterisk-number > li {
  counter-increment: number 1;
  padding-left: 2em;
}
.c-list.-bullet-asterisk-number > li::before {
  content: "※" counter(number);
}
.c-list.-bullet-asterisk-number.-start-2 > li {
  counter-increment: number 2;
}
.c-list.-bullet-asterisk > li {
  padding-left: 1em;
}
.c-list.-bullet-dot > li {
  padding-left: 1em;
}
.c-list.-bullet-asterisk > li::before {
  content: "※";
}
.c-list.-bullet-dot > li::before {
  content: "・";
}

.c-marker {
  background: linear-gradient(transparent 80%, var(--color-secondary) 80%);
}

.c-title.-primary {
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
}
@media (768px <= width) {
  .c-title.-primary {
    font-size: 2.25rem;
  }
}
@media (768px > width) {
  .c-title.-primary {
    font-size: 1.5rem;
  }
}
.c-title.-primary .c-title__text {
  border-bottom-color: var(--color-secondary);
  border-bottom-style: solid;
  display: inline-block;
}
@media (768px <= width) {
  .c-title.-primary .c-title__text {
    border-bottom-width: 0.375rem;
  }
}
@media (768px > width) {
  .c-title.-primary .c-title__text {
    border-bottom-width: 0.25rem;
  }
}
.c-title.-green {
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
@media (768px <= width) {
  .c-title.-green {
    font-size: min(3.5384615385vw, 2.875rem);
  }
}
@media (768px > width) {
  .c-title.-green {
    font-size: min(6.9333333333vw, 3.25rem);
  }
}

.p-campaign {
  background-color: var(--color-tertiary);
}
@media (768px <= width) {
  .p-campaign {
    border-radius: 0.625rem;
    padding: 2.5rem;
  }
}
@media (768px > width) {
  .p-campaign {
    border-radius: 0.3125rem;
    padding: 0.75rem 1rem 1.25rem;
  }
}
.p-campaign__body {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.p-campaign__body .c-text:nth-of-type(1) {
  background-color: #fff;
  order: 1;
}
@media (768px <= width) {
  .p-campaign__body .c-text:nth-of-type(1) {
    border-radius: 0.625rem;
    padding: 2.5rem 2.5rem 1.25rem;
  }
}
@media (768px > width) {
  .p-campaign__body .c-text:nth-of-type(1) {
    border-radius: 0.625rem;
    padding: 1.5rem 0.8125rem;
  }
}
.p-campaign__body .c-text:nth-of-type(2) {
  order: 3;
  text-align: center;
}
@media (768px <= width) {
  .p-campaign__body .c-text:nth-of-type(2) img {
    max-width: 43.5rem;
    width: 100%;
  }
}
.p-campaign__body::after {
  align-self: center;
  aspect-ratio: 140/24;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  order: 2;
}
@media (768px <= width) {
  .p-campaign__body::after {
    margin-bottom: 1.25rem;
    margin-top: 0.6875rem;
    width: min(11.3043478261%, 6.5rem);
  }
}
@media (768px > width) {
  .p-campaign__body::after {
    margin-bottom: 0.4375rem;
    margin-top: 1.0625rem;
    width: min(18.6666666667vw, 8.75rem);
  }
}

.p-campaign-table {
  width: 100%;
}
@media (768px <= width) {
  .p-campaign-table {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-campaign-table {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
}
.p-campaign-table th,
.p-campaign-table td {
  border: solid 0.0625rem #d8d8d8;
}
@media (768px <= width) {
  .p-campaign-table th,
  .p-campaign-table td {
    padding: 1.25rem;
  }
}
@media (768px > width) {
  .p-campaign-table th,
  .p-campaign-table td {
    padding: 0.625rem;
  }
}
.p-campaign-table th {
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: center;
}
@media (768px <= width) {
  .p-campaign-table th {
    width: 7.5rem;
  }
}
@media (768px > width) {
  .p-campaign-table th {
    width: 5rem;
  }
}

@media (768px <= width) {
  .p-cta {
    display: grid;
    gap: 0.625rem min(4%, 2.5rem);
    grid-template-columns: 1fr 1fr;
  }
}
@media (768px > width) {
  .p-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem 1.25rem;
  }
}
.p-cta .c-link sup {
  font-size: 50%;
  top: -0.7em;
}
@media (768px <= width) {
  .p-cta .c-link:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (768px <= width) {
  .p-cta .c-link:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (768px <= width) {
  .p-cta .c-list {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.p-feature {
  background-color: var(--color-tertiary);
  position: relative;
}
@media (768px <= width) {
  .p-feature {
    border-radius: 0.625rem;
    padding: 2.5rem;
  }
}
@media (768px > width) {
  .p-feature {
    border-radius: 0.3125rem;
    padding: 0.625rem 1.25rem 0.9375rem;
  }
}
@media (768px > width) {
  .p-feature .c-title.-primary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-feature .c-ad-icon {
  position: absolute;
}
@media (768px <= width) {
  .p-feature .c-ad-icon {
    right: 1.25rem;
    top: 1.25rem;
  }
}
@media (768px > width) {
  .p-feature .c-ad-icon {
    right: 0.75rem;
    top: 0.75rem;
  }
}
@media (768px <= width) {
  .p-feature__list {
    font-size: 1.375rem;
    margin-top: 1.5625rem;
  }
}
@media (768px > width) {
  .p-feature__list {
    margin-top: 1.25rem;
  }
}
.p-feature__list > li {
  position: relative;
}
@media (768px <= width) {
  .p-feature__list > li {
    padding-left: 2.5rem;
  }
}
@media (768px > width) {
  .p-feature__list > li {
    padding-left: 1.5rem;
  }
}
.p-feature__list > li::before {
  aspect-ratio: 1/1;
  background: url(../images/icon-check.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
@media (768px <= width) {
  .p-feature__list > li::before {
    top: 0.1875rem;
    width: 1.625rem;
  }
}
@media (768px > width) {
  .p-feature__list > li::before {
    top: 0.0625rem;
    width: 1.0625rem;
  }
}
@media (768px <= width) {
  .p-feature__list > li + li {
    margin-top: 0.9375rem;
  }
}
@media (768px > width) {
  .p-feature__list > li + li {
    margin-top: 0.9375rem;
  }
}

.p-floating-button {
  background-color: var(--color-quaternary);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.p-floating-button__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (768px <= width) {
  .p-floating-button__wrap {
    gap: 0.625rem min(4%, 2.5rem);
  }
}
@media (768px > width) {
  .p-floating-button__wrap {
    gap: 0.3125rem 1rem;
  }
}
@media (768px > width) {
  .p-floating-button__wrap .c-link.-button-primary {
    border-radius: 0.625rem;
    font-size: 1.125rem;
    padding: 0.3125rem 1.5625rem 0.3125rem 0.9375rem;
  }
}
@media (768px > width) {
  .p-floating-button__wrap .c-link.-button-primary::after {
    right: 0.5625rem;
  }
}
.p-floating-button__wrap .c-link.-button-primary sup {
  font-size: 50%;
  top: -0.7em;
}
.p-floating-button__wrap .c-link.-button-primary:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-floating-button__wrap .c-link.-button-primary:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (768px <= width) {
  .p-floating-button__wrap .c-list {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (768px > width) {
  .p-floating-button__wrap .c-list {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.p-floating-button__wrap .c-list > li {
  display: inline;
}

.p-flow__list {
  display: flex;
  flex-direction: column;
}
@media (768px <= width) {
  .p-flow__list {
    margin-top: 1.25rem;
  }
}
@media (768px > width) {
  .p-flow__list {
    margin-top: 1.25rem;
  }
}
.p-flow__list > li {
  background-color: white;
  color: var(--color-primary);
  display: grid;
  position: relative;
}
@media (768px <= width) {
  .p-flow__list > li {
    font-size: 1.3125rem;
    grid-template-columns: 1fr 24.0909090909%;
    padding: 2.5rem 3.75rem;
  }
}
@media (768px > width) {
  .p-flow__list > li {
    grid-template-columns: 28vw 1fr;
    gap: 0.625rem 0.9375rem;
    padding: 1.875rem;
  }
}
.p-flow__list > li:nth-of-type(1) {
  order: 1;
}
.p-flow__list > li:nth-of-type(2) {
  order: 2;
}
.p-flow__list > li:nth-of-type(3) {
  order: 3;
}
@media (768px <= width) {
  .p-flow__list > li:nth-of-type(3) {
    padding-bottom: 0.875rem;
    padding-top: 1.75rem;
  }
}
.p-flow__list > li:nth-of-type(4) {
  order: 5;
}
@media (768px <= width) {
  .p-flow__list > li:not(:nth-of-type(1)) {
    margin-top: 1.5625rem;
  }
}
@media (768px > width) {
  .p-flow__list > li:not(:nth-of-type(1)) {
    margin-top: 0.75rem;
  }
}
.p-flow__list > li .c-ad-icon {
  position: absolute;
}
@media (768px <= width) {
  .p-flow__list > li .c-ad-icon {
    right: 1.25rem;
    top: 1.25rem;
  }
}
@media (768px > width) {
  .p-flow__list > li .c-ad-icon {
    right: 0.3125rem;
    top: 0.3125rem;
  }
}
.p-flow__list::after {
  align-self: center;
  aspect-ratio: 140/24;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  order: 4;
}
@media (768px <= width) {
  .p-flow__list::after {
    margin-top: 1.25rem;
    width: min(10.4%, 6.5rem);
  }
}
@media (768px > width) {
  .p-flow__list::after {
    margin-top: 0.75rem;
    width: min(18.6666666667vw, 8.75rem);
  }
}
.p-flow__list-title {
  align-items: center;
  color: var(--color-primary);
  display: flex;
  font-weight: bold;
  white-space: nowrap;
}
@media (768px <= width) {
  .p-flow__list-title {
    font-size: 1.875rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (768px > width) {
  .p-flow__list-title {
    font-size: 1.25rem;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.p-flow__list-title picture {
  border-right-color: var(--color-primary);
  border-right-style: dotted;
  align-items: center;
  display: inline-flex;
}
@media (768px <= width) {
  .p-flow__list-title picture {
    border-right-width: 0.125rem;
    height: 2.875rem;
    margin-right: 1rem;
    padding-right: 1.25rem;
  }
}
@media (768px > width) {
  .p-flow__list-title picture {
    border-right-width: 0.125rem;
    height: 1.875rem;
    margin-right: 0.625rem;
    padding-right: 0.875rem;
  }
}
@media (768px <= width) {
  .p-flow__list-title img {
    width: 4rem;
  }
}
@media (768px > width) {
  .p-flow__list-title img {
    width: 2.625rem;
  }
}
@media (768px > width) {
  .p-flow__list-title.-center {
    justify-content: center;
  }
}
@media (768px <= width) {
  .p-flow__list-title.-step3 {
    padding-bottom: 0.875rem;
  }
}
.p-flow__list-thumbnail {
  text-align: center;
}
@media (768px <= width) {
  .p-flow__list-thumbnail {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media (768px > width) {
  .p-flow__list-thumbnail {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (768px <= width) {
  .p-flow__list-thumbnail img {
    max-width: 8.4375rem;
  }
}
@media (768px > width) {
  .p-flow__list-thumbnail img {
    width: 24vw;
  }
}
@media (768px <= width) {
  .p-flow__list-thumbnail.-card {
    text-align: left;
  }
}
@media (768px <= width) {
  .p-flow__list-thumbnail.-card img {
    margin-left: 0.9375rem;
    max-width: 9.375rem;
  }
}
@media (768px > width) {
  .p-flow__list-thumbnail.-card img {
    width: 26.5333333333vw;
  }
}
@media (768px <= width) {
  .p-flow__list-thumbnail.-card.-step3 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (768px > width) {
  .p-flow__list-thumbnail.-card.-step3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.p-flow__list-thumbnail.-point {
  align-self: center;
}
@media (768px <= width) {
  .p-flow__list-thumbnail.-point img {
    max-width: 9.5rem;
  }
}
@media (768px > width) {
  .p-flow__list-thumbnail.-point img {
    width: 26.5333333333vw;
  }
}
@media (768px <= width) {
  .p-flow__list-elment.-third {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-flow__list-elment.-third {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (768px <= width) {
  .p-flow__list-elment.-fourth {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (768px > width) {
  .p-flow__list-elment.-fourth {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media (768px <= width) {
  .p-flow__list-elment.-card {
    margin-top: 0.9375rem;
  }
}
@media (768px <= width) {
  .p-flow__list-elment.-card img {
    max-width: 29.5rem;
    width: 100%;
  }
}

.p-mv {
  position: relative;
}
@media (768px <= width) {
  .p-mv .splide__slide {
    width: min(14.2857142857%, 162px);
  }
}
@media (768px > width) {
  .p-mv .splide__slide {
    width: 33.3333333333%;
  }
}
.p-mv__title {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media (768px > width) {
  .p-mv__title {
    padding: 0 3.0666666667vw;
  }
}
@media (768px <= width) {
  .p-mv__title img {
    max-width: 65rem;
    width: 100%;
  }
}

@media (768px <= width) {
  .p-qa {
    font-size: 1.125rem;
    margin: 1.25rem -1.25rem 0;
  }
}
@media (768px > width) {
  .p-qa {
    font-size: 0.75rem;
    margin: 0.9375rem -0.75rem 0;
  }
}
.p-qa dt,
.p-qa dd {
  color: var(--color-primary);
  position: relative;
}
@media (768px <= width) {
  .p-qa dt,
  .p-qa dd {
    padding: 1.4375rem 1.4375rem 1.4375rem 4.5rem;
  }
}
@media (768px > width) {
  .p-qa dt,
  .p-qa dd {
    padding: 0.9375rem 0.9375rem 0.9375rem 2.5625rem;
  }
}
.p-qa dt::before,
.p-qa dd::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
@media (768px <= width) {
  .p-qa dt::before,
  .p-qa dd::before {
    height: 2.875rem;
    left: 0.875rem;
    top: 0.875rem;
    width: 2.375rem;
  }
}
@media (768px > width) {
  .p-qa dt::before,
  .p-qa dd::before {
    height: 1.875rem;
    left: 0.5rem;
    top: 0.5rem;
    width: 1.5625rem;
  }
}
.p-qa dt {
  background-color: var(--color-quaternary);
}
@media (768px <= width) {
  .p-qa dt::before {
    background-image: url("../images/icon-qa-q.webp");
  }
}
@media (768px > width) {
  .p-qa dt::before {
    background-image: url("../images/icon-qa-q_sp.webp");
  }
}
@media (768px <= width) {
  .p-qa dd::before {
    background-image: url("../images/icon-qa-a.webp");
  }
}
@media (768px > width) {
  .p-qa dd::before {
    background-image: url("../images/icon-qa-a_sp.webp");
  }
}

@media (768px <= width) {
  .p-requirement__privilege {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-requirement__privilege {
    margin-top: 1.875rem;
  }
}
.p-requirement__privilege-table {
  width: 100%;
}
.p-requirement__privilege-table caption {
  font-weight: bold;
  margin-bottom: 8px;
}
.p-requirement__privilege-table th,
.p-requirement__privilege-table td {
  padding: 0.5em 1em;
  vertical-align: middle;
}
.p-requirement__privilege-table thead th {
  background-color: var(--color-primary);
  color: white;
  border-style: solid;
  border-width: 0.0625rem;
  text-align: center;
}
.p-requirement__privilege-table thead th:nth-child(2), .p-requirement__privilege-table thead th:nth-child(3) {
  border-left: solid 0.0625rem #cecece;
}
.p-requirement__privilege-table thead th:nth-child(1) {
  border-left: solid 0.0625rem var(--color-primary);
  width: 50%;
}
.p-requirement__privilege-table thead th:nth-child(2) {
  width: 25%;
}
.p-requirement__privilege-table thead th:nth-child(3) {
  border-right: solid 0.0625rem var(--color-primary);
  width: 25%;
}
.p-requirement__privilege-table tbody tr td {
  border: solid 0.0625rem #cecece;
  text-align: center;
}
.p-requirement__privilege-table tbody tr td:nth-child(1) {
  text-align: left;
}
.p-requirement__privilege-table tbody tr:nth-child(1) td {
  border-top: none;
}
@media (768px <= width) {
  .p-requirement__privilege-table + .p-requirement__privilege-table {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-requirement__privilege-table + .p-requirement__privilege-table {
    margin-top: 1.875rem;
  }
}
@media (768px <= width) {
  .p-requirement__privilege .c-definition {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-requirement__privilege .c-definition {
    margin-top: 1.875rem;
  }
}
.p-requirement__privilege .c-definition > div:not(:first-child) {
  margin-top: 1em;
}
.p-requirement__card {
  text-align: center;
}
@media (768px <= width) {
  .p-requirement__card {
    margin-top: 2.5rem;
  }
}
@media (768px > width) {
  .p-requirement__card {
    margin-top: 1.875rem;
  }
}
@media (768px <= width) {
  .p-requirement__card img {
    max-width: 32.25rem;
  }
}

.u-bg-light-gray {
  background-color: #f7f7f7;
}

.u-bg-tertiary {
  background-color: var(--color-tertiary);
}

.u-text-primary {
  color: var(--color-primary);
}

.u-text-blue {
  color: #0042d9;
}

.u-text-red {
  color: #ff0000;
}

.u-d-inline {
  display: inline;
}

.u-d-inline-block {
  display: inline-block;
}

@media (768px <= width) {
  .u-d-md-none {
    display: none;
  }
}
@media (768px > width) {
  .u-d-sm-none {
    display: none;
  }
}
@media (768px <= width) {
  .u-fs-md-12 {
    font-size: 0.75rem !important;
  }
  .u-fs-md-21 {
    font-size: 1.3125rem !important;
  }
}
@media (768px > width) {
  .u-fs-sm-10 {
    font-size: 0.625rem !important;
  }
}
.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-mt-1em {
  margin-top: 1em;
}

@media (768px <= width) {
  .u-mt-md-10 {
    margin-top: 0.625rem;
  }
  .u-mt-md-15 {
    margin-top: 0.9375rem;
  }
  .u-mt-md-40 {
    margin-top: 2.5rem;
  }
  .u-mt-md-50 {
    margin-top: 3.125rem;
  }
}
@media (768px > width) {
  .u-mt-sm-5 {
    margin-top: 0.3125rem;
  }
  .u-mt-sm-10 {
    margin-top: 0.625rem;
  }
  .u-mt-sm-30 {
    margin-top: 1.875rem;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}

@media (768px <= width) {
  .u-py-md-30 {
    padding-bottom: 1.875rem;
  }
  .u-pt-md-20 {
    padding-top: 1.25rem;
  }
  .u-py-md-30 {
    padding-top: 1.875rem;
  }
}
@media (768px > width) {
  .u-pb-sm-10,
  .u-py-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .u-pb-sm-32,
  .u-py-sm-32 {
    padding-bottom: 2rem;
  }
  .u-py-sm-10 {
    padding-top: 0.625rem;
  }
  .u-pt-sm-20 {
    padding-top: 1.25rem;
  }
  .u-py-sm-32 {
    padding-top: 2rem;
  }
}
.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

@media (768px > width) {
  .u-text-sm-center {
    text-align: center !important;
  }
}
.u-text-underline {
  text-decoration: underline;
}