@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;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

@font-face {
  src: url("../font/YDWbananaslipplus.otf") format("opentype");
  font-family: "banana";
}
@font-face {
  src: url("../font/LINESeedJP_A_OTF_Bd.otf") format("opentype");
  font-family: "line";
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

html {
  width: 100%;
}
@media screen and (max-width: 1335px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1336 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  width: 100%;
  overflow-x: clip;
  background-color: #ffffff;
  color: #343434;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  letter-spacing: 0.03em;
}

video,
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture,
img {
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
address {
  text-decoration: none !important;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
}
@media (min-width: 768px) {
  .l-header {
    height: 7rem;
  }
}

.l-main {
  -webkit-padding-before: 3.75rem;
  position: relative;
  width: 100%;
  padding-block-start: 3.75rem;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-padding-before: 7rem;
    padding-block-start: 7rem;
  }
}

.l-main.-page {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}

.l-footer {
  width: 100%;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 83.5rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 37.5rem;
    padding: 0 1.5625rem;
  }
}

.l-inner__narrow {
  max-width: 73.75rem;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    max-width: 37.5rem;
    padding: 0 1.5625rem;
  }
}

.l-breadcrumb {
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  width: 100%;
}

.c-logo {
  display: block;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-logo:hover {
    opacity: 0.7;
  }
}
.c-logo:focus {
  outline: none;
  opacity: 0.7;
}

.c-logo__image {
  display: block;
}

.c-hamburger {
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  background: #00d63d;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-hamburger:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}
.c-hamburger:focus {
  -webkit-filter: brightness(80%);
  outline: none;
  filter: brightness(80%);
}

.c-hamburger__line {
  display: block;
  position: relative;
  width: 1.1875rem;
  height: 0.125rem;
  margin-inline: auto;
  border-radius: 3.125rem;
  background: #ffffff;
  text-align: right;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  position: absolute;
  right: 0;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  bottom: 0.3125rem;
  width: 100%;
  height: 0.125rem;
  border-radius: 3.125rem;
  background: #ffffff;
}
.c-hamburger__line::after {
  top: 0.3125rem;
  width: 0.6875rem;
  height: 0.125rem;
  border-radius: 3.125rem;
  background: #ffffff;
}

.c-hamburger.is_open .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is_open .c-hamburger__line::before, .c-hamburger.is_open .c-hamburger__line::after {
  top: unset;
  bottom: unset;
}
.c-hamburger.is_open .c-hamburger__line::before {
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  width: 100%;
  rotate: -45deg;
}

.c-button {
  -webkit-filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 3.125rem;
  background: #ffffff;
  filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
.c-button::before, .c-button::after {
  position: absolute;
  top: 50%;
  right: 1.625rem;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}
.c-button::before {
  z-index: 1;
  background: #00e03f;
  transition: background 0.1s ease-out;
}
.c-button::after {
  scale: 0;
  background: #00e03f;
  transition: scale 0.5s ease-out, opacity 0.5s ease-out;
}
@media (any-hover: hover) {
  .c-button:hover {
    -webkit-filter: none;
    filter: none;
  }
  .c-button:hover .c-button__text {
    color: #ffffff;
  }
  .c-button:hover::before {
    background: #ffffff;
  }
  .c-button:hover::after {
    scale: 100;
    opacity: 1;
  }
}
.c-button:focus {
  -webkit-filter: none;
  outline: none;
  filter: none;
}
.c-button:focus .c-button__text {
  color: #ffffff;
}
.c-button:focus::before {
  background: #ffffff;
}
.c-button:focus::after {
  scale: 100;
  opacity: 1;
}

.c-button__text {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 1.25rem 2.5rem 1.3125rem 1.75rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: 3.125rem;
  font-size: 1rem;
  line-height: 2.2;
  transition: color 0.5s ease-out;
}

.c-button.-accent {
  background: #00e03f;
}
.c-button.-accent::before {
  background: #ffffff;
}
.c-button.-accent::after {
  background: #ffffff;
}
@media (any-hover: hover) {
  .c-button.-accent:hover {
    -webkit-filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
    filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  }
  .c-button.-accent:hover .c-button__text {
    color: #343434;
  }
  .c-button.-accent:hover::before {
    background: #00e03f;
  }
  .c-button.-accent:hover::after {
    scale: 100;
    opacity: 1;
  }
}
.c-button.-accent:focus {
  -webkit-filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  outline: none;
  filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
}
.c-button.-accent:focus .c-button__text {
  color: #343434;
}
.c-button.-accent:focus::before {
  background: #00e03f;
}
.c-button.-accent:focus::after {
  scale: 100;
  opacity: 1;
}
.c-button.-accent .c-button__text {
  color: #ffffff;
}

.p-form__button .c-button:has(.c-button__text:hover),
.p-form__buttons .c-button:has(.c-button__text:hover) {
  -webkit-filter: none;
  filter: none;
}
.p-form__button .c-button:has(.c-button__text:hover)::before,
.p-form__buttons .c-button:has(.c-button__text:hover)::before {
  background: #ffffff;
  opacity: 1;
}
.p-form__button .c-button:has(.c-button__text:hover)::after,
.p-form__buttons .c-button:has(.c-button__text:hover)::after {
  scale: 100;
  opacity: 1;
}
.p-form__button .c-button:has(.c-button__text:focus),
.p-form__buttons .c-button:has(.c-button__text:focus) {
  -webkit-filter: none;
  outline: none;
  filter: none;
}
.p-form__button .c-button:has(.c-button__text:focus)::before,
.p-form__buttons .c-button:has(.c-button__text:focus)::before {
  background: #ffffff;
  opacity: 1;
}
.p-form__button .c-button:has(.c-button__text:focus)::after,
.p-form__buttons .c-button:has(.c-button__text:focus)::after {
  scale: 100;
  opacity: 1;
}
.p-form__button .c-button .c-button__text,
.p-form__buttons .c-button .c-button__text {
  text-align: center;
}
.p-form__button .c-button .c-button__text:hover,
.p-form__buttons .c-button .c-button__text:hover {
  color: #ffffff;
}
.p-form__button .c-button .c-button__text:focus,
.p-form__buttons .c-button .c-button__text:focus {
  outline: none;
  color: #ffffff;
}
.p-form__button .c-button.-accent:has(.c-button__text:hover),
.p-form__buttons .c-button.-accent:has(.c-button__text:hover) {
  -webkit-filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
}
.p-form__button .c-button.-accent:has(.c-button__text:hover)::before,
.p-form__buttons .c-button.-accent:has(.c-button__text:hover)::before {
  background: #00e03f;
}
.p-form__button .c-button.-accent:has(.c-button__text:hover)::after,
.p-form__buttons .c-button.-accent:has(.c-button__text:hover)::after {
  scale: 100;
  opacity: 1;
}
.p-form__button .c-button.-accent:has(.c-button__text:focus),
.p-form__buttons .c-button.-accent:has(.c-button__text:focus) {
  -webkit-filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
  outline: none;
  filter: drop-shadow(0 0 1.1875rem rgba(0, 224, 63, 0.14));
}
.p-form__button .c-button.-accent:has(.c-button__text:focus)::before,
.p-form__buttons .c-button.-accent:has(.c-button__text:focus)::before {
  background: #00e03f;
}
.p-form__button .c-button.-accent:has(.c-button__text:focus)::after,
.p-form__buttons .c-button.-accent:has(.c-button__text:focus)::after {
  scale: 100;
  opacity: 1;
}
.p-form__button .c-button.-accent .c-button__text:hover,
.p-form__buttons .c-button.-accent .c-button__text:hover {
  color: #343434;
}
.p-form__button .c-button.-accent .c-button__text:focus,
.p-form__buttons .c-button.-accent .c-button__text:focus {
  outline: none;
  color: #343434;
}

.c-heading {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .c-heading {
    gap: 1.4375rem;
  }
}

.c-heading__description {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading__description {
    font-size: 1rem;
    line-height: 2.2;
  }
}

.c-heading.-left {
  align-items: flex-start;
}
.c-heading.-left .c-heading__description {
  text-align: left;
}
.c-heading.-spLeft {
  align-items: flex-start;
}
.c-heading.-spLeft .c-heading__description {
  text-align: left;
}
@media (min-width: 768px) {
  .c-heading.-spLeft {
    align-items: center;
  }
  .c-heading.-spLeft .c-heading__description {
    text-align: center;
  }
}
.c-heading.-small .c-heading {
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .c-heading.-small .c-heading {
    gap: 1.1875rem;
  }
}
.c-heading.-small .c-heading__description {
  font-size: 0.8125rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .c-heading.-small .c-heading__description {
    font-size: 1rem;
  }
}

.c-title {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  text-align: center;
  word-break: break-all;
}
@media (min-width: 768px) {
  .c-title {
    gap: 0.25rem;
  }
}

.c-title__ja {
  -webkit-padding-start: 0.75rem;
  position: relative;
  padding-inline-start: 0.75rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .c-title__ja {
    -webkit-padding-start: 1.0625rem;
    padding-inline-start: 1.0625rem;
    font-size: 0.875rem;
  }
}
.c-title__ja::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  .c-title__ja::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.c-title__en {
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-title__en {
    font-size: 4.5rem;
  }
}

.c-title.-color01 .c-title__ja::before {
  background: #00e03f;
}
.c-title.-color02 .c-title__ja::before {
  background: #ffe343;
}
.c-title.-color03 .c-title__ja::before {
  background: #27bbff;
}
.c-title.-color04 .c-title__ja::before {
  background: #ff7979;
}
.c-title.-left {
  align-items: flex-start;
}
.c-title.-left .c-title__ja,
.c-title.-left .c-title__en {
  text-align: left;
}
.c-title.-spLeft {
  align-items: flex-start;
}
.c-title.-spLeft .c-title__ja,
.c-title.-spLeft .c-title__en {
  text-align: left;
}
@media (min-width: 768px) {
  .c-title.-spLeft {
    align-items: center;
  }
  .c-title.-spLeft .c-title__ja,
  .c-title.-spLeft .c-title__en {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-title.-pcLeft {
    align-items: flex-start;
  }
  .c-title.-pcLeft .c-title__ja,
  .c-title.-pcLeft .c-title__en {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .c-title.-small .c-title__en {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .c-title.-large .c-title__ja {
    -webkit-padding-start: 1.3125rem;
    padding-inline-start: 1.3125rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .c-title.-large .c-title__ja::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 768px) {
  .c-title.-large .c-title__en {
    font-size: 6.375rem;
  }
}

.c-label {
  display: inline-block;
  min-width: 2.75rem;
  padding: 0.375rem 0.5625rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .c-label {
    min-width: 3.375rem;
  }
}

.c-label.-number {
  min-width: 2.875rem;
  padding: 0.25rem 0.5625rem 0.1875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
}

.c-tag {
  display: inline-block;
  padding: 0.1875rem 0.3125rem;
  border: 0.0625rem solid #adadad;
  border-radius: 3.125rem;
  background: #ffffff;
  color: #adadad;
  font-size: 0.6875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-tag {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}

.c-button-icon {
  display: inline-block;
  width: 100%;
  padding: 1.5rem 1.5rem 1.375rem;
  border-radius: 3.125rem;
  background: #00d63d;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button-icon {
    padding: 0.9375rem 0.9375rem 0.875rem;
  }
}
@media (any-hover: hover) {
  .c-button-icon:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}
.c-button-icon:focus {
  -webkit-filter: brightness(80%);
  outline: none;
  filter: brightness(80%);
}

.c-button-icon__text {
  -webkit-padding-end: 2.125rem;
  position: relative;
  padding-inline-end: 2.125rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "line", sans-serif;
}
@media (min-width: 768px) {
  .c-button-icon__text {
    -webkit-padding-end: 2rem;
    padding-inline-end: 2rem;
    font-size: 1.125rem;
  }
}
.c-button-icon__text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  background: url(../img/icon_pop.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .c-button-icon__text::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
}
.c-form-checkbox label {
  display: inline-block;
  cursor: pointer;
}

.c-form-checkbox__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}
.c-form-checkbox__input:focus {
  outline: none;
}

.c-form-checkbox__text {
  position: relative;
  padding-left: 1.5625rem;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (any-hover: hover) {
  .c-form-checkbox__text:hover {
    opacity: 0.7;
  }
}
.c-form-checkbox__text:focus {
  outline: none;
  opacity: 0.7;
}
.c-form-checkbox__text::before, .c-form-checkbox__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.c-form-checkbox__text::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #f8f8f8;
}
.c-form-checkbox__text::after {
  top: 0.6875rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #00d63d;
  border-bottom: 0.1875rem solid #00d63d;
  opacity: 0;
}

.c-form-checkbox__link {
  color: #ff7979;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}
.c-form-checkbox__link:focus {
  outline: none;
  opacity: 0.7;
}

.c-form-checkbox label {
  display: contents;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
}
.wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}

.c-form-checkbox__input:checked ~ .wpcf7-list-item-label .c-form-checkbox__text::after {
  opacity: 1;
}

.c-form-checkbox__input:focus-visible + .wpcf7-list-item-label .c-form-checkbox__text {
  opacity: 0.7;
}
.c-form-checkbox__input:focus-visible + .wpcf7-list-item-label .c-form-checkbox__text::before {
  border-color: #00d63d;
  outline: none;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .wpcf7-checkbox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5625rem;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    width: 15.75rem;
  }
}
@media (any-hover: hover) {
  .wpcf7-checkbox .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #f8f8f8;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  top: 0.6875rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #00d63d;
  border-bottom: 0.1875rem solid #00d63d;
  opacity: 0;
}

input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:focus-visible ~ .wpcf7-list-item-label::before {
  border-color: #00d63d;
  outline: none;
}

.c-form-radio__input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.c-form-radio__input:checked + .c-form-radio__text::after {
  opacity: 1;
}

.c-form-radio__text {
  position: relative;
  padding-left: 1.5625rem;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.c-form-radio__text::before, .c-form-radio__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}
.c-form-radio__text::before {
  left: 0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: #f8f8f8;
}
.c-form-radio__text::after {
  left: 0.5rem;
  background: #00d63d;
  opacity: 0;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .wpcf7-radio {
    flex-direction: row;
    gap: 1.875rem;
  }
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5625rem;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (any-hover: hover) {
  .wpcf7-radio .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }
}
.wpcf7-radio .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}
.wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}
.wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: #f8f8f8;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #00d63d;
  opacity: 0;
}

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

input[type=radio]:focus-visible ~ .wpcf7-list-item-label {
  opacity: 1;
}
input[type=radio]:focus-visible ~ .wpcf7-list-item-label::before {
  border-color: #00d63d;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 2.125rem;
  padding: 0.375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.25rem;
  background: #f8f8f8;
  font-size: 1rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-text {
    height: 3rem;
    padding-inline: 0.625rem;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #00d63d;
    opacity: 0.7;
  }
}
.c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #00d63d;
  outline: none;
}

.c-form-text.-zipBefore, .c-form-text.-zipAfter {
  width: 5.3125rem;
}
@media (min-width: 768px) {
  .c-form-text.-zipBefore {
    width: 5.1875rem;
  }
}
@media (min-width: 768px) {
  .c-form-text.-zipAfter {
    width: 6.1875rem;
  }
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 10.9375rem;
  padding: 0.75rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.25rem;
  background: #f8f8f8;
  font-size: 1rem;
  resize: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-textarea {
    height: 14rem;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #00d63d;
    opacity: 0.7;
  }
}
.c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #00d63d;
  outline: none;
}

.p-header {
  height: 100%;
  border-bottom: 0.0625rem solid transparent;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .p-header {
    -webkit-padding-before: 1.25rem;
    padding-block-start: 1.25rem;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .p-header__inner {
    padding-inline: 2.625rem;
  }
}

.p-header__logo {
  -webkit-margin-start: 1.1875rem;
  width: 10.5rem;
  margin-inline-start: 1.1875rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-header__logo {
    -webkit-margin-start: 0;
    width: 17.6875rem;
    margin-inline-start: 0;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo:focus {
  outline: none;
  opacity: 0.7;
}

.p-header__hamburger {
  height: 100%;
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
}

.p-header__item {
  display: block;
  position: relative;
}

.p-header__link {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "line", sans-serif;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__link:hover {
    color: #00d63d;
  }
}
.p-header__link:focus {
  outline: none;
  color: #00d63d;
}

.p-header__subList {
  -webkit-padding-before: 2.25rem;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  padding-block-start: 2.25rem;
  translate: -50%;
}

.p-header__subList-inner {
  -webkit-filter: drop-shadow(0px 0px 19px rgba(0, 224, 63, 0.14));
  -webkit-transform: translateZ(0);
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  transform: translateZ(0);
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  filter: drop-shadow(0px 0px 19px rgba(0, 224, 63, 0.14));
}

.p-header__subItem {
  flex-grow: 1;
  flex-shrink: 0;
}
.p-header__subItem + .p-header__subItem {
  border-top: 0.0625rem dashed rgba(0, 0, 0, 0.08);
}

.p-header__subLink {
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  width: 100%;
  padding-inline: 1.25rem 2.625rem;
  padding-block: 1.125rem;
  overflow: hidden;
  transform: translateZ(0);
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.p-header__subLink::before, .p-header__subLink::after {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
}
.p-header__subLink::before {
  z-index: 1;
  background: #00e03f;
  transition: background 0.1s ease-out;
}
.p-header__subLink::after {
  scale: 0;
  background: #00e03f;
  transition: scale 0.5s ease-out, opacity 0.5s ease-out;
}
@media (any-hover: hover) {
  .p-header__subLink:hover {
    -webkit-filter: none;
    color: #ffffff;
    filter: none;
  }
  .p-header__subLink:hover::before {
    background: #ffffff;
  }
  .p-header__subLink:hover::after {
    scale: 50;
    opacity: 1;
  }
}
.p-header__subLink:focus {
  -webkit-filter: none;
  outline: none;
  color: #ffffff;
  filter: none;
}
.p-header__subLink:focus::before {
  background: #ffffff;
}
.p-header__subLink:focus::after {
  scale: 80;
  opacity: 1;
}

@media (min-width: 768px) {
  .p-header__button {
    width: 12.75rem;
  }
}

.p-header__link.-accordion {
  -webkit-padding-end: 0.8125rem;
  position: relative;
  padding-inline-end: 0.8125rem;
}
.p-header__link.-accordion::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  translate: 0 -50%;
  rotate: 45deg;
  border-right: 2px solid #343434;
  border-bottom: 2px solid #343434;
  content: "";
  transition: all 0.3s ease-out;
}

.p-header.is_scroll {
  -webkit-backdrop-filter: blur(35px);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.7);
}

.p-header__link.is_open {
  color: #00d63d;
}
.p-header__link.is_open::before {
  rotate: -135deg;
}

.p-drawer {
  -webkit-backdrop-filter: blur(35px);
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 3.75rem;
  right: 0;
  width: 100%;
  height: calc(100dvh - 3.75rem);
  padding-block: 1.625rem 6.25rem;
  overflow-y: scroll;
  translate: 100vw;
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.8);
  transition: translate 0.3s ease-out;
}

.p-drawer__list {
  width: 78.1333333333%;
  margin-inline: auto;
}

.p-drawer__item {
  -webkit-padding-after: 0.625rem;
  padding-block-end: 0.625rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
}

.p-drawer__link {
  width: 100%;
  padding-block: 1.75rem 1.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__link:hover {
    color: #00d63d;
  }
}
.p-drawer__link:focus {
  outline: none;
  color: #00d63d;
}

.p-drawer__subList {
  -webkit-padding-after: 1.125rem;
  display: none;
  padding-block-end: 1.125rem;
}

.p-drawer__subItem {
  width: 100%;
}
.p-drawer__subItem + .p-drawer__subItem {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
}

.p-drawer__subLink {
  display: block;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__subLink:hover {
    color: #00d63d;
  }
}
.p-drawer__subLink:focus {
  outline: none;
  color: #00d63d;
}

.p-drawer__button {
  -webkit-margin-before: 1.875rem;
  width: 16.875rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}

.p-drawer__link.-accordion {
  position: relative;
}
.p-drawer__link.-accordion::before {
  display: block;
  position: absolute;
  top: calc(50% + 0.3125rem);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  rotate: 45deg;
  border-right: 2px solid #343434;
  border-bottom: 2px solid #343434;
  content: "";
  transition: all 0.3s ease-out;
}

.p-drawer.is_open {
  visibility: visible;
  translate: 0;
}

.p-drawer__link.is_open::before {
  rotate: -135deg;
}

.p-footer-contact {
  width: 100%;
  height: 37.5rem;
  background: url(../img/sp/p-footer-contact.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-footer-contact {
    height: 45.25rem;
    background-image: url(../img/p-footer-contact.webp);
  }
}

.p-footer-contact__inner {
  height: 100%;
}

.p-footer-contact__content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-footer-contact__button {
  -webkit-margin-before: 1.4375rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.4375rem;
}

.p-page-fv {
  height: 20.625rem;
}
@media (min-width: 768px) {
  .p-page-fv {
    height: 29.75rem;
  }
}

.p-page-fv__inner {
  width: 100%;
  height: 100%;
}
.p-page-fv__content {
  -webkit-margin-before: -0.875rem;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  position: relative;
  align-items: center;
  height: 100%;
  margin-inline: -0.625rem;
  margin-block-start: -0.875rem;
}
@media (min-width: 768px) {
  .p-page-fv__content {
    -webkit-margin-before: 0;
    justify-content: flex-start;
    margin-block-start: 0;
  }
}

.p-page-fv__wrapper {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-page-fv__wrapper {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-page-fv__heading {
  -webkit-margin-before: 0.3125rem;
  -webkit-margin-end: -0.625rem;
  display: flex;
  align-items: flex-start;
  margin-inline-end: -0.625rem;
  margin-block-start: 0.3125rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-page-fv__heading {
    -webkit-margin-end: 0;
    -webkit-margin-before: 0.625rem;
    align-items: center;
    margin-inline-end: 0;
    margin-block-start: 0.625rem;
    gap: 0.625rem;
  }
}

.p-page-fv__number {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media (min-width: 768px) {
  .p-page-fv__number {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    font-size: 3.9375rem;
  }
}

.p-page-fv__title {
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-page-fv__title {
    font-size: 3.375rem;
  }
}

.p-page-fv__description {
  -webkit-margin-before: 0.5rem;
  -webkit-margin-end: -0.5625rem;
  margin-inline-end: -0.5625rem;
  margin-block-start: 0.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-page-fv__description {
    font-size: 1.125rem;
  }
}

.p-page-fv__button {
  -webkit-margin-before: 1.375rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.375rem;
}
@media (min-width: 768px) {
  .p-page-fv__button {
    -webkit-margin-before: 2rem;
    margin-inline: 0;
    margin-block-start: 2rem;
  }
}

.p-page-fv.-description {
  display: -ms-grid;
  display: grid;
  align-items: center;
  height: auto;
  min-height: 26.5625rem;
  padding-block: 3.0625rem;
}
@media (min-width: 768px) {
  .p-page-fv.-description {
    height: 29.75rem;
  }
}
.p-page-fv.-description .p-page-fv__content {
  -webkit-margin-before: -1rem;
  margin-block-start: -1rem;
}
@media (min-width: 768px) {
  .p-page-fv.-description .p-page-fv__content {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}
.p-page-fv.-mini {
  height: 13.875rem;
  background: url(../img/sp/p-page-fv-mini.webp) no-repeat top left/cover;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-page-fv.-mini {
    height: 21.25rem;
    background-image: url(../img/p-page-fv-mini.webp);
  }
}
.p-page-fv.-mini .p-page-fv__content {
  -webkit-padding-before: 1.875rem;
  padding-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-page-fv.-mini .p-page-fv__content {
    -webkit-padding-before: 0;
    padding-block-start: 0;
  }
}
.p-page-fv.-blur {
  position: relative;
}
.p-page-fv.-blur::before {
  -webkit-backdrop-filter: blur(30px);
  display: block;
  position: absolute;
  inset: 0;
  backdrop-filter: blur(30px);
  content: "";
}
.p-page-fv.-service {
  height: auto;
  padding-block: 3.0625rem;
}
@media (min-width: 768px) {
  .p-page-fv.-service {
    height: 29.75rem;
    padding-block: 0;
  }
}

.p-qa-box {
  width: 100%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.p-qa-box__summary {
  list-style: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.p-qa-box__q {
  display: block;
  position: relative;
  width: 100%;
  padding-block: 1.5rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    padding-block: 2.125rem;
  }
}
.p-qa-box__q::before, .p-qa-box__q::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #343434;
  content: "";
}
.p-qa-box__q::before {
  right: 0;
  width: 0.875rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .p-qa-box__q::before {
    width: 1.25rem;
  }
}
.p-qa-box__q::after {
  right: 0.375rem;
  width: 0.125rem;
  height: 0.875rem;
  transition: rotate 0.3s ease;
}
@media (min-width: 768px) {
  .p-qa-box__q::after {
    right: 0.5625rem;
    height: 1.25rem;
  }
}

.p-qa-box__q-text {
  position: relative;
  padding-inline: 2.5625rem 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__q-text {
    padding-inline: 3.4375rem;
    padding-block: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.p-qa-box__q-text::before {
  -webkit-padding-after: 0.125rem;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0.625rem;
  left: 0;
  place-content: center;
  width: 2rem;
  height: 2rem;
  padding-block-end: 0.125rem;
  border-radius: 50%;
  background: #00d63d;
  content: "Q";
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media (min-width: 768px) {
  .p-qa-box__q-text::before {
    top: 0.25rem;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.1875rem;
  }
}

.p-qa-box__a {
  -webkit-padding-after: 1.5625rem;
  display: block;
  width: 100%;
  padding-block-end: 1.5625rem;
}
@media (min-width: 768px) {
  .p-qa-box__a {
    -webkit-padding-after: 2.125rem;
    padding-block-end: 2.125rem;
  }
}

.p-qa-box__a-text {
  -webkit-padding-start: 2.4375rem;
  position: relative;
  padding-inline-start: 2.4375rem;
  font-size: 1rem;
  line-height: 2;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    -webkit-padding-start: 3.4375rem;
    padding-inline-start: 3.4375rem;
  }
}
.p-qa-box__a-text::before {
  -webkit-padding-after: 0.25rem;
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: 0.625rem;
  left: 0;
  place-content: center;
  width: 2rem;
  height: 2rem;
  padding-block-end: 0.25rem;
  border: 2px solid #00d63d;
  border-radius: 50%;
  content: "A";
  color: #00d63d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media (min-width: 768px) {
  .p-qa-box__a-text::before {
    top: 0;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.1875rem;
  }
}

.p-qa-box.is_opened {
  border: none;
}
.p-qa-box.is_opened .p-qa-box__q::after {
  rotate: 90deg;
}
.p-qa-box .p-qa-box__a {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.p-card {
  display: flex;
  flex: 1; /* カード自体も拡張 */
  flex-direction: column;
  padding-block: 1rem;
  border: 0.09375rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.0625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-card {
    padding-block: 1.3125rem;
  }
}
@media (any-hover: hover) {
  .p-card:hover .p-card__imageArea img {
    scale: 1.1;
  }
  .p-card:hover .p-card__hover {
    border: 1px solid #00e03f;
    background: #ffffff;
  }
  .p-card:hover .p-card__hover::before {
    background: #00e03f;
  }
}
.p-card:focus {
  outline: none;
}
.p-card:focus .p-card__imageArea img {
  scale: 1.1;
}
.p-card:focus .p-card__hover {
  border: 1px solid #00e03f;
  background: #ffffff;
}
.p-card:focus .p-card__hover::before {
  background: #00e03f;
}

.p-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: 1rem;
}

.p-card__wrapper {
  display: flex;
  flex: 1; /* フレックスアイテムが利用可能なスペースを埋めるように設定 */
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-card__wrapper {
    gap: 1.3125rem;
  }
}

.p-card__textArea {
  order: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.p-card__company {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.7;
}

.p-card__title {
  -webkit-margin-after: 0.5rem;
  margin-block-end: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-before: 0.3125rem;
    -webkit-margin-after: 0.9375rem;
    margin-block-start: 0.3125rem;
    margin-block-end: 0.9375rem;
  }
}

.p-card__imageArea {
  order: 1;
  overflow: hidden;
  border-radius: 0.375rem;
}
.p-card__imageArea img {
  aspect-ratio: 258/182;
  transition: all 0.3s ease-out;
}

.p-card__footer {
  -webkit-margin-before: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-block-start: auto;
}

.p-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1875rem;
}

.p-card__tag {
  flex-shrink: 0;
}

.p-card__hover {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #00e03f;
  transition: all 0.3s ease-out;
}
.p-card__hover::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  translate: -50% -50%;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}

.p-article {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-article {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .p-article:hover .p-article__imageArea img {
    scale: 1.1;
  }
  .p-article:hover .p-article__textArea {
    opacity: 0.7;
  }
}
.p-article:focus {
  outline: none;
}
.p-article:focus .p-article__imageArea img {
  scale: 1.1;
}
.p-article:focus .p-article__textArea {
  opacity: 0.7;
}

.p-article__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .p-article__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    gap: 1.25rem;
  }
}

.p-article__textArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  order: 2;
  transition: all 0.3s ease-out;
}

.p-article__date {
  font-weight: 400;
  font-size: em(13);
  line-height: 1;
  font-family: "Alata", sans-serif;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .p-article__date {
    font-size: 0.9375rem;
  }
}

.p-article__title {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-article__title {
    -webkit-margin-before: 0.3125rem;
    -webkit-margin-after: 1.125rem;
    margin-block-start: 0.3125rem;
    margin-block-end: 1.125rem;
  }
}

.p-article__tags {
  -webkit-margin-before: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-block-start: 0.4375rem;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .p-article__tags {
    -webkit-margin-before: auto;
    align-items: flex-start;
    margin-block-start: auto;
  }
}

.p-article__imageArea {
  flex-shrink: 0;
  order: 1;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-article__imageArea img {
  aspect-ratio: 1/1;
  width: 7.625rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-article__imageArea img {
    aspect-ratio: 341/230;
    width: 100%;
  }
}

.p-article.-large .p-article__inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 768px) {
  .p-article.-large .p-article__inner {
    gap: 1.25rem;
  }
}
.p-article.-large .p-article__inner {
  flex-direction: column;
  gap: 0.75rem;
}
.p-article.-large .p-article__date {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-article.-large .p-article__date {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
    font-size: 0.9375rem;
  }
}
.p-article.-large .p-article__title {
  -webkit-margin-before: 0.25rem;
  -webkit-margin-after: 0.625rem;
  margin-block-start: 0.25rem;
  margin-block-end: 0.625rem;
}
@media (min-width: 768px) {
  .p-article.-large .p-article__title {
    -webkit-margin-after: 1.125rem;
    margin-block-end: 1.125rem;
  }
}
.p-article.-large .p-article__tags {
  -webkit-margin-before: auto;
  margin-block-start: auto;
}
.p-article.-large .p-article__imageArea img {
  aspect-ratio: 324/219;
  width: 100%;
}
@media (min-width: 768px) {
  .p-article.-large .p-article__imageArea img {
    aspect-ratio: 376/254;
  }
}

.p-media {
  padding: 0.8125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-media {
    padding: 1.1875rem;
  }
}
@media (any-hover: hover) {
  .p-media:hover .p-media__imageArea img {
    scale: 1.1;
  }
  .p-media:hover .p-media__heading,
  .p-media:hover .p-media__textArea {
    opacity: 0.7;
  }
}
.p-media:focus {
  outline: none;
}
.p-media:focus .p-media__imageArea img {
  scale: 1.1;
}
.p-media:focus .p-media__heading,
.p-media:focus .p-media__textArea {
  opacity: 0.7;
}

.p-media__content {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-media__content {
    -webkit-margin-before: 0.9375rem;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-block-start: 0.9375rem;
    gap: 1.3125rem;
  }
}

.p-media__heading {
  display: flex;
  gap: 0.5rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-media__heading {
    gap: 0.5625rem;
  }
}

.p-media__name {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-media__name {
    font-size: 0.875rem;
  }
}

.p-media__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.p-media__textArea {
  transition: all 0.3s ease-out;
}

.p-media__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-media__title {
    font-size: 1.125rem;
  }
}

.p-media__lead {
  -webkit-margin-before: 0.625rem;
  display: flex;
  align-items: center;
  margin-block-start: 0.625rem;
  gap: 0.5625rem;
}

.p-media__subCatch {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}

.p-media__foot {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  padding: 1rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-media__foot {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-media__footTItle {
  -webkit-padding-start: 0.875rem;
  position: relative;
  padding-inline-start: 0.875rem;
  color: #00cf3b;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-media__footTItle::before {
  -webkit-margin-before: 0.0625rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  margin-block-start: 0.0625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00cf3b;
  content: "";
}

.p-media__description {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-media__description {
    font-size: 0.8125rem;
  }
}

.p-media__footNext {
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
  color: #00cf3b;
  text-decoration: underline;
}

.p-media__imageArea {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-media__imageArea img {
  aspect-ratio: 324/224;
  width: 100%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-media__imageArea img {
    width: 20.25rem;
  }
}

.p-top-fv {
  position: relative;
  height: calc(100dvh - 3.75rem);
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-top-fv {
    aspect-ratio: 1440/776;
    height: auto;
  }
}

.p-top-fv__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
  padding-inline: 1rem 1.0625rem;
}

.p-top-fv__catch img {
  width: 18.75rem;
}
@media (min-width: 768px) {
  .p-top-fv__catch img {
    width: 53.125rem;
  }
}

.p-top-fv__lead {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-fv__lead {
    -webkit-margin-before: 1.75rem;
    margin-block-start: 1.75rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.97;
  }
}

.p-top-fv__scrolldown-text {
  position: absolute;
  right: 0;
  bottom: 8.8125rem;
  rotate: 90deg;
  color: #00e03f;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "banana", sans-serif;
  letter-spacing: -0.09em;
}
@media (min-width: 768px) {
  .p-top-fv__scrolldown-text {
    right: 2.5rem;
    bottom: 12.9375rem;
  }
}

.p-top-fv__scrolldown-bar {
  position: absolute;
  right: 1.5625rem;
  bottom: 0.3125rem;
  width: 0.125rem;
  height: 6.75rem;
  overflow: hidden;
  background: #eaeaea;
}
@media (min-width: 768px) {
  .p-top-fv__scrolldown-bar {
    right: 3.9375rem;
    bottom: 4.4375rem;
  }
}

.p-top-fv__scrolldown-bar-active {
  -webkit-animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  background: #00e03f;
  animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  5% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
    opacity: 1;
  }
  95% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  5% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
    opacity: 1;
  }
  95% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}
.p-top-about {
  -webkit-backdrop-filter: blur(35px);
  position: relative;
  padding-block: 9.0625rem 2.8125rem;
  backdrop-filter: blur(35px);
  background: rgba(247, 247, 247, 0.85);
}
@media (min-width: 768px) {
  .p-top-about {
    padding-block: 11.875rem 4.375rem;
  }
}
.p-top-about::before, .p-top-about::after {
  display: block;
  position: absolute;
  content: "";
}
.p-top-about::before {
  top: 2.625rem;
  left: 0;
  width: 21.75rem;
  height: 3.375rem;
  background: url(../img/sp/p-top-about-deco_003.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-about::before {
    top: 0;
    left: -0.625rem;
    width: 9rem;
    height: 62.5rem;
    background-image: url(../img/p-top-about-deco_003.webp);
  }
}
.p-top-about::after {
  bottom: -2.625rem;
  left: -3.9375rem;
  width: 7.875rem;
  height: 7.875rem;
  background: url(../img/p-top-about-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-about::after {
    bottom: -6.625rem;
    left: calc(50% - 50rem);
    width: 12.125rem;
    height: 12.125rem;
  }
}

@media (min-width: 768px) {
  .p-top-about__inner {
    max-width: 912px;
  }
}

.p-top-about__title {
  color: #00e03f;
  font-weight: 400;
  font-size: 3.375rem;
  line-height: 1.36;
  font-family: "banana", sans-serif;
  letter-spacing: -0.09em;
}
@media (min-width: 768px) {
  .p-top-about__title {
    font-size: 4rem;
    line-height: 1.14;
  }
}
.p-top-about__title span {
  letter-spacing: -0.04em;
}

.p-top-about__content {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 4.0625rem;
  }
}

.p-top-about__textArea {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-top-about__textArea {
    flex-shrink: 0;
    max-width: 25rem;
  }
}

.p-top-about__text {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-about__text {
    gap: 2.5rem;
  }
}
.p-top-about__text span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-about__text span {
    line-height: 2.2;
  }
}

.p-top-about__button {
  -webkit-margin-before: 2.3125rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 2.3125rem;
}
@media (min-width: 768px) {
  .p-top-about__button {
    -webkit-margin-before: 3.375rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-block-start: 3.375rem;
  }
}

.p-top-about__imageArea {
  -webkit-margin-end: calc(50% - 50vw);
  position: relative;
  margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .p-top-about__imageArea {
    -webkit-margin-before: -8.0625rem;
    -webkit-margin-end: calc(50% - 50vw - 2.4375rem);
    margin-inline-end: calc(50% - 50vw - 2.4375rem);
    margin-block-start: -8.0625rem;
  }
}
.p-top-about__imageArea::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 7rem;
  left: -7rem;
  width: 11.25rem;
  height: 11.25rem;
  background: url(../img/p-top-about-deco_001.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-about__imageArea::before {
    top: unset;
    right: -5rem;
    bottom: 3.75rem;
    left: unset;
    width: 16.875rem;
    height: 16.875rem;
  }
}
.p-top-about__imageArea img {
  width: 22.25rem;
}
@media (min-width: 768px) {
  .p-top-about__imageArea img {
    width: 48.125rem;
  }
}

.p-top-service {
  -webkit-margin-before: 16.5rem;
  margin-block-start: 16.5rem;
  padding-block: 5rem 5.5rem;
  background: url(../img/sp/p-top-service-bg.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-top-service {
    -webkit-margin-before: 31.75rem;
    margin-block-start: 31.75rem;
    padding-block: 7.4375rem 7.5625rem;
    background-image: url(../img/p-top-service-bg.webp);
  }
}

.p-top-service__content {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-top-service__content {
    -webkit-margin-before: 4.125rem;
    margin-block-start: 4.125rem;
  }
}

.p-top-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-top-service__list {
    gap: 1.5rem 1.375rem;
  }
}

.p-top-service__item {
  width: calc((100% - 0.5rem) / 2);
}
@media (min-width: 768px) {
  .p-top-service__item {
    width: calc((100% - 2.75rem) / 3);
  }
}

.p-top-service__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-top-service__link:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}
.p-top-service__link:focus {
  -webkit-filter: brightness(80%);
  outline: none;
  filter: brightness(80%);
}

.p-top-service__box {
  -webkit-margin-before: 3.6875rem;
  margin-block-start: 3.6875rem;
}
@media (min-width: 768px) {
  .p-top-service__box {
    -webkit-margin-before: 5.5625rem;
    margin-block-start: 5.5625rem;
  }
}

.p-top-solution {
  -webkit-padding-before: 3.3125rem;
  padding-block-start: 3.3125rem;
}
@media (min-width: 768px) {
  .p-top-solution {
    -webkit-padding-before: 5.625rem;
    padding-block-start: 5.625rem;
  }
}

.p-top-solution__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-solution__content {
    -webkit-margin-before: 2.75rem;
    margin-block-start: 2.75rem;
  }
}

.p-top-solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-top-solution__list {
    gap: 1.4375rem 2.3125rem;
  }
}

.p-top-solution__item {
  width: calc((100% - 0.5625rem) / 2);
}
@media (min-width: 768px) {
  .p-top-solution__item {
    width: calc((100% - 4.625rem) / 3);
  }
}

.p-top-solution__link {
  display: block;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-top-solution__link:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}
.p-top-solution__link:focus {
  -webkit-filter: brightness(80%);
  outline: none;
  filter: brightness(80%);
}

.p-top-solution__foot {
  -webkit-margin-before: 2.4375rem;
  margin-inline: calc(50% - 50vw);
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-top-solution__foot {
    -webkit-margin-before: 4.3125rem;
    margin-block-start: 4.3125rem;
  }
}

.p-top-consultant {
  padding-block: 3.5rem 5.9375rem;
}
@media (min-width: 768px) {
  .p-top-consultant {
    padding-block: 6.625rem 10.5rem;
  }
}

.p-top-consultant__box {
  position: relative;
  padding: 2.5625rem 1rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 2rem;
  background: url(../img/sp/p-top-consultant-bg.webp) no-repeat center center/cover;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .p-top-consultant__box {
    padding-block: 5.5625rem 5rem;
    background-image: url(../img/p-top-consultant-bg.webp);
  }
}
.p-top-consultant__box::before, .p-top-consultant__box::after {
  display: block;
  position: absolute;
  content: "";
}
.p-top-consultant__box::before {
  top: -3.3125rem;
  left: -2.625rem;
  width: 7.3125rem;
  height: 7.3125rem;
  background: url(../img/sp/p-top-consultant-deco_001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-consultant__box::before {
    top: -4.6875rem;
    left: -4.6875rem;
    width: 14.5rem;
    height: 14.5rem;
    background-image: url(../img/p-top-consultant-deco_001.webp);
  }
}
.p-top-consultant__box::after {
  right: -1.3125rem;
  bottom: -1.75rem;
  width: 5.5rem;
  height: 5.125rem;
  background: url(../img/sp/p-top-consultant-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-consultant__box::after {
    right: -2.5625rem;
    bottom: -3.3125rem;
    width: 14.0625rem;
    height: 10rem;
    background-image: url(../img/p-top-consultant-deco_002.webp);
  }
}

.p-top-consultant__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-consultant__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 64.375rem;
    margin-inline: auto;
    gap: 6.25rem;
  }
}

.p-top-consultant__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-top-consultant__textArea {
    -webkit-margin-before: 4.75rem;
    display: block;
    flex-shrink: 0;
    width: 31.625rem;
    margin-block-start: 4.75rem;
  }
}

.p-top-consultant__heading {
  order: 1;
}

.p-top-consultant__textSwiper-container {
  order: 3;
}

.p-top-consultant__catch {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-top-consultant__catch {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
  }
}
.p-top-consultant__catch span {
  -webkit-box-decoration-break: clone; /*Firefox以外にも適用*/
  display: inline;
  box-decoration-break: clone; /*1行ごとにスタイルを指定できるようにする*/
  padding: 0.5rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-consultant__catch span {
    padding: 0.625rem 0.875rem;
    font-size: 1.5rem;
  }
}

.p-top-consultant__description {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-consultant__description {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-top-consultant__lead {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5rem;
  gap: 0.125rem;
}
@media (min-width: 768px) {
  .p-top-consultant__lead {
    -webkit-margin-before: 2.5rem;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 2.5rem;
    gap: 1.875rem;
  }
}

.p-top-consultant__positionGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0rem 0.625rem;
}
@media (min-width: 768px) {
  .p-top-consultant__positionGroup {
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.p-top-consultant__position {
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-top-consultant__name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .p-top-consultant__name {
    -webkit-margin-before: -0.4375rem;
    -webkit-margin-start: 0.625rem;
    margin-inline-start: 0.625rem;
    margin-block-start: -0.4375rem;
  }
}

.p-top-consultant__career {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-top-consultant__careerTitle {
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-consultant__careerTitle {
    font-size: 0.875rem;
  }
}

.p-top-consultant__careerText {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-consultant__careerText {
    font-size: 0.875rem;
  }
}

.p-top-consultant__imageArea {
  -webkit-margin-before: 2.0625rem;
  position: relative;
  order: 2;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-top-consultant__imageArea {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 24.5rem;
    margin-block-start: 0;
  }
}
.p-top-consultant__imageArea::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.875rem;
  height: 19.25rem;
  translate: -50% -50%;
  rotate: -7deg;
  border-radius: 10px;
  background: #00e03f;
  content: "";
}
@media (min-width: 768px) {
  .p-top-consultant__imageArea::before {
    width: 24.5rem;
    height: 31.6875rem;
  }
}

.p-top-consultant__imageSwiper-slide img {
  aspect-ratio: 238/308;
  width: 14.875rem;
  height: auto;
  margin-inline: auto;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-consultant__imageSwiper-slide img {
    aspect-ratio: 392/507;
    width: 24.5rem;
    height: auto;
  }
}

.p-top-consultant__pagination {
  -webkit-margin-before: 1.125rem;
  order: 4;
  margin-inline: auto;
  margin-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-consultant__pagination {
    -webkit-margin-before: 3.625rem;
    margin-block-start: 3.625rem;
  }
}

.p-top-consultant {
  /* アクティブでないスライドをすべて非表示にする */
  /* アクティブなスライドは表示 */
}
.p-top-consultant .swiper-slide {
  -webkit-transform-origin: right top;
  transform-origin: right top; /* 右上を基点に変形するように設定 */
}
.p-top-consultant .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden;
  opacity: 0;
}
.p-top-consultant .swiper-slide-active {
  visibility: visible;
  opacity: 1;
}

.p-top-column {
  z-index: 0;
  position: relative;
  padding-block: 3.25rem 6.125rem;
}
@media (min-width: 768px) {
  .p-top-column {
    padding-block: 6.625rem 9.5625rem;
  }
}
.p-top-column::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 1.5625rem);
  height: 0.0625rem;
  translate: -50%;
  background: rgba(0, 0, 0, 0.15);
  content: "";
}
@media (min-width: 768px) {
  .p-top-column::before {
    width: 68.75rem;
  }
}

.p-top-column__content {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
}
@media (min-width: 768px) {
  .p-top-column__content {
    -webkit-margin-before: 2.75rem;
    margin-block-start: 2.75rem;
  }
}

.p-top-column__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-column__list {
    flex-direction: row;
    align-items: stretch;
    gap: 2.375rem;
  }
}

.p-top-column__item {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-column__item {
    display: flex;
    width: calc((100% - 2.375rem) / 3);
    height: auto;
  }
}

.p-top-column__button {
  -webkit-margin-before: 1.9375rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.9375rem;
}
@media (min-width: 768px) {
  .p-top-column__button {
    -webkit-margin-before: 4.125rem;
    margin-block-start: 4.125rem;
  }
}

.p-top-column__deco01 {
  top: 3.125rem;
  right: calc(50% - 46.3125rem);
  width: 11rem;
}

.p-top-column__deco02 {
  top: 11.125rem;
  left: calc(50% - 53.25rem);
  width: 26.1875rem;
}

.p-top-column__deco03 {
  right: calc(50% - 47.375rem);
  bottom: 1.875rem;
  width: 13.25rem;
}

.p-top-column__deco01,
.p-top-column__deco02,
.p-top-column__deco03 {
  z-index: -1;
  position: absolute;
}

.p-top-cta {
  position: relative;
  aspect-ratio: 375/235;
}
@media (min-width: 768px) {
  .p-top-cta {
    aspect-ratio: 1440/470;
  }
}
.p-top-cta::before {
  position: absolute;
  top: -2.375rem;
  left: 1.25rem;
  width: 3.625rem;
  height: 4rem;
  background: url(../img/p-top-cta-deco.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-cta::before {
    top: -4.375rem;
    left: 12.5rem;
    width: 7.8125rem;
    height: 8.4375rem;
  }
}

.p-footer {
  padding-block: 3.5rem 3.5625rem;
  background: #343434;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 6.125rem 3.6875rem;
  }
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-footer__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-footer__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-footer__textArea {
    display: block;
    flex-shrink: 0;
    width: 20rem;
  }
}

.p-footer__logo {
  order: 1;
  width: 16.75rem;
}
@media (min-width: 768px) {
  .p-footer__logo {
    width: 18.75rem;
  }
}

.p-footer__address {
  -webkit-margin-before: 2.6875rem;
  order: 3;
  margin-block-start: 2.6875rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-footer__address {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-footer__contact {
  -webkit-margin-before: 1.0625rem;
  order: 4;
  width: 100%;
  margin-block-start: 1.0625rem;
  padding-block: 0.5625rem 0.625rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .p-footer__contact {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
  }
}

.p-footer__tel {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}

.p-footer__comment {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.7;
  text-align: center;
  opacity: 0.5;
}

.p-footer__menuArea {
  -webkit-margin-before: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  order: 2;
  width: 100%;
  margin-block-start: 3rem;
  gap: 1.6875rem;
}
@media (min-width: 768px) {
  .p-footer__menuArea {
    -webkit-margin-before: 0;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-start: 0;
    gap: 3.625rem;
  }
}

.p-footer__menuGroup {
  display: contents;
}
@media (min-width: 768px) {
  .p-footer__menuGroup {
    display: flex;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2.625rem;
  }
}

.p-footer__item {
  display: block;
}

.p-footer__link {
  -webkit-padding-start: 1.1875rem;
  position: relative;
  padding-inline-start: 1.1875rem;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__link:hover {
    color: #00e03f;
  }
}
.p-footer__link:focus {
  outline: none;
  color: #00e03f;
}
@media (min-width: 768px) {
  .p-footer__link {
    font-size: 1.0625rem;
  }
}
.p-footer__link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}

.p-footer__subItems {
  -webkit-margin-before: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .p-footer__subItems {
    -webkit-margin-before: 0.9375rem;
    -webkit-padding-start: 1.1875rem;
    flex-direction: column;
    margin-block-start: 0.9375rem;
    padding-inline-start: 1.1875rem;
    gap: 0.75rem;
  }
}

.p-footer__subItem {
  display: block;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 2;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__subItem:hover {
    opacity: 0.7;
  }
}
.p-footer__subItem:focus {
  outline: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-footer__subItem {
    line-height: normal;
  }
}
.p-footer__subItem:not(:last-child) {
  -webkit-padding-end: 1.125rem;
  position: relative;
  padding-inline-end: 1.125rem;
}
@media (min-width: 768px) {
  .p-footer__subItem:not(:last-child) {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}
.p-footer__subItem:not(:last-child)::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  translate: 0 -50%;
  content: "/";
  color: #a4a4a4;
}
@media (min-width: 768px) {
  .p-footer__subItem:not(:last-child)::before {
    display: none;
  }
}

.p-footer__copy {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-footer__copy {
    -webkit-margin-before: 5.5rem;
    margin-block-start: 5.5rem;
  }
}
.p-footer__copy small {
  -webkit-padding-end: 0.375rem;
  display: inline-block;
  padding-inline-end: 0.375rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.6);
}

.p-footer__privacy {
  -webkit-padding-start: 0.3125rem;
  padding-inline-start: 0.3125rem;
  font-size: 0.6875rem;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__privacy:hover {
    opacity: 0.7;
  }
}
.p-footer__privacy:focus {
  outline: none;
  opacity: 0.7;
}

.p-top-serviceBox {
  position: relative;
  padding-block: 2.5rem 2.75rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 2rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-serviceBox {
    padding-block: 4rem 5rem;
  }
}
.p-top-serviceBox::before, .p-top-serviceBox::after {
  display: block;
  position: absolute;
  content: "";
}
.p-top-serviceBox::before {
  top: -3.5rem;
  left: -1.6875rem;
  width: 6.9375rem;
  height: 6.9375rem;
  background: url(../img/sp/p-top-service-deco_001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-serviceBox::before {
    top: -4.0625rem;
    left: -3.5rem;
    width: 11.3125rem;
    height: 11.3125rem;
    background-image: url(../img/p-top-service-deco_001.webp);
  }
}
.p-top-serviceBox::after {
  right: 0.125rem;
  bottom: -2.8125rem;
  width: 2.8125rem;
  height: 4.375rem;
  background: url(../img/sp/p-top-service-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-serviceBox::after {
    right: -2.5rem;
    bottom: -0.125rem;
    width: 5.25rem;
    height: 7.4375rem;
    background-image: url(../img/p-top-service-deco_002.webp);
  }
}

.p-top-serviceBox__inner {
  padding-inline: 1.3125rem 1.25rem;
}
@media (min-width: 768px) {
  .p-top-serviceBox__inner {
    max-width: 1095px;
    margin-inline: auto;
    padding-inline: 2.375rem 2.375rem;
  }
}

.p-top-serviceBox__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-top-serviceBox__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-top-serviceBox__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-top-serviceBox__textArea {
    -webkit-margin-before: 5.1875rem;
    display: block;
    flex-shrink: 0;
    width: 33.75rem;
    margin-block-start: 5.1875rem;
  }
}

.p-top-serviceBox__title {
  order: 1;
  color: #00d63d;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-serviceBox__title {
    font-size: 1.625rem;
  }
}

.p-top-serviceBox__text {
  -webkit-margin-before: 1.5rem;
  order: 3;
  margin-block-start: 1.5rem;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-serviceBox__text {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
    line-height: 2.2;
  }
}

.p-top-serviceBox__button {
  -webkit-margin-before: 1.125rem;
  order: 4;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-serviceBox__button {
    -webkit-margin-before: 2.625rem;
    margin-inline: 0;
    margin-block-start: 2.625rem;
  }
}

.p-top-serviceBox__imageArea {
  -webkit-margin-before: 1.25rem;
  order: 2;
  margin-block-start: 1.25rem;
}
.p-serviceItem {
  display: block;
  width: 100%;
  height: 100%;
  padding-block: 1.1875rem 1rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.875rem;
  background: #ffffff;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-serviceItem {
    padding-block: 1.75rem;
  }
}
@media (any-hover: hover) {
  .p-serviceItem:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}
.p-serviceItem:focus {
  -webkit-filter: brightness(80%);
  outline: none;
  filter: brightness(80%);
}

.p-serviceItem__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 0.1875rem;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-serviceItem__inner {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 2.0625rem;
  }
}

.p-serviceItem__head {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-serviceItem__head {
    flex-direction: row;
  }
}

.p-serviceItem__textArea {
  text-align: center;
}
@media (min-width: 768px) {
  .p-serviceItem__textArea {
    text-align: left;
  }
}

.p-serviceItem__subCatch {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-serviceItem__subCatch {
    font-size: 0.875rem;
  }
}

.p-serviceItem__catch {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-serviceItem__catch span {
  font-size: 1.125rem;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .p-serviceItem__catch span {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .p-serviceItem__catch {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
    font-size: 1.75rem;
  }
}

.p-serviceItem__imageArea img {
  aspect-ratio: 1/1;
  width: 1.875rem;
}

@media (min-width: 768px) {
  .p-serviceItem.-arrow .p-serviceItem__catch {
    -webkit-margin-before: 0.125rem;
    margin-block-start: 0.125rem;
    font-size: 1.5rem;
  }
  .p-serviceItem.-arrow .p-serviceItem__catch span {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-serviceItem.-arrow .p-serviceItem__subCatch {
    font-size: 0.9375rem;
  }
}
.p-serviceItem.-arrow .p-serviceItem__imageArea img {
  aspect-ratio: 19/9;
  width: 1.1875rem;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-serviceItem.-arrow:hover {
    -webkit-filter: none;
    filter: none;
  }
  .p-serviceItem.-arrow:hover .p-serviceItem__imageArea img {
    translate: 0 100%;
  }
}
.p-serviceItem.-arrow:focus {
  -webkit-filter: none;
  outline: none;
  filter: none;
}
.p-serviceItem.-arrow:focus .p-serviceItem__imageArea img {
  translate: 0 100%;
}

.p-top-solutionItem {
  padding-block: 0.8125rem 0.875rem;
  border-radius: 1.5rem;
  background: #00d63d;
}
@media (min-width: 768px) {
  .p-top-solutionItem {
    padding-block: 1.125rem;
    border-radius: 3.125rem;
  }
}

.p-top-solutionItem__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 0.5rem;
}
@media (min-width: 768px) {
  .p-top-solutionItem__inner {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 2.125rem 1.6875rem;
  }
}

.p-top-solutionItem__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-top-solutionItem__textArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6875rem;
  }
}

.p-top-solutionItem__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-solutionItem__title {
    font-size: 1.625rem;
  }
}

.p-top-solutionItem__subTitle {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top-solutionItem__subTitle {
    font-size: 1rem;
  }
}

.p-top-solutionItem__icon {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  text-align: center;
}
.p-top-solutionItem__icon img {
  aspect-ratio: 1/1;
  width: 2.375rem;
}
@media (min-width: 768px) {
  .p-top-solutionItem__icon img {
    width: 2rem;
  }
}

.p-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-pagination {
    gap: 0.625rem;
  }
}

.p-pagination__arrowL,
.p-pagination__arrowR {
  -webkit-margin-before: 0.125rem;
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-block-start: 0.125rem;
}

.p-pagination__arrowL {
  background: url(../img/pagination-arrow-l.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-pagination__arrowL:hover {
    background-image: url(../img/pagination-arrow-l-hover.webp);
  }
}

.p-pagination__arrowR {
  background: url(../img/pagination-arrow-r.webp) no-repeat center center/cover;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-pagination__arrowR:hover {
    background-image: url(../img/pagination-arrow-r-hover.webp);
  }
}

.p-pagination .next.page-numbers:focus,
.p-pagination .prev.page-numbers:focus {
  outline: none;
}
.p-pagination .next.page-numbers:focus .p-pagination__arrowR,
.p-pagination .prev.page-numbers:focus .p-pagination__arrowR {
  background-image: url(../img/pagination-arrow-r-hover.webp);
}
.p-pagination .next.page-numbers:focus .p-pagination__arrowL,
.p-pagination .prev.page-numbers:focus .p-pagination__arrowL {
  background-image: url(../img/pagination-arrow-l-hover.webp);
}

.page-numbers {
  -webkit-padding-start: 0.9375rem;
  position: relative;
  padding-inline-start: 0.9375rem;
  color: #b8b8b8;
  font-size: 0.9375rem;
  font-family: "Alata", sans-serif;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .page-numbers {
    -webkit-padding-start: 1.0625rem;
    padding-inline-start: 1.0625rem;
    font-size: 1rem;
  }
}
.page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next)::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "/";
  color: #b8b8b8;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next)::before {
    font-size: 0.875rem;
  }
}
.page-numbers.prev + .page-numbers:not(.prev):not(.next)::before {
  display: none;
}
.page-numbers.prev, .page-numbers.next {
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    color: #00d63d;
    text-decoration: underline;
  }
  .page-numbers:hover::before {
    color: #b8b8b8;
  }
}
.page-numbers:focus {
  outline: none;
  color: #00d63d;
  text-decoration: underline;
}
.page-numbers:focus::before {
  color: #b8b8b8;
}
.page-numbers.current, .page-numbers.prev, .page-numbers.next {
  color: #343434;
  text-decoration: none;
}

.p-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-swiper-pagination {
    gap: 0.875rem;
  }
}

.p-swiper-pagination__number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b8b8b8;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-swiper-pagination__number {
    font-size: 0.875rem;
  }
}
.p-swiper-pagination__number .swiper-pagination-current {
  -webkit-padding-end: 0.375rem;
  padding-inline-end: 0.375rem;
  color: #00e03f;
}
@media (min-width: 768px) {
  .p-swiper-pagination__number .swiper-pagination-current {
    -webkit-margin-end: 0.4375rem;
    margin-inline-end: 0.4375rem;
  }
}
.p-swiper-pagination__number .swiper-pagination-total {
  -webkit-padding-start: 0.375rem;
  padding-inline-start: 0.375rem;
}
@media (min-width: 768px) {
  .p-swiper-pagination__number .swiper-pagination-total {
    -webkit-margin-start: 0.4375rem;
    margin-inline-start: 0.4375rem;
  }
}

.p-swiper-pagination__prev,
.p-swiper-pagination__next {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-swiper-pagination__prev,
  .p-swiper-pagination__next {
    width: 4rem;
    height: 4rem;
  }
}

.p-swiper-pagination__prev {
  background: url(../img/icon_swiperPrev.webp) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .p-swiper-pagination__prev:hover {
    background-image: url(../img/icon_swiperPrev-hover.webp);
  }
}
.p-swiper-pagination__prev:focus-visible {
  outline: none;
  background-image: url(../img/icon_swiperPrev-hover.webp);
}

.p-swiper-pagination__next {
  background: url(../img/icon_swiperNext.webp) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .p-swiper-pagination__next:hover {
    background-image: url(../img/icon_swiperNext-hover.webp);
  }
}
.p-swiper-pagination__next:focus-visible {
  outline: none;
  background-image: url(../img/icon_swiperNext-hover.webp);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}

.p-wrapper.-blur {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background: rgba(247, 247, 247, 0.9);
}
.p-wrapper.-gray {
  background: url(../img/sp/p-wrapper-gray-bg.webp) no-repeat top center/cover;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .p-wrapper.-gray {
    background-image: none;
  }
}
.p-wrapper.-about {
  background: url(../img/sp/p-about-bg.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-wrapper.-about {
    background-image: url(../img/p-about-bg.webp);
  }
}

.p-top-cta02 {
  padding-block: 3.4375rem;
  background: #0bd444;
}
@media (min-width: 768px) {
  .p-top-cta02 {
    padding-block: 4.9375rem;
  }
}

.p-top-cta02__content {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}
@media (min-width: 768px) {
  .p-top-cta02__content {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.p-top-cta02__box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-inline: 1.25rem;
  padding-block: 2.125rem 1.5rem;
  overflow: hidden;
  gap: 0.5rem;
  border-radius: 0.8125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-cta02__box {
    width: calc(100% - 0.75rem);
    padding-block: 5rem 2.875rem;
    gap: 1.625rem;
    border-radius: 1.3125rem;
  }
}
@media (any-hover: hover) {
  .p-top-cta02__box:hover .p-top-cta02__deco01,
  .p-top-cta02__box:hover .p-top-cta02__deco02,
  .p-top-cta02__box:hover .p-top-cta02__deco03,
  .p-top-cta02__box:hover .p-top-cta02__deco04,
  .p-top-cta02__box:hover .p-top-cta02__deco05,
  .p-top-cta02__box:hover .p-top-cta02__deco06,
  .p-top-cta02__box:hover .p-top-cta02__deco07,
  .p-top-cta02__box:hover .p-top-cta02__deco08 {
    rotate: 360deg;
  }
  .p-top-cta02__box:hover .p-top-cta02__boxIcon01 {
    border-color: transparent;
    background: url(../img/icon_chat-hover.webp) no-repeat center center/1.5rem auto;
    background-color: #27bbff;
  }
  .p-top-cta02__box:hover .p-top-cta02__boxIcon02 {
    border-color: transparent;
    background: url(../img/icon_folder-hover.webp) no-repeat center center/1.5rem auto;
    background-color: #ff7979;
  }
}
.p-top-cta02__box:focus {
  outline: none;
}
.p-top-cta02__box:focus .p-top-cta02__deco01,
.p-top-cta02__box:focus .p-top-cta02__deco02,
.p-top-cta02__box:focus .p-top-cta02__deco03,
.p-top-cta02__box:focus .p-top-cta02__deco04,
.p-top-cta02__box:focus .p-top-cta02__deco05,
.p-top-cta02__box:focus .p-top-cta02__deco06,
.p-top-cta02__box:focus .p-top-cta02__deco07,
.p-top-cta02__box:focus .p-top-cta02__deco08 {
  rotate: 360deg;
}
.p-top-cta02__box:focus .p-top-cta02__boxIcon01 {
  border-color: transparent;
  background: url(../img/icon_chat-hover.webp) no-repeat center center/1.5rem auto;
  background-color: #27bbff;
}
.p-top-cta02__box:focus .p-top-cta02__boxIcon02 {
  border-color: transparent;
  background: url(../img/icon_folder-hover.webp) no-repeat center center/1.5rem auto;
  background-color: #ff7979;
}

.p-top-cta02__heading {
  z-index: 2;
  position: relative;
}

.p-top-cta02__boxIcon01,
.p-top-cta02__boxIcon02 {
  z-index: 2;
  position: relative;
  width: 3.6875rem;
  height: 3.6875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.p-top-cta02__boxIcon01 {
  background: url(../img/icon_chat.webp) no-repeat center center/1.5rem auto;
  background-color: #ffffff;
}

.p-top-cta02__boxIcon02 {
  background: url(../img/icon_folder.webp) no-repeat center center/1.5rem auto;
  background-color: #ffffff;
}

.p-top-cta02__deco01 {
  top: -0.9375rem;
  left: 1.875rem;
  width: 3.8125rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco01 {
    top: -0.875rem;
    left: 4.25rem;
    width: 5.625rem;
  }
}

.p-top-cta02__deco02 {
  top: -2.875rem;
  right: -2.4375rem;
  width: 8.4375rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco02 {
    top: -7.1875rem;
    right: -4.125rem;
    width: 14.0625rem;
  }
}

.p-top-cta02__deco03 {
  bottom: -6.625rem;
  left: -5rem;
  width: 15.75rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco03 {
    bottom: -14.6875rem;
    left: -8.5rem;
    width: 26.1875rem;
  }
}

.p-top-cta02__deco04 {
  right: 1.375rem;
  bottom: 0.5625rem;
  width: 4.375rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco04 {
    right: 2.1875rem;
    bottom: -1.5rem;
    width: 6.875rem;
  }
}

.p-top-cta02__deco05 {
  top: -1.8125rem;
  left: 1rem;
  width: 5.625rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco05 {
    top: -4.375rem;
    width: 10.3125rem;
  }
}

.p-top-cta02__deco06 {
  top: 1.3125rem;
  right: 1.4375rem;
  width: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco06 {
    top: 1.3125rem;
    right: 1.875rem;
    width: 3.375rem;
  }
}

.p-top-cta02__deco07 {
  bottom: -1rem;
  left: -0.8125rem;
  width: 5.625rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco07 {
    bottom: -3rem;
    width: 10rem;
  }
}

.p-top-cta02__deco08 {
  right: 2.4375rem;
  bottom: -2.75rem;
  width: 7.5rem;
}
@media (min-width: 768px) {
  .p-top-cta02__deco08 {
    right: 4.625rem;
    bottom: -5.1875rem;
    width: 11.875rem;
  }
}

.p-top-cta02__deco01,
.p-top-cta02__deco02,
.p-top-cta02__deco03,
.p-top-cta02__deco04,
.p-top-cta02__deco05,
.p-top-cta02__deco06,
.p-top-cta02__deco07,
.p-top-cta02__deco08 {
  z-index: 1;
  position: absolute;
  transition: all 0.8s ease-out;
}

.p-support-case {
  padding-block: 3.5625rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-support-case {
    z-index: 0;
    position: relative;
    padding-block: 8.4375rem 6.75rem;
  }
}

.p-support-case__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-support-case__content {
    -webkit-margin-before: 3.9375rem;
    margin-block-start: 3.9375rem;
  }
}

.p-support-case__button {
  -webkit-margin-before: 1.875rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-support-case__button {
    -webkit-margin-before: 3.5rem;
    margin-block-start: 3.5rem;
  }
}

@media (min-width: 768px) {
  .p-support-case__deco {
    z-index: -1;
    position: absolute;
    top: 9.375rem;
    left: calc(50% - 50rem);
    width: 25.9375rem;
  }
}

.p-support-case.-solution {
  z-index: 0;
  position: relative;
  padding-block: 3.3125rem 7.6875rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-support-case.-solution {
    padding-block: 8.75rem 8.875rem;
  }
}
.p-support-case.-solution::before, .p-support-case.-solution::after {
  display: block;
  position: absolute;
  content: "";
}
.p-support-case.-solution::before {
  top: 0;
  left: -5.3125rem;
  width: 15.4375rem;
  height: 15.25rem;
  background: url(../img/sp/p-solution-support-deco_001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-support-case.-solution::before {
    top: 9.375rem;
    left: calc(50% - 50rem);
    width: 25.9375rem;
    height: 25.9375rem;
  }
}
.p-support-case.-solution::after {
  z-index: -1;
  right: -2.6875rem;
  bottom: -0.5rem;
  width: 6.875rem;
  height: 7.0625rem;
  background: url(../img/sp/p-solution-support-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-support-case.-solution::after {
    display: none;
  }
}

.p-support-content__swiper-container {
  -webkit-margin-end: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  overflow: visible;
}
@media (min-width: 768px) {
  .p-support-content__swiper-container {
    position: relative;
  }
}

.p-support-content__swiper-slide {
  display: flex; /* フレックスコンテナに */
  width: 18.125rem;
  height: auto; /* 高さを自動調整に */
}
@media (min-width: 768px) {
  .p-support-content__swiper-slide {
    width: 22.875rem;
  }
}
.p-support-content__swiper-slide:last-child {
  -webkit-margin-end: 1.5625rem;
  margin-inline-end: 1.5625rem;
}

.p-support-content__pagination {
  -webkit-margin-before: 1.25rem;
  -webkit-padding-end: 1.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.25rem;
  padding-inline-end: 1.5625rem;
}
@media (min-width: 768px) {
  .p-support-content__pagination {
    -webkit-margin-before: 0;
    -webkit-padding-end: 0;
    position: absolute;
    top: -6rem;
    right: 10.625rem;
    margin-block-start: 0;
    padding-inline-end: 0;
  }
}

.p-scroll-infinity {
  width: 100%;
  overflow: hidden;
}

.p-scroll-infinity__wrap {
  display: flex;
  position: relative;
  width: 100%;
}

.p-scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  width: 160.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .p-scroll-infinity__list {
    width: 293.75rem;
  }
}

.p-scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.p-scroll-infinity__item {
  flex-shrink: 0;
  width: 80.4375rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity__item {
    width: 146.875rem;
  }
}

.p-scroll-infinity__item img,
.p-scroll-infinity__item picture {
  display: block;
  width: 100%;
  height: 5.125rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity__item img,
  .p-scroll-infinity__item picture {
    height: 9.375rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-scroll-infinity.-about .p-scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  width: 416rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-about .p-scroll-infinity__list {
    width: 693.25rem;
  }
}
.p-scroll-infinity.-about .p-scroll-infinity__item {
  width: 208rem;
}
@media (min-width: 768px) {
  .p-scroll-infinity.-about .p-scroll-infinity__item {
    width: 346.625rem;
  }
}
.p-scroll-infinity.-about .p-scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 120s infinite linear 0.5s both;
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}

.p-solution {
  padding-block: 3.3125rem 0.9375rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-solution {
    padding-block: 7.5rem 1.25rem;
  }
}

.p-solution__inner {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-solution__inner {
    max-width: 83.5rem;
    height: inherit;
    padding: 0 2.5rem;
  }
}

.p-solution__head {
  -webkit-margin-before: 1.125rem;
  position: relative;
  margin-block-start: 1.125rem;
}
.p-solution__head::before, .p-solution__head::after {
  display: block;
  position: absolute;
  content: "";
}
.p-solution__head::before {
  top: -6.75rem;
  left: -4.8125rem;
  width: 10.875rem;
  height: 10.875rem;
  background: url(../img/sp/p-solution-deco_001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-solution__head::before {
    top: -7.5rem;
    left: -4.375rem;
    width: 26.1875rem;
    height: 26.1875rem;
    background-image: url(../img/p-solution-deco_001.webp);
  }
}
.p-solution__head::after {
  top: -7.5rem;
  right: -2.1875rem;
  width: 4.875rem;
  height: 4.875rem;
  background: url(../img/sp/p-solution-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-solution__head::after {
    right: -6.25rem;
    width: 10.625rem;
    height: 10.625rem;
    background-image: url(../img/p-solution-deco_002.webp);
  }
}
@media (min-width: 768px) {
  .p-solution__head {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }
}

.p-solution__tabs {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-solution__tabs {
    flex-direction: row;
    gap: 1.375rem;
  }
}

.p-solution__tab {
  display: block;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.875rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-solution__tab {
    width: calc((100% - 2.75rem) / 3);
  }
}

.p-solution__tabLink {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 2.375rem 1.125rem 1rem;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-solution__tabLink {
    flex-direction: column;
    justify-content: center;
    padding: 1.4375rem 1.8125rem 2.5rem;
    gap: 0.625rem;
  }
}
@media (any-hover: hover) {
  .p-solution__tabLink:hover::before {
    translate: 0 50%;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-solution__tabLink:hover::before {
    translate: -50% 50%;
  }
}
.p-solution__tabLink:focus {
  outline: none;
}
.p-solution__tabLink:focus::before {
  translate: 0 50%;
}
@media (min-width: 768px) {
  .p-solution__tabLink:focus::before {
    translate: -50% 50%;
  }
}
.p-solution__tabLink::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.9375rem;
  height: 0.4375rem;
  translate: 0 -50%;
  background: url(../img/sp/icon-arrow-bottom.webp) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-solution__tabLink::before {
    top: unset;
    right: unset;
    bottom: 0.9375rem;
    left: 50%;
    width: 1.6875rem;
    height: 0.625rem;
    translate: -50%;
    background-image: url(../img/icon-arrow-bottom.webp);
  }
}

.p-solution__tabLabel {
  display: inline-block;
  width: 2.375rem;
  padding: 0.1875rem 0.75rem 0.25rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-solution__tabLabel {
    width: 2.875rem;
    font-size: 0.75rem;
    text-align: center;
  }
}

.p-solution__tabLink-text {
  -webkit-margin-before: -0.125rem;
  display: block;
  flex-shrink: 1;
  width: 100%;
  margin-block-start: -0.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-solution__tabLink-text {
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
  }
}

.p-solution__body {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  margin-block-start: 1.9375rem;
  padding-inline: 0.6875rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-solution__body {
    -webkit-margin-before: 3.6875rem;
    margin-block-start: 3.6875rem;
    padding-inline: 0;
  }
}

.p-solution-box {
  -webkit-padding-before: 2.125rem;
  position: relative;
  padding-block-start: 2.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 2rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-solution-box {
    -webkit-padding-before: 4.0625rem;
    padding-block-start: 4.0625rem;
    border-radius: 3.4375rem;
  }
  .p-solution-box::before {
    display: block;
    z-index: -1;
    position: absolute;
    content: "";
  }
  .p-solution-box:first-child::before {
    right: -8.3125rem;
    bottom: 11.5625rem;
    width: 10.8125rem;
    height: 10.8125rem;
    background: url(../img/p-solution-deco_004.webp) no-repeat center center/cover;
  }
  .p-solution-box:nth-child(2)::before {
    top: 0;
    left: -12rem;
    width: 21.875rem;
    height: 26rem;
    background: url(../img/p-solution-deco_003.webp) no-repeat center center/cover;
  }
  .p-solution-box:last-child::before {
    right: -14.8125rem;
    bottom: 13.25rem;
    width: 25rem;
    height: 25rem;
    background: url(../img/p-solution-deco_005.webp) no-repeat center center/cover;
  }
}

.p-solution-box__heading {
  display: flex;
  align-items: center;
  padding-inline: 0.8125rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-solution-box__heading {
    max-width: 73.75rem;
    margin-inline: auto;
    padding-inline: 2.5rem;
  }
}

.p-solution-box__label {
  display: inline-block;
  width: 2.875rem;
  padding: 0.25rem 1rem 0.3125rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}

.p-solution-box__title {
  color: #00d63d;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-solution-box__content {
  -webkit-margin-before: 1.4375rem;
  margin-block-start: 1.4375rem;
}
@media (min-width: 768px) {
  .p-solution-box__content {
    -webkit-margin-before: 2.875rem;
    margin-block-start: 2.875rem;
  }
}

.p-solution-box__example {
  -webkit-padding-after: 2.625rem;
  position: relative;
  padding-inline: 0.8125rem;
  padding-block-end: 2.625rem;
}
@media (min-width: 768px) {
  .p-solution-box__example {
    -webkit-padding-after: 4.5625rem;
    padding-inline: 2.5rem;
    padding-block-end: 4.5625rem;
  }
}
.p-solution-box__example::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.125rem;
  height: 1.625rem;
  translate: -50% calc(100% - 0.0625rem);
  background: url(../img/sp/p-solution-triangle.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-solution-box__example::after {
    width: 7.5rem;
    height: 2.9375rem;
    background-image: url(../img/p-solution-triangle.webp);
  }
}

.p-solution-box__exampleList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-solution-box__exampleList {
    flex-direction: row;
    max-width: 68.75rem;
    margin-inline: auto;
    gap: 2.375rem;
  }
}

.p-solution-box__item {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
@media (min-width: 768px) {
  .p-solution-box__item {
    width: calc((100% - 1.1875rem) / 3);
    gap: 0.75rem;
  }
}

.p-solution-box__exampleTitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-solution-box__exampleTitle {
    font-size: 1.5rem;
  }
}

.p-solution-box__image {
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .p-solution-box__image {
    border-radius: 0.625rem;
  }
}
.p-solution-box__image img {
  aspect-ratio: 345/219;
  width: 100%;
}
@media (min-width: 768px) {
  .p-solution-box__image img {
    aspect-ratio: 341/230;
  }
}

.p-solution-box__exampleText {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-solution-box__exampleText {
    -webkit-margin-before: 2.5625rem;
    max-width: 68.75rem;
    margin-inline: auto;
    margin-block-start: 2.5625rem;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.p-solution-box__complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 0.8125rem;
  padding-block: 3.4375rem;
  border-radius: 0 0 2rem 2rem;
  background: #00cf3b;
}
@media (min-width: 768px) {
  .p-solution-box__complete {
    flex-direction: row;
    align-items: flex-start;
    padding-inline: 2.5rem;
    padding-block: 5.875rem 5.5rem;
    gap: 3.75rem;
  }
}

.p-solution-box__complete-titleArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-solution-box__complete-titleArea {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 21.875rem;
  }
}

.p-solution-box__complete-title {
  display: flex;
  flex-direction: column;
  order: 1;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .p-solution-box__complete-title {
    gap: 0.375rem;
  }
}

.p-solution-box__complete-titleSub {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-solution-box__complete-titleSub {
    font-size: 1rem;
    text-align: left;
  }
}

.p-solution-box__complete-titleMain {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-solution-box__complete-titleMain {
    font-size: 2.25rem;
    text-align: left;
  }
}

.p-solution-box__complete-titleFoot {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-solution-box__complete-titleFoot {
    text-align: left;
  }
}

.p-solution-box__complete-titleButton {
  -webkit-margin-before: 1.5rem;
  order: 3;
  min-width: 19.375rem;
  margin-block-start: 1.5rem;
}

.p-solution-box__complete-textArea {
  -webkit-margin-before: 1.5rem;
  order: 2;
  margin-block-start: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-solution-box__complete-textArea {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9375rem;
}
.p-breadcrumb span {
  font-size: 0.625rem;
  line-height: 1.7;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-breadcrumb span a {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover {
    color: #00d63d;
  }
}
.p-breadcrumb span a:focus {
  outline: none;
  color: #00d63d;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 1.125rem;
  position: relative;
  padding-inline-start: 1.125rem;
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid #343434;
  border-bottom: 0.0625rem solid #343434;
  content: "";
  opacity: 0.5;
}
.p-breadcrumb span .current-item {
  color: #343434;
  text-decoration: none;
  pointer-events: none;
}

.p-column {
  padding-block: 2.8125rem 5.25rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-column {
    padding-block: 6.625rem 10.1875rem;
  }
}

.p-column__content {
  display: flex;
  flex-direction: column;
  gap: 3.625rem;
}
@media (min-width: 768px) {
  .p-column__content {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-column__aside {
    flex-shrink: 0;
    width: 15.5rem;
  }
}

.p-column-article {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-column-article {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125rem 2.625rem;
  }
}

.p-column-article__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-column-article__item {
    width: calc((100% - 2.625rem) / 2);
  }
}

.p-column-article__pagination {
  -webkit-margin-before: 1.125rem;
  width: 100%;
  margin-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-column-article__pagination {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

.p-sidebar {
  padding-block: 0.625rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-sidebar {
    -webkit-padding-before: 0.25rem;
    position: sticky;
    top: 8.125rem;
    padding-block-start: 0.25rem;
  }
}
.p-sidebar > * {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.p-sidebar > *:last-child {
  border: none;
}

.p-sidebar__title {
  padding-inline: 1.6875rem;
  padding-block: 0.875rem;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-sidebar__title {
    padding-inline: 1.8125rem 0.875rem;
    padding-block: 0.625rem;
    font-size: 1.0625rem;
    line-height: 1.76;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.p-sidebar__pickupList {
  display: flex;
  flex-direction: column;
  padding-inline: 1.6875rem;
  padding-block: 1.25rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-sidebar__pickupList {
    padding-inline: 0.9375rem;
    gap: 0.75rem;
  }
}

.p-sidebar__pickupItem {
  width: 100%;
}

.p-sidebar__pickupLink {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.875rem;
}
@media (any-hover: hover) {
  .p-sidebar__pickupLink:hover .p-sidebar__pickupImageArea img {
    scale: 1.1;
  }
  .p-sidebar__pickupLink:hover .p-sidebar__pickupTextArea {
    opacity: 0.7;
  }
}
.p-sidebar__pickupLink:focus {
  outline: none;
}
.p-sidebar__pickupLink:focus .p-sidebar__pickupImageArea img {
  scale: 1.1;
}
.p-sidebar__pickupLink:focus .p-sidebar__pickupTextArea {
  opacity: 0.7;
}

.p-sidebar__pickupTextArea {
  flex-grow: 1;
}

.p-sidebar__pickup__date {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  opacity: 0.2;
}

.p-sidebar__pickup__title {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1.47;
  font-family: "Noto Sans JP", sans-serif;
}

.p-sidebar__pickupImageArea {
  flex-shrink: 0;
  overflow: hidden;
}
.p-sidebar__pickupImageArea img {
  aspect-ratio: 1/1;
  width: 5.5rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-sidebar__pickupImageArea img {
    width: 6.25rem;
  }
}

.p-sidebar__categoryList {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 1.6875rem;
  padding-block: 1.25rem;
  gap: 0.5rem 1.125rem;
}
@media (min-width: 768px) {
  .p-sidebar__categoryList {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .p-sidebar__categoryItem {
    width: 100%;
  }
}

.p-sidebar__categoryLink {
  -webkit-padding-start: 0.75rem;
  display: block;
  position: relative;
  padding-inline-start: 0.75rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-sidebar__categoryLink:hover {
    color: #00e03f;
  }
  .p-sidebar__categoryLink:hover::before {
    scale: 1.3;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-sidebar__categoryLink:hover::before {
    scale: 1.5;
  }
}
@media (any-hover: hover) {
  .p-sidebar__categoryLink:focus {
    outline: none;
    color: #00e03f;
  }
  .p-sidebar__categoryLink:focus::before {
    scale: 1.3;
  }
}
@media (any-hover: hover) and (min-width: 768px) {
  .p-sidebar__categoryLink:focus::before {
    scale: 1.5;
  }
}
@media (min-width: 768px) {
  .p-sidebar__categoryLink {
    -webkit-padding-start: 0;
    -webkit-padding-end: 0.875rem;
    padding-inline-start: 0;
    padding-inline-end: 0.875rem;
    text-decoration: none;
  }
}
.p-sidebar__categoryLink::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-sidebar__categoryLink::before {
    right: 0;
    left: unset;
  }
}

.p-support {
  padding-block: 3.75rem 5.3125rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-support {
    padding-block: 6.625rem 10.125rem;
  }
}

.p-support__inner {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-support__inner {
    padding-inline: 2.5rem;
  }
}

.p-support__content {
  display: flex;
  flex-direction: column;
  gap: 3.625rem;
}
@media (min-width: 768px) {
  .p-support__content {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .p-support__aside {
    flex-shrink: 0;
    width: 15.5rem;
  }
}

.p-support-article {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}

.p-support-article__item {
  flex-grow: 1;
  width: 100%;
}

.p-support-article__pagination {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-support-article__pagination {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }
}

.p-single-support {
  padding-block: 2.8125rem 7.125rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-single-support {
    padding-block: 6.625rem 9.0625rem;
  }
}

.p-single-support__inner {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-single-support__inner {
    padding-inline: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-single-support__content {
    display: flex;
    flex-direction: row;
    gap: 3.625rem;
  }
}

@media (min-width: 768px) {
  .p-single-support__aside {
    flex-shrink: 0;
    width: 15.5rem;
  }
}

.p-single-support-article__foot {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}

.p-single-support-article__footTitle {
  -webkit-padding-start: 1.4375rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 1.4375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-support-article__footTitle {
    font-size: 1.5rem;
  }
}
.p-single-support-article__footTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}

.p-single-support-article__footList {
  -webkit-margin-before: 1.125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.125rem;
  gap: 1.1875rem;
}
@media (min-width: 768px) {
  .p-single-support-article__footList {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    gap: 1.625rem;
  }
}

.p-single-support-article__button {
  -webkit-margin-before: 1.75rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-single-support-article__button {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
  }
}

.p-support-box {
  padding: 0.8125rem 0.8125rem 2.375rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-support-box {
    padding: 2.75rem 1.8125rem 2.4375rem;
  }
}

.p-support-box__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-support-box__head {
    flex-direction: row-reverse;
    gap: 1.375rem;
  }
}

.p-support-box__company {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__company {
    font-size: 0.875rem;
  }
}

.p-support-box__title {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__title {
    font-size: 1.25rem;
  }
}

.p-support-box__headList {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.375rem;
  gap: 0.5rem;
}

.p-support-box__headItem {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.p-support-box__subCatch {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-support-box__subCatch {
    font-size: 0.9375rem;
  }
}

.p-support-box__imageArea {
  flex-shrink: 0;
  overflow: hidden;
}
.p-support-box__imageArea img {
  aspect-ratio: 324/206;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-support-box__imageArea img {
    width: 20.25rem;
  }
}

.p-support-box__process {
  -webkit-margin-before: 1.8125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.8125rem;
  gap: 2.8125rem;
}
@media (min-width: 768px) {
  .p-support-box__process {
    -webkit-margin-before: 2.75rem;
    margin-block-start: 2.75rem;
    gap: 2.5625rem;
  }
}

.p-support-box__item {
  position: relative;
  padding: 1.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
}
.p-support-box__item:not(:last-child)::before {
  display: block;
  position: absolute;
  bottom: -0.875rem;
  left: 50%;
  width: 4.375rem;
  height: 1.1875rem;
  translate: -50% 100%;
  background: url(../img/sp/p-support-box__process-arrow.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-support-box__item:not(:last-child)::before {
    bottom: -0.75rem;
    width: 4.6875rem;
    height: 1.4375rem;
    background-image: url(../img/p-support-box__process-arrow.webp);
  }
}
@media (min-width: 768px) {
  .p-support-box__item {
    padding: 1.625rem 1.5rem 2.0625rem;
  }
}

.p-support-box__itemTitle {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__itemTitle {
    font-size: 1.375rem;
  }
}
.p-support-box__itemTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
}

.p-support-box__itemText {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-support-box__itemText {
    line-height: 2.2;
  }
}

.p-support-box__voice {
  -webkit-margin-before: 2rem;
  display: flex;
  flex-direction: column-reverse;
  margin-inline: -0.8125rem;
  margin-block-start: 2rem;
  padding: 2.25rem 0.8125rem;
  gap: 1.25rem;
  background: #00cf3b;
}
@media (min-width: 768px) {
  .p-support-box__voice {
    -webkit-margin-before: 2.75rem;
    flex-direction: row;
    margin-inline: -1.8125rem;
    margin-block-start: 2.75rem;
    padding: 2.6875rem 1.8125rem;
    gap: 2rem;
  }
}

.p-support-box__voiceTitle {
  -webkit-padding-start: 1.375rem;
  position: relative;
  padding-inline-start: 1.375rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__voiceTitle {
    font-size: 1.375rem;
  }
}
.p-support-box__voiceTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.p-support-box__voiceText {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-support-box__voiceText {
    line-height: 2.2;
  }
}

@media (min-width: 768px) {
  .p-support-box__voiceImageArea {
    flex-shrink: 0;
    width: 19.125rem;
  }
}
.p-support-box__voiceImageArea img {
  aspect-ratio: 324/206;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-support-box__voiceImageArea img {
    aspect-ratio: 306/197;
  }
}

.p-support-box__schedule {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-support-box__schedule {
    -webkit-margin-before: 2.75rem;
    margin-block-start: 2.75rem;
    padding-inline: 1.625rem;
  }
}

.p-support-box__scheduleTitle {
  -webkit-padding-start: 1.375rem;
  position: relative;
  padding-inline-start: 1.375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__scheduleTitle {
    font-size: 1.375rem;
  }
}
.p-support-box__scheduleTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #343434;
  content: "";
}

.p-support-box__scheduleHead {
  -webkit-margin-before: 0.5rem;
  display: flex;
  align-items: center;
  margin-block-start: 0.5rem;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .p-support-box__scheduleHead {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-support-box__scheduleHead-subCatch {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-support-box__scheduleHead-subCatch {
    font-size: 0.9375rem;
  }
}

.p-support-box__scheduleList {
  -webkit-margin-before: 0.9375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.9375rem;
}
@media (min-width: 768px) {
  .p-support-box__scheduleList {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
  }
}

.p-support-box__scheduleItem {
  display: flex;
  flex-direction: column;
  padding-block: 0.75rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .p-support-box__scheduleItem {
    flex-direction: row;
    padding-block: 1rem;
    gap: 1.25rem;
  }
}
.p-support-box__scheduleItem:first-child {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.07);
}

.p-support-box__scheduleDate {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-support-box__scheduleDate {
    width: 5.625rem;
  }
}

.p-support-box__scheduleText {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

.p-support-box__item.-problem {
  background: #808080;
}
.p-support-box__item.-problem .p-support-box__itemTitle {
  color: #ffffff;
}
.p-support-box__item.-problem .p-support-box__itemTitle::before {
  width: 1.3125rem;
  height: 1.375rem;
  background: url(../img/icon_problem.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-support-box__item.-problem .p-support-box__itemTitle::before {
    width: 1.375rem;
    height: 1.4375rem;
  }
}
.p-support-box__item.-problem .p-support-box__itemText {
  color: #ffffff;
}
.p-support-box__item.-plan {
  background: #f9f9f9;
}
.p-support-box__item.-plan .p-support-box__itemTitle::before {
  width: 1.125rem;
  height: 1.375rem;
  background: url(../img/icon_plan.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-support-box__item.-plan .p-support-box__itemTitle::before {
    width: 1.125rem;
    height: 1.4375rem;
  }
}
.p-support-box__item.-change {
  background: #ffffff;
}
.p-support-box__item.-change .p-support-box__itemTitle {
  -webkit-padding-start: 1.375rem;
  padding-inline-start: 1.375rem;
  color: #00cf3b;
}
.p-support-box__item.-change .p-support-box__itemTitle::before {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #00cf3b;
}

.p-single {
  padding-block: 2.8125rem 6.3125rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-single {
    padding-block: 6.625rem 10.1875rem;
  }
}

.p-single__inner {
  padding-inline: 0.75rem;
}
@media (min-width: 768px) {
  .p-single__inner {
    padding-inline: 2.5rem;
  }
}

.p-single__content {
  display: flex;
  flex-direction: column;
  gap: 3.625rem;
}
@media (min-width: 768px) {
  .p-single__content {
    flex-direction: row;
  }
}

.p-single__article {
  padding: 1.4375rem 0.8125rem 2.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-single__article {
    padding: 2.25rem 1.75rem 3.4375rem;
  }
}

.p-single__head {
  -webkit-margin-after: 2.375rem;
  display: flex;
  flex-direction: column;
  margin-block-end: 2.375rem;
}
@media (min-width: 768px) {
  .p-single__head {
    -webkit-margin-after: 1.875rem;
    margin-block-end: 1.875rem;
  }
}

.p-single__title {
  -webkit-margin-before: 0.375rem;
  order: 2;
  margin-block-start: 0.375rem;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-single__title {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  order: 1;
  gap: 0.1875rem 0.625rem;
}

.p-single__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.p-single__date {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .p-single__date {
    font-size: 0.9375rem;
  }
}
.p-single__date span {
  -webkit-padding-end: 0.1875rem;
  display: inline-block;
  padding-inline-end: 0.1875rem;
  font-size: 0.6875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-single__date span {
    font-size: 0.75rem;
  }
}

.p-single__thumbnail {
  -webkit-margin-before: 1.5rem;
  order: 3;
  margin-block-start: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-single__thumbnail {
    -webkit-margin-before: 2.25rem;
    margin-block-start: 2.25rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 324/206;
}
@media (min-width: 768px) {
  .p-single__thumbnail img {
    aspect-ratio: 734/380;
  }
}

.p-single__body h2 {
  margin-block: 2.5rem 1.125rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #00cf3b;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-single__body h2 {
    margin-block: 1.875rem 1.25rem;
  }
}
.p-single__body h3 {
  -webkit-padding-after: 0.875rem;
  position: relative;
  margin-block: 2.5rem 1.125rem;
  padding-block-end: 0.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    margin-block: 1.875rem 1.25rem;
  }
}
.p-single__body h3::before, .p-single__body h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-single__body h3::before {
  width: 100%;
  background: #343434;
  opacity: 0.1;
}
.p-single__body h3::after {
  width: 3.5rem;
  background: #00e03f;
}
.p-single__body h4 {
  -webkit-padding-start: 0.625rem;
  margin-block: 1.875rem 0.625rem;
  padding-inline-start: 0.625rem;
  border-left: 0.1875rem solid #00cf3b;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-single__body h4 {
    margin-block: 1.5rem 0.875rem;
  }
}
.p-single__body h5 {
  margin-block: 1.875rem 0.625rem;
  color: #00cf3b;
  font-weight: 700;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .p-single__body h5 {
    margin-block: 1.5rem 0.875rem;
  }
}
.p-single__body p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2;
}
.p-single__body p + p {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
}
.p-single__body b,
.p-single__body strong {
  font-size: 700;
}
.p-single__body figure {
  display: contents;
}
.p-single__body figcaption {
  font-size: 0.75rem;
  font-family: "Alata", "Zen Kaku Gothic Antique", sans-serif;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body img {
  aspect-ratio: 324/206;
  width: 100%;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-single__body img {
    aspect-ratio: 734/380;
  }
}
.p-single__body table {
  margin-block: 2.5rem 1.125rem;
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
@media (min-width: 768px) {
  .p-single__body table {
    margin-block: 1.875rem 1.25rem;
  }
}
.p-single__body table tbody tr {
  position: relative;
}
.p-single__body table tbody tr:first-child {
  border-radius: 0.625rem 0 0.625rem 0;
  color: #00e03f;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-single__body table tbody tr:first-child td {
  padding: 0.625rem 0.5rem;
  border-top: none !important;
  background: #f8f8f8 !important;
  text-align: center;
}
.p-single__body table tbody tr:not(:first-child) td:first-child {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-single__body table tbody tr:last-child {
  border-radius: 0 0.625rem 0 0.625rem;
}
.p-single__body table tbody tr td {
  padding: 1.0625rem 0.4375rem !important;
  border: none !important;
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.8125rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-single__body table tbody tr td {
    padding: 1.25rem 1.125rem !important;
  }
}
.p-single__body table tbody tr td:last-child {
  border-right: none !important;
}
.p-single__body ul {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 1.125rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-single__body ul {
    margin-block: 1.5rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-single__body ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}
.p-single__body ol {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 1.125rem;
  gap: 0.625rem;
}
.p-single__body ol li {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
}
.p-single__body ol li::marker {
  color: #00e03f;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
.p-single__body .c-button {
  display: block;
  width: 17.375rem;
  margin-inline: auto;
  margin-block: 2.5rem 1.125rem;
}
@media (min-width: 768px) {
  .p-single__body .c-button {
    display: inline-block;
  }
}
.p-single__body .c-button + .c-button {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
@media (min-width: 768px) {
  .p-single__body .c-button + .c-button {
    -webkit-margin-end: 0;
    -webkit-margin-start: 0.625rem;
    margin-inline-start: 0.625rem;
    margin-inline-end: 0;
  }
}
.p-single__body #toc_container {
  -webkit-margin-before: 2.375rem;
  -webkit-margin-after: 2.375rem;
  margin-block-start: 2.375rem;
  margin-block-end: 2.375rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  background: #ffffff;
}
.p-single__body .toc_title {
  position: relative;
  padding: 0.625rem 2.0625rem 0.625rem 1rem;
  background: #f8f8f8;
  color: #00cf3b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  cursor: pointer;
}
.p-single__body .toc_title.is_close::after {
  rotate: 0deg;
}
.p-single__body .toc_title::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.9375rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: -180deg;
  background: url(../img/icon-arrow-bottom.webp) no-repeat center center/cover;
  content: "";
  transition: all 0.3s ease-out;
}
.p-single__body .toc_list {
  width: 100%;
  margin-block: 0;
  padding-block: 1.5rem 1.625rem;
}
.p-single__body .toc_list ul {
  margin-block: 0;
  gap: 0.25rem;
}
.p-single__body .toc_list li::before {
  display: none;
}
.p-single__body .toc_list li a {
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body .toc_list li a:hover {
    color: #00cf3b;
  }
}
.p-single__body .toc_list li a:focus {
  outline: none;
  color: #00cf3b;
}
.p-single__body .toc_list > li {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.p-single__body .toc_list > li + li {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
.p-single__body .toc_list > li + li > a {
  -webkit-padding-start: 1.0625rem;
  display: block;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body .toc_list > li + li > a:hover {
    color: #00cf3b;
  }
  .p-single__body .toc_list > li + li > a:hover::after {
    background: #00cf3b;
  }
}
.p-single__body .toc_list > li + li > a:focus {
  outline: none;
  color: #00cf3b;
}
.p-single__body .toc_list > li + li > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #343434;
  content: "";
  transition: all 0.3s ease-out;
}
.p-single__body .toc_list > li:first-child > a {
  -webkit-padding-start: 1.0625rem;
  display: block;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body .toc_list > li:first-child > a:hover {
    color: #00cf3b;
  }
  .p-single__body .toc_list > li:first-child > a:hover::after {
    background: #00cf3b;
  }
}
.p-single__body .toc_list > li:first-child > a:focus {
  outline: none;
  color: #00cf3b;
}
.p-single__body .toc_list > li:first-child > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #343434;
  content: "";
}

.p-single__foot {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-single__foot {
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }
}

.p-single__footTitle {
  -webkit-padding-start: 1.4375rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 1.4375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__footTitle {
    font-size: 1.5rem;
  }
}
.p-single__footTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}

.p-single__footList {
  -webkit-margin-before: 1.125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.125rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-single__footList {
    flex-direction: row;
    margin-inline: auto;
    gap: 2.625rem;
  }
}

@media (min-width: 768px) {
  .p-single__footItem {
    width: calc(100% - 1.3125rem);
  }
}

.p-single__button {
  -webkit-margin-before: 2.875rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 2.875rem;
}
@media (min-width: 768px) {
  .p-single__button {
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }
}

@media (min-width: 768px) {
  .p-single__aside {
    flex-shrink: 0;
    width: 15.5rem;
  }
}

.p-404 {
  -webkit-backdrop-filter: blur(30px);
  height: 100dvh;
  backdrop-filter: blur(30px);
  background: rgba(247, 247, 247, 0.4);
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-404__title {
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 4.5rem;
  }
}

.p-404__subTitle {
  -webkit-padding-start: 1.375rem;
  -webkit-margin-before: 1.8125rem;
  position: relative;
  margin-block-start: 1.8125rem;
  padding-inline-start: 1.375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-404__subTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00d63d;
  content: "";
}

.p-404__text {
  -webkit-margin-before: 0.5625rem;
  margin-block-start: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__text {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
  }
}

.p-404__button {
  -webkit-margin-before: 3.375rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 3.375rem;
}

.p-thanks {
  -webkit-backdrop-filter: blur(30px);
  height: 100dvh;
  backdrop-filter: blur(30px);
  background: rgba(247, 247, 247, 0.4);
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-thanks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-thanks__title {
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 4.5rem;
  }
}

.p-thanks__subTitle {
  -webkit-padding-start: 1.375rem;
  -webkit-margin-before: 1.8125rem;
  position: relative;
  margin-block-start: 1.8125rem;
  padding-inline-start: 1.375rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-thanks__subTitle {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-thanks__subTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00d63d;
  content: "";
}

.p-thanks__text {
  -webkit-margin-before: 0.5625rem;
  margin-block-start: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__text {
    -webkit-margin-before: 1.0625rem;
    margin-block-start: 1.0625rem;
  }
}

.p-thanks__button {
  -webkit-margin-before: 3.375rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 3.375rem;
}

.p-faq {
  padding-block: 2.125rem 5.9375rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-faq {
    padding-block: 5.375rem 8.875rem;
  }
}

@media (min-width: 768px) {
  .p-faq__inner {
    max-width: 67.5rem;
  }
}

.p-faq__content {
  display: flex;
  flex-direction: column;
}

.p-contact {
  padding-block: 1.5625rem 6.75rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 1.375rem 9.5rem;
  }
}

.p-contact__tel {
  -webkit-margin-before: 3.0625rem;
  margin-block-start: 3.0625rem;
}
@media (min-width: 768px) {
  .p-contact__tel {
    -webkit-margin-before: 6.5625rem;
    margin-block-start: 6.5625rem;
  }
}

.p-contact__telLead {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__telLead {
    font-size: 1.25rem;
    line-height: 2.4;
  }
}

.p-contact__telBox {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #00cf3b;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__telBox {
    width: 34.625rem;
    margin-inline: auto;
    padding: 1.4375rem 1.625rem;
  }
}

.p-contact__telCatch {
  -webkit-padding-start: 2.8125rem;
  display: inline-block;
  position: relative;
  padding-inline-start: 2.8125rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact__telCatch {
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    font-size: 2.25rem;
  }
}
.p-contact__telCatch::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  translate: 0 -50%;
  background: url(../img/icon_tel.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-contact__telCatch::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-contact__telFoot {
  -webkit-margin-before: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0.625rem;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-contact__telFoot {
    gap: 0.5rem;
  }
}

.p-contact__telLabel {
  padding: 0.375rem 0.5625rem;
  border-radius: 3.125rem;
  background: #ffffff;
  color: #00cf3b;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-contact__telLabel {
    padding: 0.4375rem 0.625rem;
    font-size: 0.8125rem;
  }
}

.p-contact__telDate {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
}

.p-contact__formLead {
  -webkit-margin-before: 3.0625rem;
  margin-inline: -0.3125rem;
  margin-block-start: 3.0625rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-contact__formLead {
    -webkit-margin-before: 6.5625rem;
    margin-inline: 0;
    margin-block-start: 6.5625rem;
    font-size: 1.25rem;
    line-height: 2.4;
    text-align: center;
  }
}

.p-contact__form {
  -webkit-margin-before: 1.75rem;
  margin-inline: -0.9375rem;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-contact__form {
    -webkit-margin-before: 2.125rem;
    margin-inline: 0;
    margin-block-start: 2.125rem;
  }
}

.p-form {
  padding: 2.5625rem 0.9375rem 4.5rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-form {
    padding: 5.4375rem 2.5rem 4.0625rem;
  }
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__table {
    max-width: 56.25rem;
    margin-inline: auto;
    gap: 2.625rem;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  text-align: center;
}

.p-form__buttons {
  -webkit-margin-before: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.5rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-form__buttons {
    -webkit-margin-before: 4rem;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 35.375rem;
    margin-block-start: 4rem;
  }
}

.p-form__button {
  -webkit-margin-before: 1.5rem;
  width: 17.375rem;
  margin-inline: auto;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-form__button {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
  }
}

@media (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin: 0.625rem 0 0 !important;
  border: none !important;
  color: #ff7979;
  font-weight: 700;
  font-size: max(0.875rem, 11.2px);
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: max(1rem, 12.8px);
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

.wpcf7-response-output {
  margin: 0.625rem 0 0 !important;
  border: none !important;
  color: #ff7979;
  font-weight: 700;
  font-size: max(0.875rem, 11.2px);
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    font-weight: 700;
    font-size: max(1rem, 12.8px);
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 1rem;
  }
}

.p-form.-documents {
  padding-block: 2.75rem;
}
@media (min-width: 768px) {
  .p-form.-documents {
    padding-block: 3.5rem;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.p-form__recaptcha {
  -webkit-margin-before: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.5rem;
  font-weight: 500;
  font-size: max(0.75rem, 9.6px);
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-form__recaptcha {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .p-form__recaptcha {
    font-weight: 500;
    font-size: max(0.875rem, 11.2px);
    line-height: 1.4285714286;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-form__recaptcha {
    font-size: 0.875rem;
  }
}
.p-form__recaptcha a {
  color: #ff7979;
  text-decoration: underline;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-form__recaptcha a:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
  }
}
.p-form__recaptcha a:focus {
  -webkit-filter: brightness(50%);
  outline: none;
  filter: brightness(50%);
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-form-head__name {
    font-size: 1.125rem;
  }
}

.p-form-head__label {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.25rem;
  background: #8e8e8e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
.p-form-head__label.-required {
  background: #ff7979;
}

.p-form-head__text {
  position: absolute;
  top: 2.5rem;
  left: 0;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .p-form-item {
    flex-direction: row;
    gap: 2.75rem;
  }
}

@media (min-width: 768px) {
  .p-form-item__head {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 13.75rem;
    margin-block-start: 0;
  }
}

.p-form-item__body {
  flex-grow: 1;
}
.p-form-item__body.-confirmation {
  -webkit-padding-after: 1.5rem;
  padding-block-end: 1.5rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.07);
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-form-item__body.-confirmation {
    font-size: 1.125rem;
  }
}
.p-form-item__body.-confirmation .p-form-item__zip::before {
  top: 0;
}
@media (min-width: 768px) {
  .p-form-item__body.-confirmation .p-form-item__zip::before {
    top: 0.125rem;
  }
}

.p-form-item__zip {
  -webkit-padding-start: 1.125rem;
  display: flex;
  position: relative;
  align-items: center;
  padding-inline-start: 1.125rem;
  gap: 7px;
}
.p-form-item__zip::before {
  display: block;
  position: absolute;
  top: 0.4375rem;
  left: 0;
  content: "〒";
  font-weight: 800;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-form-item__zip {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .p-form-item__zip .wpcf7-form-control-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-form-item__zip::before {
    top: 0.9375rem;
    left: -1.125rem;
  }
}

.p-form-item__address {
  -webkit-margin-before: 0.5rem;
  -webkit-padding-start: 1.125rem;
  margin-block-start: 0.5rem;
  padding-inline-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-form-item__address {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.p-privacy {
  padding-block: 3.0625rem 5.25rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-block: 7.5625rem 7.8125rem;
  }
}

@media (min-width: 768px) {
  .p-privacy__inner {
    max-width: 67.5rem;
  }
}

.p-privacy__lead {
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-privacy__lead {
    font-size: 1rem;
  }
}

.p-privacy__content h2 {
  -webkit-padding-after: 0.875rem;
  position: relative;
  margin-block: 3.375rem 1.5rem;
  padding-block-end: 0.875rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-privacy__content h2 {
    margin-block: 4.375rem 1.875rem;
    font-size: 1.375rem;
  }
}
.p-privacy__content h2::before, .p-privacy__content h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.p-privacy__content h2::before {
  width: 100%;
  background: #343434;
  opacity: 0.1;
}
.p-privacy__content h2::after {
  width: 4rem;
  background: #00e03f;
}
@media (min-width: 768px) {
  .p-privacy__content h2::after {
    width: 7.75rem;
  }
}
.p-privacy__content p {
  font-size: 0.875rem;
  line-height: 2;
}

.p-documents {
  padding-block: 4.625rem 6rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-documents {
    padding-block: 7.9375rem 8.6875rem;
  }
}

.p-documents__catch {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-documents__catch {
    font-size: 1.5rem;
    line-height: 2.4;
  }
}

.p-documents__lead {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-documents__lead {
    -webkit-margin-before: 1.5rem;
    width: 40.25rem;
    margin-inline: auto;
    margin-block-start: 1.5rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-documents__form {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}
@media (min-width: 768px) {
  .p-documents__form {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-about-head {
  -webkit-padding-before: 5.75rem;
  -webkit-backdrop-filter: blur(35px);
  position: relative;
  padding-block-start: 5.75rem;
  backdrop-filter: blur(35px);
  background: rgba(247, 247, 247, 0.88);
}
@media (min-width: 768px) {
  .p-about-head {
    -webkit-padding-before: 8.3125rem;
    padding-block-start: 8.3125rem;
  }
}
.p-about-head::before, .p-about-head::after {
  display: block;
  position: absolute;
  content: "";
}
.p-about-head::before {
  top: 3.125rem;
  left: 3.125rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/sp/p-about-deco_001.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-head::before {
    top: 3.75rem;
    left: calc(50% - 0.625rem);
    width: 2.0625rem;
    height: 2.0625rem;
    background-image: url(../img/p-about-deco_001.webp);
  }
}
.p-about-head::after {
  top: 2.8125rem;
  right: -2.4375rem;
  width: 6.4375rem;
  height: 6.4375rem;
  background: url(../img/sp/p-about-deco_002.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-head::after {
    top: 9.625rem;
    right: calc(50% - 50rem);
    width: 12.125rem;
    height: 12.125rem;
    background-image: url(../img/p-about-deco_002.webp);
  }
}

.p-about-head__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-about-head__content {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .p-about-head__textArea {
    -webkit-margin-before: 3.4375rem;
    flex-shrink: 0;
    width: 32.25rem;
    margin-block-start: 3.4375rem;
  }
}

.p-about-head__title {
  color: #ff7979;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-about-head__title {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}

.p-about-head__lead {
  -webkit-margin-before: 0.8125rem;
  margin-block-start: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-about-head__lead {
    line-height: 2;
  }
}

.p-about-head__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.2;
}

.p-about-head__imageArea {
  position: relative;
  margin-inline: -1.5625rem;
}
.p-about-head__imageArea::before {
  display: block;
  position: absolute;
  top: 1.75rem;
  left: -1.1875rem;
  width: 4.125rem;
  height: 4.0625rem;
  background: url(../img/sp/p-about-deco_003.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-about-head__imageArea::before {
    top: -0.625rem;
    left: -2.875rem;
    width: 7.8125rem;
    height: 7.8125rem;
    background-image: url(../img/p-about-deco_003.webp);
  }
}
@media (min-width: 768px) {
  .p-about-head__imageArea {
    -webkit-margin-end: 7.5rem;
    flex-shrink: 0;
    width: 39.125rem;
    margin-inline: 0;
    margin-inline-end: 7.5rem;
  }
}
.p-about-head__foot {
  position: absolute;
  bottom: 0;
}

.p-about-main {
  position: relative;
  padding-block: 2.3125rem 2.8125rem;
}
@media (min-width: 768px) {
  .p-about-main {
    padding-block: 4.875rem 2.875rem;
  }
}
@media (min-width: 768px) {
  .p-about-main::after {
    display: block;
    position: absolute;
    top: 14.1875rem;
    left: calc(50% - 50.625rem);
    width: 10.875rem;
    height: 10.875rem;
    background: url(../img/p-about-deco_007.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-about-main__content {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .p-about-main__content {
    flex-direction: row;
    align-items: center;
    gap: 4.5rem;
  }
}

.p-about-main__textArea {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-about-main__textArea {
    flex-shrink: 0;
    width: 34.5625rem;
  }
}

.p-about-main__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-about-main__list {
    gap: 0.9375rem;
  }
}

.p-about-main__item {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5625rem 1.25rem;
  gap: 0.5rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-about-main__item {
    padding: 1.75rem 1.625rem 2.5rem 2rem;
    gap: 0.75rem;
    border-radius: 0.875rem;
  }
}

.p-about-main__itemHead {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-about-main__itemLabel {
  width: 5.5rem;
  padding: 0.25rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.p-about-main__itemSubCatch {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-about-main__catch {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-about-main__catch {
    font-size: 2.125rem;
  }
}

.p-about-main__itemText {
  -webkit-margin-before: 0.875rem;
  margin-block-start: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-about-main__itemText {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-about-main__imageArea {
  margin-inline: -1.5625rem;
}
@media (min-width: 768px) {
  .p-about-main__imageArea {
    flex-shrink: 0;
    width: 33.5rem;
    margin-inline: 0;
  }
}

.p-about-box {
  -webkit-padding-after: 5.0625rem;
  padding-block-end: 5.0625rem;
}
@media (min-width: 768px) {
  .p-about-box {
    -webkit-padding-after: 9.6875rem;
    padding-block-end: 9.6875rem;
  }
}

.p-about-box__inner {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-about-box__inner {
    padding-inline: 2.5rem;
  }
}

.p-about-box__content {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  padding: 1.5rem 1.5rem 2rem;
  gap: 1.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 1.375rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-about-box__content {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 4.875rem 4.75rem;
    gap: 4.125rem;
    border: 0.125rem solid rgba(0, 0, 0, 0.07);
    border-radius: 3.4375rem;
    background: #ffffff;
  }
}
.p-about-box__content::before, .p-about-box__content::after {
  display: block;
  position: absolute;
  content: "";
}
.p-about-box__content::before {
  top: -1.9375rem;
  right: -1.625rem;
  width: 6.125rem;
  height: 4.75rem;
  background: url(../img/sp/p-about-deco_005.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-box__content::before {
    top: -4.1875rem;
    right: -2.9375rem;
    width: 15rem;
    height: 10rem;
    background-image: url(../img/p-about-deco_005.webp);
  }
}
.p-about-box__content::after {
  bottom: -1.9375rem;
  left: -1.1875rem;
  width: 5.8125rem;
  height: 3.875rem;
  background: url(../img/sp/p-about-deco_006.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-about-box__content::after {
    bottom: -3.9375rem;
    left: -2.375rem;
    width: 10.0625rem;
    height: 9.375rem;
    background-image: url(../img/p-about-deco_006.webp);
  }
}

@media (min-width: 768px) {
  .p-about-box__textArea {
    flex-shrink: 0;
    width: 34.375rem;
  }
}

.p-about-box__label {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  padding-inline-start: 1.0625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-about-box__label {
    -webkit-padding-start: 1.1875rem;
    padding-inline-start: 1.1875rem;
    font-size: 1rem;
  }
}
.p-about-box__label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 3.125rem;
  background: #00e03f;
  content: "";
}

.p-about-box__catch {
  color: #00cf3b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-about-box__catch {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.p-about-box__text {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-about-box__text {
    width: 31.875rem;
  }
}

.p-about-box__name {
  -webkit-margin-before: 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-block-start: 1.4375rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-about-box__name {
    -webkit-margin-before: 1.8125rem;
    margin-block-start: 1.8125rem;
    gap: 0.625rem;
  }
}

.p-about-box__position {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-about-box__position {
    font-size: 0.875rem;
  }
}

.p-about-box__nameImage img {
  width: 9.4375rem;
}
@media (min-width: 768px) {
  .p-about-box__nameImage img {
    width: 12.0625rem;
  }
}

.p-about-box__imageArea {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-about-box__imageArea img {
  aspect-ratio: 302/188;
}
@media (min-width: 768px) {
  .p-about-box__imageArea img {
    flex-shrink: 0;
    aspect-ratio: 455/492;
    width: 28.4375rem;
  }
}

.p-about-foot {
  padding-block: 2.6875rem 6rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-about-foot {
    padding-block: 8.375rem;
  }
}

@media (min-width: 768px) {
  .p-about-foot__inner {
    max-width: 55rem;
  }
}

.p-about-foot__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-about-foot__title {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-about-foot__title {
    -webkit-padding-start: 2.125rem;
    padding-inline-start: 2.125rem;
    font-size: 2rem;
  }
}
.p-about-foot__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}
@media (min-width: 768px) {
  .p-about-foot__title::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-about-foot__content {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
  }
}

.p-about-foot__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-about-foot__table tbody {
  display: contents;
}

.p-about-foot__tableRow {
  width: 100%;
}

.p-about-foot__tableHead {
  width: 5.75rem;
  height: 4.0625rem;
  padding-block: 1.125rem;
  border-bottom: 0.125rem solid #00e03f;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-about-foot__tableHead {
    width: 8.5rem;
    padding-block: 1.75rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-about-foot__tableData {
  padding-inline: 0.625rem;
  padding-block: 1.125rem;
  border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-about-foot__tableData {
    padding-inline: 1.4375rem;
    padding-block: 1.75rem;
    font-size: 1rem;
  }
}

.p-about-foot__access {
  -webkit-margin-before: 2.5625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.5625rem;
}
@media (min-width: 768px) {
  .p-about-foot__access {
    -webkit-margin-before: 5.8125rem;
    flex-direction: row;
    align-items: center;
    margin-block-start: 5.8125rem;
    gap: 2.5rem;
  }
}

.p-about-foot__accessTextArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-about-foot__accessTextArea {
    display: block;
  }
}

.p-about-foot__address {
  -webkit-margin-before: 1.0625rem;
  order: 3;
  margin-block-start: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-about-foot__address {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.p-about-foot__accessList {
  -webkit-margin-before: 0.3125rem;
  order: 4;
  margin-block-start: 0.3125rem;
}
@media (min-width: 768px) {
  .p-about-foot__accessList {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
  }
}

.p-about-foot__accessItem {
  -webkit-padding-start: 0.875rem;
  position: relative;
  padding-inline-start: 0.875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
}
.p-about-foot__accessItem::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  border-radius: 3.125rem;
  background: #00e03f;
  content: "";
}

.p-about-foot__accessMapArea {
  -webkit-margin-before: 0.6875rem;
  flex-shrink: 0;
  order: 2;
  aspect-ratio: 324/194;
  margin-block-start: 0.6875rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-about-foot__accessMapArea {
    -webkit-margin-before: 0;
    aspect-ratio: 370/221;
    width: 23.125rem;
    margin-block-start: 0;
  }
}
.p-about-foot__accessMapArea iframe {
  width: 100%;
}

.p-about-foot__title.-access {
  order: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about-foot__title.-access {
    margin-inline: 0;
  }
}

.p-service-head__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-service-head__list {
    gap: 1.375rem;
  }
}

.p-service-head__item {
  width: calc((100% - 0.5rem) / 2);
}
@media (min-width: 768px) {
  .p-service-head__item {
    width: calc((100% - 2.75rem) / 3);
  }
}

.p-service-head__link {
  display: block;
}

.p-service {
  -webkit-backdrop-filter: blur(35px);
  position: relative;
  padding-block: 2.8125rem 8rem;
  backdrop-filter: blur(35px);
  background: rgba(247, 247, 247, 0.8);
}
@media (min-width: 768px) {
  .p-service {
    padding-block: 6.25rem 10.125rem;
  }
}

.p-service__content {
  -webkit-margin-before: 3.3125rem;
  margin-block-start: 3.3125rem;
}
@media (min-width: 768px) {
  .p-service__content {
    -webkit-margin-before: 6.25rem;
    margin-block-start: 6.25rem;
  }
}

.p-service__list {
  display: flex;
  flex-direction: column;
  gap: 3.3125rem;
}
@media (min-width: 768px) {
  .p-service__list {
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.p-service__item {
  width: 100%;
}

.p-service__deco01,
.p-service__deco02,
.p-service__deco03,
.p-service__deco04,
.p-service__deco05,
.p-service__deco06 {
  display: none;
}
@media (min-width: 768px) {
  .p-service__deco01,
  .p-service__deco02,
  .p-service__deco03,
  .p-service__deco04,
  .p-service__deco05,
  .p-service__deco06 {
    display: block;
    position: absolute;
  }
}

.p-service__deco01 {
  top: 14.375rem;
  left: calc(50% - 47.5rem);
  width: 10.75rem;
}

.p-service__deco02 {
  top: 36.5625rem;
  right: calc(50% - 50rem);
  width: 14.625rem;
}

.p-service__deco03 {
  top: 78.125rem;
  left: calc(50% - 46.125rem);
  width: 8.375rem;
}

.p-service__deco04 {
  right: calc(50% - 52.6875rem);
  bottom: 800px;
  width: 11.4375rem;
}

.p-service__deco05 {
  bottom: 11.0625rem;
  left: calc(50% - 55.375rem);
  width: 18.875rem;
}

.p-service__deco06 {
  right: calc(50% - 31.875rem);
  bottom: 11.875rem;
  width: 3.5625rem;
}

.p-service-card {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .p-service-card {
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.4375rem;
  }
  .p-service-card.-reverse {
    flex-direction: row;
  }
}

.p-service-card__head {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-service-card__head {
    gap: 0.6875rem;
  }
}

.p-service-card__number {
  color: #00cf3b;
  font-weight: 400;
  font-size: 3.375rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .p-service-card__number {
    font-size: 4.25rem;
  }
}

.p-service-card__subCatch {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-service-card__subCatch {
    font-size: 1rem;
  }
}

.p-service-card__catch {
  -webkit-margin-before: 0.25rem;
  -webkit-margin-start: -0.125rem;
  margin-inline-start: -0.125rem;
  margin-block-start: 0.25rem;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-service-card__catch {
    -webkit-margin-before: 0.375rem;
    -webkit-margin-start: -0.25rem;
    margin-inline-start: -0.25rem;
    margin-block-start: 0.375rem;
    font-size: 2rem;
  }
}

.p-service-card__text {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-service-card__text {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-service-card__button {
  -webkit-margin-before: 1.1875rem;
  width: 15.875rem;
  margin-inline: auto;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-service-card__button {
    -webkit-margin-before: 1.25rem;
    margin-inline: 0;
    margin-block-start: 1.25rem;
  }
}

.p-service-card__imageArea {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-service-card__imageArea {
    flex-shrink: 0;
    width: 28.9375rem;
  }
}
.p-service-card__imageArea img {
  aspect-ratio: 324/223;
}
@media (min-width: 768px) {
  .p-service-card__imageArea img {
    aspect-ratio: 463/318;
  }
}

.p-lpBody {
  padding-block: 3.3125rem 4.5625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-lpBody {
    padding-block: 6.9375rem 9.5rem;
  }
}

.p-lpBody__heading {
  text-align: center;
}

.p-lpBody__sub {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpBody__sub {
    font-size: 1.375rem;
  }
}
.p-lpBody__sub span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-lpBody__sub span {
    font-size: 1.125rem;
  }
}

.p-lpBody__main {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpBody__main {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
    font-size: 2rem;
  }
}

.p-lpBody__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-lpBody__content {
    -webkit-margin-before: 4.25rem;
    margin-block-start: 4.25rem;
  }
}

.p-lpBody__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-lpBody__list {
    max-width: 62.5rem;
    margin-inline: auto;
    gap: 5.125rem;
  }
}

.p-lpBody__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.3125rem;
}
@media (min-width: 768px) {
  .p-lpBody__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .p-lpBody__item.-reverse {
    flex-direction: row;
  }
}

.p-lpBody__itemHead {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .p-lpBody__itemHead {
    gap: 0.5rem;
  }
}

.p-lpBody__tag {
  width: 3.5625rem;
  padding: 0.25rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-lpBody__tag {
    width: 4.5rem;
    padding: 0.3125rem;
    font-size: 0.875rem;
  }
}

.p-lpBody__subCatch {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpBody__subCatch {
    font-size: 0.875rem;
  }
}

.p-lpBody__catch {
  -webkit-margin-before: 0.3125rem;
  margin-block-start: 0.3125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-lpBody__catch {
    font-size: 1.625rem;
  }
}

.p-lpBody__text {
  -webkit-margin-before: 0.3125rem;
  margin-block-start: 0.3125rem;
  color: var(--, #343434);
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-lpBody__text {
    -webkit-margin-before: 0.9375rem;
    margin-block-start: 0.9375rem;
  }
}

.p-lpBody__itemFoot {
  -webkit-margin-before: 0.75rem;
  display: flex;
  align-items: center;
  margin-block-start: 0.75rem;
  padding: 0.8125rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 12.772px 0px rgba(0, 224, 63, 0.14);
}
@media (min-width: 768px) {
  .p-lpBody__itemFoot {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
    padding: 1.375rem 1.125rem 1.375rem 1.5rem;
    border: 0.125rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
  }
}

.p-lpBody__label {
  -webkit-padding-end: 0.9375rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-inline-end: 0.9375rem;
  gap: 0.1875rem;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1);
}
@media (min-width: 768px) {
  .p-lpBody__label {
    -webkit-padding-end: 1.375rem;
    padding-inline-end: 1.375rem;
    gap: unset;
    border-right: 0.125rem solid rgba(52, 52, 52, 0.1);
  }
}

.p-lpBody__feature {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpBody__feature {
    font-size: 0.875rem;
  }
}

.p-lpBody__number {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpBody__number {
    font-size: 1.625rem;
  }
}

.p-lpBody__description {
  -webkit-padding-start: 0.9375rem;
  padding-inline-start: 0.9375rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpBody__description {
    -webkit-padding-start: 1.375rem;
    padding-inline-start: 1.375rem;
    font-size: 1rem;
  }
}

.p-lpBody__imageArea {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-lpBody__imageArea {
    flex-shrink: 0;
    width: 29.9375rem;
    border-radius: 0.75rem;
  }
}
.p-lpBody__imageArea img {
  aspect-ratio: 324/200;
}
@media (min-width: 768px) {
  .p-lpBody__imageArea img {
    aspect-ratio: 479/340;
  }
}

.p-lpBody__box {
  -webkit-margin-before: 3.125rem;
  max-width: 62.5rem;
  margin-inline: auto;
  margin-block-start: 3.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.75rem;
  background: url(../img/sp/p-lpBody__box-bg.webp) no-repeat top center/cover;
}
@media (min-width: 768px) {
  .p-lpBody__box {
    -webkit-margin-before: 5.125rem;
    margin-block-start: 5.125rem;
    border-radius: 1.375rem;
    background-image: url(../img/p-lpBody__box-bg.webp);
  }
}

.p-lpBody__boxInner {
  padding: 3.375rem 1rem;
}
@media (min-width: 768px) {
  .p-lpBody__boxInner {
    padding: 4.6875rem 2.25rem 3.625rem;
    border-radius: 1.375rem;
  }
}

.p-lpBody__boxTitle {
  color: #00cf3b;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpBody__boxTitle {
    color: #00cf3b;
    font-size: 2.5rem;
  }
}

.p-lpBody__boxText {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-lpBody__boxText {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
    text-align: center;
  }
}

.p-lpBody__boxCatch {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}

.p-lpHead {
  position: relative;
  padding-block: 4.125rem 8rem;
  background: url(../img/sp/p-lpHead-bg.webp) no-repeat top center/cover;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .p-lpHead {
    padding-block: 7.6875rem 7.625rem;
    background-image: none;
  }
}

.p-lpHead__inner {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-lpHead__inner {
    padding-inline: 2.5rem;
  }
}

.p-lpHead__content {
  z-index: 1;
  position: relative;
  padding-inline: 0.9375rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 2rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-lpHead__content {
    border-radius: 3.4375rem;
  }
}

.p-lpHead__trouble {
  -webkit-padding-before: 2rem;
  padding-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-lpHead__trouble {
    -webkit-padding-before: 5.5625rem;
    padding-block-start: 5.5625rem;
  }
}

.p-lpHead__troubleTitle {
  -webkit-padding-start: 1.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpHead__troubleTitle {
    -webkit-padding-start: 2.125rem;
    padding-inline-start: 2.125rem;
    font-size: 2rem;
  }
}
.p-lpHead__troubleTitle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}
@media (min-width: 768px) {
  .p-lpHead__troubleTitle::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-lpHead__troubleList {
  -webkit-margin-before: 1.9375rem;
  margin-block-start: 1.9375rem;
}
@media (min-width: 768px) {
  .p-lpHead__troubleList {
    -webkit-margin-before: 3.5rem;
    max-width: 50rem;
    margin-inline: auto;
    margin-block-start: 3.5rem;
  }
}

.p-lpHead__troubleItem {
  -webkit-padding-start: 2.0625rem;
  position: relative;
  padding-inline-start: 2.0625rem;
  padding-block: 1.25rem;
  border-top: 0.125rem solid rgba(52, 52, 52, 0.1);
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpHead__troubleItem {
    -webkit-padding-start: 3.1875rem;
    padding-inline-start: 3.1875rem;
    padding-block: 1.875rem;
    font-size: 1.375rem;
  }
}
.p-lpHead__troubleItem:last-child {
  border-bottom: 0.125rem solid rgba(52, 52, 52, 0.1);
}
.p-lpHead__troubleItem::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.625rem;
  translate: 0 -50%;
  background: url(../img/icon_checked.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-lpHead__troubleItem::before {
    left: 1.125rem;
    width: 1.25rem;
    height: 0.8125rem;
  }
}

.p-lpHead__problem {
  -webkit-margin-before: 1.9375rem;
  -webkit-padding-after: 1.9375rem;
  margin-block-start: 1.9375rem;
  padding-block-end: 1.9375rem;
}
@media (min-width: 768px) {
  .p-lpHead__problem {
    -webkit-margin-before: 5rem;
    -webkit-padding-after: 4.3125rem;
    margin-block-start: 5rem;
    padding-block-end: 4.3125rem;
  }
}

.p-lpHead__problemTitle {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpHead__problemTitle {
    font-size: 1.625rem;
    line-height: 2.4;
  }
}

.p-lpHead__problemList {
  -webkit-margin-before: 1rem;
  -webkit-padding-after: 3.3125rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-block-start: 1rem;
  padding-block-end: 3.3125rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-lpHead__problemList {
    -webkit-margin-before: 1.5rem;
    -webkit-padding-after: 5.4375rem;
    max-width: 44.375rem;
    margin-inline: auto;
    margin-block-start: 1.5rem;
    padding-block-end: 5.4375rem;
    gap: 1.125rem;
  }
}
.p-lpHead__problemList::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.0625rem;
  height: 1.875rem;
  translate: -50%;
  background: url(../img/p-support-box__process-arrow.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-lpHead__problemList::after {
    width: 10.625rem;
    height: 3.125rem;
  }
}

.p-lpHead__problemItem {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: calc((100% - 0.5rem) / 2);
  height: 4.5rem;
  padding: 0.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.875rem;
  background: #666;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpHead__problemItem {
    width: calc((100% - 1.125rem) / 2);
    height: 5.0625rem;
    padding: 1.125rem 0.5rem;
    border-radius: 1.3125rem;
    font-size: 1.1875rem;
  }
}

.p-lpHead__problemFoot {
  -webkit-margin-before: 1.125rem;
  margin-block-start: 1.125rem;
}
@media (min-width: 768px) {
  .p-lpHead__problemFoot {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
  }
}

.p-lpHead__problemResult {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.8125rem;
  color: #00cf3b;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpHead__problemResult {
    padding-inline: 4.0625rem;
    font-size: 2.375rem;
  }
}
.p-lpHead__problemResult::before, .p-lpHead__problemResult::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  content: "";
}
@media (min-width: 768px) {
  .p-lpHead__problemResult::before, .p-lpHead__problemResult::after {
    width: 2.625rem;
    height: 2.6875rem;
  }
}
.p-lpHead__problemResult::before {
  left: 0;
  background: url(../img/icon_problem-l.webp) no-repeat center center/cover;
}
.p-lpHead__problemResult::after {
  right: 0;
  background: url(../img/icon_problem-r.webp) no-repeat center center/cover;
}

.p-lpHead__problemLead {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpHead__problemLead {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
    font-size: 1.625rem;
  }
}

.p-lpHead__solution {
  position: relative;
  margin-inline: -0.9375rem;
  padding-inline: 0.8125rem;
  padding-block: 3.5rem;
  background: #00c939;
}
@media (min-width: 768px) {
  .p-lpHead__solution {
    margin-inline: -2.5rem;
    padding-inline: 2.5rem;
    padding-block: 6.5625rem 5.375rem;
  }
}
.p-lpHead__solution::before {
  display: block;
  position: absolute;
  top: -0.125rem;
  left: 50%;
  width: 4.75rem;
  height: 1.875rem;
  translate: -50%;
  background: url(../img/p-solution-triangle.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-lpHead__solution::before {
    width: 7.8125rem;
    height: 3.125rem;
  }
}

.p-lpHead__solutionTitle {
  text-align: center;
}

.p-lpHead__solutionSub {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpHead__solutionSub {
    font-size: 1.375rem;
  }
}
.p-lpHead__solutionSub span {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-lpHead__solutionSub span {
    font-size: 1.125rem;
  }
}

.p-lpHead__solutionMain {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpHead__solutionMain {
    -webkit-margin-before: 0.625rem;
    margin-block-start: 0.625rem;
    font-size: 2rem;
  }
}
.p-lpHead__solutionMain span {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-lpHead__solutionMain span {
    font-size: 2rem;
  }
}

.p-lpHead__solutionContents {
  -webkit-margin-before: 1.5625rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.5625rem;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-lpHead__solutionContents {
    -webkit-margin-before: 3rem;
    flex-direction: row;
    max-width: 57.1875rem;
    margin-inline: auto;
    margin-block-start: 3rem;
    gap: 2.75rem;
  }
}

.p-lpHead__solutionLead {
  -webkit-padding-start: 1.125rem;
  -webkit-margin-after: 0.875rem;
  position: relative;
  margin-block-end: 0.875rem;
  padding-inline-start: 1.125rem;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 2.4;
}
@media (min-width: 768px) {
  .p-lpHead__solutionLead {
    -webkit-padding-start: 1.1875rem;
    -webkit-margin-after: 0.25rem;
    margin-block-end: 0.25rem;
    padding-inline-start: 1.1875rem;
    font-size: 0.9375rem;
  }
}
.p-lpHead__solutionLead::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  translate: 0 -50%;
  border-radius: 3.125rem;
  background: #ffe343;
  content: "";
}

.p-lpHead__solutionCatch {
  -webkit-box-decoration-break: clone; /*Firefox以外にも適用*/
  display: inline;
  box-decoration-break: clone; /*1行ごとにスタイルを指定できるようにする*/
  padding: 0.1875rem 0.5rem;
  background: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-lpHead__solutionCatch {
    padding: 0.25rem 0.5rem;
    font-size: 1.5rem;
  }
}

.p-lpHead__solution__text {
  -webkit-margin-before: 0.625rem;
  margin-block-start: 0.625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
}

.p-lpHead__solutionImageArea {
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .p-lpHead__solutionImageArea {
    flex-shrink: 0;
    width: 27.625rem;
  }
}
.p-lpHead__solutionImageArea img {
  aspect-ratio: 324/196;
}
@media (min-width: 768px) {
  .p-lpHead__solutionImageArea img {
    aspect-ratio: 442/396;
  }
}

.p-lpHead__deco01 {
  top: 4.4375rem;
  left: calc(50% - 50rem);
  width: 23.0625rem;
}

.p-lpHead__deco02 {
  top: 5.3125rem;
  right: calc(50% - 48rem);
  width: 10.5625rem;
}

.p-lpHead__deco03 {
  bottom: 45rem;
  left: calc(50% - 44.875rem);
  width: 13.125rem;
}

.p-lpHead__deco04 {
  top: 46.4375rem;
  right: calc(50% - 50.9375rem);
  width: 26.1875rem;
}

.p-lpHead__deco05 {
  z-index: 2;
  bottom: 35.5rem;
  left: calc(50% - 37.5rem);
  width: 8rem;
}

.p-lpHead__deco06 {
  z-index: 2;
  right: 0.3125rem;
  bottom: 5.6875rem;
  width: 5.125rem;
}
@media (min-width: 768px) {
  .p-lpHead__deco06 {
    right: calc(50% - 35.75rem);
    bottom: 5.5rem;
    width: 10.0625rem;
  }
}

.p-lpHead__deco01,
.p-lpHead__deco02,
.p-lpHead__deco03,
.p-lpHead__deco04,
.p-lpHead__deco05,
.p-lpHead__deco06 {
  position: absolute;
}

.p-lpFoot {
  padding-block: 4.0625rem 6.4375rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .p-lpFoot {
    padding-block: 8.75rem 10rem;
  }
}

.p-lpFoot__content > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-lpFoot-price {
  -webkit-margin-before: 5.0625rem;
  margin-block-start: 5.0625rem;
}
@media (min-width: 768px) {
  .p-lpFoot-price {
    -webkit-margin-before: 9.375rem;
    margin-block-start: 9.375rem;
  }
}

.p-lpFoot-price__inner {
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-lpFoot-price__inner {
    max-width: 67.5rem;
    padding-inline: 2.5rem;
  }
}

.p-lpFoot-price__heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpFoot-price__heading {
    font-size: 2rem;
  }
}

.p-lpFoot-price__lead {
  -webkit-margin-before: 0.875rem;
  margin-block-start: 0.875rem;
  font-size: 0.75rem;
  line-height: 2.2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpFoot-price__lead {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-lpFoot-price__content {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-lpFoot-price__content {
    -webkit-margin-before: 1.3125rem;
    margin-block-start: 1.3125rem;
  }
}

.p-lpFoot-price__tableWrapper {
  position: relative;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  background: #ffffff;
}

.p-lpFoot-price__tableWrapperLink {
  -webkit-backdrop-filter: blur(12px);
  display: -ms-grid;
  display: grid;
  display: block;
  z-index: 1;
  position: absolute;
  place-content: center;
  width: 100%;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  transition: all 0.3s ease-out;
}
.p-lpFoot-price__tableWrapperLink span {
  color: #00cf3b;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-lpFoot-price__tableWrapperLink {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-lpFoot-price__tableWrapperLink:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
  }
}
.p-lpFoot-price__tableWrapperLink:focus {
  -webkit-filter: brightness(90%);
  outline: none;
  filter: brightness(90%);
}

.p-lpFoot-price__table {
  width: 100%;
  table-layout: fixed;
}

.p-lpFoot-price__row:not(:last-child) .p-lpFoot-price__head {
  border-bottom: 0.0625rem solid #ffffff;
}
.p-lpFoot-price__row:not(:last-child) .p-lpFoot-price__data {
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1);
}

.p-lpFoot-price__head {
  width: 2.5rem;
  padding-inline: 0.625rem;
  background: #00cf3b;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.18;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-lpFoot-price__head {
    width: 11.25rem;
    font-size: 1.125rem;
  }
}

.p-lpFoot-price__data {
  height: 5.0625rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-lpFoot-price__data {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.p-lpFoot-price__data span {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-lpFoot-price__data span {
    font-size: 1.25rem;
  }
}
.p-lpFoot-price__data:not(:last-child) {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1);
}

.p-lpFoot-price__attention {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
  font-size: 0.625rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-lpFoot-price__attention {
    -webkit-margin-before: 1.5rem;
    -webkit-margin-start: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: auto;
    margin-block-start: 1.5rem;
  }
}

.p-lpFoot-flow {
  -webkit-margin-before: 3.25rem;
  margin-block-start: 3.25rem;
}
@media (min-width: 768px) {
  .p-lpFoot-flow {
    -webkit-margin-before: 7.25rem;
    margin-block-start: 7.25rem;
  }
}

@media (min-width: 768px) {
  .p-lpFoot-flow__inner {
    max-width: 67.5rem;
  }
}

.p-lpFoot-flow__heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__heading {
    font-size: 2rem;
  }
}

.p-lpFoot-flow__content {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__content {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
  }
}

.p-lpFoot-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__list {
    flex-direction: row;
    align-items: stretch;
    gap: 1.875rem;
  }
}

.p-lpFoot-flow__item {
  position: relative;
  padding: 1.125rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.07);
  border-radius: 0.75rem;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__item {
    width: calc((100% - 5.625rem) / 4);
    padding: 1.375rem 1.25rem 1.25rem;
    text-align: left;
  }
}
.p-lpFoot-flow__item:not(:last-child)::after {
  display: block;
  position: absolute;
  bottom: -1.6875rem;
  left: 50%;
  width: 3.375rem;
  height: 0.9375rem;
  translate: -50%;
  background: url(../img/sp/p-lpFoot-flow-arrow.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-lpFoot-flow__item:not(:last-child)::after {
    top: 50%;
    right: -0.6875rem;
    bottom: unset;
    left: unset;
    width: 0.9375rem;
    height: 3.25rem;
    translate: 100% -50%;
    background-image: url(../img/p-lpFoot-flow-arrow.webp);
  }
}
.p-lpFoot-flow__item:first-child .p-lpFoot-flow__title::before {
  width: 1.375rem;
  height: 1rem;
  background: url(../img/icon_flow-mail.webp) no-repeat center center/cover;
}
.p-lpFoot-flow__item:nth-child(2) .p-lpFoot-flow__title::before {
  width: 1.5rem;
  height: 1.3125rem;
  background: url(../img/icon_flow-chat.webp) no-repeat center center/cover;
}
.p-lpFoot-flow__item:nth-child(3) .p-lpFoot-flow__title::before {
  width: 1.9375rem;
  height: 1.9375rem;
  background: url(../img/icon_flow-light.webp) no-repeat center center/cover;
}
.p-lpFoot-flow__item:last-child .p-lpFoot-flow__title::before {
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/icon_flow-hand.webp) no-repeat center center/cover;
}

.p-lpFoot-flow__label {
  width: 3.5625rem;
  padding: 0.25rem;
  border-radius: 3.125rem;
  background: #00e03f;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__label {
    width: 4.5rem;
    padding: 0.3125rem;
    font-size: 0.875rem;
  }
}

.p-lpFoot-flow__title {
  -webkit-padding-start: 1.9375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 1.9375rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__title {
    -webkit-margin-before: 0.5rem;
    margin-inline: 0;
    margin-block-start: 0.5rem;
  }
}
.p-lpFoot-flow__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
}

.p-lpFoot-flow__text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-lpFoot-flow__text {
    -webkit-margin-before: 0.375rem;
    margin-block-start: 0.375rem;
  }
}

.p-lpFoot-faq {
  -webkit-margin-before: 4rem;
  margin-block-start: 4rem;
}
@media (min-width: 768px) {
  .p-lpFoot-faq {
    -webkit-margin-before: 7.5625rem;
    margin-block-start: 7.5625rem;
  }
}

@media (min-width: 768px) {
  .p-lpFoot-faq__inner {
    max-width: 67.5rem;
  }
}

.p-lpFoot-faq__heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lpFoot-faq__heading {
    font-size: 2rem;
  }
}

.p-lpFoot-faq__content {
  -webkit-margin-before: 0.75rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .p-lpFoot-faq__content {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
  }
}

.p-lpFoot-support {
  overflow: hidden;
  background: #f8f8f8;
}

.p-lpFoot-support__heading {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-lpFoot-support__heading {
    -webkit-padding-start: 2.125rem;
    padding-inline-start: 2.125rem;
    font-size: 2rem;
  }
}
.p-lpFoot-support__heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #00e03f;
  content: "";
}
@media (min-width: 768px) {
  .p-lpFoot-support__heading::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-lpFoot-support__content {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-lpFoot-support__content {
    -webkit-margin-before: 3.9375rem;
    margin-block-start: 3.9375rem;
  }
}

.p-top-decoSP {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-top-decoSP__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-top-decoSP__001,
.p-top-decoSP__002,
.p-top-decoSP__003,
.p-top-decoSP__004,
.p-top-decoSP__005,
.p-top-decoSP__006,
.p-top-decoSP__007,
.p-top-decoSP__008,
.p-top-decoSP__009,
.p-top-decoSP__010 {
  position: absolute;
}
.p-top-decoSP__001 img,
.p-top-decoSP__002 img,
.p-top-decoSP__003 img,
.p-top-decoSP__004 img,
.p-top-decoSP__005 img,
.p-top-decoSP__006 img,
.p-top-decoSP__007 img,
.p-top-decoSP__008 img,
.p-top-decoSP__009 img,
.p-top-decoSP__010 img {
  display: block;
  width: 100%;
}

.p-top-decoSP__001 {
  top: -7.125rem;
  left: -7.4375rem;
  width: 18rem;
}

.p-top-decoSP__002 {
  top: 1.5rem;
  left: 5.75rem;
  width: 6.125rem;
}

.p-top-decoSP__003 {
  top: 12.3125rem;
  left: 2rem;
  width: 1.875rem;
}

.p-top-decoSP__004 {
  top: -0.875rem;
  right: -5.375rem;
  width: 15.3125rem;
}

.p-top-decoSP__005 {
  bottom: -12.5rem;
  left: -11.25rem;
  width: 24.5625rem;
}

.p-top-decoSP__006 {
  bottom: 11.25rem;
  left: -1.0625rem;
  width: 5.75rem;
}

.p-top-decoSP__007 {
  right: -2.125rem;
  bottom: -4.5625rem;
  width: 9.75rem;
}

.p-top-decoSP__008 {
  right: -0.5rem;
  bottom: 11.25rem;
  width: 3.5rem;
}

.p-top-decoSP__009 {
  right: 4.1875rem;
  bottom: 7.375rem;
  width: 0.9375rem;
}

.p-top-decoSP__010 {
  right: 3.875rem;
  bottom: -0.125rem;
  width: 0.75rem;
}

.p-top-decoPC {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-top-decoPC__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-top-decoPC__001,
.p-top-decoPC__002,
.p-top-decoPC__003,
.p-top-decoPC__004,
.p-top-decoPC__005,
.p-top-decoPC__006,
.p-top-decoPC__007,
.p-top-decoPC__008,
.p-top-decoPC__009,
.p-top-decoPC__010,
.p-top-decoPC__011,
.p-top-decoPC__012 {
  position: absolute;
}
.p-top-decoPC__001 img,
.p-top-decoPC__002 img,
.p-top-decoPC__003 img,
.p-top-decoPC__004 img,
.p-top-decoPC__005 img,
.p-top-decoPC__006 img,
.p-top-decoPC__007 img,
.p-top-decoPC__008 img,
.p-top-decoPC__009 img,
.p-top-decoPC__010 img,
.p-top-decoPC__011 img,
.p-top-decoPC__012 img {
  display: block;
  width: 100%;
}

.p-top-decoPC__001 {
  top: -13.4375rem;
  left: -8rem;
  width: 35.0625rem;
}

.p-top-decoPC__002 {
  top: 0.9375rem;
  left: 20rem;
  width: 16.8125rem;
}

.p-top-decoPC__003 {
  top: 19.375rem;
  left: 2.5625rem;
  width: 3.75rem;
}

.p-top-decoPC__004 {
  top: -18.5625rem;
  right: -11.5rem;
  width: 41.0625rem;
}

.p-top-decoPC__005 {
  bottom: -45rem;
  left: -7.3125rem;
  width: 60.5rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__005 {
    top: 39.375rem;
    bottom: unset;
  }
}

.p-top-decoPC__006 {
  bottom: 4.25rem;
  left: -3rem;
  width: 11.1875rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__006 {
    top: 39.375rem;
    bottom: unset;
  }
}

.p-top-decoPC__007 {
  right: 9.375rem;
  bottom: -9.375rem;
  width: 26.1875rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__007 {
    top: 41.5625rem;
    bottom: unset;
  }
}

.p-top-decoPC__008 {
  right: 8.4375rem;
  bottom: 2.5rem;
  width: 6.6875rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__008 {
    top: 47.75rem;
    bottom: unset;
  }
}

.p-top-decoPC__009 {
  right: 6.625rem;
  bottom: 16.875rem;
  width: 1.875rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__009 {
    top: 36.1875rem;
    bottom: unset;
  }
}

.p-top-decoPC__010 {
  right: 6.25rem;
  bottom: -0.875rem;
  width: 1.5rem;
}
@media (orientation: portrait) {
  .p-top-decoPC__010 {
    top: 54.8125rem;
    bottom: unset;
  }
}

.p-top-decoPC__011 {
  top: 5.875rem;
  right: 30.625rem;
  width: 2.25rem;
}

.p-top-decoPC__012 {
  display: none;
}
@media (orientation: portrait) {
  .p-top-decoPC__012 {
    display: block;
    right: -7.5rem;
    bottom: -6.25rem;
    width: 27.75rem;
  }
}

.p-page-decoSP {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-page-decoSP__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-page-decoSP__001,
.p-page-decoSP__002,
.p-page-decoSP__003,
.p-page-decoSP__004,
.p-page-decoSP__005,
.p-page-decoSP__006,
.p-page-decoSP__007,
.p-page-decoSP__008 {
  position: absolute;
}
.p-page-decoSP__001 img,
.p-page-decoSP__002 img,
.p-page-decoSP__003 img,
.p-page-decoSP__004 img,
.p-page-decoSP__005 img,
.p-page-decoSP__006 img,
.p-page-decoSP__007 img,
.p-page-decoSP__008 img {
  display: block;
  width: 100%;
}

.p-page-decoSP__001 {
  top: -2.5rem;
  left: -1.875rem;
  width: 9.75rem;
}

.p-page-decoSP__002 {
  top: 15rem;
  left: -4.6875rem;
  width: 15.9375rem;
}

.p-page-decoSP__003 {
  top: 15rem;
  left: 10rem;
  width: 1.25rem;
}

.p-page-decoSP__004 {
  top: -1.25rem;
  right: -6.25rem;
  width: 13.375rem;
}

.p-page-decoSP__005 {
  top: 0.9375rem;
  right: 4.5rem;
  width: 5rem;
}

.p-page-decoSP__006 {
  top: 16.75rem;
  right: 1.75rem;
  width: 7.125rem;
}

.p-page-decoSP__007 {
  top: 48.75rem;
  left: -1.9375rem;
  width: 6.3125rem;
}

.p-page-decoSP__008 {
  top: 37.5rem;
  right: -4.0625rem;
  width: 16.75rem;
}

.p-page-decoPC {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-page-decoPC__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.p-page-decoPC__001,
.p-page-decoPC__002,
.p-page-decoPC__003,
.p-page-decoPC__004,
.p-page-decoPC__005,
.p-page-decoPC__006,
.p-page-decoPC__007,
.p-page-decoPC__008,
.p-page-decoPC__009 {
  position: absolute;
}
.p-page-decoPC__001 img,
.p-page-decoPC__002 img,
.p-page-decoPC__003 img,
.p-page-decoPC__004 img,
.p-page-decoPC__005 img,
.p-page-decoPC__006 img,
.p-page-decoPC__007 img,
.p-page-decoPC__008 img,
.p-page-decoPC__009 img {
  display: block;
  width: 100%;
}

.p-page-decoPC__001 {
  top: -18.125rem;
  left: -3.125rem;
  width: 25.6875rem;
}

.p-page-decoPC__002 {
  top: 20rem;
  left: -8.75rem;
  width: 35.6875rem;
}

.p-page-decoPC__003 {
  top: 16.5625rem;
  left: 2.5rem;
  width: 1.9375rem;
}

.p-page-decoPC__004 {
  top: -15rem;
  right: -15rem;
  width: 35.0625rem;
}

.p-page-decoPC__005 {
  top: -7.5rem;
  right: 25.625rem;
  width: 16.9375rem;
}

.p-page-decoPC__006 {
  top: 22.5rem;
  right: 21.25rem;
  width: 18.375rem;
}

.p-page-decoPC__007 {
  top: 17.5rem;
  right: -1.5625rem;
  width: 6.625rem;
}

.p-page-decoPC__008 {
  top: 31.25rem;
  left: 22.5rem;
  width: 16.625rem;
}

.p-page-decoPC__009 {
  top: 72.8125rem;
  left: 3.4375rem;
  width: 11rem;
}

@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only__pc {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */