/*! 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("../fonts/GenJyuuGothicL-Bold.ttf") format("opentype");
  font-family: "bold";
}
@font-face {
  src: url("../fonts/GenJyuuGothicL-Heavy.ttf") format("opentype");
  font-family: "heavy";
}
.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;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  overflow-x: clip;
  background-color: #fffdf4;
  color: #003717;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  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;
  }
}
.l-header {
  z-index: 102;
  position: fixed;
  top: 0;
  width: 100%;
}

.l-main {
  position: relative;
  overflow: clip;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 40.625rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 1.5625rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 80rem;
    padding: 0 2.5rem;
  }
}
.l-inner.-narrow {
  max-width: 40.625rem;
  padding: 0 1.5625rem;
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 67.5rem;
    padding: 0 2.5rem;
  }
}

.l-section {
  -webkit-margin-before: -0.0625rem;
  z-index: 3;
  position: relative;
  margin-block-start: -0.0625rem;
}

.l-section.-isolation {
  z-index: auto !important;
  isolation: auto !important;
}

.l-container {
  padding-block: 3.75rem 6.25rem;
}

.l-container__inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  gap: 3.9375rem;
}
@media (min-width: 768px) {
  .l-container__inner {
    flex-direction: row;
    max-width: 77.0625rem;
  }
}

.l-container__main {
  flex-grow: 1;
  width: 100%;
}

.l-container__aside {
  -webkit-padding-after: 0rem;
  width: 100%;
  padding-block-end: 0rem;
}
@media (min-width: 768px) {
  .l-container__aside {
    -webkit-padding-after: 6.4375rem;
    flex-shrink: 0;
    width: 18.75rem;
    padding-block-end: 6.4375rem;
  }
}

.c-hamburger {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background: #0a9242;
  transition: all 0.3s ease-out;
}

.c-hamburger__line {
  position: relative;
  width: 1.75rem;
  height: 0.0625rem;
  background: #ffffff;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  top: -0.5625rem;
}
.c-hamburger__line::after {
  bottom: -0.5625rem;
}

@media (any-hover: hover) {
  .c-hamburger:hover {
    opacity: 0.7;
  }
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger:focus-visible {
  outline: none;
  opacity: 0.7;
}

.c-hamburger.is_open .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is_open .c-hamburger__line::before {
  top: 0rem;
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  bottom: 0rem;
  rotate: -45deg;
}

.c-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 15rem;
  min-height: 3.75rem;
  margin-inline: auto;
  border-radius: 100vmax;
  background: #32a238;
  box-shadow: 0.25rem 0.25rem 0 0 #0a9242;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button {
    width: 17rem;
    min-height: 4.125rem;
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    translate: 0.25rem 0.25rem;
    box-shadow: none;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:focus-visible {
  translate: 0.25rem 0.25rem;
  outline: none;
  box-shadow: none;
}

.p-header {
  -webkit-padding-start: 1.0625rem;
  position: relative;
  width: 100%;
  height: 3.75rem;
  padding-inline-start: 1.0625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-header {
    height: 7.75rem;
    padding-inline: 0 2.5rem;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .p-header::before {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.1875rem;
    background: #ffffff;
    content: "";
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}

.p-header__inner {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header__inner {
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.p-header__logo {
  display: block;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header__logo {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.p-header__logoImage {
  width: 14.75rem;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header__logoImage {
    width: 17.5rem;
  }
}
@media (min-width: 1700px) {
  .p-header__logoImage {
    width: 20.3125rem;
  }
}
.p-header__logoImageScroll {
  display: none;
}
@media (min-width: 768px) {
  .p-header__logoImageScroll {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 1.6875rem;
    left: 2.375rem;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
}
.p-header__logoImageScroll img {
  width: 15rem;
}
@media (min-width: 1700px) {
  .p-header__logoImageScroll img {
    width: 20.375rem;
  }
}

.p-header__iconsWrapper {
  display: flex;
  align-items: stretch;
}

.p-header__lineButton {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background: #06c755;
  transition: all 0.3s ease-out;
}
.p-header__lineButton img {
  width: 2rem;
}

@media (min-width: 768px) {
  .p-header__navWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1.25rem;
    gap: 1.875rem;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 1700px) {
  .p-header__navWrapper {
    gap: 3.0625rem;
  }
}

@media (min-width: 768px) {
  .p-header__list {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}
@media (min-width: 1700px) {
  .p-header__list {
    gap: 2rem;
  }
}

.p-header__link {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-header__link::before {
  display: block;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  translate: -50%;
  background: #003717;
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (min-width: 1700px) {
  .p-header__link {
    font-size: 1rem;
  }
}

.p-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.9375rem;
  min-height: 3.75rem;
  gap: 0.3125rem;
  border-radius: 100vmax;
  background: #06c755;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-header__button img {
    display: flex;
    width: 1.75rem;
  }
}

@media (any-hover: hover) {
  .p-header__link:hover::before {
    opacity: 1;
  }
}
.p-header__link:focus {
  outline: none;
}
.p-header__link:focus-visible {
  outline: none;
}
.p-header__link:focus-visible::before {
  opacity: 1;
}

@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo:focus {
  outline: none;
}
.p-header__logo:focus-visible {
  outline: none;
  opacity: 0.7;
}

@media (any-hover: hover) {
  .p-header__lineButton:hover,
  .p-header__button:hover {
    background: #00ae47;
  }
}
.p-header__lineButton:focus,
.p-header__button:focus {
  outline: none;
}
.p-header__lineButton:focus-visible,
.p-header__button:focus-visible {
  outline: none;
  background: #00ae47;
}

@media (min-width: 768px) {
  .p-header.is_scroll {
    height: 5.1875rem;
    padding-inline: 2.375rem 2.5rem;
  }
}
.p-header.is_scroll .p-header__inner {
  align-items: center;
}
.p-header.is_scroll .p-header__navWrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .p-header.is_scroll .p-header__logoImage {
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .p-header.is_scroll .p-header__logoImageScroll {
    visibility: visible;
    position: fixed;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .p-header.is_scroll::before {
    visibility: visible;
    opacity: 1;
  }
}

.p-drawer {
  z-index: 101;
  position: fixed;
  top: 0;
  right: -101vw;
  width: 100vw;
  height: 100vh;
  padding-block: 7.0625rem 10rem;
  overflow: auto;
  background: url(../img/p-drawer_bg.webp) no-repeat bottom center/cover;
  transition: right 0.3s ease-out;
}
.p-drawer::before {
  display: block;
  z-index: 2;
  position: fixed;
  right: -101vw;
  bottom: 0;
  width: 100%;
  height: 4.125rem;
  background: url(../img/p-drawer_bottom.webp) no-repeat center center/cover;
  content: "";
  pointer-events: none;
  transition: right 0.3s ease-out;
}

.p-drawer__nav {
  padding-inline: 1.5625rem;
  text-align: center;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-drawer__link {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-drawer__buttons {
  -webkit-margin-before: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.875rem;
  gap: 1.125rem;
}

.p-drawer__buttonLink {
  display: flex;
  position: relative;
  align-items: center;
  width: 17rem;
  min-height: 4.125rem;
  margin-inline: auto;
  border-radius: 100vmax;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s ease-out;
}
.p-drawer__buttonLink::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  translate: 0 -50%;
  content: "";
}
.p-drawer__buttonLink.-first {
  padding-inline: 4.625rem 2.3125rem;
  background: #06c755;
  box-shadow: 0.25rem 0.25rem 0 0 #0a9242;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
.p-drawer__buttonLink.-first::before {
  left: 2.375rem;
  background: url(../img/icon_line.webp) no-repeat center center/cover;
}
.p-drawer__buttonLink.-second {
  padding-inline: 3.875rem 1.75rem;
  background: #e6d000;
  box-shadow: 0.25rem 0.25rem 0 0 #c0ad00;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "gotham", sans-serif;
  letter-spacing: 0;
}
.p-drawer__buttonLink.-second::before {
  left: 1.75rem;
  background: url(../img/icon_tel.webp) no-repeat center center/cover;
}

@media (any-hover: hover) {
  .p-drawer__buttonLink:hover {
    translate: 0.25rem 0.25rem;
    box-shadow: none;
  }
}
.p-drawer__buttonLink:focus {
  outline: none;
}
.p-drawer__buttonLink:focus-visible {
  translate: 0.25rem 0.25rem;
  outline: none;
  box-shadow: none;
}

.js_drawer.is_open {
  right: 0;
}
.js_drawer.is_open::before {
  right: 0;
}

.p-bg {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/sp/p-bg.webp) no-repeat center center/cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-bg {
    background: url(../img/p-bg.webp) no-repeat center center/cover;
  }
}

.p-top-fv {
  -webkit-padding-before: 3.75rem;
  padding-block-start: 3.75rem;
}
@media (min-width: 768px) {
  .p-top-fv {
    -webkit-padding-before: 7.75rem;
    padding-block-start: 7.75rem;
  }
}

.p-top-fv__deco {
  position: absolute;
}
.p-top-fv__deco.-pop {
  z-index: 2;
  top: 4.0625rem;
  right: 1rem;
  width: 6.625rem;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-pop {
    top: 7.9375rem;
    right: 4.0625rem;
    width: 12.25rem;
  }
}
.p-top-fv__deco.-bg {
  top: 2.0625rem;
  left: 49%;
  width: 28.3125rem;
  translate: -50%;
}
@media (min-width: 768px) {
  .p-top-fv__deco.-bg {
    top: -0.9375rem;
    left: 48.7%;
    width: 98.6875rem;
  }
}

.p-top-fv__inner {
  position: relative;
}

.p-top-fv__content {
  -webkit-margin-before: 7.5625rem;
  -webkit-margin-start: -2.125rem;
  margin-inline-start: -2.125rem;
  margin-block-start: 7.5625rem;
}
@media (min-width: 768px) {
  .p-top-fv__content {
    -webkit-margin-before: 3.375rem;
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-margin-start: calc(50% - 50vw);
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
    margin-block-start: 3.375rem;
  }
}

.p-top-fv__image {
  width: 25.25rem;
}
@media (min-width: 768px) {
  .p-top-fv__image {
    width: 86.3125rem;
    margin-inline: auto;
    translate: -0.5625rem;
  }
}
.p-top-fv__image img {
  width: 100%;
}

.p-top-problem {
  -webkit-margin-before: -5.0625rem;
  margin-block-start: -5.0625rem;
  padding-block: 7.4375rem 5.5625rem;
  background: url(../img/sp/p-top-reason_bg.webp) no-repeat center center/100% 52.25rem;
}
@media (min-width: 768px) {
  .p-top-problem {
    -webkit-margin-before: -9.8125rem;
    margin-block-start: -9.8125rem;
    padding-block: 17.125rem 10.875rem;
    background: url(../img/p-top-reason_bg.webp) no-repeat center center/100% 71rem;
  }
}
.p-top-problem::before {
  display: block;
  position: absolute;
  top: 5.75rem;
  left: -1.25rem;
  width: 26.4375rem;
  height: 47.25rem;
  background: url(../img/sp/p-top-reason_bgDeco.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-problem::before {
    top: 8.8125rem;
    left: 51%;
    width: 92.625rem;
    height: 59.25rem;
    translate: -50%;
    background: url(../img/p-top-reason_bgDeco.webp) no-repeat center center/cover;
    content: "";
  }
}

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

.p-top-problem__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-problem__heading {
    align-items: center;
    justify-content: center;
    gap: 2.625rem;
  }
}

.p-top-problem__headingDeco {
  width: 2.8125rem;
}
@media (min-width: 768px) {
  .p-top-problem__headingDeco {
    width: 3.875rem;
  }
}

.p-top-problem__headingText {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-problem__headingText {
    font-size: 3.4375rem;
    line-height: 1;
  }
}

.p-top-problem__content {
  -webkit-margin-before: 1.3125rem;
  margin-block-start: 1.3125rem;
}
@media (min-width: 768px) {
  .p-top-problem__content {
    -webkit-margin-before: 2.5625rem;
    margin-block-start: 2.5625rem;
  }
}

.p-top-problem__box {
  position: relative;
  padding: 1.6875rem 0.3125rem 3.125rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0.375rem 0.375rem 0 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .p-top-problem__box {
    padding: 3.9375rem 1.25rem 3.6875rem;
  }
}

.p-top-problem__boxDeco {
  z-index: 3;
  position: absolute;
  bottom: -2.1875rem;
}
@media (min-width: 768px) {
  .p-top-problem__boxDeco {
    bottom: -1.375rem;
  }
}
.p-top-problem__boxDeco.-first {
  left: -2.375rem;
  width: 5.875rem;
}
@media (min-width: 768px) {
  .p-top-problem__boxDeco.-first {
    left: -4.375rem;
    width: 10.5625rem;
  }
}
.p-top-problem__boxDeco.-second {
  right: -1.75rem;
  width: 4.75rem;
}
@media (min-width: 768px) {
  .p-top-problem__boxDeco.-second {
    right: -2.875rem;
    width: 8.5625rem;
  }
}

.p-top-problem__list {
  display: flex;
  flex-direction: column;
  max-width: 18.875rem;
  margin-inline: auto;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-top-problem__list {
    max-width: 53.75rem;
    gap: 1.5rem;
  }
}

.p-top-problem__item {
  -webkit-padding-after: 1rem;
  -webkit-padding-start: 2.875rem;
  position: relative;
  width: 100%;
  padding-inline-start: 2.875rem;
  padding-block-end: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-problem__item {
    -webkit-padding-start: 4rem;
    -webkit-padding-after: 1.5rem;
    padding-inline-start: 4rem;
    padding-block-end: 1.5rem;
    font-size: 1.6875rem;
    line-height: 1;
  }
}
.p-top-problem__item strong {
  color: #0a9242;
}
.p-top-problem__item::before, .p-top-problem__item::after {
  display: block;
  position: absolute;
  content: "";
}
.p-top-problem__item::before {
  top: 0.5625rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/sp/icon_checkbox.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-problem__item::before {
    top: -0.5rem;
    width: 2.6875rem;
    height: 2.6875rem;
    background: url(../img/icon_checkbox.webp) no-repeat center center/cover;
  }
}
.p-top-problem__item::after {
  right: 0;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: url(../img/sp/deco_dash.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-problem__item::after {
    background: url(../img/deco_dash.webp) no-repeat center center/cover;
  }
}

.p-top-problem__catch {
  -webkit-margin-before: 1.5rem;
  position: relative;
  margin-inline: auto;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-top-problem__catch {
    -webkit-margin-before: 2.125rem;
    margin-block-start: 2.125rem;
  }
}
.p-top-problem__catch span {
  display: block;
  z-index: 2;
  position: relative;
  color: #0a9242;
  font-size: 1.625rem;
  line-height: 1.5;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-problem__catch span {
    font-size: 2.625rem;
  }
}
.p-top-problem__catch::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -0.0625rem;
  left: 0.5rem;
  width: 19.3125rem;
  height: 3.4375rem;
  background: url(../img/sp/deco_marker.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-problem__catch::before {
    left: 50%;
    width: 29.5625rem;
    height: 5.3125rem;
    translate: -50%;
    background: url(../img/deco_marker.webp) no-repeat center center/cover;
  }
}

.p-top-about {
  padding-block: 3.3125rem 7.8125rem;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-block: 8.25rem 12.4375rem;
  }
}

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

.p-top-about__heading {
  position: relative;
}
.p-top-about__heading::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.625rem;
  height: 5.6875rem;
  translate: -50% -50%;
  background: url(../img/p-top-about_head.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-about__heading::before {
    width: 39.375rem;
    height: 11.4375rem;
  }
}

.p-top-about__title {
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-about__title {
    font-size: 2.75rem;
  }
}

.p-top-about__content {
  -webkit-margin-before: 3.4375rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 3.4375rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-about__content {
    -webkit-margin-before: 7.25rem;
    flex-direction: row-reverse;
    margin-block-start: 7.25rem;
    gap: 4.125rem;
  }
}

.p-top-about__text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-top-about__text {
    font-size: 1.125rem;
  }
}

.p-top-about__list {
  -ms-grid-columns: 1fr;
  -webkit-margin-before: 1.6875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-block-start: 1.6875rem;
  gap: 0.5625rem;
}
@media (min-width: 768px) {
  .p-top-about__list {
    -webkit-margin-before: 1.375rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-block-start: 1.375rem;
  }
}

.p-top-about__item {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.625rem;
  border-radius: 0.75rem;
  background: #f9e209;
}
@media (min-width: 768px) {
  .p-top-about__item {
    min-height: 5.625rem;
    border-radius: 1.0625rem;
  }
}

.p-top-about__itemInner {
  font-size: 1.0625rem;
  line-height: 1.6;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-about__itemInner {
    font-size: 1.1875rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.p-top-about__itemInner span {
  font-size: 0.9375rem;
}

.p-top-about__movieArea {
  position: relative;
}
@media (min-width: 768px) {
  .p-top-about__movieArea {
    flex-shrink: 0;
    width: 36.25rem;
  }
}

.p-top-about__deco {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.p-top-about__deco.-second {
  top: 1.8125rem;
  left: calc(50% - 40.875rem);
  width: 16.9375rem;
}
.p-top-about__deco.-third {
  top: 26.5625rem;
  right: calc(50% - 48.1875rem);
  width: 11.125rem;
}
.p-top-about__deco.-bottom {
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.p-top-about__movie {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-about__movie {
    border-radius: 1.25rem;
  }
}
.p-top-about__movie video,
.p-top-about__movie iframe,
.p-top-about__movie img {
  aspect-ratio: 340/234;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-about__movie video,
  .p-top-about__movie iframe,
  .p-top-about__movie img {
    aspect-ratio: 580/400;
  }
}

.p-top-news {
  -webkit-margin-before: -1.875rem;
  margin-block-start: -1.875rem;
  padding-block: 9.625rem 6.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-news {
    -webkit-margin-before: -2.6875rem;
    margin-block-start: -2.6875rem;
    padding-block: 9.625rem 7.125rem;
  }
}
.p-top-news::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e9e9e9 0.0625rem, transparent 0.0625rem), linear-gradient(to right, #e9e9e9 0.0625rem, transparent 0.0625rem);
  background-position: top left;
  background-size: 1.25rem 1.25rem;
  content: "";
}
@media (min-width: 768px) {
  .p-top-news::before {
    background-size: 1.875rem 1.875rem;
  }
}

.p-top-news__deco {
  z-index: 3;
  position: absolute;
  top: 3.625rem;
  left: 50%;
  width: 4.875rem;
  translate: -50%;
}
@media (min-width: 768px) {
  .p-top-news__deco {
    top: 7.5rem;
    right: calc(50% - 39.625rem);
    left: unset;
    width: 9.75rem;
  }
}

.p-top-news__inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-news__inner {
    max-width: 76.875rem;
  }
}

.p-top-news__title {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-news__title {
    font-size: 3.375rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }
}

.p-top-news__lead {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-news__lead {
    -webkit-margin-before: 1.25rem;
    -webkit-margin-start: 0.375rem;
    margin-inline-start: 0.375rem;
    margin-block-start: 1.25rem;
    font-size: 1.125rem;
    text-align: left;
  }
}

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

.p-top-news__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-news__list {
    -ms-grid-columns: 1fr 1.625rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.625rem;
  }
}

.p-top-news__item {
  width: 100%;
}

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

.p-card {
  display: contents;
}

.p-card__link {
  -webkit-filter: drop-shadow(0.3125rem 0.3125rem 0 #e4dfc5);
  display: flex;
  flex-direction: column-reverse;
  padding: 1.0625rem 1.0625rem 1rem;
  gap: 1.375rem;
  border: 0.1875rem solid #e4dfc5;
  border-radius: 0.75rem;
  background: #fffdf4;
  filter: drop-shadow(0.3125rem 0.3125rem 0 #e4dfc5);
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-card__link {
    flex-direction: row-reverse;
    padding: 0.8125rem;
    border-radius: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-card__textArea {
    -webkit-padding-before: 0.5rem;
    flex-grow: 1;
    padding-block-start: 0.5rem;
  }
}

.p-card__date {
  color: #0a9242;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-card__date {
    line-height: 2;
  }
}

.p-card__title {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.5rem;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    line-height: 2;
  }
}

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

.p-card__image {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-card__image {
    width: 11.5rem;
    border-radius: 0.625rem;
  }
}
.p-card__image img {
  aspect-ratio: 300/202;
}
@media (min-width: 768px) {
  .p-card__image img {
    aspect-ratio: 184/124;
  }
}

@media (any-hover: hover) {
  .p-card__link:hover {
    -webkit-filter: none;
    translate: 0.3125rem 0.3125rem;
    filter: none;
  }
}
.p-card__link:focus {
  outline: none;
}
.p-card__link:focus-visible {
  -webkit-filter: none;
  translate: 0.3125rem 0.3125rem;
  outline: none;
  filter: none;
}

.p-top-flow {
  -webkit-margin-before: -2.5rem;
  margin-block-start: -2.5rem;
  padding-block: 4.3125rem 3.8125rem;
  background: url(../img/sp/p-top-flow_bg.webp) no-repeat top center/100% 83.0625rem;
}
@media (min-width: 768px) {
  .p-top-flow {
    padding-block: 9.125rem 5.4375rem;
    background: url(../img/p-top-flow_bg.webp) no-repeat top center/100% 100.625rem;
  }
}
.p-top-flow::before {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: -1.0625rem;
  width: 26.375rem;
  height: 80.9375rem;
  background: url(../img/sp/p-top-flow_bgDeco.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-flow::before {
    top: 4.75rem;
    left: 50%;
    width: 92.625rem;
    height: 93.75rem;
    translate: -50%;
    background: url(../img/p-top-flow_bgDeco.webp) no-repeat center center/cover;
    content: "";
  }
}

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

.p-top-flow__heading {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-flow__heading {
    font-size: 3.375rem;
    line-height: 1;
  }
}

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

.p-top-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.5625rem;
}
@media (min-width: 768px) {
  .p-top-flow__list {
    gap: 3.8125rem;
  }
}

.p-top-flow__item {
  -ms-grid-rows: auto 0.5625rem auto;
  -ms-grid-columns: 3.375rem 1.125rem 1fr;
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: 3.375rem 1fr;
  grid-template-areas: "label title" "text text";
  align-items: center;
  padding: 0.875rem 1.25rem 1.5rem;
  gap: 0.5625rem 1.125rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0.375rem 0.375rem 0 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .p-top-flow__item {
    grid-template-areas: "label title" "label text";
    padding: 1.8125rem 3.625rem 2.5625rem;
    gap: 0.75rem 3.5rem;
    border-radius: 1.25rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.4);
  }
}
.p-top-flow__item:not(:first-child)::after {
  display: block;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  width: 3.625rem;
  height: 1.0625rem;
  translate: -50%;
  background: url(../img/icon_arrow-bottom.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-flow__item:not(:first-child)::after {
    top: -2.8125rem;
    width: 6.25rem;
    height: 1.8125rem;
  }
}

.p-top-flow__label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  grid-area: label;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-top-flow__label {
    gap: 0.6875rem;
  }
}

.p-top-flow__step {
  color: #dfca00;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-top-flow__step {
    font-size: 1.625rem;
    line-height: 1.38;
  }
}

.p-top-flow__number {
  color: #dfca00;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 0.94;
  font-family: "gotham", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-flow__number {
    font-weight: 700;
    font-size: 4.125rem;
    line-height: 0.54;
  }
}

.p-top-flow__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-top-flow__title {
    -webkit-margin-before: 0.875rem;
    margin-block-start: 0.875rem;
    font-size: 1.75rem;
    line-height: 1;
  }
}

.p-top-flow__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: text;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .p-top-flow__label {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-top-flow__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-flow__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 768px) {
  .p-top-flow__text {
    font-size: 1.25rem;
  }
}

.p-top-flow__foot {
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
  padding: 0.875rem 0.5rem 1rem;
  border: 0.125rem solid #ffffff;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-flow__foot {
    -webkit-margin-before: 3.1875rem;
    max-width: 41.625rem;
    margin-inline: auto;
    margin-block-start: 3.1875rem;
    padding: 1.75rem 1.125rem 1.6875rem;
    border-radius: 1.25rem;
  }
}

.p-top-flow__catch {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-flow__catch {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-top-flow__catch strong {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top-flow__catch strong {
    font-size: 1.25rem;
  }
}

.p-top-comment {
  padding-block: 4.375rem 3.0625rem;
}
@media (min-width: 768px) {
  .p-top-comment {
    padding-block: 8.3125rem 9.75rem;
  }
}
.p-top-comment::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e9e4cc 0.0625rem, transparent 0.0625rem), linear-gradient(to right, #e9e4cc 0.0625rem, transparent 0.0625rem);
  background-position: top left;
  background-size: 1.25rem 1.25rem;
  content: "";
}
@media (min-width: 768px) {
  .p-top-comment::before {
    background-size: 1.875rem 1.875rem;
  }
}

.p-top-comment__deco {
  position: absolute;
}
.p-top-comment__deco.-first {
  top: -3rem;
  right: -2.4375rem;
  width: 10.1875rem;
}
@media (min-width: 768px) {
  .p-top-comment__deco.-first {
    top: -3.875rem;
    right: calc(50% - 51.6875rem);
    width: 19.75rem;
  }
}
.p-top-comment__deco.-second {
  bottom: 0;
  left: -2.75rem;
  width: 6.875rem;
}
@media (min-width: 768px) {
  .p-top-comment__deco.-second {
    bottom: -1.625rem;
    left: -4.625rem;
    width: 12.5625rem;
  }
}
.p-top-comment__deco.-third {
  right: 2.125rem;
  bottom: 1.3125rem;
  width: 7.625rem;
}
@media (min-width: 768px) {
  .p-top-comment__deco.-third {
    right: calc(50% - 18.75rem);
    bottom: 2.8125rem;
    width: 11.125rem;
  }
}

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

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

.p-top-comment__textArea {
  display: contents;
}
@media (min-width: 768px) {
  .p-top-comment__textArea {
    -webkit-margin-before: 0.8125rem;
    display: block;
    margin-block-start: 0.8125rem;
  }
}

.p-top-comment__heading {
  position: relative;
  order: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-comment__heading {
    -webkit-padding-start: 2.75rem;
    padding-inline-start: 2.75rem;
    text-align: left;
  }
}
.p-top-comment__heading span {
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "heavy", sans-serif;
}
@media (min-width: 768px) {
  .p-top-comment__heading span {
    font-size: 1.4375rem;
  }
}
.p-top-comment__heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.25rem;
  height: 2.8125rem;
  translate: -50% -50%;
  background: url(../img/p-top-comment_head.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-top-comment__heading::before {
    left: 0;
    width: 24.1875rem;
    height: 3.1875rem;
    translate: 0 -50%;
    background: url(../img/sp/p-top-comment_head.webp) no-repeat center center/cover;
  }
}

.p-top-comment__name {
  -webkit-margin-before: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin-block-start: 2.625rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-comment__name {
    -webkit-margin-before: 2.9375rem;
    justify-content: flex-start;
    margin-block-start: 2.9375rem;
  }
}

.p-top-comment__main {
  color: #000000;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "heavy", sans-serif;
}
@media (min-width: 768px) {
  .p-top-comment__main {
    font-size: 3.4375rem;
    letter-spacing: -0.08em;
  }
}

.p-top-comment__kana {
  color: #000000;
  font-size: 1.625rem;
  line-height: 1;
  font-family: "bold", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-comment__kana {
    font-size: 1.9375rem;
  }
}

.p-top-comment__text {
  -webkit-margin-before: 1.75rem;
  order: 4;
  margin-block-start: 1.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-top-comment__text {
    -webkit-margin-before: 1.1875rem;
    margin-block-start: 1.1875rem;
    font-size: 1.125rem;
  }
}

.p-top-comment__imageArea {
  -webkit-margin-before: 1.75rem;
  position: relative;
  order: 3;
  margin-block-start: 1.75rem;
}
@media (min-width: 768px) {
  .p-top-comment__imageArea {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 33.0625rem;
    margin-block-start: 0;
  }
}

.p-top-comment__image {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-comment__image {
    border-radius: 1.25rem;
  }
}
.p-top-comment__image img {
  aspect-ratio: 341/237;
}
@media (min-width: 768px) {
  .p-top-comment__image img {
    aspect-ratio: 529/384;
  }
}

.p-top-price {
  padding-block: 3.25rem 0.8125rem;
  background: #f9f1cc;
}
@media (min-width: 768px) {
  .p-top-price {
    padding-block: 6.9375rem 2.5625rem;
  }
}

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

.p-top-price__heading {
  position: relative;
}

.p-top-price__deco {
  position: absolute;
}
.p-top-price__deco.-first {
  bottom: -3.9375rem;
  left: -0.9375rem;
  width: 4.9375rem;
}
@media (min-width: 768px) {
  .p-top-price__deco.-first {
    bottom: -5.375rem;
    left: 7rem;
    width: 11.625rem;
  }
}
.p-top-price__deco.-second {
  right: -0.9375rem;
  bottom: -3.9375rem;
  width: 5.4375rem;
}
@media (min-width: 768px) {
  .p-top-price__deco.-second {
    right: 7rem;
    bottom: -5.375rem;
    width: 12.75rem;
  }
}
.p-top-price__deco.-third {
  top: 6.125rem;
  left: -0.4375rem;
  width: 2.5rem;
  rotate: -20deg;
}
@media (min-width: 768px) {
  .p-top-price__deco.-third {
    top: -0.25rem;
    left: 11.5rem;
    width: 4.375rem;
  }
}
.p-top-price__deco.-fourth {
  top: 5.8125rem;
  right: -0.4375rem;
  width: 2.8125rem;
  rotate: 28deg;
}
@media (min-width: 768px) {
  .p-top-price__deco.-fourth {
    top: -0.6875rem;
    right: 13.4375rem;
    width: 4.9375rem;
  }
}

.p-top-price__title {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__title {
    font-size: 3.375rem;
    line-height: 1.4;
  }
}
.p-top-price__title span {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top-price__title span {
    font-size: 2.875rem;
  }
}

.p-top-price__content {
  -webkit-margin-before: 2.9375rem;
  z-index: 3;
  position: relative;
  margin-block-start: 2.9375rem;
}
@media (min-width: 768px) {
  .p-top-price__content {
    -webkit-margin-before: 2.5625rem;
    margin-block-start: 2.5625rem;
  }
}

.p-top-price__list {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
@media (min-width: 768px) {
  .p-top-price__list {
    gap: 2.375rem;
  }
}

.p-top-price__item {
  padding: 1.875rem 1rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0.375rem 0.375rem 0 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .p-top-price__item {
    padding: 3.5rem 3.1875rem 3.1875rem;
    border-radius: 1.25rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.4);
  }
}

.p-top-price__catch {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__catch {
    font-size: 2.5rem;
  }
}

.p-top-price__lead {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__lead {
    -webkit-margin-before: 1.6875rem;
    margin-block-start: 1.6875rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-top-price__price {
  -webkit-margin-before: 1.6875rem;
  position: relative;
  margin-block-start: 1.6875rem;
  padding: 2.875rem 1.0625rem 1rem;
  border-radius: 0.625rem;
  background: #e9e9e9;
}
@media (min-width: 768px) {
  .p-top-price__price {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    padding: 4.4375rem 3.5625rem 3.5625rem;
  }
}

.p-top-price__pop {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 6.875rem;
  translate: -50%;
}
@media (min-width: 768px) {
  .p-top-price__pop {
    top: -1.4375rem;
    width: 9.625rem;
  }
}

.p-top-price__description {
  font-size: 0.875rem;
  line-height: 1.18;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__description {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-top-price__description strong {
  color: #0a9242;
  font-weight: inherit;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-price__description strong {
    font-size: 2rem;
  }
}

.p-top-price__arrow {
  display: none;
}
@media (min-width: 768px) {
  .p-top-price__arrow {
    display: inline;
  }
}

.p-top-price__note {
  -webkit-margin-before: 0.9375rem;
  margin-block-start: 0.9375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__note {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.p-top-price__foot {
  -webkit-margin-before: 3rem;
  position: relative;
  margin-block-start: 3rem;
}
@media (min-width: 768px) {
  .p-top-price__foot {
    -webkit-margin-before: 4.8125rem;
    margin-block-start: 4.8125rem;
  }
}

.p-top-price__footLead {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__footLead {
    font-size: 2rem;
  }
}

.p-top-price__footCatch {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  color: #0a9242;
  font-size: 1.8125rem;
  line-height: 1.5;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__footCatch {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
    font-size: 3.0625rem;
  }
}

.p-top-price__footBox {
  -webkit-margin-before: 1.0625rem;
  margin-block-start: 1.0625rem;
  padding: 1rem 1rem 0.9375rem;
  border: 0.125rem solid #003717;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-price__footBox {
    -webkit-margin-before: 1rem;
    max-width: 41.625rem;
    margin-inline: auto;
    margin-block-start: 1rem;
    padding: 1.75rem 1.25rem 1.6875rem;
    border-radius: 1.25rem;
  }
}

.p-top-price__footNote {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__footNote {
    font-size: 1rem;
  }
}
.p-top-price__footNote strong {
  color: #0a9242;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-top-price__footNote strong {
    font-size: 1.25rem;
  }
}

.p-top-blog {
  padding-block: 6.25rem 4.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-blog {
    padding-block: 12.25rem 6.5rem;
  }
}
.p-top-blog::before {
  display: block;
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#e9e9e9 0.0625rem, transparent 0.0625rem), linear-gradient(to right, #e9e9e9 0.0625rem, transparent 0.0625rem);
  background-position: top left;
  background-size: 1.25rem 1.25rem;
  content: "";
}
@media (min-width: 768px) {
  .p-top-blog::before {
    background-size: 1.875rem 1.875rem;
  }
}

.p-top-blog__deco {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2.875rem;
  background: url(../img/sp/p-top-blog_deco.webp) no-repeat bottom center/100% 2.875rem;
}
@media (min-width: 768px) {
  .p-top-blog__deco {
    height: 5.25rem;
    background: url(../img/p-top-blog_deco.webp) no-repeat bottom center/100% 5.25rem;
  }
}

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

.p-top-blog__heading {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-blog__heading {
    font-size: 3.375rem;
    line-height: 1;
  }
}

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

.p-top-blog__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-top-blog__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.875rem;
  }
}

.p-top-blog__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-blog__item {
    width: calc((100% - 3.75rem) / 3);
  }
}

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

.p-media {
  display: contents;
}

.p-media__link {
  -webkit-filter: drop-shadow(0.3125rem 0.3125rem 0 #e4dfc5);
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 1.0625rem 1.0625rem 1.5rem;
  gap: 1.4375rem;
  border: 0.1875rem solid #e4dfc5;
  border-radius: 0.75rem;
  background: #fffdf4;
  filter: drop-shadow(0.3125rem 0.3125rem 0 #e4dfc5);
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-media__link {
    -webkit-padding-after: 1.875rem;
    justify-content: flex-end;
    height: 100%;
    padding-block-end: 1.875rem;
    border-radius: 1.25rem;
  }
}

.p-media__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
}

.p-media__date {
  color: #0a9242;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.08em;
}

.p-media__category {
  color: #0a9242;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-media__title {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.4375rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.4375rem;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.p-media__excerpt {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.5625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.5625rem;
  overflow: hidden;
  line-height: 1.7;
  letter-spacing: 0.08em;
  opacity: 0.5;
}

.p-media__image {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .p-media__image {
    border-radius: 0.625rem;
  }
}
.p-media__image img {
  aspect-ratio: 300/202;
}
@media (min-width: 768px) {
  .p-media__image img {
    aspect-ratio: 334/228;
  }
}

@media (any-hover: hover) {
  .p-media__link:hover {
    -webkit-filter: none;
    translate: 0.3125rem 0.3125rem;
    filter: none;
  }
}
.p-media__link:focus {
  outline: none;
}
.p-media__link:focus-visible {
  -webkit-filter: none;
  translate: 0.3125rem 0.3125rem;
  outline: none;
  filter: none;
}

.p-top-faq {
  -webkit-margin-before: -1.875rem;
  margin-block-start: -1.875rem;
  padding-block: 4.5rem 3.5625rem;
  background: url(../img/sp/p-top-faq_bg.webp) no-repeat top center/100% 94.375rem;
}
@media (min-width: 768px) {
  .p-top-faq {
    padding-block: 9.8125rem 5.6875rem;
    background: url(../img/p-top-faq_bg.webp) no-repeat top center/100% 108.6875rem;
  }
}

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

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

.p-top-faq__headingDeco {
  width: 2.0625rem;
}
@media (min-width: 768px) {
  .p-top-faq__headingDeco {
    width: 3.75rem;
  }
}

.p-top-faq__headingText {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-faq__headingText {
    font-size: 3.75rem;
    line-height: 1;
  }
}

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

.p-top-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-faq__list {
    gap: 1.5625rem;
  }
}

.p-qa-box {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-qa-box {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-qa-box__summary {
  list-style: none;
  transition: all 0.3s ease-out;
}
.p-qa-box__summary::-webkit-details-marker, .p-qa-box__summary::marker {
  display: none;
}
.p-qa-box__summary:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-qa-box__q {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  min-height: 4rem;
  padding: 1.0625rem 1rem 0.9375rem;
  border-radius: 0.625rem;
  background: #0a9242;
}
@media (min-width: 768px) {
  .p-qa-box__q {
    min-height: 5.1875rem;
    padding: 1.0625rem 1.5625rem 0.9375rem 1.9375rem;
    border-radius: 0.9375rem;
  }
}
.p-qa-box__q::before, .p-qa-box__q::after {
  z-index: 4;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #0a9242;
  content: "";
}
.p-qa-box__q::before {
  right: 1.5625rem;
  width: 0.75rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .p-qa-box__q::before {
    right: 2.125rem;
    width: 0.9375rem;
    height: 0.1875rem;
  }
}
.p-qa-box__q::after {
  right: 1.875rem;
  width: 0.125rem;
  height: 0.75rem;
  transition: rotate 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-qa-box__q::after {
    right: 2.5rem;
    width: 0.1875rem;
    height: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-qa-box__q:hover {
    cursor: pointer;
  }
}

.p-qa-box__q-circle {
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  width: 1.75rem;
  height: 1.75rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-qa-box__q-circle {
    right: 1.5625rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}

.p-qa-box__q-text {
  position: relative;
  padding-inline: 2.5625rem 2.4375rem;
  list-style: none;
}
.p-qa-box__q-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "Q.";
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
}
@media (min-width: 768px) {
  .p-qa-box__q-text::before {
    font-size: 1.875rem;
  }
}

.p-qa-box__a {
  width: 100%;
}

.p-qa-box__a-text {
  -webkit-margin-before: 0.625rem;
  position: relative;
  width: 100%;
  margin-block-start: 0.625rem;
  padding: 0.4375rem 1rem;
  border-radius: 0.625rem;
  background: #ffffff;
  color: #003717;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  list-style: none;
}
@media (min-width: 768px) {
  .p-qa-box__a-text {
    padding: 1.75rem 2.125rem;
    border-radius: 0.9375rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.55;
  }
}

details.is_opened .p-qa-box__q::after {
  rotate: 90deg;
}

.p-top-area {
  -webkit-padding-before: 2.875rem;
  padding-block-start: 2.875rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-area {
    -webkit-padding-before: 7.5rem;
    padding-block-start: 7.5rem;
  }
}

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

.p-top-area__heading {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-area__heading {
    font-size: 3.375rem;
    line-height: 1;
  }
}

.p-top-area__content {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-top-area__content {
    -webkit-margin-before: 2.6875rem;
    margin-block-start: 2.6875rem;
  }
}

.p-top-area__box {
  position: relative;
  padding: 1.125rem 1.25rem 0.875rem;
  border: 0.125rem solid #c8c8c8;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .p-top-area__box {
    max-width: 52.125rem;
    margin-inline: auto;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}

.p-top-area__deco {
  z-index: 2;
  position: absolute;
  right: -0.6875rem;
  bottom: -0.875rem;
  width: 3.75rem;
  height: 3.4375rem;
}
@media (min-width: 768px) {
  .p-top-area__deco {
    right: -2.125rem;
    bottom: -1.125rem;
    width: 6.375rem;
    height: 5.125rem;
  }
}

@media (min-width: 768px) {
  .p-top-area__list {
    display: flex;
    justify-content: center;
  }
}

.p-top-area__item {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-area__item {
    font-size: 1.75rem;
    line-height: 1;
  }
}

.p-top-area__note {
  -webkit-margin-before: 0.125rem;
  -webkit-padding-start: 1.125rem;
  display: block;
  margin-block-start: 0.125rem;
  padding-inline-start: 1.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-area__note {
    -webkit-margin-before: 0.75rem;
    -webkit-padding-start: 0;
    margin-block-start: 0.75rem;
    padding-inline-start: 0;
    font-size: 1.25rem;
  }
}

.p-top-company {
  z-index: 2;
  padding-block: 3rem 3.3125rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-company {
    padding-block: 6.625rem 7.75rem;
  }
}

.p-top-company__heading {
  color: #0a9242;
  font-size: 1.875rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-company__heading {
    font-size: 3.375rem;
    line-height: 1;
  }
}

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

@media (min-width: 768px) {
  .p-top-company__tableWrapper {
    max-width: 52.125rem;
    margin-inline: auto;
  }
}

.p-top-company__table {
  width: 100%;
}

.p-top-company__tableRow {
  -webkit-padding-after: 1rem;
  display: flex;
  flex-direction: column;
  padding-block-end: 1rem;
  gap: 0.4375rem;
  border-bottom: 0.125rem solid rgba(0, 55, 23, 0.3);
}
@media (min-width: 768px) {
  .p-top-company__tableRow {
    -webkit-padding-after: 0;
    flex-direction: row;
    padding-block-end: 0;
    gap: 1rem;
    border-bottom: none;
  }
}
.p-top-company__tableRow + .p-top-company__tableRow {
  -webkit-margin-before: 1.4375rem;
  margin-block-start: 1.4375rem;
}
@media (min-width: 768px) {
  .p-top-company__tableRow + .p-top-company__tableRow {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
  }
}

.p-top-company__tableHead {
  color: #0a9242;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-company__tableHead {
    -webkit-padding-after: 1.25rem;
    flex-shrink: 0;
    width: 174px;
    padding-block-end: 1.25rem;
    border-bottom: 0.125rem solid #0a9242;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-top-company__tableData {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-company__tableData {
    -webkit-padding-after: 1.25rem;
    flex-grow: 1;
    width: 100%;
    padding-block-end: 1.25rem;
    border-bottom: 0.125rem solid rgba(0, 55, 23, 0.3);
    font-size: 1.125rem;
  }
}
.p-top-company__tableData a {
  color: #0a9242;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.p-top-company__tableList {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-top-company__tableList {
    gap: 0.5rem;
  }
}

.p-top-company__tableItem {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top-company__tableItem {
    font-size: 1.125rem;
  }
}

@media (any-hover: hover) {
  .p-top-company__tableData a:hover {
    opacity: 0.7;
  }
}
.p-top-company__tableData a:focus {
  outline: none;
}
.p-top-company__tableData a:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-footer-cta {
  padding-block: 2.625rem 4.625rem;
  background: #0a9242;
}
@media (min-width: 768px) {
  .p-footer-cta {
    padding-block: 3.625rem;
  }
}
.p-footer-cta::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 24.375rem;
  height: 29rem;
  background: url(../img/sp/p-footer_bg.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-footer-cta::before {
    top: 2.375rem;
    left: 51.8%;
    width: 102.9375rem;
    height: 26.875rem;
    translate: -50%;
    background: url(../img/p-footer_bg.webp) no-repeat center center/cover;
    content: "";
  }
}

.p-footer-cta__deco {
  z-index: 5;
  position: absolute;
}
.p-footer-cta__deco.-first {
  bottom: -0.25rem;
  left: 0.125rem;
  width: 5.625rem;
  height: 5.8125rem;
}
@media (min-width: 768px) {
  .p-footer-cta__deco.-first {
    bottom: -0.4375rem;
    left: calc(50% - 41.9375rem);
    width: 10.6875rem;
    height: 11.125rem;
  }
}
.p-footer-cta__deco.-second {
  right: 0.75rem;
  bottom: -0.25rem;
  width: 3.9375rem;
  height: 5.625rem;
}
@media (min-width: 768px) {
  .p-footer-cta__deco.-second {
    right: calc(50% - 41.9375rem);
    bottom: -0.4375rem;
    width: 7.5625rem;
    height: 10.6875rem;
  }
}

.p-footer-cta__inner {
  z-index: 2;
  position: relative;
}

.p-footer-cta__list {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-footer-cta__list {
    flex-direction: row;
    gap: 2.4375rem;
  }
}

.p-footer-cta__item {
  width: 100%;
}

.p-footer-cta__link {
  display: block;
  width: 100%;
  padding: 1.875rem 2.125rem;
  border-radius: 0.75rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-footer-cta__link {
    padding: 3.625rem 1.875rem 3.9375rem;
    border-radius: 1.25rem;
  }
}

.p-footer-cta__title {
  color: #000000;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "heavy", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-cta__title {
    font-size: 2.5rem;
  }
}

.p-footer-cta__button {
  -webkit-margin-before: 0.875rem;
  display: flex;
  position: relative;
  align-items: center;
  width: 17rem;
  min-height: 4.125rem;
  margin-inline: auto;
  margin-block-start: 0.875rem;
  border-radius: 100vmax;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-footer-cta__button {
    -webkit-margin-before: 1.875rem;
    justify-content: center;
    width: 28.25rem;
    min-height: 6.875rem;
    margin-block-start: 1.875rem;
  }
}
.p-footer-cta__button::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 1.875rem;
  translate: 0 -50%;
  content: "";
}
.p-footer-cta__button.-first {
  padding-inline: 4.625rem 2.3125rem;
  background: #06c755;
  box-shadow: 0.25rem 0.25rem 0 0 #0a9242;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-first {
    -webkit-padding-start: 6.9375rem;
    padding-inline-start: 6.9375rem;
    box-shadow: 0.5rem 0.5rem 0 0 #0a9242;
    font-size: 1.875rem;
  }
}
.p-footer-cta__button.-first::before {
  left: 2.375rem;
  background: url(../img/icon_line.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-first::before {
    left: 4.375rem;
    width: 3.875rem;
    height: 3.875rem;
  }
}
.p-footer-cta__button.-second {
  padding-inline: 3.875rem 1.75rem;
  background: #e6d000;
  box-shadow: 0.25rem 0.25rem 0 0 #c0ad00;
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "gotham", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-second {
    -webkit-padding-start: 5.3125rem;
    padding-inline-start: 5.3125rem;
    box-shadow: 0.5rem 0.5rem 0 0 #c0ad00;
    font-size: 2.5rem;
  }
}
.p-footer-cta__button.-second::before {
  left: 1.75rem;
  background: url(../img/icon_tel.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-footer-cta__button.-second::before {
    left: 3rem;
    width: 3.6875rem;
    height: 3.6875rem;
  }
}

@media (any-hover: hover) {
  a.p-footer-cta__link:hover .p-footer-cta__button {
    translate: 0.25rem 0.25rem;
    box-shadow: none;
  }
}
a.p-footer-cta__link:focus {
  outline: none;
}
a.p-footer-cta__link:focus-visible .p-footer-cta__button {
  translate: 0.25rem 0.25rem;
  outline: none;
  box-shadow: none;
}

.p-footer {
  height: 6.75rem;
  padding: 0.8125rem;
  background: #003717;
}
@media (min-width: 768px) {
  .p-footer {
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 3.75rem;
  }
}

.p-footer__copy {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.875rem;
  }
}

.p-footer-button {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0a9242;
}

.p-footer-button__list {
  display: flex;
}

.p-footer-button__item {
  display: block;
  width: 100%;
  padding: 0.375rem 0.625rem;
}
.p-footer-button__item:first-child {
  -webkit-padding-end: 0.3125rem;
  padding-inline-end: 0.3125rem;
}
.p-footer-button__item:last-child {
  -webkit-padding-start: 0.3125rem;
  padding-inline-start: 0.3125rem;
}

.p-footer-button__link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.375rem;
  background: #ffffff;
}

.p-footer-button__text {
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "bold", sans-serif;
  text-align: center;
}

.p-footer-button__button {
  -webkit-margin-before: 0.25rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  min-height: 1.625rem;
  margin-inline: auto;
  margin-block-start: 0.25rem;
  border-radius: 100vmax;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
}
.p-footer-button__button::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  content: "";
}
.p-footer-button__button.-first {
  -webkit-padding-start: 1.375rem;
  padding-inline-start: 1.375rem;
  background: #06c755;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.p-footer-button__button.-first::before {
  left: 0.75rem;
  background: url(../img/icon_line.webp) no-repeat center center/cover;
}
.p-footer-button__button.-second {
  -webkit-padding-start: 1rem;
  padding-inline-start: 1rem;
  background: #e6d000;
  font-weight: 700;
  font-size: 0.8125rem;
  font-family: "gotham", sans-serif;
  letter-spacing: 0;
}
.p-footer-button__button.-second::before {
  left: 0.75rem;
  background: url(../img/icon_tel.webp) no-repeat center center/cover;
}

.p-page-fv {
  padding-block: 7.375rem 5.125rem;
  background: url(../img/sp/p-page-fv_bg.webp) no-repeat center center/100% 17.375rem;
}
@media (min-width: 768px) {
  .p-page-fv {
    padding-block: 8.375rem 6.375rem;
    background: url(../img/p-page-fv_bg.webp) no-repeat center center/100% 22.0625rem;
  }
}
.p-page-fv::before, .p-page-fv::after {
  display: block;
  position: absolute;
  content: "";
}
.p-page-fv::before {
  top: 1.3125rem;
  left: 0;
  width: 24.375rem;
  height: 15.75rem;
  background: url(../img/sp/p-page-fv_bgDeco.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv::before {
    top: 0.625rem;
    left: 50%;
    width: 90rem;
    height: 19.625rem;
    translate: -50%;
    background: url(../img/p-page-fv_bgDeco.webp) no-repeat center center/cover;
  }
}
.p-page-fv::after {
  right: 1.0625rem;
  bottom: -0.875rem;
  width: 8rem;
  height: 3.6875rem;
  background: url(../img/sp/p-page-fv_deco.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-page-fv::after {
    right: calc(50% - 37.5rem);
    width: 14.375rem;
    height: 6.625rem;
  }
}

.p-page-fv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-page-fv__heading {
    gap: 1.375rem;
  }
}

.p-page-fv__main {
  color: #fffdf4;
  font-size: 1.75rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fv__main {
    font-size: 3.4375rem;
    line-height: 1;
  }
}

.p-page-fv__sub {
  color: #fffdf4;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "gotham", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-page-fv__sub {
    font-size: 2.5rem;
  }
}

.p-news__articles {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

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

.p-sidebar-news {
  -webkit-transform: translateZ(0);
  position: sticky;
  top: 10rem;
  padding: 1.625rem 1.5625rem 1.8125rem;
  transform: translateZ(0);
  border-radius: 1rem;
  background: #ffffff;
}

.p-sidebar-news__inner {
  display: flex;
  flex-direction: column;
}

.p-sidebar-news__title {
  -webkit-padding-start: 1.5625rem;
  position: relative;
  padding-inline-start: 1.5625rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.p-sidebar-news__title::before {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  translate: 0 -50%;
  border-radius: 50%;
  background: #0a9242;
  content: "";
}

.p-sidebar-news__list {
  -webkit-margin-before: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.875rem;
  border-top: 0.0625rem dashed rgba(0, 55, 23, 0.2);
}

.p-sidebar-news__item {
  display: block;
}

.p-sidebar-news__link {
  display: block;
  position: relative;
  padding-block: 0.875rem;
  border-bottom: 0.0625rem dashed rgba(0, 55, 23, 0.2);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-out;
}
.p-sidebar-news__link::before, .p-sidebar-news__link::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid #003717;
  border-bottom: 0.125rem solid #003717;
  content: "";
  transition: all 0.3s ease-out;
}
.p-sidebar-news__link::before {
  right: 0;
}
.p-sidebar-news__link::after {
  visibility: hidden;
  right: 1rem;
  opacity: 0;
}

@media (any-hover: hover) {
  .p-sidebar-news__link:hover {
    border-color: #0a9242;
  }
  .p-sidebar-news__link:hover::before {
    visibility: hidden;
    right: -1rem;
    opacity: 0;
  }
  .p-sidebar-news__link:hover::after {
    visibility: visible;
    right: 0rem;
    opacity: 1;
  }
}
.p-sidebar-news__link:focus {
  outline: none;
}
.p-sidebar-news__link:focus-visible {
  border-color: #0a9242;
  outline: none;
}
.p-sidebar-news__link:focus-visible::before {
  visibility: hidden;
  right: -1rem;
  opacity: 0;
}
.p-sidebar-news__link:focus-visible::after {
  visibility: visible;
  right: 0rem;
  opacity: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .nav-links {
    gap: 0.4375rem;
  }
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #0a9242;
  border-radius: 0.25rem;
  color: #0a9242;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}
.page-numbers.current {
  border-color: transparent;
  background: #0a9242;
  color: #ffffff;
  pointer-events: none;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.prev, .page-numbers.next {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  border-right: 0.125rem solid #0a9242;
  border-bottom: 0.125rem solid #0a9242;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.page-numbers.prev {
  rotate: 135deg;
}
.page-numbers.next {
  rotate: -45deg;
}

@media (any-hover: hover) {
  .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
    border-color: transparent;
    background: #0a9242;
    color: #ffffff;
  }
  .page-numbers.prev:hover .p-pagination__arrow, .page-numbers.next:hover .p-pagination__arrow {
    opacity: 0.7;
  }
}
.page-numbers:focus {
  outline: none;
}
.page-numbers:not(.prev):not(.next):not(.current):not(.dots):focus-visible {
  border-color: transparent;
  outline: none;
  background: #0a9242;
  color: #ffffff;
}
.page-numbers.prev:focus-visible .p-pagination__arrow, .page-numbers.next:focus-visible .p-pagination__arrow {
  opacity: 0.7;
}

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

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

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

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

.p-single__date {
  color: #0a9242;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.08em;
}

.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single__category {
  display: inline-block;
  padding: 0.25rem 0.5rem 0.4375rem;
  border-radius: 100vmax;
  background: #0a9242;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.p-single__title {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__title {
    font-size: 2.25rem;
  }
}

.p-single__thumbnail {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .p-single__thumbnail {
    border-radius: 0.625rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 770/423;
}

.p-single__body {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-single__body {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}
.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single__body h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5rem 1rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #0a9242;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .p-single__body h2 {
    margin-block: 2.25rem 1.5rem;
    font-size: 2rem;
  }
}
.p-single__body h3 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 1.5rem 1rem;
  padding-inline-start: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    -webkit-padding-start: 1.875rem;
    margin-block: 2.25rem 1.5rem;
    padding-inline-start: 1.875rem;
    font-size: 1.5rem;
  }
}
.p-single__body h3::before {
  display: block;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.125rem;
  height: 1.125rem;
  background: #0a9242;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body h3::before {
    top: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-single__body h4 {
  margin-block: 1.5rem 1rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h4 {
    margin-block: 2.25rem 1.5rem;
  }
}
.p-single__body p {
  font-size: 0.875rem;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-single__body p {
    font-size: 1rem;
  }
}
.p-single__body p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
@media (min-width: 768px) {
  .p-single__body p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body a {
  color: #0a9242;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body a:hover {
    opacity: 0.7;
  }
}
.p-single__body a:focus {
  outline: none;
}
.p-single__body a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single__body .wp-block-table {
  margin-block: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .p-single__body .wp-block-table {
    margin-block: 2.25rem 1.5rem;
  }
}
.p-single__body table {
  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;
}
.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: #0a9242;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "bold", sans-serif;
  text-align: center;
}
.p-single__body table tbody tr:first-child td {
  padding: 0.5rem;
  border-top: none !important;
  background: #fffdf4 !important;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__body table tbody tr:first-child td {
    font-size: 1.125rem;
  }
}
.p-single__body table tbody tr:not(:first-child) td {
  background: #ffffff;
}
.p-single__body table tbody tr:not(:first-child) td:first-child {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__body table tbody tr:not(:first-child) td:first-child {
    font-size: 1.125rem;
  }
}
.p-single__body table tbody tr:last-child {
  border-radius: 0 0.625rem 0 0.625rem;
}
.p-single__body table tbody tr td {
  width: 12.5rem !important;
  padding: 0.875rem 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.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-single__body table tbody tr td {
    width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }
}
.p-single__body table tbody tr td:last-child {
  border-right: none !important;
}
.p-single__body ul,
.p-single__body ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body ul,
  .p-single__body ol {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-single__body ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #0a9242;
  content: "";
}
.p-single__body ol {
  counter-reset: my-counter;
}
.p-single__body ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
.p-single__body ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #0a9242;
  font-size: 1.125rem;
  font-family: "gotham", sans-serif;
}
.p-single__body figure {
  width: 100%;
  margin-block: 2.25rem 1.5rem;
}
@media (max-width: 767px) {
  .p-single__body figure {
    margin-block: 1.5rem 1rem;
  }
}
.p-single__body figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .p-single__body figcaption {
    font-size: 0.875rem;
  }
}
.p-single__body img {
  width: 100%;
  border-radius: 0.625rem;
}

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

.p-404 {
  min-height: 100vh;
}
@media (min-width: 768px) {
  .p-404 {
    min-height: 100vh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404 {
    min-height: calc(100vh - 32.5rem);
  }
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .p-404__inner {
    min-height: 100vh;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .p-404__inner {
    min-height: calc(100vh - 32.5rem);
  }
}

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}

.p-404__title {
  color: #0a9242;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  color: #0a9242;
  font-weight: 600;
  font-size: 1.375rem;
  font-size: 1.375rem;
  line-height: 1.3;
  font-family: "heavy", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    -webkit-margin-before: 1.25rem;
    margin-block-start: 1.25rem;
    font-size: 1.875rem;
  }
}

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

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

.p-breadcrumb {
  padding-block: 0.4375rem 0.5rem;
  background: #e4dfc5;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    padding-block: 0.8125rem;
  }
}
.p-breadcrumb span {
  color: #003717;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover span {
    color: #0a9242;
  }
}
.p-breadcrumb span a:focus-visible {
  outline: none;
}
.p-breadcrumb span a:focus-visible span {
  color: #0a9242;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.875rem;
  position: relative;
  padding-inline-start: 0.875rem;
}
.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 #003717;
  border-bottom: 0.0625rem solid #003717;
  content: "";
}
.p-breadcrumb span .current-item {
  text-decoration: none;
  opacity: 0.4;
  pointer-events: none;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-breadcrumb__inner {
    gap: 0.4375rem;
  }
}

.u-only__sp {
  display: block;
}
@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block !important;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

.u-pointerNone__pc {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */