@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset margins, padding, and border */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.--fz-32 {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .--fz-32 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .--fz-32 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .--fz-32 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .--fz-32 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .--fz-32 {
    font-size: 22px;
  }
}

.c-br--sm {
  display: none;
}
@media (max-width: 576px) {
  .c-br--sm {
    display: block;
  }
}
@media (max-width: 576px) {
  .c-br--sp::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 1400px) {
  .c-br--xxl::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 1200px) {
  .c-br--xl::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 992px) {
  .c-br--lg::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
@media (max-width: 768px) {
  .c-br--md::after {
    content: "\a"; /* 改行コード */
    white-space: pre;
  }
}
body.modal-open {
  overflow: hidden;
}

.bg--primary {
  background-color: #fffaf2;
}

.bg--secondary {
  background-color: #fff4e5;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 4rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.mb-xl {
  margin-bottom: 4rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pt-md {
  padding-top: 1rem;
}

.pt-lg {
  padding-top: 2rem;
}

.pt-xl {
  padding-top: 4rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.pb-md {
  padding-bottom: 1rem;
}

.pb-lg {
  padding-bottom: 2rem;
}

.pb-xl {
  padding-bottom: 4rem;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #0c1803;
  line-height: 1.6;
  min-height: 100vh;
  font-weight: 400;
  font-synthesis-weight: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

strong {
  font-weight: 600;
}

p {
  font-size: 1.1rem;
  line-height: 1.4;
}

a {
  color: #01594e;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0.4333333333, 38.5666666667, 33.8);
}

.c-btn {
  display: inline-block;
  margin: 0;
  background-color: #d4f5ea;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  text-align: start;
  font-weight: 600;
  font-size: 20px;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15), -3px -3px 10px rgba(255, 255, 255, 0.5333333333);
  transition: background 300ms ease;
}
.c-btn--primary {
  background-color: #fcda2a;
}
.c-btn--primary:hover {
  background-color: rgb(252.7083333333, 226.7361111111, 92.2916666667) !important;
}
@media (max-width: 992px) {
  .c-btn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 16px;
  }
}
.c-btn:hover {
  background-color: rgb(224.4132075472, 247.8867924528, 240.0622641509);
}
.c-btn button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
}
.c-btn > a,
.c-btn button {
  position: relative;
  display: block;
  padding: 16px 72px 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  font-size: 1.1em;
  color: #0c1803;
}
@media (max-width: 992px) {
  .c-btn > a,
  .c-btn button {
    padding: 14px 60px 14px 24px;
  }
}
.c-btn > a:hover,
.c-btn button:hover {
  color: rgb(34.6666666667, 69.3333333333, 8.6666666667);
}
.c-btn > a:hover > span,
.c-btn button:hover > span {
  background-color: #01594e;
}
.c-btn > a:hover > span::after,
.c-btn button:hover > span::after {
  background-color: white;
  animation: btn_hov 1s infinite forwards;
}
@keyframes btn_hov {
  0% {
    translate: -35% -50%;
    scale: 1;
  }
  100% {
    translate: 35% -50%;
    scale: 1.2;
  }
}
.c-btn > a > span,
.c-btn button > span {
  position: absolute;
  content: "";
  right: 8px;
  height: calc(100% - 16px);
  width: auto;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  overflow: hidden;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
  transition: background 300ms ease;
}
.c-btn > a > span::after,
.c-btn button > span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 50%;
  translate: 0 -50%;
  background-color: #0c1803;
  clip-path: polygon(40% 0%, 50% 0%, 65% 50%, 50% 100%, 40% 100%, 55% 50%);
}

.c-product-cta {
  position: absolute;
  cursor: pointer;
  bottom: 0;
}
.c-product-cta:hover {
  translate: 0 -4px;
}
.c-product-cta:hover .c-product-cta__wrap {
  box-shadow: 4px 12px 2px #2e9522;
}
.c-product-cta:active {
  translate: 0 4px;
}
.c-product-cta:active .c-product-cta__wrap {
  box-shadow: 4px 4px 2px #2e9522;
}
.c-product-cta__wrap {
  border-radius: 12px;
  background-color: #62d14a;
  position: relative;
  border: 1px solid #2e9522;
  box-shadow: 4px 8px 2px #2e9522;
}
.c-product-cta__wrap > span {
  color: white;
  display: block;
  text-align: center;
  padding: 0 74px;
  text-align: center;
  white-space: nowrap;
}
.c-product-cta__wrap > span:nth-of-type(1) {
  padding-top: 6px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 18px;
  }
}
.c-product-cta__wrap > span:nth-of-type(2) {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .c-product-cta__wrap > span:nth-of-type(1) {
    font-size: 16px;
  }
  .c-product-cta__wrap > span:nth-of-type(2) {
    font-size: 16px;
  }
}
.c-product-cta__click {
  position: absolute;
  width: 64px;
  right: 0;
  top: 62%;
  translate: 10% -50%;
}
@media (max-width: 576px) {
  .c-product-cta__click {
    scale: 0.85;
  }
}
.c-product-cta__star {
  position: absolute;
  z-index: 0;
  top: 0;
}
@media (max-width: 576px) {
  .c-product-cta__star {
    scale: 0.7;
  }
}
.c-product-cta__star--inner1 {
  z-index: 1;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
}
.c-product-cta__star--inner1::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 15deg;
}
.c-product-cta__star--inner1::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: --15deg;
}
.c-product-cta__star--inner2 {
  z-index: 2;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 45deg;
}
.c-product-cta__star--inner2::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 15deg;
}
.c-product-cta__star--inner2::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: --15deg;
}
.c-product-cta__star--inner3 {
  z-index: 3;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 30deg;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-cta__star--inner3::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: #fbd15a;
  rotate: 45deg;
}
.c-product-cta__star-content {
  position: absolute;
  color: #333;
  width: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 10;
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  rotate: 275deg;
}
@media (max-width: 1200px) {
  .c-product-cta__star-content {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-product-cta__star-content {
    font-size: 18px;
  }
}

.c-image__full {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: zoom-in;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
}
.c-image__full::before {
  position: absolute;
  z-index: 1000;
  content: "";
  width: 64px;
  height: 64px;
  border: 2px solid rgba(41, 41, 41, 0.1333333333);
  border-radius: 50%;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5333333333);
  background-image: url("../img/SVG/zoom.svg");
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-image__full.c-image__full--active {
  position: fixed;
  padding: 48px;
  inset: 0;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8666666667);
  display: grid;
  place-items: center;
  cursor: zoom-out;
  width: 100% !important;
}
.c-image__full.c-image__full--active::before {
  background: none;
  border: none;
}
.c-image__full.c-image__full--active > img {
  width: auto;
  height: auto;
  max-width: calc(100dvw - 96px); /* 48px × 2 の分だけ引く */
  max-height: calc(100dvh - 96px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.c-image__full > .c-image__full--text {
  background-color: white;
  color: #292929;
  margin: 0 auto;
  padding: 8px 12px;
}

.c-section-title__sub {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #dcedfb;
  margin: 0 0 -8px;
}
.c-section-title__sub--smaller {
  font-size: 32px;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .c-section-title__sub {
    font-size: 56px;
  }
  .c-section-title__sub--smaller {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .c-section-title__sub {
    font-size: 48px;
  }
  .c-section-title__sub--smaller {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .c-section-title__sub {
    font-size: 40px;
  }
  .c-section-title__sub--smaller {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .c-section-title__sub {
    font-size: 36px;
  }
  .c-section-title__sub--smaller {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .c-section-title__sub {
    font-size: 32px;
  }
  .c-section-title__sub--smaller {
    font-size: 22px;
  }
}
.c-section-title__main {
  position: relative;
  display: inline-block;
  margin-bottom: 64px;
  font-size: 70px;
  font-weight: 700;
}
.c-section-title__main--smaller {
  font-size: 40px;
}
.c-section-title__main--smallest {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .c-section-title__main {
    font-size: 64px;
  }
  .c-section-title__main--smaller {
    font-size: 36px;
  }
  .c-section-title__main--smallest {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .c-section-title__main {
    font-size: 52px;
  }
  .c-section-title__main--smaller {
    font-size: 36px;
  }
  .c-section-title__main--smallest {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .c-section-title__main {
    font-size: 40px;
  }
  .c-section-title__main--smaller {
    font-size: 32px;
  }
  .c-section-title__main--smallest {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-section-title__main {
    font-size: 32px;
  }
  .c-section-title__main--smaller {
    font-size: 26px;
  }
  .c-section-title__main--smallest {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .c-section-title__main {
    font-size: 24px;
  }
  .c-section-title__main--smaller {
    font-size: 20px;
  }
  .c-section-title__main--smallest {
    font-size: 18px;
  }
}
.c-section-title__main span {
  color: #1297f5;
}
.c-section-title__main::before {
  content: "";
  position: absolute;
  height: 6px;
  left: 0px;
  width: 60px;
  bottom: -30px;
  translate: 0 -50%;
  background-color: #d4f5ea;
  border-radius: 999px;
}
.c-section-title__main--center {
  text-align: center;
}
.c-section-title__main--center::before {
  left: 50%;
  translate: -50% -50%;
}
.c-section-title__main--center::after {
  left: 50%;
  translate: 36px -50%;
}

.c-appear {
  opacity: 0;
  transition: all 600ms ease;
}
.c-appear:hover {
  opacity: 1;
}

.c-space-line {
  display: block;
  margin: 32px auto;
  height: 6px;
  width: 60px;
  background-color: #d4f5ea;
  border-radius: 999px;
}

.c-card {
  background: linear-gradient(135deg, #f4f5f7 0%, #fff 35%);
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(200, 201, 204, 0.2), -5px -5px 20px #ffffff;
  text-align: center;
  padding: 48px;
  background-size: 150% 150%;
  transition: all 200ms ease;
  transition: background-position 200ms ease;
}
@media (max-width: 1400px) {
  .c-card {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .c-card {
    padding: 36px;
  }
}
@media (max-width: 992px) {
  .c-card {
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .c-card {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .c-card {
    padding: 16px;
  }
}
.c-card--inv {
  box-shadow: inset 5px 5px 10px rgba(200, 201, 204, 0.2), inset -5px -5px 20px #ffffff;
}

.c-record {
  position: relative;
  padding: 24px 0;
  overflow: hidden;
}
.c-record h2 {
  text-align: center;
  margin-bottom: 16px;
}
.c-record__slide-wrap .swiper-wrapper {
  transition-timing-function: linear !important;
}
.c-record__item {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-record__item img {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
}
@media (max-width: 576px) {
  .c-record__item img {
    height: 65px;
  }
}

.l-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 0;
}
@media (max-width: 1400px) {
  .l-inner {
    margin-inline: clamp(16px, 5vw, 40px);
  }
}
@media (max-width: 1200px) {
  .l-inner {
    padding-block: 60px;
  }
}
@media (max-width: 992px) {
  .l-inner {
    padding-block: 48px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-block: 32px;
  }
}
@media (max-width: 576px) {
  .l-inner {
    padding-block: 24px;
  }
}

/* header */
.l-header {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}
.l-header--hideup {
  top: -120px;
}
.l-header__wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  max-width: 1400px;
}
.l-header__logo-area {
  height: 48px;
  padding: 2px 0;
  position: relative;
  z-index: 100;
  filter: drop-shadow(0 0 6px #d4f5ea) drop-shadow(0 0 10px rgba(212, 245, 234, 0.5)) drop-shadow(0 0 18px #d4f5ea);
}
@media (max-width: 992px) {
  .l-header__logo-area {
    height: 40px;
  }
}
.l-header__logo-area:hover .l-header__logo {
  animation: logo-bump 0.5s ease forwards;
}
.l-header__logo-area:hover .l-header__logo-text {
  animation: logo-text-bump 0.5s ease forwards;
}
@keyframes logo-bump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
    fill: #01594e;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo-text-bump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
    fill: #01594e;
  }
  100% {
    transform: scale(1);
  }
}
.l-header__nav {
  position: relative;
}
.l-header__nav-wrap {
  background-color: #fff;
  border-radius: 999px;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  outline: 3px solid #d4f5ea;
  box-shadow: 1px 1px 2px #bebebe, -1px -1px 2px #ffffff;
}
@media (max-width: 992px) {
  .l-header__nav-wrap {
    padding: 4px;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrap {
    display: none;
  }
}
.l-header__nav-wrap ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 992px) {
  .l-header__nav-wrap ul {
    gap: 2px;
  }
}
.l-header__nav-link {
  cursor: pointer;
  color: #0c1803;
  display: block; /* ←インライン→ブロックに */
  padding: 8px 24px;
}
@media (max-width: 1200px) {
  .l-header__nav-link {
    padding: 8px 20px;
  }
}
@media (max-width: 992px) {
  .l-header__nav-link {
    padding: 8px 10px;
    font-size: 17px;
  }
}
.l-header__nav-link:hover {
  color: white;
}
.l-header__nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font: inherit;
  color: inherit;
}
.l-header__nav-item {
  border-radius: 999px;
  transition: all 200ms ease;
}
.l-header__nav-item:hover {
  background-color: #01594e;
}
.l-header__nav-item:hover .l-header__nav-link {
  color: white;
}
.l-header__nav-item:hover .l-header__nav-svg-wrap {
  background-color: #01594e;
}
.l-header__nav-item:hover .l-header__nav-svg-contact {
  background-color: #309dd0;
  background-color: #01594e;
  fill: white;
}
.l-header__nav-item--current {
  background-color: rgba(201, 233, 255, 0.4666666667);
  background-color: #d4f5ea;
}
.l-header__nav-item--current a {
  color: #01594e;
}
.l-header__nav-item--list {
  position: relative;
}
.l-header__nav-item--list .l-header__nav-link {
  cursor: default;
}
.l-header__nav-item--list:hover::after {
  background-color: #01594e;
  translate: -50% 50%;
  scale: 1.2;
}
.l-header__nav-item--list:hover .l-header__nav-submenu {
  opacity: 1;
  scale: 1;
}
.l-header__nav-item--list::after {
  position: absolute;
  transition: all 200ms ease;
  content: "";
  background-color: transparent;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  left: 50%;
  bottom: 0;
  translate: -50% 30%;
  border-right: 2px solid #01594e;
  border-bottom: 2px solid #01594e;
}
.l-header__nav-item--list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  background: transparent;
}
.l-header__nav-item-icon {
  background-color: #fcda2a;
  margin-left: 8px;
}
.l-header__nav-item-icon a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 32px;
  color: #292929;
}
.l-header__nav-submenu {
  position: absolute;
  transition: all 200ms ease;
  opacity: 0;
  left: 50%;
  translate: -50%;
  scale: 1 0;
  transform-origin: 0 0;
  display: flex;
  flex-direction: column;
  gap: 0px !important;
  border-radius: 16px;
  margin-top: 8px;
  background-color: rgb(0.4333333333, 38.5666666667, 33.8);
  overflow: hidden;
}
.l-header__nav-submenu > li {
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid white;
  padding: 8px 16px;
}
.l-header__nav-submenu > li:hover {
  background-color: black;
}
.l-header__nav-submenu > li:last-child {
  border-bottom: none;
}
.l-header__nav-submenu > li > a {
  color: white;
  display: block;
  padding: 8px 16px;
}
.l-header__nav-svg-wrap {
  position: relative;
  display: flex;
  margin-right: 8px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 200ms ease;
}
@media (max-width: 992px) {
  .l-header__nav-svg-wrap {
    margin-right: -3px;
    margin-left: 12px;
  }
}
.l-header__nav-svg-contact {
  transition: all 200ms ease;
  position: absolute;
  width: 64px;
  border-radius: 50%;
  border: 6px solid #fcda2a;
  background-color: #fff;
  padding: 8px;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
}
@media (max-width: 992px) {
  .l-header__nav-svg-contact {
    border: 4px solid #fcda2a;
    width: 56px;
  }
}
.l-header__sp {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp {
    display: block;
  }
}
.l-header__sp-buttons {
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.l-header__sp-contact {
  width: 56px;
  height: 56px;
  background-color: #fcda2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.l-header__sp-contact > a {
  display: flex;
}
.l-header__sp-contact:hover .l-header__sp-contact-icon {
  background-color: #01594e;
  fill: white;
}
.l-header__sp-contact-icon {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: 6px solid #fcda2a;
  border-radius: 50%;
  box-shadow: inset 2px 2px 4px rgba(77, 77, 77, 0.2666666667);
}
.l-header__sp-menubar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #d4f5ea;
  position: relative;
}
.l-header__sp-menubar > span {
  transition: all 0.5s ease;
}
.l-header__sp-menubar > span:nth-child(1) {
  display: block;
  position: absolute;
  content: "";
  background-color: #0c1803;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
}
.l-header__sp-menubar > span:nth-child(2) {
  display: block;
  position: absolute;
  content: "";
  background-color: #0c1803;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.l-header__sp-menubar > span:nth-child(3) {
  display: block;
  position: absolute;
  content: "";
  background-color: #0c1803;
  height: 2px;
  width: 40%;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
}
.l-header__sp-menubar--active > span:nth-child(1) {
  top: 50%;
  translate: -50% -50%;
  rotate: 405deg;
}
.l-header__sp-menubar--active > span:nth-child(2) {
  opacity: 0;
}
.l-header__sp-menubar--active > span:nth-child(3) {
  top: 50%;
  rotate: -405deg;
}
.l-header__navsp {
  position: fixed;
  z-index: 50;
  width: 100%;
  left: 0;
  top: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8666666667);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 400ms ease;
  translate: 0 -100%;
  opacity: 0;
}
.l-header__navsp--active {
  translate: 0 0%;
  opacity: 1;
}
.l-header__navsp-container {
  height: 100%;
  overflow-y: auto;
}
.l-header__navsp ul {
  margin-top: 88px;
}
.l-header__navsp ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border-top: 1px solid #d4f5ea;
  font-size: 24px;
  font-weight: 500;
}
.l-header__navsp ul li:not(:has(a)) {
  opacity: 0.6;
}

.text--accent {
  font-size: 1.4em;
  font-weight: 600;
  color: #1297f5;
}

.l-footer {
  position: relative;
  background-color: #013384;
  padding-block: 96px;
  overflow: hidden;
}
.l-footer a {
  color: white;
}
.l-footer a:hover {
  color: rgb(66.9352226721, 172.4736842105, 247.0647773279);
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 24px;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left 全部0 */
  background: url("../img/footer-bg.webp") bottom/100% auto no-repeat;
  opacity: 0.05; /* 画像だけ薄くする */
  pointer-events: none; /* クリック透過 */
}
.l-footer__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 0;
}
.l-footer__info::before {
  position: absolute;
  content: "";
  background-color: rgb(0.6165413534, 31.4436090226, 81.3834586466);
  left: calc(-50vw + 50%);
  right: 0;
  top: -96px;
  bottom: -96px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-footer__info::before {
    bottom: 0;
    top: -96px;
    left: -96px;
    right: -96px;
  }
}
@media (max-width: 1200px) {
  .l-footer__info {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .l-footer__info > * {
    font-size: 16px !important;
  }
}
.l-footer__cmp {
  display: contents;
}
.l-footer__space {
  width: 48px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .l-footer__space {
    display: none;
  }
}
.l-footer__space::before {
  position: absolute;
  content: "";
  background-color: rgb(0.6165413534, 31.4436090226, 81.3834586466);
  left: 0;
  right: 0%;
  top: -96px;
  bottom: -96px;
  z-index: -1;
}
.l-footer__address {
  font-size: 20px;
  color: white;
}
@media (max-width: 1400px) {
  .l-footer__address {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .l-footer__address {
    font-size: 18px;
  }
}
.l-footer__copy {
  font-size: 14px;
  color: white;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: 36px;
  }
}
.l-footer__policy {
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-footer__policy path {
  fill: white;
  transition: all 0.3s ease;
}
.l-footer__policy > a {
  display: contents;
}
.l-footer__policy > a:hover path {
  fill: #01594e;
}
.l-footer__openicon {
  width: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__item--pc {
    display: none;
  }
}
.l-footer__item--md {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__item--md {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__nav-area {
  flex: 1;
}
.l-footer__nav-wrap {
  display: flex;
  font-size: 20px;
  color: white;
  gap: 24px;
}
@media (max-width: 1400px) {
  .l-footer__nav-wrap {
    font-size: 18px;
    gap: 18px;
  }
}
@media (max-width: 1200px) {
  .l-footer__nav-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .l-footer__nav-wrap {
    margin-top: 24px;
  }
}
.l-footer__nav-wrap ul {
  padding-left: 8px;
}
.l-footer__nav-child {
  padding: 4px 8px 4px 16px;
  border-left: 4px solid #007acc;
}
.l-footer__logo-area {
  height: 60px;
}
@media (max-width: 1400px) {
  .l-footer__logo-area {
    height: 56px;
  }
}
@media (max-width: 1200px) {
  .l-footer__logo-area {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .l-footer__logo-area {
    margin: 0 auto;
  }
}
.l-footer__logo {
  fill: #fff;
}
.l-footer__logo-text {
  fill: #fff;
}

h2 {
  font-size: 32px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 20px;
}
@media (max-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

@keyframes roadWipe {
  0% {
    -webkit-mask-image: linear-gradient(225deg, #000 40%, transparent 41%);
            mask-image: linear-gradient(225deg, #000 40%, transparent 41%);
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
  }
  50% {
    -webkit-mask-position: 0% 0%;
    mask-position: 30% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
    mask-position: 100% 0%;
  }
}
.p-hero {
  position: relative;
}
.p-hero__bg {
  position: relative;
  height: clamp(1024px, 80vh, 1280px);
  background-color: #bcddb8;
  z-index: 1;
  display: flex;
  align-items: center;
}
.p-hero__bg-road {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  position: absolute;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(225deg, #000 40%, transparent 41%);
          mask-image: linear-gradient(225deg, #000 40%, transparent 41%);
  -webkit-mask-size: 300% 300%;
          mask-size: 300% 300%;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  animation: roadWipe 3.6s ease-out forwards;
}
.p-hero__bg-road svg {
  position: absolute;
  width: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-hero__bg-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
  background: linear-gradient(43deg, white 0%, rgba(255, 255, 255, 0) 80%);
}
.p-hero__bg-persons {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: 10% -100%;
  width: 30vw;
  z-index: 30;
}
@media (max-width: 1400px) {
  .p-hero__bg {
    height: clamp(1024px, 80vh, 1160px);
  }
}
@media (max-width: 1200px) {
  .p-hero__bg {
    height: clamp(768px, 80vh, 960px);
  }
}
@media (max-width: 768px) {
  .p-hero__bg {
    height: clamp(820px, 80vh, 960px);
  }
}
@media (max-width: 576px) {
  .p-hero__bg {
    height: 760px;
  }
}
.p-hero__wrap {
  position: relative;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
}
.p-hero__head {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.p-hero__head-title {
  order: 2;
  font-family: "Cinzel Decorative", serif;
  color: #0c1803;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  margin-bottom: 36px;
}
.p-hero__head-subtitle {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  order: 1;
  line-height: 1;
  margin-bottom: 12px;
  color: #dfefdd;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #01594e;
  padding: 6px 12px 10px;
  outline-offset: 2px;
  position: relative;
}
.p-hero__head-subtitle::before {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: inherit;
  top: -4px;
  left: 0;
  content: "";
}
.p-hero__head-subtitle::after {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: inherit;
  bottom: -4px;
  left: 0;
  content: "";
}
.p-hero__head-lead {
  order: 3;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .p-hero__head-lead {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-hero__head-lead {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .p-hero__head-lead {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-hero__head-lead {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-hero__head-lead {
    font-size: 22px;
  }
}
.p-hero__head-lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.p-hero__head-lead span:first-child {
  margin-bottom: 8px;
}
.p-hero__head-lead span:last-child {
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .p-hero__head-title {
    font-size: 60px;
  }
  .p-hero__head-subtitle {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .p-hero__head-title {
    font-size: 56px;
  }
  .p-hero__head-subtitle {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .p-hero__head-title {
    font-size: 48px;
  }
  .p-hero__head-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-hero__head {
    justify-content: center;
    align-items: center;
    padding-block: 0;
    margin: 0 auto;
  }
  .p-hero__head > * {
    text-align: center;
  }
  .p-hero__head-lead {
    text-align: center;
  }
  .p-hero__head-lead span {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .p-hero__head-title {
    font-size: 40px;
  }
  .p-hero__head-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-hero__head-title {
    font-size: 40px;
  }
  .p-hero__head-subtitle {
    font-size: 24px;
  }
  .p-hero__head-lead {
    font-size: 18px;
    white-space: unset;
  }
  .p-hero__head-lead span {
    width: unset;
  }
}
.p-hero__head-cta {
  order: 4;
  translate: 0 20px;
}
.p-hero__head-cta:hover {
  translate: 0 16px;
}
.p-hero__head-cta:active {
  translate: 0 24px;
}
@media (max-width: 1200px) {
  .p-hero__head-cta {
    translate: 0 36px;
  }
  .p-hero__head-cta:hover {
    translate: 0 32px;
  }
  .p-hero__head-cta:active {
    translate: 0 40px;
  }
}
@media (max-width: 768px) {
  .p-hero__head-cta {
    translate: -50% 48px;
  }
  .p-hero__head-cta:hover {
    translate: -50% 44px;
  }
  .p-hero__head-cta:active {
    translate: -50% 52px;
  }
}
.p-hero__media {
  position: relative;
  flex: 1;
}
.p-hero__media img {
  position: relative;
  padding-left: 128px;
  right: 0;
  margin-top: -156px;
}
@media (max-width: 1400px) {
  .p-hero__media img {
    padding-left: 7vw;
  }
}
@media (max-width: 1200px) {
  .p-hero__media img {
    padding-left: 0;
    margin-top: -356px;
  }
}
@media (max-width: 992px) {
  .p-hero__media {
    position: absolute;
    width: 40%;
    right: 0;
  }
  .p-hero__media img {
    margin-top: -326px;
    width: 100%;
  }
}
.p-problem {
  position: relative;
  z-index: 10;
  background-color: #01594e;
  padding-top: 24px;
}
.p-problem h2 {
  font-weight: 600;
  color: #d4e9d1;
  text-align: center;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 32px;
}
.p-problem-title--lg {
  font-size: 40px;
  letter-spacing: -0.03em;
}
@media (max-width: 1400px) {
  .p-problem-title--lg {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .p-problem-title--lg {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .p-problem-title--lg {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .p-problem-title--lg {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .p-problem-title--lg {
    font-size: 24px;
  }
}
.p-problem-title--em {
  color: #ffc83c;
}
.p-problem__box {
  background-color: white;
  border-radius: 16px;
  padding: 24px 64px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 32px;
  position: relative;
}
.p-problem__box ul {
  display: flex;
  flex-direction: column;
}
.p-problem__box ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px dotted #292929;
  padding: 16px 64px;
}
.p-problem__box ul li > p {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .p-problem__box ul li > p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-problem__box ul li > p {
    font-size: 18px;
  }
}
.p-problem__box ul li > p strong {
  color: #01594e;
  font-weight: 600;
  color: #0f5f14;
}
.p-problem__box ul li:last-child {
  border: none;
}
@media (max-width: 1400px) {
  .p-problem__box ul li {
    padding: 16px 56px;
  }
}
@media (max-width: 992px) {
  .p-problem__box {
    padding: 16px 24px;
    margin-top: 120px;
  }
  .p-problem__box ul li {
    padding: 16px 16px;
  }
}
.p-problem__check {
  width: 32px;
}
@media (max-width: 1200px) {
  .p-problem__check {
    width: 28px;
  }
}
@media (max-width: 768px) {
  .p-problem__check {
    width: 24px;
  }
}
.p-problem__persons {
  position: absolute;
  right: 0;
  top: 0;
  translate: 50% -25%;
}
.p-problem__persons img {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .p-problem__persons {
    translate: 37% -50%;
  }
  .p-problem__persons img {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .p-problem__persons {
    translate: 15% -40%;
  }
  .p-problem__persons img {
    width: 220px;
  }
}
@media (max-width: 992px) {
  .p-problem__persons {
    right: unset;
    left: 50%;
    top: 0;
    translate: -50% -85%;
    z-index: -1;
  }
  .p-problem__persons img {
    width: 200px;
  }
}
.p-problem__connect {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 60px;
  translate: -50%;
  background-color: inherit;
  height: 100px;
  clip-path: polygon(40% 0%, 60% 0%, 50% 60px);
  margin-bottom: 600px;
}

.p-solution {
  padding-top: 96px;
  position: relative;
  background-color: #fdf6ed;
  z-index: 0;
}
.p-solution__inner {
  padding-top: 24px;
}
.p-solution__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: -156px auto 96px;
  padding: 156px 64px 96px;
  border-radius: 0 0 32px 32px;
  background-color: #fbf198;
  outline-offset: 4px;
  outline: 6px solid #f4e985;
  color: #54545e;
}
.p-solution__title > span:first-of-type {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .p-solution__title > span:first-of-type {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-solution__title > span:first-of-type {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .p-solution__title > span:first-of-type {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-solution__title > span:first-of-type {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-solution__title > span:first-of-type {
    font-size: 22px;
  }
}
.p-solution__title > span:last-of-type {
  position: relative;
  z-index: 0;
  text-align: center;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-weight: 600;
  padding-inline: 16px;
}
@media (max-width: 1400px) {
  .p-solution__title > span:last-of-type {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .p-solution__title > span:last-of-type {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .p-solution__title > span:last-of-type {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .p-solution__title > span:last-of-type {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .p-solution__title > span:last-of-type {
    font-size: 24px;
  }
}
.p-solution__title > span:last-of-type::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50%;
  bottom: 0;
  height: 8px;
  z-index: -1;
  border-bottom: 8px solid #77ce6b;
}
@media (max-width: 1200px) {
  .p-solution__title {
    width: 100%;
    padding: 128px 32px 68px;
  }
}
@media (max-width: 992px) {
  .p-solution__title {
    width: 100%;
    padding: 128px 32px 48px;
  }
}
.p-solution__wrap {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  margin-bottom: 96px;
}
.p-solution__circle-card {
  flex: 1;
  position: relative;
  aspect-ratio: 1;
  border: 16px solid #fce8c2;
  border-radius: 50%;
  transition: border 1s ease;
}
.p-solution__circle-card:hover {
  border: 16px solid #cfbea0;
}
.p-solution__circle-card:hover figcaption {
  scale: 1.05;
}
.p-solution__circle-card-img {
  padding: 16px;
  background-color: #fdf6ed;
  position: absolute;
  width: 96px;
  height: 96px;
  top: -8px;
  translate: 0 -50%;
}
.p-solution__circle-card-img img {
  width: 100%;
  height: 100%;
}
.p-solution__circle-card figure {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-solution__circle-card figcaption {
  text-align: center;
  color: #7d4b0f;
  font-size: 24px;
  font-weight: 600;
  transition: scale 0.2s ease;
}
@media (max-width: 1200px) {
  .p-solution__circle-card figcaption {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-solution__circle-card figcaption {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .p-solution__wrap {
    gap: 48px;
  }
}
@media (max-width: 1200px) {
  .p-solution__wrap {
    gap: 24px;
  }
  .p-solution__circle-card {
    border: 12px solid #fce8c2;
  }
  .p-solution__circle-card-img {
    width: 72px;
    height: 72px;
  }
  .p-solution__circle-card figcaption {
    white-space: nowrap;
    z-index: 5;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .p-solution__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 48px;
  }
  .p-solution__circle-card {
    width: 90%;
    margin: 0 auto;
  }
  .p-solution__circle-card-img {
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 768px) {
  .p-solution__wrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .p-solution__circle-card-img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 576px) {
  .p-solution__wrap {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .p-solution__circle-card-img {
    width: 64px;
    height: 64px;
  }
}
.p-solution__text {
  width: 80%;
  margin: 0 auto;
}
.p-solution__text > p {
  font-size: 20px;
  margin-bottom: 12px;
}
.p-solution__text > p > sup {
  font-size: 0.9em;
  vertical-align: top;
  margin: auto 2px;
  color: #777;
  font-weight: 600;
  position: relative;
  top: -2px;
}
.p-solution__text ol > li {
  margin-bottom: 8px;
}
.p-solution__sup {
  display: flex;
  gap: 24px;
}

.p-features {
  background-color: #f7fcfa;
  position: relative;
  border-top: 16px solid #2bb473;
  border-bottom: 16px solid #2bb473;
}
.p-features::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  border-top: 3px solid #2bb473;
  translate: 0 3px;
}
.p-features::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 3px solid #2bb473;
  translate: 0 -3px;
}
.p-features__subhead {
  text-align: center;
  margin-bottom: 64px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}
.p-features__subhead > span:nth-child(1) {
  display: block;
  font-size: 32px;
}
@media (max-width: 1400px) {
  .p-features__subhead > span:nth-child(1) {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-features__subhead > span:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .p-features__subhead > span:nth-child(1) {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-features__subhead > span:nth-child(1) {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-features__subhead > span:nth-child(1) {
    font-size: 22px;
  }
}
.p-features__subhead > span:nth-child(2) {
  position: relative;
  display: inline-block;
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}
.p-features__subhead > span:nth-child(2)::before {
  position: absolute;
  content: "";
  border-left: 1px solid #292929;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  height: 70%;
  width: 12px;
  top: 50%;
  left: -96px;
  translate: 0 -50%;
}
.p-features__subhead > span:nth-child(2)::after {
  position: absolute;
  content: "";
  border-right: 1px solid #292929;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  height: 70%;
  width: 12px;
  top: 50%;
  right: -96px;
  translate: 0 -50%;
}
@media (max-width: 1400px) {
  .p-features__subhead > span:nth-child(2) {
    font-size: 56px;
  }
}
@media (max-width: 1200px) {
  .p-features__subhead > span:nth-child(2) {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .p-features__subhead > span:nth-child(2) {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-features__subhead > span:nth-child(2) {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .p-features__subhead > span:nth-child(2) {
    font-size: 32px;
  }
  .p-features__subhead > span:nth-child(2)::before {
    left: -24px;
  }
  .p-features__subhead > span:nth-child(2)::after {
    right: -24px;
  }
}
.p-features__subhead--initial {
  font-size: 1.2em;
}
.p-features h2 {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  color: #122703;
  margin: 0 auto;
  z-index: 0;
}
.p-features h2 span {
  padding-inline: 24px;
  position: relative;
  color: #122703;
  background-color: #f7fcfa;
  z-index: 10;
}
.p-features h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #749570;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.p-features__lists {
  border-bottom: 2px solid #749570;
  padding: 24px;
  margin-bottom: 64px;
}
.p-features__lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.p-features__lists ul li {
  color: #7d4b0f;
  font-weight: 600;
  width: calc(33.3333333333% - 24px);
  background-color: white;
  border: 1px solid #749570;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .p-features__lists ul li {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-features__lists ul li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-features__lists ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-features__lists ul li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-features__lists ul li {
    font-size: 16px;
  }
}
.p-features__lists ul li:hover {
  background-color: #d4f5ea;
}
.p-features__lists ul li > a {
  padding: 24px;
  display: block;
  color: inherit;
}
.p-features__lists ul li > a:hover {
  color: inherit;
}
@media (max-width: 1400px) {
  .p-features__lists {
    padding: 16px;
  }
  .p-features__lists ul li > a {
    padding: 22px 18px;
  }
}
@media (max-width: 1200px) {
  .p-features__lists ul li > a {
    padding: 22px 18px;
  }
  .p-features__lists ul li:nth-of-type(4) {
    width: calc(50% - 64px);
  }
  .p-features__lists ul li:nth-of-type(5) {
    width: calc(50% - 64px);
  }
}
@media (max-width: 992px) {
  .p-features__lists ul li {
    width: calc(50% - 48px);
  }
  .p-features__lists ul li > a {
    padding: 22px 18px;
  }
  .p-features__lists ul li:nth-of-type(4) {
    width: calc(50% - 48px);
  }
  .p-features__lists ul li:nth-of-type(5) {
    width: calc(100% - 256px);
  }
}
@media (max-width: 768px) {
  .p-features__lists ul {
    width: 100%;
  }
  .p-features__lists ul li {
    white-space: nowrap;
    width: calc(50% - 16px);
  }
  .p-features__lists ul li:nth-of-type(4) {
    width: calc(50% - 16px);
  }
  .p-features__lists ul li:nth-of-type(5) {
    width: calc(100% - 32px);
  }
}
@media (max-width: 576px) {
  .p-features__lists ul {
    flex-direction: column;
  }
  .p-features__lists ul li {
    width: calc(100% - 32px);
  }
  .p-features__lists ul li > a {
    padding: 8px 18px;
  }
  .p-features__lists ul li:nth-of-type(4) {
    width: calc(100% - 32px);
  }
  .p-features__lists ul li:nth-of-type(5) {
    width: calc(100% - 32px);
  }
}

.p-feature__inner {
  width: 80%;
}
.p-feature__article {
  background-color: #ffffff;
  padding: 48px 24px;
  margin-bottom: 48px;
  border: 1px solid rgba(101, 70, 26, 0.2666666667);
}
.p-feature__article > figure {
  margin-bottom: 64px;
}
.p-feature__article > figure figcaption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #65461a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .p-feature__article > figure figcaption {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-feature__article > figure figcaption {
    font-size: 18px;
  }
}
.p-feature__article > figure p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1400px) {
  .p-feature__article > figure p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-feature__article > figure p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-feature__article > figure p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-feature__article > figure p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-feature__article > figure p {
    font-size: 16px;
  }
}
.p-feature__title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 24px;
}
.p-feature__title--accent {
  font-size: 24px;
  color: #bccab6;
  display: block;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1200px) {
  .p-feature__title--accent {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-feature__title--accent {
    font-size: 18px;
  }
}
.p-feature__title--main {
  font-size: 32px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1400px) {
  .p-feature__title--main {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-feature__title--main {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .p-feature__title--main {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-feature__title--main {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-feature__title--main {
    font-size: 22px;
  }
}
.p-feature__title::before {
  position: absolute;
  content: "";
  left: -36px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #10a379;
}
.p-feature__title::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #10a379;
}
@media (max-width: 576px) {
  .p-feature__title::before {
    left: -18px;
    width: 6px;
  }
  .p-feature__title::after {
    left: -10px;
    width: 3px;
  }
}
.p-feature__interface-img {
  display: flex;
  width: 100%;
  gap: 16px;
}

.p-feature__ledger-row {
  display: flex;
  align-items: stretch;
}
.p-feature__ledger-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-feature__ledger-grid {
  display: flex;
  align-items: stretch;
}
.p-feature__ledger-card {
  display: flex;
  flex-direction: column;
}
.p-feature__ledger-card p {
  margin: 0;
  padding: 8px 12px;
  background-color: grey;
}
.p-feature__ledger-image {
  padding: 24px;
}
.p-feature__ledger-image img {
  height: 700px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-feature__ledger-list--active {
  background-color: #01594e !important;
  color: white !important;
}
.p-feature__ledger-lists {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 1px;
  background-color: #01594e;
  border: 1px solid #01594e;
}
.p-feature__ledger-lists li {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  padding: 6px;
  text-align: center;
  color: #01594e;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .p-feature__ledger-lists li {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-feature__ledger-lists li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-feature__ledger-lists li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-feature__ledger-lists li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-feature__ledger-lists li {
    font-size: 16px;
  }
}
.p-feature__ledger-lists li:hover {
  background-color: #d4f5ea;
}
.p-feature__ledger-image {
  padding: 24px;
}
.p-feature__ledger-image p {
  font-weight: 600;
}
.p-feature__ledger-image img {
  margin: 0 auto;
  height: 650px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .p-feature__ledger-image img {
    height: unset;
    width: 100%;
    margin-top: 24px;
  }
}
.p-feature__report-list {
  width: 80%;
  margin: 0 auto;
}
.p-feature__report-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  flex-wrap: wrap;
  border-top: 2px solid #01594e;
  margin-bottom: 64px;
}
.p-feature__report-item h4 {
  font-size: 24px;
  font-weight: 600;
  background-color: #01594e;
  color: white;
  padding: 24px 16px;
  margin: 0 auto;
  width: 160px;
  text-align: center;
}
@media (max-width: 1200px) {
  .p-feature__report-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-feature__report-item h4 {
    font-size: 18px;
  }
}
.p-feature__report-item > .p-feature__report-item-explain {
  padding-left: 32px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.p-feature__report-item > ul {
  align-self: flex-start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-left: 32px;
  padding-top: 16px;
}
.p-feature__report-item > ul li {
  font-size: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(101, 70, 26, 0.2666666667);
  border-radius: 999px;
}
@media (max-width: 1400px) {
  .p-feature__report-item > ul li {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-feature__report-item > ul li {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-feature__report-item > ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-feature__report-item > ul li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-feature__report-item > ul li {
    font-size: 16px;
  }
}
.p-feature__report-item-col {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0 !important;
}
.p-feature__report-item-col li {
  border: none !important;
}
.p-feature__report-item-arrow {
  position: relative;
  min-height: 70px;
}
.p-feature__report-item-arrow::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-bottom: 6px solid #01594e;
  border-right: 6px solid #01594e;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.p-feature__report-item-arrow::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-bottom: 6px solid #01594e;
  border-right: 6px solid #01594e;
  left: 50%;
  top: 50%;
  translate: -50% calc(-50% + 24px);
  rotate: 45deg;
}
.p-feature__report-item--mb0 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .p-feature__report-list {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .p-feature__report-list {
    width: 100%;
  }
  .p-feature__report-item h4 {
    padding: 18px 8px;
    width: 130px;
  }
  .p-feature__report-item > ul {
    gap: 8px;
  }
  .p-feature__report-item > ul li {
    padding: 6px 8px;
  }
}
@media (max-width: 768px) {
  .p-feature__report-item h4 {
    padding: 18px 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-feature__total-system {
  position: relative;
  --circle-size: 250px;
  --box-size: 600px;
  --distance: 200px;
}
@media (max-width: 992px) {
  .p-feature__total-system {
    --circle-size: 250px;
    --box-size: 80vw;
    --distance: 180px;
  }
}
@media (max-width: 768px) {
  .p-feature__total-system {
    --circle-size: 200px;
    --box-size: 80vw;
    --distance: 150px;
  }
}
@media (max-width: 576px) {
  .p-feature__total-system {
    --circle-size: 180px;
    --box-size: 80vw;
    --distance: 115px;
  }
}
.p-feature__total-system-box {
  position: relative;
  width: var(--box-size);
  height: var(--box-size);
  margin: 0 auto;
  z-index: 0;
}
.p-feature__total-system-circle {
  z-index: 20;
  position: relative;
  width: var(--circle-size);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 9999px;
  position: absolute;
  translate: calc(var(--box-size) / 2 - var(--circle-size) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
.p-feature__total-system-circle:nth-of-type(1) {
  background-color: #c7e9fb;
  border: 4px solid rgb(103.8, 195.6, 244.2);
}
.p-feature__total-system-circle:nth-of-type(2) {
  background-color: #6dc189;
  border: 4px solid rgb(59.6153846154, 140.3846153846, 86.5384615385);
}
.p-feature__total-system-circle:nth-of-type(3) {
  background-color: #fff5fe;
  border: 4px solid rgb(255, 143, 243.8);
}
.p-feature__total-system-circle h4 {
  font-size: 24px;
  text-align: center;
}
.p-feature__total-system-circle h4 {
  translate: 0 16px;
}
.p-feature__total-system-circle p {
  translate: 0 16px;
}
@media (max-width: 992px) {
  .p-feature__total-system-circle h4 {
    translate: 0 16px;
  }
  .p-feature__total-system-circle p {
    translate: 0 16px;
  }
}
@media (max-width: 768px) {
  .p-feature__total-system-circle h4 {
    translate: 0 14px;
  }
  .p-feature__total-system-circle p {
    translate: 0 14px;
  }
}
@media (max-width: 576px) {
  .p-feature__total-system-circle h4 {
    translate: 0 16px;
  }
  .p-feature__total-system-circle p {
    translate: 0 16px;
  }
}
.p-feature__total-system-circle:nth-of-type(2) {
  position: absolute;
  translate: calc(var(--box-size) / 2 - var(--circle-size) / 2 - var(--distance) * 0.8660254038) calc(var(--distance) + var(--distance) * 0.5);
}
.p-feature__total-system-circle:nth-of-type(3) {
  position: absolute;
  translate: calc(var(--box-size) / 2 - var(--circle-size) / 2 + var(--distance) * 0.8660254038) calc(var(--distance) + var(--distance) * 0.5);
}
.p-feature__total-system-circle-orbit {
  z-index: 10;
  width: calc(var(--distance) * 2);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  translate: -50% calc(var(--circle-size) / 2);
}
.p-feature__total-system-circle-orbit div {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-feature__total-system-circle-orbit div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 16px; /* 枠の太さ */
  background: linear-gradient(135deg, #000, #eee);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: rotateOrbit 5s linear infinite;
}

.p-reasons {
  padding-top: 96px;
  margin-top: 60px;
  background-color: white;
  margin-bottom: 96px;
}
.p-reasons__inner {
  position: relative;
  background-color: #fff;
  border: 16px solid #fbaf40;
  padding-top: 0;
}
.p-reasons__title--row {
  display: flex;
  gap: 16px;
}
.p-reasons__title--col {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.p-reasons__title--col span:nth-of-type(1) {
  font-size: 22px;
}
.p-reasons__title--col span:nth-of-type(2) {
  font-size: 60px;
}
.p-reasons__title--acc {
  font-size: 96px;
  color: #fbaf40;
}
.p-reasons h2 {
  padding-inline: 48px;
  position: relative;
  font-size: 40px;
  margin-bottom: 32px;
  background-color: white;
  display: inline-block;
  left: 50%;
  translate: -50% -50%;
}
.p-reasons h2 span {
  width: -moz-fit-content;
  width: fit-content;
}
.p-reasons__contents {
  margin-top: -64px;
  padding: 24px;
}
.p-reasons__card {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 12px 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.p-reasons__card-wrap {
  display: flex;
  align-items: center;
  gap: 48px;
}
.p-reasons__card--number {
  color: #7e7e7e;
  left: 50%;
  top: 0;
  opacity: 0.5;
  font-size: 64px;
  font-weight: 600;
}
.p-reasons__card h3 {
  text-align: left;
  margin: auto 0;
  padding: 8px 0 8px;
  line-height: 1.6;
  font-size: 36px;
  color: #65461a;
  position: relative;
}
.p-reasons__card h3 > span:nth-of-type(1) {
  display: block;
  font-size: 0.8em;
}
.p-reasons__card h3 > span:nth-of-type(2) {
  display: block;
  position: relative;
  z-index: 0;
}
.p-reasons__card h3 > span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background-color: #fcd976;
  height: 8px;
  width: 105%;
  left: 50%;
  bottom: 0;
  translate: -50% -10px;
  z-index: -1;
}
.p-reasons__card h3::before {
  content: "";
  position: absolute;
  left: -24px;
  width: 2px;
  height: 100%;
  top: 50%;
  translate: 0 -50%;
  background-color: rgba(101, 70, 26, 0.4);
}
.p-reasons__card--active {
  translate: 0 12px;
}
.p-reasons__card--active .p-reasons__arrow {
  translate: 0 40px;
}
.p-reasons__arrow {
  position: absolute;
  background-color: #fbaf40;
  width: 32px;
  height: 16px;
  bottom: 8px;
  left: 50%;
  translate: -50% 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-reasons__detail-area {
  margin-top: 48px;
  margin-bottom: 96px;
}
.p-reasons__detail-area:last-of-type {
  margin-bottom: 0px;
}
.p-reasons__detail-figure {
  position: relative;
  opacity: 1;
}
.p-reasons__detail-figure--active {
  position: relative;
  display: block;
  opacity: 1;
  translate: 0% 0%;
  transition: all 500ms ease;
}
.p-reasons__detail-figure img {
  margin: 0 auto;
}
.p-reasons__detail-figure-option {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 0 auto;
  border: 2px solid #65461a;
}
.p-reasons__detail-figure figcaption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #65461a;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .p-reasons__detail-figure figcaption {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-reasons__detail-figure figcaption {
    font-size: 18px;
  }
}
.p-reasons__detail-figure p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .p-reasons__detail-figure p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-reasons__detail-figure p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-reasons__detail-figure p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-reasons__detail-figure p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-reasons__detail-figure p {
    font-size: 16px;
  }
}
.p-reasons__total-flow--g1 {
  background-color: #fff3e0 !important;
}
.p-reasons__total-flow--g1 > dt {
  background-color: #ef6c00 !important;
}
.p-reasons__total-flow--g1 > dd > dl > dt {
  background-color: #ff9800 !important;
}
.p-reasons__total-flow--g1 > dd dd {
  color: #ef6c00;
  border-color: #ef6c00 !important;
}
.p-reasons__total-flow--g1 > dd dd:hover {
  background-color: #ffe0b2;
}
.p-reasons__total-flow--g2 {
  background-color: #e8f5e9 !important;
}
.p-reasons__total-flow--g2 > dt {
  background-color: #2e7d32 !important;
}
.p-reasons__total-flow--g2 > dd > dl > dt {
  background-color: #66bb6a !important;
}
.p-reasons__total-flow--g2 > dd > dl dd {
  color: #2e7d32;
  border-color: #2e7d32 !important;
}
.p-reasons__total-flow--g2 > dd > dl dd:hover {
  background-color: #c8e6c9;
}
.p-reasons__total-flow--g3 {
  background-color: #f3e5f5 !important;
}
.p-reasons__total-flow--g3 > dt {
  background-color: #6a1b9a !important;
}
.p-reasons__total-flow--g3 > dd > dl > dt {
  background-color: #9c27b0 !important;
}
.p-reasons__total-flow--g3 > dd > dl dd {
  color: #6a1b9a;
  border-color: #6a1b9a !important;
}
.p-reasons__total-flow--g3 > dd > dl dd:hover {
  background-color: #e1bee7;
}
.p-reasons__total-flow--row {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.p-reasons__total-flow--row dl {
  flex: 1;
}
.p-reasons__total-flow--col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.p-reasons__total-flow--col:nth-of-type(1) {
  min-width: 200px;
}
.p-reasons__total-flow--row-item:nth-of-type(1) {
  width: 22%;
}
@media (max-width: 1200px) {
  .p-reasons__total-flow--row-item:nth-of-type(1) {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .p-reasons__total-flow--row-item:nth-of-type(1) {
    width: 35%;
  }
}
.p-reasons__total-flow--row-item:nth-of-type(2) {
  flex: 1;
}
.p-reasons__total-flow--row-item:nth-of-type(3) {
  flex: 1;
}
.p-reasons__total-flow-hidden-space {
  height: 150px;
}
.p-reasons__total-flow--grouphead {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  background-color: #edf5fc;
}
.p-reasons__total-flow--grouphead dt {
  white-space: nowrap;
  font-size: 20px;
  padding: 8px 32px;
  background-color: #3a75bb;
  color: white;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .p-reasons__total-flow--grouphead dt {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .p-reasons__total-flow--grouphead dt {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-reasons__total-flow--grouphead dt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-reasons__total-flow--grouphead dt {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-reasons__total-flow--grouphead dt {
    font-size: 16px;
  }
}
.p-reasons__total-flow--grouphead dd {
  white-space: nowrap;
  flex-grow: 1;
  padding: 6px 8px;
}
.p-reasons__total-flow--head {
  flex: 1;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.p-reasons__total-flow--head dt {
  width: 100%;
  white-space: nowrap;
  padding: 6px 24px;
  font-size: 18px;
  background-color: #5eaad7;
  color: white;
  margin-bottom: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .p-reasons__total-flow--head dt {
    font-size: 16px;
  }
}
.p-reasons__total-flow--head dd {
  display: block;
  position: relative;
  white-space: nowrap;
  flex: 1;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border: 1px solid #5eaad7;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.p-reasons__total-flow--head dd:hover {
  background-color: #ebf1f8;
}
.p-reasons__total-flow--head2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.p-reasons__total-flow--head2col > dd {
  flex: 0 0 47.5% !important;
}
.p-reasons__total-flow--head2col > dd.p-reasons__total-flow--fullw {
  flex: 0 0 97.5% !important;
}
.p-reasons__total-flow--head2col--block {
  font-size: 0;
  display: block !important;
  margin-top: auto;
}
.p-reasons__total-flow--head2col--block > dd {
  display: inline-block;
  width: calc(50% - 4px);
  padding-block: 16px;
}
.p-reasons__total-flow--head2col--block > dd:first-of-type {
  margin-right: 8px;
}
.p-reasons__total-flow--options {
  background-color: #eee;
  padding: 24px 16px 32px;
  margin-top: 40px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.p-reasons__total-flow--options-wrap {
  display: flex;
  width: 100%;
  gap: 16px;
  position: relative;
}
.p-reasons__total-flow--options-wrap li {
  flex: 1;
  position: relative;
  font-size: 18px;
  padding: 8px 0;
  border: 1px solid #555;
  text-align: center;
  background-color: #fff;
}
.p-reasons__total-flow--options-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 200px;
  height: 60px;
  translate: -50% -115%;
  background-color: #fbaf40;
  clip-path: polygon(50% 0, 100% 30%, 75% 30%, 75% 70%, 100% 70%, 50% 100%, 0% 70%, 25% 70%, 25% 30%, 0% 30%);
}
.p-reasons__total-flow--options-ext {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #01594e;
  color: white;
  padding: 8px 64px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
  left: 50%;
  top: 100%;
  translate: -50% -50%;
}
@media (max-width: 992px) {
  .p-reasons__total-flow--options-wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .p-reasons__total-flow--options-wrap li {
    flex: unset;
    width: calc(50% - 48px);
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .p-reasons__total-flow--options-wrap li {
    flex: unset;
    width: calc(50% - 24px);
    padding: 8px 0;
  }
  .p-reasons__total-flow--options-ext {
    width: calc(100% - 32px);
  }
}
@media (max-width: 576px) {
  .p-reasons__total-flow--options-wrap {
    gap: 4px;
  }
  .p-reasons__total-flow--options-wrap li {
    flex: unset;
    width: calc(50% - 4px);
    padding: 8px 0;
  }
  .p-reasons__total-flow--options-ext {
    width: calc(100% - 32px);
    padding: 8px 24px;
  }
}
.p-reasons__total-flow--option-area {
  position: relative;
  background-color: #eee;
  padding: 24px 16px;
  margin-top: 16px;
  display: flex;
  height: 100px;
  align-items: center;
  gap: 16px;
}
.p-reasons__total-flow--option-area p {
  white-space: nowrap;
  position: relative;
  flex: 1;
  font-size: 18px;
  padding: 8px 24px;
  border: 1px solid #555;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
}
.p-reasons__total-flow--option-area--hidden {
  background-color: transparent;
}
.p-reasons__total-flow--option-label::after {
  position: absolute;
  content: "";
  right: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-reasons__total-flow--option-label::after {
    right: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
  }
}
.p-reasons__total-flow--shiwake-label {
  position: relative;
}
.p-reasons__total-flow--shiwake-label::after {
  content: "仕訳";
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 50% -50%;
  padding: 4px 3px 4px 1px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  background-color: black;
}
@media (max-width: 768px) {
  .p-reasons__total-flow--shiwake-label::after {
    font-size: 12px;
    line-height: 12px;
  }
}
.p-reasons__total-flow > p {
  margin-top: 8px;
}
.p-reasons__total-flow > p span {
  color: red;
  margin-right: 4px;
}
.p-reasons__total-flow > p .sup_shiwake {
  color: white;
  background-color: black;
  padding: 4px;
}
.p-reasons__ccw-image {
  padding: 24px;
}
.p-reasons__ccw-image p {
  font-weight: 600;
}
.p-reasons__ccw-image img {
  height: 550px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reasons__ccw-list--active {
  background-color: #3a75bb !important;
  color: white !important;
}
.p-reasons__ccw-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  background-color: #5eaad7;
  border: 1px solid #5eaad7;
  margin-bottom: 16px;
}
.p-reasons__ccw-lists li {
  font-size: 20px;
  font-weight: 600;
  padding: 6px;
  text-align: center;
  color: #5eaad7;
  background-color: white;
  cursor: pointer;
}
.p-reasons__ccw-lists li:hover {
  background-color: #dfeef7;
}
.p-reasons__ccw2-viewer {
  position: relative;
}
.p-reasons__ccw2-viewer:hover > div:nth-of-type(1) {
  opacity: 0;
  scale: 0 1;
}
.p-reasons__ccw2-viewer:hover > div:nth-of-type(2) {
  display: block;
  opacity: 1;
  scale: 1 1;
}
.p-reasons__ccw2-flip {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 60px;
  z-index: 100;
  translate: -50%;
}
.p-reasons__ccw2-image {
  transition: all 500ms ease;
  padding: 24px;
}
.p-reasons__ccw2-image:nth-of-type(1) {
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50%;
  scale: 1 1;
}
.p-reasons__ccw2-image:nth-of-type(2) {
  opacity: 0;
  scale: 0 1;
}
.p-reasons__ccw2-image p {
  font-weight: 600;
}
.p-reasons__ccw2-image img {
  height: 550px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reasons__ccw2-list--active {
  background-color: #3a75bb !important;
  color: white !important;
}
.p-reasons__ccw2-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  background-color: #5eaad7;
  border: 1px solid #5eaad7;
  margin-bottom: 16px;
}
.p-reasons__ccw2-lists li {
  font-size: 20px;
  font-weight: 600;
  padding: 6px;
  text-align: center;
  color: #5eaad7;
  background-color: white;
  cursor: pointer;
}
.p-reasons__ccw2-lists li:hover {
  background-color: #dfeef7;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

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

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.text-ul {
  position: relative;
  z-index: 0;
  text-align: center;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.text-ul::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  translate: -50%;
  border-radius: 999px;
  bottom: 0;
  height: 8px;
  z-index: -1;
  border-bottom: 8px solid rgba(119, 206, 107, 0.5333333333);
}

.p-contact {
  background-color: #e7eef7;
  background-color: #f7f5f0;
}
.p-contact__wrap {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .p-contact__wrap {
    flex-direction: column;
  }
}
.p-contact__title {
  font-weight: 600;
  padding-right: 24px;
}
.p-contact__title > span {
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
}
.p-contact__title > span:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .p-contact__title > span {
    display: inline;
  }
  .p-contact__title > span:nth-of-type(1) {
    display: block;
    margin: 0 auto 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 576px) {
  .p-contact__title > span {
    display: block;
    text-align: center;
  }
}
.p-contact__textwrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1200px) {
  .p-contact__textwrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .p-contact__textwrap {
    width: 100%;
  }
}
.p-contact__textwrap > p {
  padding-inline: 16px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 992px) {
  .p-contact__textwrap > p {
    font-size: 16px;
  }
}
.p-contact__textwrap > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #333;
}
@media (max-width: 1200px) {
  .p-contact__textwrap > p {
    margin-top: 16px;
    text-align: center;
    padding-inline: 64px;
  }
}
@media (max-width: 992px) {
  .p-contact__textwrap > p {
    padding-inline: 64px;
    padding: 0;
    width: 100%;
  }
}
.p-contact__intouch {
  display: flex;
  gap: 32px;
  padding: 0 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .p-contact__intouch {
    flex-direction: column;
  }
}
.p-contact__telarea > p {
  font-size: 32px;
  font-weight: 600;
}
.p-contact__telarea > p svg {
  width: 32px;
}
.p-contact__telnum {
  display: flex;
  padding: 0 4px;
  align-items: center;
  gap: 8px;
}
.p-contact__telnum svg {
  width: 32px;
}
.p-contact__telnum-number {
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap;
}
.p-contact__time {
  display: flex;
  border: 1px solid #333;
  align-items: center;
  position: relative;
}
.p-contact__time > span {
  display: block;
}
.p-contact__time > span:nth-of-type(1) {
  padding: 8px;
  border-right: 1px solid #333;
}
.p-contact__time > span:nth-of-type(2) {
  padding: 8px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.p-contact__form {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .p-contact__form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .p-contact__form {
    width: 100%;
  }
}
.p-contact__form--inner {
  position: relative;
  width: 100%;
  height: 100%;
  translate: 0 -4px;
}
.p-contact__form--cta {
  height: 100%;
  bottom: 0;
  cursor: pointer;
}
.p-contact__form--cta:hover {
  translate: 0 -4px;
}
.p-contact__form--cta:hover .c-product-cta__wrap {
  box-shadow: 4px 12px 2px #2e9522;
}
.p-contact__form--cta:active {
  translate: 0 4px;
}
.p-contact__form--cta:active .c-product-cta__wrap {
  box-shadow: 4px 4px 2px #2e9522;
}
.p-contact__form--cta--wrap > span {
  color: white;
  display: block;
  text-align: center;
  padding: 0 96px;
}
.p-contact__form--cta--wrap > span:nth-of-type(1) {
  padding-top: 6px;
}
.p-contact__form--cta--wrap > span:nth-of-type(2) {
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .p-contact__form--cta--wrap > span {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-contact__form--cta--wrap .c-product-cta__star {
    scale: 0.8;
  }
  .p-contact__form--cta--wrap .c-product-cta__click {
    scale: 0.8;
    right: 0;
    top: 0;
    translate: 10% 0;
  }
}
@media (max-width: 576px) {
  .p-contact__form--cta--wrap > span {
    font-size: 16px !important;
  }
  .p-contact__form--cta .c-product-cta__star {
    scale: 0.65;
  }
}/*# sourceMappingURL=product-ccm.css.map */