@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 */
  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,
:host {
  --spacing: 0.25rem;
  --space-1: calc(var(--spacing) * 1);
  --space-2: calc(var(--spacing) * 2);
  --space-3: calc(var(--spacing) * 4);
  --space-4: calc(var(--spacing) * 6);
  --space-5: calc(var(--spacing) * 8);
  --space-6: calc(var(--spacing) * 10);
  --space-7: calc(var(--spacing) * 12);
  --space-8: calc(var(--spacing) * 16);
  --font-jp: "";
  --font-en: "";
  --default-font-family: var(--font-jp);
  --default-font-family-en: var(--font-en);
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
}

body {
  font-family: var(--default-font-family);
  line-height: 2.3571428571;
  background: #fff6df;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

h1 {
  font-size: var(--text-2xl);
  line-height: var(--text-2xl--line-height);
  font-weight: bold;
}

h2 {
  font-size: var(--text-xl);
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

h3 {
  font-size: var(--text-xl);
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

h4 {
  font-size: var(--text-xl);
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

h5 {
  font-size: var(--text-xl);
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

h6 {
  font-size: var(--text-xl);
  line-height: var(--text-lg--line-height);
  font-weight: bold;
}

html:has(.no-scroll) {
  scrollbar-gutter: stable;
}

.no-scroll {
  overflow: hidden;
}

.c-loading {
  --color: #004098;
  --animation1: 0;
  --duration1: 0.3s;
  --duration1-delay: 1s;
  --animation-duration: 2s;
  --screen-duration: 0.8s;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100dvh;
  background: #fff;
  line-height: 1.5;
}
.c-loading.is-start {
  --animation1: 1;
}
.c-loading.is-hidden {
  transition:
    opacity 1s,
    visibility 1s;
  opacity: 0;
  visibility: hidden;
}
.c-loading__skip {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 100vmax;
  background: #d9d9d9;
  padding: 0 15px;
  z-index: 1;
}
.c-loading__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  min-height: 100dvh;
  top: calc((100% - 100dvh) / 2);
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 1;
}
.c-loading__scroller {
  overflow: auto;
  width: 100%;
  max-height: 100dvh;
  margin: auto;
  position: absolute;
  padding: 40px 0;
  opacity: var(--animation1);
  transition: opacity var(--duration1) ease-in-out;
  scroll-behavior: none;
}
.is-end .c-loading__scroller {
  opacity: 0;
  transition: opacity var(--screen-duration);
}
.c-loading__logo {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.c-loading__logo img {
  width: max(382px, 27.9648609078vw);
}
.is-end .c-loading__logo {
  transition: opacity var(--screen-duration) linear var(--screen-duration);
  opacity: 1;
}
.c-loading__frame {
  width: max(576px, 42.1669106881vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-end .c-loading__frame {
  transition: transform var(--screen-duration);
  transform: translate(-50%, -50%) scale(0.535);
}
.c-loading__frame-image {
  width: 100%;
  height: auto;
  transition: opacity 1s;
}
.is-end .c-loading__frame-image {
  opacity: 0;
}
.c-loading__frame-image--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-end .c-loading__frame-image--white {
  opacity: 1;
}
.c-loading__heading {
  color: var(--color);
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
  font-size: max(22px, 1.6105417277vw);
}
.c-loading__status {
  text-align: center;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.2623;
}
.c-loading__status-number {
  font-weight: bold;
  font-size: max(61px, 4.4655929722vw);
}
.c-loading__status-unit {
  position: relative;
  font-weight: bold;
  font-size: max(37px, 2.7086383602vw);
}
.c-loading__status-unit sup {
  position: absolute;
  font-size: max(14px, 1.0248901903vw);
  top: 0.8em;
  right: -0.4em;
}
.c-loading__status-text {
  margin-left: 5px;
  font-weight: bold;
  font-size: max(24px, 1.756954612vw);
}
.c-loading__status-sup {
  opacity: var(--animation1);
  transition: opacity var(--duration1) var(--duration1-delay);
}
.c-loading__images {
  opacity: var(--animation1);
  transition: opacity 1s var(--duration1-delay);
}
.c-loading__images-top {
  aspect-ratio: 261/70;
  width: max(261px, 19.1068814056vw);
  margin: 0 auto min(-28px, -2.0497803807vw);
  position: relative;
}
.c-loading__images-top-01 img {
  transform-origin: center bottom;
  transform: translateY(30%);
  opacity: 0;
  transition:
    transform 0.5s cubic-bezier(0, 0, 0.27, 1.55) 1s,
    opacity 0.5s linear 1s;
}
.is-stop .c-loading__images-top-01 img {
  opacity: 1;
  transform: translateY(0);
}
.is-restart .c-loading__images-top-01 img {
  opacity: 0;
  transition: opacity 0.5s;
}
.is-load100-3 .c-loading__images-top-01 img {
  opacity: 1;
  transition-delay: 0s;
}
.is-end .c-loading__images-top-01 img {
  opacity: 0;
}
.c-loading__images-top-02 img {
  transform-origin: center bottom;
  transform: translateY(30%);
  opacity: 0;
  transition:
    transform 0.5s cubic-bezier(0, 0, 0.27, 1.55) 1s,
    opacity 0.5s linear 1s;
}
.is-load100-2 .c-loading__images-top-02 img {
  opacity: 1;
  transform: translateY(0);
}
.is-load100-3 .c-loading__images-top-02 img {
  opacity: 0;
  transition-delay: 0s;
}
.is-end .c-loading__images-top-02 img {
  opacity: 0;
}
.c-loading__images-top img {
  width: 100%;
  height: auto;
  position: absolute;
}
.c-loading__face {
  aspect-ratio: 240/294;
  width: max(240px, 17.5695461201vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: scaleSteps var(--animation-duration) linear infinite;
}
.is-stop .c-loading__face,
.is-load62 .c-loading__face {
  animation: none;
}
.is-restart .c-loading__face {
  animation: scaleSteps var(--animation-duration) linear infinite 0s;
}
.is-load100 .c-loading__face,
.is-load100-2 .c-loading__face {
  animation: none;
}
.c-loading__face-01 {
  transition: opacity 0.5s;
}
.is-stop .c-loading__face-01 {
  animation: none;
  opacity: 0;
}
.is-load100-2 .c-loading__face-01 {
  animation: none;
  opacity: 1;
}
.c-loading__face-02 {
  transition: opacity 0.5s;
  opacity: 0;
}
.is-stop .c-loading__face-02 {
  animation: none;
  opacity: 1;
}
.is-load100-2 .c-loading__face-02 {
  animation: none;
  opacity: 0;
}
.c-loading__face img {
  width: 100%;
  height: auto;
  position: absolute;
}
.c-loading__images-bottom {
  aspect-ratio: 350/155;
  width: max(350px, 25.6222547584vw);
  margin: min(-70px, -5.1244509517vw) auto 0;
  position: relative;
  z-index: 2;
}
.c-loading__images-bottom-01 img {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s linear 1.5s;
}
.is-stop .c-loading__images-bottom-01 img {
  opacity: 1;
}
.is-restart .c-loading__images-bottom-01 img {
  opacity: 0;
  transition: opacity 0.5s;
}
.c-loading__images-bottom-02 img {
  transform: translateY(-20%);
  opacity: 0;
  transition:
    opacity 0.5s linear 2.5s,
    transform 0.5s cubic-bezier(0, 0, 0.27, 1.55) 2.5s;
}
.is-stop .c-loading__images-bottom-02 img {
  opacity: 1;
  transform: translateY(0);
}
.is-restart .c-loading__images-bottom-02 img {
  opacity: 0;
  transition: opacity 0.5s;
}
.c-loading__images-bottom-03 img {
  transform: translateY(-20%);
  opacity: 0;
  transition:
    opacity 0.5s linear 1.5s,
    transform 0.5s cubic-bezier(0, 0, 0.27, 1.55) 1.5s;
}
.is-load100-2 .c-loading__images-bottom-03 img {
  opacity: 1;
  transform: translateY(0);
}
.is-load100-3 .c-loading__images-bottom-03 img {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.c-loading__images-bottom-04 img {
  transform: translateY(-20%) scale(0.9);
  opacity: 0;
  transition:
    opacity 0.5s linear 1.5s,
    transform 0.5s cubic-bezier(0, 0, 0.27, 1.55) 1.5s;
}
.is-load100-3 .c-loading__images-bottom-04 img {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.is-end .c-loading__images-bottom-04 img {
  opacity: 0;
}
.c-loading__images-bottom img {
  width: 100%;
  height: auto;
  position: absolute;
}
.c-loading__caution {
  margin-bottom: 8px;
  color: var(--color);
  text-align: center;
  font-size: max(14px, 1.0248901903vw);
  opacity: var(--animation1);
  transition: opacity var(--duration1) var(--duration1-delay);
}
.c-loading__progress {
  overflow: hidden;
  background: #fff;
  border-radius: 100vmax;
  margin: max(10px, 0.7320644217vw) auto;
  position: relative;
  aspect-ratio: 275/17;
  width: max(275px, 20.1317715959vw);
}
.c-loading__progress-bar {
  background: #000;
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #fff100 0%, #fabe00 100%);
}

@keyframes scaleSteps {
  0%,
  24.99% {
    transform: scale(1);
  }
  25%,
  49.99% {
    transform: scale(1.1);
  }
  50%,
  74.99% {
    transform: scale(0.9);
  }
  75%,
  99.99% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.c-download {
  background: #eee671;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.c-download__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.c-download__item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.c-download__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
}
.c-download__link {
  display: block;
  transition: 0.3s;
}
.c-download__link:hover {
  opacity: 0.7;
}
.c-download__img {
  height: 60px;
}
.c-download__img img {
  display: block;
  height: 100%;
}

@keyframes arrowmove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes kv_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kv_animation01_pc {
  0% {
    transform: scale(0) translateX(-240%);
  }
  100% {
    transform: scale(1) translateX(-142%);
  }
}
@keyframes kv_animation01_sp {
  0% {
    transform: scale(0) translateX(-150%);
  }
  100% {
    transform: scale(1) translateX(-98%);
  }
}
@keyframes kv_animation02_pc {
  0% {
    transform: scale(0) translateX(47%);
  }
  100% {
    transform: scale(1) translateX(47%);
  }
}
@keyframes kv_animation02_sp {
  0% {
    transform: scale(0) translateX(-11%);
  }
  100% {
    transform: scale(1) translateX(-11%);
  }
}
@keyframes kv_animation03_pc {
  0% {
    transform: scale(0) translateX(-45.2%);
  }
  100% {
    transform: scale(1) translateX(-45.2%);
  }
}
@keyframes kv_animation03_sp {
  0% {
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}
.p-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
}
.p-header__link {
  display: block;
  transition: 0.3s;
}
.p-header__link:hover {
  opacity: 0.7;
}
.p-header__link.disabled {
  pointer-events: none;
}
.p-header__logo {
  width: 110px;
}
.p-header__logo img {
  display: block;
  width: 100%;
}
.p-kv {
  background: #44a156;
  position: relative;
}
.p-kv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-kv__bg {
  width: 100%;
  max-width: 1366px;
}
.p-kv__bg img {
  display: block;
  width: 100%;
}
.p-kv__img {
  position: absolute;
}
.p-kv__img img {
  display: block;
  width: 100%;
}
.p-kv__img[data-item="1"] {
  width: 382px;
  top: 0%;
  left: 50%;
  transform: translateX(-45%);
  z-index: 10;
  opacity: 0;
  animation: kv_opacity 0.4s 0.5s ease-in forwards;
}
.p-kv__img[data-item="2"] {
  width: 312px;
  top: 23%;
  left: 50%;
  transform: scale(0) translateX(-240%);
  transform-origin: bottom center;
  z-index: 8;
  opacity: 0;
  animation:
    kv_opacity 0.4s 1.3s ease-in forwards,
    kv_animation01_pc 0.8s 1.1s ease-in forwards;
}
.p-kv__img[data-item="3"] {
  width: 332px;
  top: 24%;
  left: 50%;
  transform: scale(0) translateX(47%);
  transform-origin: bottom left;
  opacity: 0;
  animation:
    kv_opacity 0.4s 2.2s ease-in forwards,
    kv_animation02_pc 0.8s 2s ease-in forwards;
}
.p-kv__img[data-item="4"] {
  width: 255px;
  top: 46.5%;
  left: 50%;
  transform: translateX(-84%);
  z-index: 12;
  opacity: 0;
  animation: kv_opacity 0.2s 4.5s ease-in forwards;
}
.p-kv__img[data-item="5"] {
  width: 244px;
  top: 72.3%;
  left: 50%;
  transform: translateX(-226%);
  z-index: 14;
  opacity: 0;
  animation: kv_opacity 0.4s 3.2s ease-in forwards;
}
.p-kv__img[data-item="6"] {
  width: 659.5px;
  top: 67%;
  left: 50%;
  transform: scale(0) translateX(-45.2%);
  transform-origin: bottom left;
  opacity: 0;
  z-index: 14;
  animation:
    kv_opacity 0.4s 4s ease-in forwards,
    kv_animation03_pc 0.8s 3.8s ease-in forwards;
}
.p-kv__arrow {
  width: 17px;
  position: absolute;
  top: 423px;
  left: 50%;
  transform: translateX(calc(-50% + 577px));
  opacity: 0;
  animation: kv_opacity 0.2s 5.5s ease-in forwards;
}
.p-kv__arrow img {
  display: block;
  width: 100%;
  animation: arrowmove 1s ease-in-out infinite;
}
.p-kv__download {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.p-point {
  display: flex;
  justify-content: center;
}
.p-point__inner {
  width: 100%;
  max-width: 1366px;
}
.p-point__intro img {
  display: block;
  width: 100%;
}
.p-point__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 11px 0;
  width: 965px;
  margin: 0 auto;
}
.p-point__list__item {
  width: 474px;
  position: relative;
}
.p-point__list__item__inner {
  width: 237px;
  position: absolute;
  top: 69px;
  left: 35px;
}
.p-point__list__item[data-item="2"] .p-point__list__item__inner {
  width: 258px;
}
.p-point__list__item[data-item="2"] .p-point__list__content {
  width: 235px;
}
.p-point__list__bg img {
  display: block;
  width: 100%;
}
.p-point__list__heading {
  padding-bottom: 18px;
  border-bottom: 1px dashed #000000;
}
.p-point__list__heading__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #44a156;
}
.p-point__list__content {
  margin-top: 20px;
}
.p-point__list__content__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
.p-point__remarks {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-point__remarks__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.p-point__remarks__button__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
.p-point__remarks__button__arrow {
  width: 23px;
  transition: 0.3s;
}
.p-point__remarks__button__arrow img {
  display: block;
  width: 100%;
}
.p-point__remarks__button__arrow.is-active {
  transform: rotate(180deg);
}
.p-point__remarks__button:hover {
  opacity: 0.7;
}
.p-point__remarks__content {
  padding-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-point__remarks__list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 33px;
}
.p-point__remarks__list__item:nth-of-type(1)::before {
  content: "※1";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(2)::before {
  content: "※2";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(3)::before {
  content: "※3";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(4)::before {
  content: "※4";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(5)::before {
  content: "※5";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(6)::before {
  content: "※6";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(7)::before {
  content: "※7";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(8)::before {
  content: "※8";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item:nth-of-type(9)::before {
  content: "※9";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__remarks__list__item + .p-point__remarks__list__item {
  margin-top: 2px;
}
.p-howto {
  background: #ffffff;
  padding: 25px 0 120px;
  margin-top: 70px;
}
.p-howto__intro {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.p-howto__intro img {
  display: block;
  width: 100%;
}
.p-howto__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: -245px;
}
.p-howto__item {
  width: 576px;
  padding: 0 11px 11px;
  border-radius: 10px;
}
.p-howto__item[data-item="1"] {
  background: #f8a799;
}
.p-howto__item[data-item="2"] {
  background: #7ab2e8;
}
.p-howto__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
}
.p-howto__heading__text {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.p-howto__step {
  display: flex;
  justify-content: space-between;
}
.p-howto__step__item {
  width: 272px;
  position: relative;
}
.p-howto__step__item[data-item="3"] .p-howto__step__text {
  top: 76px;
}
.p-howto__step__item[data-item="4"] .p-howto__step__text {
  top: 76px;
}
.p-howto__step__bg img {
  display: block;
  width: 100%;
}
.p-howto__step__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 82px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-howto__step__remarks {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  top: 342px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-footer {
  background: #44a156;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.p-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.p-footer__text {
  width: 398px;
}
.p-footer__text img {
  display: block;
  width: 100%;
}
.p-footer__download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.p-footer__download__item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.p-footer__download__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #ffffff;
}
.p-footer__download__link {
  display: block;
  transition: 0.3s;
}
.p-footer__download__link:hover {
  opacity: 0.7;
}
.p-footer__download__img {
  height: 60px;
}
.p-footer__download__img img {
  display: block;
  height: 100%;
}
.p-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(120%);
  transition: 0.3s;
}
.p-float.is-active {
  transform: translateY(0);
}

.u-d--none--pc {
  display: none !important;
}

.u-d--none02--pc {
  display: none !important;
}

.u-d--none03--pc {
  display: none !important;
}

@media (max-width: 1366px) {
  .c-download {
    height: 6.588579795vw;
  }
  .c-download__inner {
    gap: 5.8565153734vw;
  }
  .c-download__item {
    gap: 1.8301610542vw;
  }
  .c-download__text {
    font-size: 1.317715959vw;
  }
  .c-download__img {
    height: 4.39238653vw;
  }
  .p-header {
    height: 2.9282576867vw;
  }
  .p-header__logo {
    width: 8.0527086384vw;
  }
  .p-kv__img[data-item="1"] {
    width: 27.9648609078vw;
  }
  .p-kv__img[data-item="2"] {
    width: 22.8404099561vw;
  }
  .p-kv__img[data-item="3"] {
    width: 24.3045387994vw;
  }
  .p-kv__img[data-item="4"] {
    width: 18.6676427526vw;
  }
  .p-kv__img[data-item="5"] {
    width: 17.8623718887vw;
  }
  .p-kv__img[data-item="6"] {
    width: 48.2796486091vw;
  }
  .p-kv__arrow {
    width: 1.2445095168vw;
    top: 30.9663250366vw;
    transform: translateX(calc(-50% + 42.2401171303vw));
  }
  .p-point__list {
    width: 70.6442166911vw;
    gap: 0.8052708638vw 0;
  }
  .p-point__list__item {
    width: 34.6998535871vw;
  }
  .p-point__list__item__inner {
    width: 17.3499267936vw;
    top: 5.0512445095vw;
    left: 2.5622254758vw;
  }
  .p-point__list__item[data-item="2"] .p-point__list__item__inner {
    width: 18.8872620791vw;
  }
  .p-point__list__item[data-item="2"] .p-point__list__content {
    width: 17.2035139092vw;
  }
  .p-point__list__heading {
    padding-bottom: 1.317715959vw;
    border-bottom: 0.0732064422vw dashed #000000;
  }
  .p-point__list__heading__text {
    font-size: 1.756954612vw;
  }
  .p-point__list__content {
    margin-top: 1.4641288433vw;
  }
  .p-point__list__content__text {
    font-size: 1.317715959vw;
  }
  .p-howto {
    padding: 1.8301610542vw 0 8.78477306vw;
    margin-top: 5.1244509517vw;
  }
  .p-howto__container {
    gap: 0.878477306vw;
    margin-top: -17.9355783309vw;
  }
  .p-howto__item {
    width: 42.1669106881vw;
    padding: 0 0.8052708638vw 0.8052708638vw;
    border-radius: 0.7320644217vw;
  }
  .p-howto__heading {
    height: 4.5387994143vw;
  }
  .p-howto__heading__text {
    font-size: 1.756954612vw;
  }
  .p-howto__step__item {
    width: 19.9121522694vw;
  }
  .p-howto__step__item[data-item="3"] .p-howto__step__text {
    top: 5.5636896047vw;
  }
  .p-howto__step__item[data-item="4"] .p-howto__step__text {
    top: 5.5636896047vw;
  }
  .p-howto__step__text {
    font-size: 1.317715959vw;
    top: 6.0029282577vw;
  }
  .p-howto__step__remarks {
    font-size: 0.878477306vw;
    top: 25.0366032211vw;
  }
  .p-footer {
    padding: 5.1244509517vw 0;
  }
  .p-footer__inner {
    gap: 2.635431918vw;
  }
  .p-footer__text {
    width: 29.1361639824vw;
  }
  .p-footer__download {
    gap: 5.8565153734vw;
  }
  .p-footer__download__item {
    gap: 1.8301610542vw;
  }
  .p-footer__download__text {
    font-size: 1.317715959vw;
  }
  .p-footer__download__img {
    height: 4.39238653vw;
  }
}

@media (max-width: 47.98rem) {
  .c-loading__skip {
    right: 20px;
    top: 15px;
    padding-bottom: 3px;
    font-size: 1rem;
  }
  .is-end .c-loading__frame {
    transform: translate(-50%, -50%) scale(0.46);
  }
  .c-loading__heading {
    font-size: min(22px, 4.8vw);
  }
  .c-loading__status-number {
    font-size: min(61px, 13.3333333333vw);
  }
  .c-loading__status-unit {
    font-size: min(37px, 8vw);
  }
  .c-loading__status-unit sup {
    font-size: min(14px, 3.2vw);
  }
  .c-loading__status-text {
    font-size: min(24px, 5.3333333333vw);
  }
  .c-loading__images-top {
    width: min(261px, 50.6666666667vw);
    margin: 0 auto -4.5333333333vw;
  }
  .c-loading__face {
    width: min(240px, 52.2666666667vw);
  }
  .c-loading__images-bottom {
    width: min(350px, 91.2vw);
    margin: -10.6666666667vw auto 0;
  }
  .c-loading__caution {
    font-size: min(14px, 2.6666666667vw);
  }
  .c-loading__progress {
    aspect-ratio: 224/14;
    width: min(275px, 59.7333333333vw);
    margin: 0 auto 10px;
  }
  .c-download {
    height: 26.1333333333vw;
  }
  .c-download__inner {
    gap: 7.2vw;
  }
  .c-download__item {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .c-download__text {
    font-weight: 500;
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  .c-download__img {
    height: 10.6666666667vw;
  }
  .p-header {
    height: 10.6666666667vw;
  }
  .p-header__logo {
    width: 29.3333333333vw;
  }
  .p-kv__img[data-item="1"] {
    width: 63.2vw;
    top: 21.3%;
    transform: translateX(-49%);
  }
  .p-kv__img[data-item="2"] {
    width: 46.9333333333vw;
    top: 4.1%;
    transform: scale(0) translateX(-150%);
    animation:
      kv_opacity 0.4s 1.3s ease-in forwards,
      kv_animation01_sp 0.8s 1.1s ease-in forwards;
  }
  .p-kv__img[data-item="3"] {
    width: 54.9333333333vw;
    top: 0%;
    transform: scale(0) translateX(-11%);
    animation:
      kv_opacity 0.4s 2.2s ease-in forwards,
      kv_animation02_sp 0.8s 2s ease-in forwards;
  }
  .p-kv__img[data-item="4"] {
    width: 42.1333333333vw;
    top: 53.6%;
    transform: translateX(-90%);
  }
  .p-kv__img[data-item="5"] {
    width: 37.6vw;
    top: 64.1%;
    transform: translateX(-123%);
  }
  .p-kv__img[data-item="6"] {
    width: 95.8666666667vw;
    top: 70%;
    transform: translateX(-50%);
    animation:
      kv_opacity 0.4s 4s ease-in forwards,
      kv_animation03_sp 0.8s 3.8s ease-in forwards;
  }
  .p-kv__arrow {
    width: 4.5333333333vw;
    top: 80.2666666667vw;
    transform: translateX(calc(-50% + 43.7333333333vw));
  }
  .p-point {
    margin-top: 13.3333333333vw;
  }
  .p-point__list {
    width: 89.6vw;
    gap: 1.3333333333vw 0;
    margin-top: 2.1333333333vw;
  }
  .p-point__list__item {
    width: 100%;
  }
  .p-point__list__item__inner {
    width: 74.1333333333vw;
    top: 17.0666666667vw;
    left: 7.7333333333vw;
  }
  .p-point__list__item[data-item="2"] .p-point__list__item__inner {
    width: 74.1333333333vw;
  }
  .p-point__list__item[data-item="2"] .p-point__list__content {
    width: 43.7333333333vw;
  }
  .p-point__list__item[data-item="4"] .p-point__list__heading__text {
    white-space: nowrap;
  }
  .p-point__list__heading {
    padding-bottom: 3.2vw;
    border-bottom: 0.2666666667vw dashed #000000;
  }
  .p-point__list__heading__text {
    font-size: 6.28vw;
    text-align: center;
  }
  .p-point__list__content {
    width: 43.7333333333vw;
    margin-top: 3.2vw;
  }
  .p-point__list__content__text {
    font-size: 4.2666666667vw;
  }
  .p-point__remarks {
    margin-top: 6.4vw;
  }
  .p-point__remarks__button {
    margin-top: 4.2666666667vw;
  }
  .p-point__remarks__button__text {
    font-size: 4.8vw;
  }
  .p-point__remarks__button__arrow {
    width: 6.1333333333vw;
  }
  .p-point__remarks__button:hover {
    opacity: 1;
  }
  .p-point__remarks__content {
    width: 89.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .p-point__remarks__list__item {
    font-size: 4.2666666667vw;
    padding-left: 8.8vw;
  }
  .p-point__remarks__list__item + .p-point__remarks__list__item {
    margin-top: 1.3333333333vw;
  }
  .p-howto {
    padding: 2.9333333333vw 0 16vw;
    margin-top: 13.3333333333vw;
  }
  .p-howto__container {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 0;
  }
  .p-howto__item {
    width: 89.6vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-howto__heading {
    height: 14.9333333333vw;
  }
  .p-howto__heading__text {
    font-size: 5.8666666667vw;
  }
  .p-howto__step {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
  .p-howto__step__item {
    width: 100%;
  }
  .p-howto__step__item[data-item="3"] .p-howto__step__text {
    top: 19.2vw;
  }
  .p-howto__step__item[data-item="4"] .p-howto__step__text {
    top: 15.4666666667vw;
  }
  .p-howto__step__text {
    font-size: 4.8vw;
    top: 15.4666666667vw;
  }
  .p-howto__step__remarks {
    font-size: 3.4666666667vw;
    top: 72vw;
  }
  .p-footer {
    padding: 8.8vw 0 11.4666666667vw;
  }
  .p-footer__inner {
    gap: 6.6666666667vw;
  }
  .p-footer__text {
    width: 68.2666666667vw;
  }
  .p-footer__download {
    gap: 7.2vw;
  }
  .p-footer__download__item {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-footer__download__text {
    font-size: 3.4666666667vw;
    line-height: 1;
  }
  .p-footer__download__img {
    height: 10.6666666667vw;
  }
}

@media print, (max-width: 767px) {
  .u-d--none--sp {
    display: none !important;
  }
  .u-d--none--pc {
    display: inline !important;
  }
  .u-d--none02--pc {
    display: block !important;
  }
  .u-d--none03--pc {
    display: flex !important;
  }
}
