@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-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;
}

main {
  position: relative;
  z-index: 0;
}

.p-about section:nth-of-type(odd) {
  background-color: rgb(250, 250, 250);
}
.p-about-hero {
  position: relative;
  margin-bottom: -300px;
}
.p-about-hero__wrap {
  background: url("../img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-about-hero__wrap .l-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.p-about-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-about-hero__wrap > * {
  position: relative;
  z-index: 1; /* 中のテキストや要素を前面に */
}
.p-about-hero__catch {
  padding: 140px 0 250px;
  display: inline-flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about-hero__en {
  font-size: 96px;
  font-weight: 800;
  color: #dcedfb;
  margin: 0;
}
.p-about-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-about-hero__title span {
  color: #1297f5;
}
@media (max-width: 1400px) {
  .p-about-hero__en {
    font-size: 88px;
  }
  .p-about-hero__title {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .p-about-hero__en {
    font-size: 80px;
  }
  .p-about-hero__title {
    font-size: 54px;
  }
}
@media (max-width: 992px) {
  .p-about-hero__en {
    font-size: 72px;
  }
  .p-about-hero__title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .p-about-hero__en {
    font-size: 56px;
    margin-bottom: 6px;
  }
  .p-about-hero__title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .p-about-hero__en {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .p-about-hero__title {
    font-size: 32px;
  }
}

.p-overview {
  position: relative;
  padding: 96px 0 96px;
}
.p-overview__wrap {
  position: relative;
  z-index: 10;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-inline: 12px;
  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);
}
@media (max-width: 1200px) {
  .p-overview__wrap {
    padding-block: 40px;
  }
}
@media (max-width: 768px) {
  .p-overview__wrap {
    padding-block: 24px;
  }
}
.p-overview__catch {
  text-align: center;
}
.p-overview__clients {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 12px;
}
.p-overview__clients--company {
  padding: 0;
  margin: 0;
}

.p-about-table dd .p-overview__clients--company {
  margin: 0;
  padding: 2px 12px;
  border-radius: 999px;
  background-color: rgba(220, 237, 251, 0.4666666667);
}

.p-about-table {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 0 0;
}
.p-about-table--overview {
  width: -moz-fit-content;
  width: fit-content;
}
.p-about-table--services {
  width: 65%;
  grid-template-columns: auto 1fr;
}
.p-about-table--philosophy {
  width: 65%;
  grid-template-columns: auto 1fr;
}
.p-about-table--clients {
  width: 65%;
  grid-template-columns: auto 1fr;
}
.p-about-table--access {
  width: 100%;
  grid-template-columns: auto 1fr;
}
.p-about-table dt {
  padding: 16px 24px;
  font-weight: 600;
  color: #1297f5;
  border-top: 1px solid #1297f5;
  white-space: nowrap;
}
.p-about-table dt:last-of-type {
  border-bottom: 1px solid #1297f5;
}
.p-about-table dd {
  border-top: 1px solid #1297f5;
  padding: 16px 24px;
}
.p-about-table dd:last-of-type {
  border-bottom: 1px solid #1297f5;
}
.p-about-table dd ol {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: num; /* カウンター初期化 */
  padding-left: 0;
}
.p-about-table dd ol li {
  counter-increment: num; /* カウンター加算 */
  padding-left: 2.2em; /* マーク分の余白を確保 */
  position: relative;
}
.p-about-table dd ol li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  border: 1px solid #1297f5;
  background-color: #1297f5;
  padding-right: 0.5px;
  padding-top: 0.5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.p-about-table dd li {
  margin-bottom: 18px;
}
.p-about-table dd li:last-of-type {
  margin-bottom: 0;
}
.p-about-table__history {
  display: grid;
  /* 年: 4em固定 / 月: その列で最大の内容幅 / テキスト: 残り全部 */
  grid-template-columns: max-content max-content 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  align-items: stretch;
}
.p-about-table__history--year {
  text-align: right;
  white-space: nowrap;
  margin-right: 8px;
  font-weight: 600;
  color: #1297f5;
  border-right: 1px solid #dcedfb;
  padding-right: 32px;
  position: relative;
}
.p-about-table__history--year::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #1297f5;
  border-radius: 50%;
  translate: calc(50% + 0.5px) 50%;
  outline: 3px solid white;
}
.p-about-table__history--month {
  text-align: right;
  white-space: nowrap;
  margin-right: 16px;
  margin-left: 32px;
}
.p-about-table__history--text {
  min-width: 0;
  word-break: break-word;
}
.p-about-table__history--text ul {
  margin: 0;
  padding: 0;
}
.p-about-table__history--text ul li {
  margin: 0;
  padding: 0;
}
.p-about-table__history--mb {
  margin-bottom: 24px;
  position: relative;
}
.p-about-table__history--mb::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -11.5px;
  width: 110%;
  height: 100%;
  border-bottom: 1px solid #dcedfb;
}
@media (max-width: 1400px) {
  .p-about-table--philosophy {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .p-about-table--overview {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 7em 1fr;
  }
  .p-about-table--services {
    width: 75%;
    grid-template-columns: auto 1fr;
  }
  .p-about-table--services dd {
    line-height: 1.6;
  }
  .p-about-table--philosophy {
    width: 85%;
  }
  .p-about-table--clients {
    width: 80%;
    grid-template-columns: auto 1fr;
  }
  .p-about-table--access dt {
    padding: 16px 8px;
  }
  .p-about-table--access dd {
    padding: 16px 8px;
  }
}
@media (max-width: 992px) {
  .p-about-table--philosophy {
    width: 95%;
  }
  .p-about-table--access dt {
    padding: 16px 8px;
  }
}
@media (max-width: 768px) {
  .p-about-table {
    display: flex;
    flex-direction: column;
  }
  .p-about-table > dt {
    padding: 4px 0 4px 8px;
  }
  .p-about-table > dt:last-of-type {
    border-bottom: none;
  }
  .p-about-table > dd {
    border-top: none;
    padding: 4px 0 4px 16px;
  }
  .p-about-table > dd li {
    margin-bottom: 8px;
  }
  .p-about-table--services {
    width: 75%;
  }
  .p-about-table__history--year {
    margin-right: 0px;
    padding-right: 12px;
  }
  .p-about-table__history--month {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 576px) {
  .p-about-table--services {
    width: 100%;
  }
  .p-about-table--philosophy {
    width: 100%;
  }
}

.p-about__access {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #1297f5;
}
@media (max-width: 1400px) {
  .p-about__access {
    width: 100%;
  }
}
.p-about__map {
  padding: 0px;
  width: 100%;
  height: 400px;
  display: block;
  padding: 16px;
}
.p-about__access-subway ul {
  margin-bottom: 18px;
}
.p-about small {
  font-size: 0.9rem;
}
.p-about__table-bus {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.p-about__table-bus--head th {
  white-space: nowrap;
  background-color: #dcedfb;
  padding: 6px 8px;
  font-weight: 500;
}
.p-about__table-bus--body td {
  padding: 6px 8px;
}
.p-about__table-bus th,
.p-about__table-bus td {
  border: 1px solid #dcedfb;
  vertical-align: middle;
}
.p-about__table-bus--number ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-about__table-bus--number ul li {
  padding: 2px 6px;
  border: 1.5px solid #dcedfb;
  margin-bottom: 0;
  border-radius: 8px;
}
.p-about__table-bus--nowrap {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .p-about__table-bus--head {
    display: none;
  }
  .p-about__table-bus--body {
    text-align: start;
  }
  .p-about__table-bus--body tr {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #dcedfb;
  }
  .p-about__table-bus--body tr > td {
    position: relative;
    border: none;
    white-space: unset;
  }
  .p-about__table-bus--body tr > td br {
    display: none;
  }
  .p-about__table-bus--body tr > td ul {
    display: inline-flex;
  }
  .p-about__table-bus--body tr > td::before {
    position: relative;
    font-weight: 600;
    width: 6em;
    text-align: right;
    display: inline-block;
  }
  .p-about__table-bus--body tr > td:nth-of-type(1)::before {
    content: "出発地点：";
  }
  .p-about__table-bus--body tr > td:nth-of-type(2)::before {
    content: "乗り場：";
  }
  .p-about__table-bus--body tr > td:nth-of-type(3)::before {
    content: "バス番号：";
  }
  .p-about__table-bus--body tr > td:nth-of-type(4)::before {
    content: "下車バス停：";
  }
  .p-about__table-bus--body tr > td:nth-of-type(5)::before {
    content: "所要時間：";
  }
  .p-about__table-bus--body tr > td:nth-of-type(6)::before {
    content: "料金：";
  }
  .p-about__table-bus--body td {
    padding: 6px 8px;
  }
  .p-about__table-bus th,
  .p-about__table-bus td {
    border: 1px solid #dcedfb;
    vertical-align: middle;
  }
}
.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;
  }
}/*# sourceMappingURL=about.css.map */