@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: #1b2131;
  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: #1297f5;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(8.5829959514, 122.7368421053, 203.4170040486);
}

.c-btn {
  display: inline-block;
  margin: 0;
  background-color: #dcedfb;
  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(233.7307692308, 244.0615384615, 252.5692307692);
}
.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: #1b2131;
}
@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(45.1184210526, 55.1447368421, 81.8815789474);
}
.c-btn > a:hover > span,
.c-btn button:hover > span {
  background-color: #1297f5;
}
.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: #1b2131;
  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-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: #dcedfb;
  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: #dcedfb;
  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;
}

.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 #dcedfb) drop-shadow(0 0 10px rgba(220, 237, 251, 0.5)) drop-shadow(0 0 18px #dcedfb);
}
@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: #1297f5;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo-text-bump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
    fill: #1297f5;
  }
  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 #dcedfb;
  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: #1b2131;
  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: #1297f5;
}
.l-header__nav-item:hover .l-header__nav-link {
  color: white;
}
.l-header__nav-item:hover .l-header__nav-svg-wrap {
  background-color: #1297f5;
}
.l-header__nav-item:hover .l-header__nav-svg-contact {
  background-color: #309dd0;
  background-color: #1297f5;
  fill: white;
}
.l-header__nav-item--current {
  background-color: rgba(201, 233, 255, 0.4666666667);
  background-color: #dcedfb;
}
.l-header__nav-item--current a {
  color: #1297f5;
}
.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: #1297f5;
  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 #1297f5;
  border-bottom: 2px solid #1297f5;
}
.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(8.5829959514, 122.7368421053, 203.4170040486);
  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: rgb(6.5182186235, 93.2105263158, 154.4817813765);
}
.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: #1297f5;
  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: #dcedfb;
  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: #1b2131;
  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: #1b2131;
  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: #1b2131;
  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 #dcedfb;
  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-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-hero__wrap {
  background: url("../img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.l-hero__wrap::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; の省略形 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 95%, white 100%, white 100%);
  z-index: 0;
}
.l-hero__wrap > * {
  position: relative;
  z-index: 1;
}
.l-hero__wrap-inner {
  padding-block: 0;
}
.l-hero__catch {
  padding: 140px 100px 180px 0;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1400px) {
  .l-hero__catch {
    padding: 140px 100px 140px 0;
  }
}
@media (max-width: 992px) {
  .l-hero__catch {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .l-hero__catch {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .l-hero__catch {
    padding-bottom: 100px;
  }
}
.l-hero__title-heading {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .l-hero__title-heading {
    font-size: clamp(40px, 4vw, 48px);
  }
}
@media (max-width: 992px) {
  .l-hero__title-heading {
    font-size: clamp(36px, 4.0322580645vw, 40px);
  }
}
.l-hero__title-highlight {
  position: relative;
  z-index: 10;
  display: inline-flex;
  gap: 0em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .l-hero__title-highlight {
    margin: 0 auto 8px;
  }
}
.l-hero__title-highlight-char {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #000;
  margin: -1px;
  box-sizing: border-box;
  background-color: #fff;
  font-weight: 700;
}
.l-hero__title-highlight-char span {
  translate: 0 1.5px;
}
.l-hero__title-main {
  position: relative;
  z-index: 5;
  display: inline-block;
  font-size: 88px;
  border-radius: 999px;
  text-shadow: 0 0 8px #ffffff;
}
@media (max-width: 1200px) {
  .l-hero__title-main {
    font-size: clamp(72px, 7.3333333333vw, 88px);
  }
}
@media (max-width: 992px) {
  .l-hero__title-main {
    font-size: max(58px, 7.2580645161vw);
  }
}
@media (max-width: 768px) {
  .l-hero__title-main {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .l-hero__title-main {
    text-align: center;
  }
}
.l-hero__title-accent {
  color: #1297f5;
}
@media (max-width: 576px) {
  .l-hero__title-accent::after {
    content: "\a";
    white-space: pre;
  }
}
.l-hero__product {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 44px;
  font-weight: 400;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .l-hero__product {
    font-size: clamp(36px, 3.6666666667vw, 44px);
  }
}
@media (max-width: 992px) {
  .l-hero__product {
    font-size: clamp(26px, 3.6290322581vw, 36px);
  }
}
.l-hero__product > span {
  text-align: center;
}
@media (max-width: 768px) {
  .l-hero__product > span:nth-of-type(1) {
    flex: 1;
    font-size: 24px;
  }
  .l-hero__product > span:nth-of-type(3) {
    flex: 1;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .l-hero__product > span:nth-of-type(1) {
    flex: 1;
    font-size: 22px;
  }
  .l-hero__product > span:nth-of-type(3) {
    flex: 1;
    font-size: 22px;
  }
}
.l-hero__product-cross {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.l-hero__product-cross::before, .l-hero__product-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}
.l-hero__product-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-hero__product-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-hero__subtitle {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.03em;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1200px) {
  .l-hero__subtitle {
    font-size: clamp(20px, 2.1666666667vw, 26px);
  }
}
@media (max-width: 992px) {
  .l-hero__subtitle {
    font-size: clamp(18px, 2.0161290323vw, 20px);
  }
}
.l-hero-slide {
  position: relative;
}
.l-hero-slide__wrap {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  padding: 0 20px;
  max-width: 1520px;
  z-index: 20;
}
@media (max-width: 1400px) {
  .l-hero-slide__wrap {
    max-width: 1520px;
  }
}
@media (max-width: 1200px) {
  .l-hero-slide__wrap {
    width: 100%;
    translate: -50% -80%;
  }
}
@media (max-width: 576px) {
  .l-hero-slide__wrap {
    padding-inline: 0;
  }
}
.l-hero-slide__cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  --slideDuration: 0ms;
}
.l-hero-slide-card {
  flex: 1;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .l-hero-slide-card {
    padding: 16px 10px;
  }
}
@media (max-width: 1200px) {
  .l-hero-slide-card {
    padding: 8px 10px;
  }
}
.l-hero-slide-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  height: calc(100% - 8px);
  border-right: 1.5px solid rgba(0, 0, 0, 0.3333333333);
}
.l-hero-slide-card:last-child::after {
  border: none;
}
.l-hero-slide-card:hover .l-hero-slide-card__wrap {
  transition: scale 200ms ease;
  opacity: 1;
  scale: 1.03;
}
.l-hero-slide-card--active {
  position: relative;
}
.l-hero-slide-card--active .l-hero-slide-card__wrap {
  opacity: 1;
}
.l-hero-slide-card--active::before {
  animation: thumb-progress var(--slideDuration) linear forwards;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #84b1d7;
}
@keyframes thumb-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.l-hero-slide-card__wrap {
  display: flex;
  gap: 10px;
  opacity: 0.4;
  position: relative;
}
@media (max-width: 1200px) {
  .l-hero-slide-card__wrap {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(1) {
    order: 1;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) {
    display: contents;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) > p:nth-of-type(1) {
    order: 0;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) > p:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-hero-slide-card__wrap > div:nth-of-type(1) {
    order: 1;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) {
    display: contents;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) > p:nth-of-type(1) {
    order: 0;
    display: none;
  }
  .l-hero-slide-card__wrap > div:nth-of-type(2) > p:nth-of-type(2) {
    display: none;
  }
}
.l-hero-slide-card__image {
  width: 100px;
}
@media (max-width: 1400px) {
  .l-hero-slide-card__image {
    width: 80px;
  }
}
@media (max-width: 1200px) {
  .l-hero-slide-card__image {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .l-hero-slide-card__image {
    width: min(80px, 95%);
  }
}
.l-hero-slide-card__title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif, "Noto Sans JP";
  font-optical-sizing: auto;
}
@media (max-width: 1400px) {
  .l-hero-slide-card__title {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .l-hero-slide-card__title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .l-hero-slide-card__title {
    font-size: 16px;
  }
}
.l-hero-slide-card__description {
  font-size: 16px;
}
.l-hero-slide__contents {
  --slideHeight: 0px;
  position: relative;
  height: calc(var(--slideHeight) + 100px + 24px);
  padding-top: 100px;
  padding-bottom: 24px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  transition: height 600ms ease;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .l-hero-slide__contents {
    padding-top: 80px;
    height: calc(var(--slideHeight) + 80px + 24px);
  }
}
@media (max-width: 1200px) {
  .l-hero-slide__contents {
    padding-top: 60px;
    padding-bottom: 20px;
    height: calc(var(--slideHeight) + 60px + 20px);
  }
}
@media (max-width: 768px) {
  .l-hero-slide__contents {
    padding-top: 40px;
    padding-bottom: 16px;
    height: calc(var(--slideHeight) + 40px + 16px);
  }
}
.l-hero-slide__product {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  left: 50%;
  transform: translateX(100%);
  align-items: stretch;
  width: 100%;
}
@media (max-width: 1400px) {
  .l-hero-slide__product {
    padding-inline: 5vw;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.l-hero-slide__product--active {
  animation: product-active 600ms ease forwards;
}
.l-hero-slide__product--exit {
  animation: product-exit 600ms ease forwards;
}
@keyframes product-active {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes product-exit {
  0% {
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    transform: translateX(-130%);
    opacity: 0;
  }
}
.l-hero-slide__product-visual {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 1;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .l-hero-slide__product-visual {
    flex: 0 0 1;
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .l-hero-slide__product-visual {
    flex: 0 0 35%;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product-visual {
    display: contents;
  }
  .l-hero-slide__product-visual > div {
    display: none;
  }
}
.l-hero-slide__product-visual p {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif, "Noto Sans JP";
  font-optical-sizing: auto;
  line-height: 1;
  margin: 8px auto 8px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .l-hero-slide__product-visual p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .l-hero-slide__product-visual p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product-visual p {
    margin-bottom: 16px;
    font-size: 24px;
    order: 1;
  }
}
.l-hero-slide__product-visual-img {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hero-slide__product-description {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .l-hero-slide__product-description {
    display: contents;
  }
}
.l-hero-slide__product-description-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #1297f5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 16px;
}
.l-hero-slide__product-description-title--cco {
  color: white;
  background-color: #1297f5;
}
.l-hero-slide__product-description-title--ccm {
  color: white;
  background-color: #01594e;
}
.l-hero-slide__product-description-title--wc {
  color: white;
  background-color: #e37d65;
}
.l-hero-slide__product-description-title--ml {
  color: white;
  background-color: #292f36;
}
@media (max-width: 1200px) {
  .l-hero-slide__product-description-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .l-hero-slide__product-description-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product-description-title {
    margin: 0 auto;
    padding: 4px 12px;
    border-radius: 8px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    order: 0;
  }
}
.l-hero-slide__product-description-text {
  flex: 1;
  margin-bottom: 28px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .l-hero-slide__product-description-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product-description-text {
    margin-bottom: 8px;
    order: 2;
  }
}
@media (max-width: 768px) {
  .l-hero-slide__product-description .c-btn {
    margin: 0 auto;
    order: 3;
  }
}
.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: #1297f5;
}
.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;
}

.p-news {
  text-align: center;
}
.p-news .c-card {
  background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 35%, rgba(255, 255, 255, 0.2666666667) 70%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 24px;
}
@media (max-width: 768px) {
  .p-news .c-card {
    padding: 16px;
  }
}
.p-news .l-inner {
  padding: 32px 0 0;
}
.p-news__wrap {
  margin: 0 auto;
  width: min(1056px, 80%);
}
@media (max-width: 1400px) {
  .p-news__wrap {
    width: max(1056px, 80%);
  }
}
@media (max-width: 1200px) {
  .p-news__wrap {
    width: 100%;
    max-width: 1056px;
  }
}
.p-news__wrap > p {
  font-size: 1.1em;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .p-news__wrap > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-news__wrap > p {
    line-height: 1.4;
  }
}
.p-news__head {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: -2px;
}
@media (max-width: 1200px) {
  .p-news__head {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .p-news__head {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .p-news__head {
    font-size: 17px;
  }
}
.p-news__contents {
  display: flex;
  justify-content: center; 
}
.p-news__list {
  width: 90%; 
  max-width: 800px; 
}
.p-news__item {
  text-align: left; 
}

.p-about__title {
  text-align: center;
}
.p-about-main-wrap {
  position: relative;
  gap: 0;
  display: flex;
  align-items: center;
  margin-top: -32px;
}
@media (max-width: 1200px) {
  .p-about-main-wrap {
    justify-content: center;
    text-align: center;
  }
  .p-about-main-wrap p {
    width: unset;
  }
}
@media (max-width: 768px) {
  .p-about-main-wrap p {
    font-size: 16px;
  }
}
.p-about-main-wrap:hover .p-about-cube__canvas--over {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.p-about-main__subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  .p-about-main__subtitle {
    font-size: 28px;
    margin-top: 16px;
  }
}
@media (max-width: 1200px) {
  .p-about-main__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .p-about-main__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-about-main__subtitle {
    font-size: 20px;
  }
}
.p-about-message {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .p-about-message {
    font-size: 18px;
  }
}
.p-about-message:last-child {
  margin-bottom: 0;
}
.p-about-message strong {
  font-weight: 600;
  color: #1297f5;
}
.p-about-message__group {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 12px 16px;
}
@media (max-width: 1200px) {
  .p-about-message__group {
    padding: 8px 12px;
  }
}
.p-about-message__group::after {
  position: absolute;
  content: "&";
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 36px;
  height: 36px;
  background-color: #1297f5;
  color: white;
  border-radius: 999px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1297f5;
}
.p-about-message__label {
  flex: 1;
  background: #dcedfb;
  padding: 16px;
  color: white;
  color: #292929;
  text-align: center;
}
.p-about-message__label--l {
  font-size: 22px;
}
.p-about-message__label--s {
  font-size: 18px;
}
.p-about-message__label--m {
  margin-top: 8px;
  display: block;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .p-about-message__label {
    padding: 8px;
  }
  .p-about-message__label--l {
    font-size: 20px;
  }
  .p-about-message__label--s {
    font-size: 16px;
  }
  .p-about-message__label--m {
    margin-top: 6px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-about-message__label--l {
    font-size: 18px;
  }
  .p-about-message__label--s {
    font-size: 14px;
  }
  .p-about-message__label--m {
    margin-top: 6px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .p-about-message__label--l {
    font-size: 14px;
  }
  .p-about-message__label--s {
    font-size: 12px;
    display: block;
  }
  .p-about-message__label--m {
    margin-top: 6px;
    font-size: 16px;
  }
}
.p-about-cube {
  flex: 1;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .p-about-cube {
    position: absolute;
    z-index: -1;
    width: 40%;
    right: 0;
    top: 0;
    translate: 0 -80%;
  }
}
@media (max-width: 992px) {
  .p-about-cube {
    translate: 0 -90%;
  }
}
.p-about-cube__canvas {
  aspect-ratio: 1;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.p-about-cube__canvas--over {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  transition: all 1s ease;
}
.p-about-cube__canvas img {
  margin: 0 auto;
}
.p-about-cube__canvas canvas {
  width: 100% !important;
  height: auto !important;
}
.p-about-cube__text {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 420px;
}
.p-about-sub-wrap {
  position: relative;
  padding: 48px 0 0;
  display: flex;
  gap: 72px;
}
@media (max-width: 1400px) {
  .p-about-sub-wrap {
    gap: 64px;
  }
}
@media (max-width: 1200px) {
  .p-about-sub-wrap {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .p-about-sub-wrap {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .p-about-sub-wrap {
    gap: 24px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .p-about-sub-wrap {
    gap: 8px;
  }
}
.p-about-sub__card {
  flex: 1;
}
.p-about-sub__card > div {
  display: block;
}
.p-about-sub__title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.p-about-sub__title::before {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 99px;
  left: 0;
  right: 0;
  bottom: -2px;
  translate: 0 -50%;
  background-color: #dcedfb;
}
.p-about-sub__text {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .p-about-sub__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-about-sub__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-about-sub__text {
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
.p-service {
  background-color: rgb(250, 250, 250);
  text-align: center;
}
.p-service__card {
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex: 1 1 calc(50% - 24px);
}
@media (max-width: 768px) {
  .p-service__card {
    flex: 1 1 100%;
  }
}
.p-service__card-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1400px) {
  .p-service__card-wrap {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .p-service__card-wrap {
    gap: 36px;
  }
}
@media (max-width: 992px) {
  .p-service__card-wrap {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .p-service__card-wrap {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .p-service__card-wrap {
    gap: 16px;
  }
}
.p-service__card-head {
  font-size: 24px;
  font-weight: 600;
  color: #ccc;
  margin-bottom: -16px;
}
@media (max-width: 1200px) {
  .p-service__card-head {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .p-service__card-head {
    font-size: 20px;
  }
}
.p-service__card-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .p-service__card-title {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .p-service__card-title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .p-service__card-title {
    font-size: 24px;
  }
}
.p-service__card-image {
  margin: 0 auto 22px;
  width: 320px;
}
.p-service__card-image img {
  margin: 0 auto;
}
.p-service__card-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .p-service__card-subtitle {
    font-size: 20px;
  }
}
.p-service__card-text {
  font-size: 20px;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto 8px;
  flex: 1;
}
.p-service__card-text > strong {
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  .p-service__card-text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .p-service__card-text {
    font-size: 16px;
  }
}
.p-service__card .c-btn {
  margin: 0 auto;
}

.p-contact {
  position: relative;
  text-align: center;
  /* 1: 写真（上） , 2: グラデ（下） */
  background-color: #f6fbff;
  /* 上のレイヤー(写真)を下のレイヤー(グラデ)に減算系でブレンド */
  /* “差の絶対値”に近い効果：difference / もう少しマイルド：exclusion */
}
.p-contact__en {
  font-size: 110px;
  font-weight: 800;
  color: #dcedfb;
  margin: 0;
  text-align: center;
}
.p-contact__title {
  position: relative;
  display: inline-block;
  margin-top: -20px;
  margin-bottom: 36px;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}
.p-contact__title span {
  color: #1297f5;
}
.p-contact__title::before {
  content: "";
  position: absolute;
  height: 4px;
  left: -24px;
  right: -24px;
  bottom: -2px;
  background-color: #1297f5;
}
.p-contact__title::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  right: -30px;
  bottom: -6px;
  border-radius: 50%;
  background-color: #1297f5;
}
.p-contact__way {
  display: flex;
  gap: 48px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .p-contact__way {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .p-contact__way {
    flex-direction: column;
  }
}
.p-contact__tel-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-contact__tel-area > p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(102, 102, 102, 0.2);
  padding: 4px 24px;
}
.p-contact__tel-area > p > a {
  display: flex;
  align-items: center;
}
.p-contact__tel-area::after {
  position: absolute;
  content: "";
  height: 120%;
  width: 1px;
  top: 0;
  right: -24px;
  background-color: rgba(102, 102, 102, 0.2);
}
@media (max-width: 992px) {
  .p-contact__tel-area::after {
    right: -12px;
  }
}
@media (max-width: 768px) {
  .p-contact__tel-area::after {
    content: unset;
  }
}
@media (max-width: 768px) {
  .p-contact__tel-area {
    margin-bottom: 16px;
  }
}
.p-contact__web-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact__web-area > p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact__head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-contact__tel-text {
  font-size: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .p-contact__tel-text {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .p-contact__tel-text {
    width: 28px;
    height: 28px;
  }
}
.p-contact__tel-number {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .p-contact__tel-number {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-contact__tel-number {
    font-size: 24px;
  }
}
.p-policypage-hero {
  position: relative;
  margin-bottom: -300px;
}
.p-policypage-hero .l-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-policypage-hero__wrap {
  background: url("../img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-policypage-hero__wrap::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; の省略形 */
  background: linear-gradient(rgba(255, 255, 255, 0.5333333333) 0%, rgba(255, 255, 255, 0.6666666667) 40%, rgba(255, 255, 255, 0.8) 60%, white 100%);
  z-index: 0;
}
.p-policypage-hero__wrap > * {
  position: relative;
  z-index: 1; /* 中のテキストや要素を前面に */
}
.p-policypage-hero__catch {
  padding: 140px 0 250px;
  display: inline-flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.p-policypage-hero__en {
  font-size: 96px;
  font-weight: 800;
  color: #dcedfb;
  margin: 0;
}
.p-policypage-hero__title {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: -20px;
  margin-bottom: 36px;
  font-size: 70px;
  font-weight: 700;
}
.p-policypage-hero__title span {
  color: #1297f5;
}
@media (max-width: 1400px) {
  .p-policypage-hero__en {
    font-size: 88px;
  }
  .p-policypage-hero__title {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .p-policypage-hero__en {
    font-size: 80px;
  }
  .p-policypage-hero__title {
    font-size: 54px;
  }
}
@media (max-width: 992px) {
  .p-policypage-hero__en {
    font-size: 72px;
  }
  .p-policypage-hero__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .p-policypage-hero__en {
    font-size: 56px;
    margin-bottom: 6px;
  }
  .p-policypage-hero__title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .p-policypage-hero__en {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .p-policypage-hero__title {
    font-size: 32px;
  }
}

.p-policy {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  visibility: hidden;
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.p-policy .c-section-title__sub {
  margin-bottom: 8px;
}
.p-policy .c-card {
  box-shadow: none;
}
.p-policy .c-card:hover {
  box-shadow: none;
}
.p-policy--active {
  visibility: visible;
  position: fixed;
  opacity: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5333333333);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.p-policy__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 85vh;
  height: 85dvh;
  width: 960px;
}
.p-policy .l-inner {
  padding-block: 32px;
}
.p-policy__close {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  translate: 25% -25%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.p-policy__close > svg {
  cursor: pointer;
}
.p-policy__close:active {
  translate: 27% -23% !important;
}
.p-policy__close:hover {
  translate: 23% -27%;
}
.p-policy__close:hover > svg {
  fill: rgb(8.5829959514, 122.7368421053, 203.4170040486);
}
.p-policy h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.p-policy h4 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.p-policy__text {
  width: 680px;
  margin: 0 auto;
}
.p-policy__text {
  flex: 1;
  overflow-y: scroll;
}
.p-policy article {
  margin-bottom: 32px;
}
.p-policy p {
  margin-bottom: 16px;
}
.p-policy ol {
  counter-reset: listnum;
}
.p-policy ol li {
  counter-increment: listnum;
  font-size: 1rem;
  text-align: left;
  position: relative;
  display: flex;
}
.p-policy ol li::before {
  content: counter(listnum) ".";
  display: block;
  margin-right: 8px;
}
.p-policy dl {
  margin-top: 16px;
  text-align: start;
}
.p-policy dl dt {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .p-policy__wrap {
    width: min(90%, 960px);
  }
}
@media (max-width: 992px) {
  .p-policy__text {
    width: min(680px, 90%);
  }
}
.p-policypage .p-overview__catch {
  display: none;
}
.p-policypage .p-policy {
  display: block;
  visibility: visible;
  opacity: 1;
  position: relative;
  position: relative;
  padding: 96px 0 96px;
  height: auto;
}
.p-policypage .p-policy__close {
  display: none;
}
.p-policypage .p-policy .c-card:hover {
  box-shadow: 0.4em 0.4em 0.8em rgba(216, 216, 216, 0.5), -0.4em -0.4em 0.8em rgba(255, 255, 255, 0.6), inset 1px 1px 2px rgba(216, 216, 216, 0.2);
}
.p-policypage .p-policy__wrap {
  position: relative;
  z-index: 10;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 24px;
  background-color: #fcfcfc;
  background: linear-gradient(135deg, #f4f5f7 0%, #fff 35%);
  box-shadow: 0.4em 0.4em 0.8em rgba(216, 216, 216, 0.5), -0.4em -0.4em 0.8em rgba(255, 255, 255, 0.6), inset 1px 1px 2px rgba(216, 216, 216, 0.2);
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */