/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

:root {
  interpolate-size: allow-keywords;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 0.5952380952vw;
}
html.is-fixed {
  overflow: hidden;
}
@media (max-width: 990px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  overflow-x: hidden;
  color: #3d3d3d;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}

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

.is-pc {
  display: block;
}
@media (max-width: 990px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 990px) {
  .is-sp {
    display: block;
  }
}

.skip-link {
  position: absolute;
  top: -2em;
  left: 0;
  z-index: -1;
  padding: 0.2rem 0.4rem;
  background: #3d3d3d;
  color: #fff;
  font-size: 1.2rem;
}
.skip-link:focus {
  top: 0;
  z-index: 1;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.5s ease-out;
  transform: translateY(2rem);
}
.fadeInUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fadeIn.is-visible {
  opacity: 1;
}

@keyframes infinityScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fvText1 {
  0% {
    width: 100%;
  }
  29.99% {
    width: 100%;
  }
  30% {
    width: 66.66%;
  }
  59.99% {
    width: 66.66%;
  }
  60% {
    width: 33.33%;
  }
  89.99% {
    width: 33.33%;
  }
  90% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes fvText2 {
  0% {
    width: 100%;
  }
  12.5% {
    width: 100%;
  }
  12.51% {
    width: 87.5%;
  }
  25% {
    width: 87.5%;
  }
  25.01% {
    width: 75%;
  }
  37.5% {
    width: 75%;
  }
  37.51% {
    width: 62.5%;
  }
  50% {
    width: 62.5%;
  }
  50.01% {
    width: 50%;
  }
  62.5% {
    width: 50%;
  }
  62.51% {
    width: 37.5%;
  }
  75% {
    width: 37.5%;
  }
  75.01% {
    width: 25%;
  }
  87.5% {
    width: 25%;
  }
  87.51% {
    width: 12.5%;
  }
  100% {
    width: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fluffyUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffyUpDownS {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffyDownUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.fv {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.fv__img {
  width: 100%;
  max-width: inherit;
}
.fv__img img {
  width: 100%;
  max-width: inherit;
}

.fv__boxTitle {
  position: absolute;
  top: 22.4rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .fv__boxTitle {
    top: 16rem;
    gap: 1rem;
  }
}

.fv__title {
  display: flex;
  gap: 3.3rem;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 990px) {
  .fv__title {
    gap: 2rem;
  }
}
.fv__title span {
  position: relative;
  padding: 0 1rem 0 0;
}
.fv__title span::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.fv__title span.text1 {
  padding-left: 1rem;
}
.fv__title span.text1 img {
  width: 23.9rem;
  height: auto;
}
@media (max-width: 990px) {
  .fv__title span.text1 img {
    padding-left: 0.8rem;
    width: 11.322rem;
  }
}
.fv__title span.text1::after {
  animation: fvText1 0.15s 1s linear forwards;
}
.fv__title span.text2 {
  padding-right: 2rem;
}
.fv__title span.text2 img {
  width: 61.6rem;
  height: auto;
}
@media (max-width: 990px) {
  .fv__title span.text2 img {
    padding: 0 0 0 1rem;
    width: 29.289rem;
  }
}
.fv__title span.text2::after {
  animation: fvText2 0.4s 1.3s linear forwards;
}

.fv__text {
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6;
  opacity: 0;
  animation: fadeIn 1s 1.3s ease-in-out forwards;
}
@media (max-width: 990px) {
  .fv__text {
    font-size: 1.211rem;
    line-height: 2.6;
  }
}

.fv img.bard {
  position: absolute;
  top: 19.8rem;
  right: 57.4rem;
  width: 10.6rem;
  height: auto;
  animation: fluffyDownUp 3s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .fv img.bard {
    top: 14.5rem;
    right: 6rem;
    width: 5rem;
  }
}
.fv img.cloud1 {
  position: absolute;
  top: 22.1rem;
  left: 31.1rem;
  width: 20.4rem;
  height: auto;
  animation: fluffyUpDown 4s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .fv img.cloud1 {
    display: none;
  }
}
.fv img.cloud2 {
  position: absolute;
  right: 37.3rem;
  bottom: 18.6rem;
  z-index: -1;
  width: 20.4rem;
  height: auto;
  animation: fluffyUpDown 3s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .fv img.cloud2 {
    right: 27rem;
    bottom: 6rem;
    width: 8rem;
  }
}

.about {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -8rem auto 0;
  padding: 0 0 94.1rem;
  background: #f5f3e8 url(../img/about_bg.webp) no-repeat center top/100% auto;
  text-align: center;
}
@media (max-width: 990px) {
  .about {
    margin: -1.6rem auto 0;
    padding: 0 0 78.6rem;
    background-image: url(../img/about_bg_sp.webp);
  }
}

.about__anchor {
  position: absolute;
  top: 0;
}

.about__circle {
  position: absolute;
  top: -12.2rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  width: 226.9rem;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
}
@media (max-width: 990px) {
  .about__circle {
    top: -4.8rem;
    width: 92.16rem;
  }
}
.about__circle img {
  width: 226.9rem;
  animation: rotateCircle 240s linear infinite;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .about__circle img {
    width: 92.16rem;
  }
}

.about__boxTitle {
  position: relative;
  display: flex;
  gap: 3.9rem;
  align-items: center;
  flex-direction: column;
  padding: 18.3rem 0 0;
  width: 100%;
}
@media (max-width: 990px) {
  .about__boxTitle {
    gap: 1.6rem;
    padding: 9rem 0 0;
  }
}
.about__boxTitle img.mole {
  position: absolute;
  top: 22.6rem;
  left: 50.6rem;
  z-index: 1;
  width: 6.5rem;
  height: auto;
}
@media (max-width: 990px) {
  .about__boxTitle img.mole {
    top: 19rem;
    left: 3.5rem;
    width: 4rem;
  }
}

.about__titleJ {
  order: 2;
  padding: 0.6rem 1.2rem;
  background: #fff;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}
@media (max-width: 990px) {
  .about__titleJ {
    padding: 0.35rem 0.65rem;
    font-size: 2rem;
  }
}

.about__titleE {
  order: 1;
  color: #35c6e7;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  font-size: 5.6rem;
  font-family: "Berkshire Swash", sans-serif;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .about__titleE {
    font-size: 2.6rem;
  }
}

.about__boxText {
  position: relative;
  width: 100%;
}
.about__boxText img.cloud {
  position: absolute;
  top: 13.4rem;
  left: -4.8rem;
  width: 34.6rem;
  height: auto;
  animation: fluffyDownUp 3s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .about__boxText img.cloud {
    display: none;
  }
}
.about__boxText img.swan {
  position: absolute;
  top: 32.7rem;
  right: -5.7rem;
  width: 32.8rem;
  height: auto;
}
@media (max-width: 990px) {
  .about__boxText img.swan {
    display: none;
  }
}
.about__boxText img.rabbit {
  position: absolute;
  top: 64.5rem;
  left: -7.2rem;
  width: 28.2rem;
  height: auto;
}
@media (max-width: 990px) {
  .about__boxText img.rabbit {
    display: none;
  }
}

.about__txt {
  margin: 6.5rem auto;
  font-size: 2rem;
  line-height: 2.5;
}
@media (max-width: 990px) {
  .about__txt {
    margin: 5.6rem auto 8rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.about__list {
  display: grid;
  grid-template-columns: repeat(3, 29rem);
  gap: 2.8rem;
  justify-content: center;
}
@media (max-width: 990px) {
  .about__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.6rem;
  }
}

.about__list__item {
  position: relative;
  display: grid;
  max-width: 29rem;
  text-align: center;
  place-items: center;
}
@media (max-width: 990px) {
  .about__list__item {
    max-width: inherit;
  }
}
.about__list__item:not(:last-child)::after {
  position: absolute;
  right: -2.8rem;
  display: block;
  width: 2.8rem;
  background: url(../img/about_cross.svg) no-repeat center center/contain;
  content: "";
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .about__list__item:not(:last-child)::after {
    right: auto;
    bottom: -5.2rem;
  }
}

.about__list__title {
  margin-top: 2.4rem;
  color: #35c6e7;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 990px) {
  .about__list__title {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.about__list__image {
  width: 17.7rem;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .about__list__image {
    width: 12.8rem;
  }
}
.about__list__image img {
  width: 100%;
}

.about__list__text {
  margin-top: 1.2rem;
  color: #7a7a7a;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .about__list__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}

.about__video {
  position: relative;
  display: grid;
  margin: 14.4rem auto 0;
  width: 76rem;
  place-items: center;
}
@media (max-width: 990px) {
  .about__video {
    margin: 14.2rem 2rem 0;
    width: auto;
  }
}
@media (hover: hover) {
  .about__video:hover .about__video__image img {
    transform: scale(1.05);
  }
  .about__video:hover .about__video__button {
    background-color: rgba(0, 0, 0, 0.24);
  }
  .about__video:hover .about__video__button button {
    width: 8.8rem;
    border: 0.1rem solid #fff;
    background-color: transparent;
  }
}
@media (hover: hover) and (max-width: 990px) {
  .about__video:hover .about__video__button button {
    width: 4.8rem;
  }
}

.about__video__image {
  overflow: hidden;
  border-radius: 1.6rem;
}
@media (max-width: 990px) {
  .about__video__image {
    border-radius: 0.8rem;
  }
}
.about__video__image img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  object-fit: cover;
  aspect-ratio: 760/488;
}

.about__video__title {
  position: absolute;
  top: -2.4rem;
  left: -3.1rem;
  z-index: 1;
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
  flex-direction: column;
  font-size: 2.3778rem;
}
@media (max-width: 990px) {
  .about__video__title {
    top: -5.2rem;
    left: 1.6rem;
    gap: 0.2rem;
    font-size: 1.5rem;
  }
}
.about__video__title span {
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .about__video__title span {
    padding: 0.9rem 1rem;
  }
}
.about__video__title span:nth-child(1) {
  margin-left: -2.4rem;
  background-color: #35c6e7;
  color: #fff;
}
@media (max-width: 990px) {
  .about__video__title span:nth-child(1) {
    margin-left: -1.6rem;
  }
}

.about__video__button {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  place-items: center;
}
@media (max-width: 990px) {
  .about__video__button {
    border-radius: 0.8rem;
  }
}
.about__video__button button {
  position: absolute;
  z-index: 1;
  width: 7.2rem;
  border: 0.1rem solid transparent;
  border-radius: 50%;
  background: #35c6e7;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .about__video__button button {
    width: 4rem;
  }
}
.about__video__button button img {
  width: 1.2rem;
}
@media (max-width: 990px) {
  .about__video__button button img {
    width: 0.6rem;
  }
}

.about__videoModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  place-items: center;
}
.about__videoModal.is-modal {
  opacity: 1;
  pointer-events: auto;
}
.about__videoModal > figure {
  position: relative;
  width: 85.2rem;
  height: 47.8rem;
}
@media (max-width: 990px) {
  .about__videoModal > figure {
    width: 33.5rem;
    height: 21.5rem;
  }
}
.about__videoModal video {
  outline: none;
  width: 85.2rem;
  height: 47.8rem;
  object-fit: cover;
}
@media (max-width: 990px) {
  .about__videoModal video {
    width: 33.5rem;
    height: 21.5rem;
  }
}
.about__videoModal button {
  position: absolute;
  top: -3rem;
  right: -3rem;
}
@media (max-width: 990px) {
  .about__videoModal button {
    top: -2.4rem;
    right: 0;
  }
}
.about__videoModal button img {
  width: 1.583rem;
}
@media (max-width: 990px) {
  .about__videoModal button img {
    width: 1.483rem;
  }
}

.for {
  position: relative;
  margin: -79.7rem 6rem 0;
  padding: 10.4rem 0 0;
  border-radius: 8rem;
  background: #fff;
}
@media (max-width: 990px) {
  .for {
    margin: -70.6rem 2rem 0;
    padding: 8rem 0 0;
  }
}

.for__list {
  display: flex;
  gap: 4.4rem;
  align-items: center;
  justify-content: center;
  margin: 3.6rem auto 8rem;
}
@media (max-width: 990px) {
  .for__list {
    gap: 1.6rem;
    flex-direction: column;
    margin: 4rem 0 4.7rem;
  }
}

.for__list__item {
  position: relative;
  display: grid;
  width: 27.861rem;
  height: 16.243rem;
  background: url(../img/for_item_bg.svg) no-repeat center center/cover;
  place-items: center;
}
@media (max-width: 990px) {
  .for__list__item {
    width: 20.0817rem;
    height: 11.7077rem;
  }
}
@media (max-width: 990px) {
  .for__list__item:nth-child(odd) {
    margin: 0 0 0 -5.6rem;
  }
}
.for__list__item:nth-child(even) {
  position: relative;
  top: 3.7rem;
}
@media (max-width: 990px) {
  .for__list__item:nth-child(even) {
    top: auto;
    margin: 0 -5.6rem 0 0;
  }
}

.for__list__number {
  position: absolute;
  top: 0rem;
  left: 1.8rem;
  color: #35c6e7;
  font-size: 4.102rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .for__list__number {
    top: 0.1rem;
    left: 0rem;
    font-size: 2.957rem;
  }
}

.for__list__title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 990px) {
  .for__list__title {
    font-size: 1.2974rem;
  }
}
.for__list__title strong {
  color: #35c6e7;
  font-weight: 500;
}

.for__boxScroll {
  display: flex;
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin: 4rem auto 0;
  border-radius: 0 0 8rem 8rem;
}
@media (max-width: 990px) {
  .for__boxScroll {
    border-radius: 0 0 3.2rem 3.2rem;
  }
}
.for__boxScroll > div {
  display: flex;
  flex-shrink: 0;
  animation: infinityScrollLeft 60s infinite linear 0s both;
}
.for__boxScroll img {
  width: 50.6rem;
  height: 40rem;
  object-fit: cover;
}
@media (max-width: 990px) {
  .for__boxScroll img {
    width: 12rem;
    height: 12rem;
  }
}

.for__contact {
  padding: 13.5rem 0 14.9rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .for__contact {
    padding: 9rem 0 12.6rem;
  }
}

.for__contact__title {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media (max-width: 990px) {
  .for__contact__title {
    gap: 0.8em;
    align-items: flex-end;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.for__contact__title::before, .for__contact__title::after {
  display: block;
  width: 0.2rem;
  height: 3rem;
  border-radius: 0.1rem;
  background-color: #3d3d3d;
  content: "";
}
@media (max-width: 990px) {
  .for__contact__title::before, .for__contact__title::after {
    margin-bottom: 0.4rem;
    height: 1.6rem;
  }
}
.for__contact__title::before {
  transform: rotate(-45deg);
}
.for__contact__title::after {
  transform: rotate(45deg);
}

.for__contact__list {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  margin: 6rem auto 0;
}
@media (max-width: 990px) {
  .for__contact__list {
    gap: 2.8rem;
    flex-direction: column;
    margin: 4.4rem auto 0;
  }
}
.for__contact__list li a {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 8.8rem;
  width: 29.6rem;
  border-radius: 6.4rem;
  background-color: #f5f5f5;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .for__contact__list li a {
    min-height: 6.4rem;
    width: 24.8rem;
    border-radius: 6.4rem;
    font-size: 1.5rem;
  }
}
.for__contact__list span {
  position: absolute;
  top: -3.6rem;
  left: -1.575rem;
  display: grid;
  padding: 1.6rem;
  border-radius: 3.4rem;
  background-color: #fbfaf5;
  color: #3d3d3d;
  font-size: 1.417rem;
  place-items: center;
}
@media (max-width: 990px) {
  .for__contact__list span {
    top: -2rem;
    left: -2.7rem;
    padding: 0.8rem 1.2rem;
    width: 10.2rem;
    font-size: 1.3rem;
  }
}
.for__contact__list span::before {
  position: absolute;
  bottom: -0.8rem;
  width: 0;
  height: 0;
  border-top: 1.3rem solid #fbfaf5;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  content: "";
}
@media (max-width: 990px) {
  .for__contact__list span::before {
    bottom: -0.6rem;
  }
}
.for__contact__list .yellow {
  background-color: #fbf42e;
}
.for__contact__list .yellow::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .for__contact__list .yellow:hover {
    background-color: #0090ff;
    color: #fff;
  }
  .for__contact__list .yellow:hover::after {
    background-image: url(../img/icon_blank_white.svg);
  }
}
.for__contact__list .blue {
  background-color: #35c6e7;
  color: #fff;
}
.for__contact__list .blue::before {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icon_line_white.svg) no-repeat center center/contain;
  content: "";
}
@media (hover: hover) {
  .for__contact__list .blue:hover {
    background-color: #0090ff;
  }
}

.service {
  position: relative;
  padding: 16rem 0 20rem;
  min-height: 320.4rem;
  background: url(../img/service_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .service {
    padding: 12rem 0 16rem;
    min-height: 230rem;
    background-image: url(../img/service_bg_sp.webp);
  }
}

.service__anchor {
  position: absolute;
  top: -8rem;
}

.service img.dolphin {
  position: absolute;
  top: -7.6rem;
  right: 14.6rem;
  width: 24.4rem;
  height: auto;
}
@media (max-width: 990px) {
  .service img.dolphin {
    top: -3.9rem;
    right: 1.6rem;
    width: 12.3rem;
  }
}

.service__map {
  position: relative;
  display: grid;
  margin: 6.6rem auto 0;
  text-align: center;
  place-items: center;
}
@media (max-width: 990px) {
  .service__map {
    margin: 10.8rem auto 0;
    width: 100%;
  }
}
.service__map .island {
  position: relative;
  left: -2.3rem;
  max-width: inherit;
  width: 135.6rem;
}
@media (max-width: 990px) {
  .service__map .island {
    left: -1.6rem;
    width: 47.2rem;
  }
}
.service__map .chapter {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 7rem;
  border-radius: 50%;
  background-color: #005b8d;
  text-align: center;
  transition: 0.3s ease-in-out;
  transform-origin: center bottom;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .service__map .chapter {
    width: 4.3rem;
  }
}
.service__map .chapter::before {
  position: absolute;
  bottom: -0.6rem;
  border-top: 1.2rem solid #005b8d;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__map .chapter::before {
    border-top: 0.8rem solid #005b8d;
    border-right: 0.4rem solid transparent;
    border-left: 0.4rem solid transparent;
  }
}
.service__map .chapter small {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.015rem;
  font-family: "Berkshire Swash", sans-serif;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__map .chapter small {
    font-size: 0.631rem;
  }
}
.service__map .chapter span {
  color: #fff;
  font-size: 3rem;
  font-family: "Berkshire Swash", sans-serif;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__map .chapter span {
    font-size: 1.864rem;
  }
}
.service__map .chapter strong {
  font-weight: 700;
  font-size: 0rem;
  line-height: 1.25;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (min-width: 991px) {
  .service__map .chapter:hover {
    margin-top: -3.9rem;
    margin-left: -1.95rem;
    width: 10.9rem;
    background-color: #fff;
  }
  .service__map .chapter:hover::before {
    border-top-color: #fff;
  }
  .service__map .chapter:hover small {
    color: #005b8d;
  }
  .service__map .chapter:hover span {
    color: #005b8d;
  }
  .service__map .chapter:hover strong {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.service__map .chapter--01 {
  top: 53.2rem;
  left: 130.2rem;
}
@media (max-width: 990px) {
  .service__map .chapter--01 {
    top: 16.6rem;
    left: 32.8rem;
  }
}
.service__map .chapter--02 {
  top: 43rem;
  left: 105.2rem;
}
@media (max-width: 990px) {
  .service__map .chapter--02 {
    top: 14rem;
    left: 26.2rem;
  }
}
.service__map .chapter--03 {
  top: 22.2rem;
  left: 115.2rem;
}
@media (max-width: 990px) {
  .service__map .chapter--03 {
    top: 5.3rem;
    left: 31rem;
  }
}
.service__map .chapter--04 {
  top: 12.3rem;
  left: 97.4rem;
}
@media (max-width: 990px) {
  .service__map .chapter--04 {
    top: 2rem;
    left: 27.4rem;
  }
}
.service__map .chapter--05 {
  top: 12rem;
  left: 77.5rem;
}
@media (max-width: 990px) {
  .service__map .chapter--05 {
    top: 1.4rem;
    left: 15rem;
  }
}
.service__map .chapter--06 {
  top: 39rem;
  left: 72.8rem;
}
@media (max-width: 990px) {
  .service__map .chapter--06 {
    top: 11.8rem;
    left: 13.7rem;
  }
}
.service__map .chapter--07 {
  top: 47rem;
  left: 49.5rem;
}
@media (max-width: 990px) {
  .service__map .chapter--07 {
    top: 14.6rem;
    left: 3.5rem;
  }
}
.service__map .chapter--08 {
  top: 35.4rem;
  left: 35.9rem;
}
@media (max-width: 990px) {
  .service__map .chapter--08 {
    top: 9rem;
    left: 7.3rem;
  }
}
.service__map .chapter--09 {
  top: 24.5rem;
  left: 44.4rem;
}
@media (max-width: 990px) {
  .service__map .chapter--09 {
    top: 5.4rem;
    left: 1.1rem;
  }
}
.service__map .chapter--10 {
  top: 4rem;
  left: 39.6rem;
}
@media (max-width: 990px) {
  .service__map .chapter--10 {
    top: -0.4rem;
    left: 1.8rem;
  }
}
.service__map .illust {
  position: absolute;
}
.service__map .illust--01 {
  top: 54rem;
  left: 118em;
  width: 28rem;
}
@media (max-width: 990px) {
  .service__map .illust--01 {
    top: 18.8rem;
    left: 30.1em;
    width: 9.6rem;
  }
}
.service__map .illust--02 {
  top: 42.5rem;
  left: 91.2rem;
  width: 41rem;
}
@media (max-width: 990px) {
  .service__map .illust--02 {
    top: 14.9rem;
    left: 20.8rem;
    width: 14.1rem;
  }
}
.service__map .illust--03 {
  top: 26rem;
  left: 102.2rem;
  z-index: 1;
  width: 28rem;
}
@media (max-width: 990px) {
  .service__map .illust--03 {
    top: 9.1rem;
    left: 24.6rem;
    width: 9.6rem;
  }
}
.service__map .illust--04 {
  top: 16.1rem;
  left: 88.6rem;
  width: 34rem;
}
@media (max-width: 990px) {
  .service__map .illust--04 {
    top: 5.6rem;
    left: 20rem;
    width: 11.6rem;
  }
}
.service__map .illust--06 {
  top: 40.6rem;
  left: 45.4rem;
  width: 43rem;
}
@media (max-width: 990px) {
  .service__map .illust--06 {
    top: 14.2rem;
    left: 4.8rem;
    width: 14.8rem;
  }
}
.service__map .illust--07 {
  top: 51.9rem;
  left: 39.3rem;
  width: 25rem;
}
@media (max-width: 990px) {
  .service__map .illust--07 {
    top: 18rem;
    left: 2.8rem;
    width: 8.6rem;
  }
}
.service__map .illust--08 {
  top: 12rem;
  left: 98.2rem;
  width: 27.8rem;
}
@media (max-width: 990px) {
  .service__map .illust--08 {
    top: 4.1rem;
    left: 22.2rem;
    width: 9.6rem;
  }
}
.service__map .illust--09 {
  top: 22.7rem;
  left: 26.4rem;
  z-index: 1;
  width: 27.5rem;
}
@media (max-width: 990px) {
  .service__map .illust--09 {
    top: 7.8rem;
    left: -1.8rem;
    width: 9.6rem;
  }
}
.service__map .illust--10 {
  top: 3.7rem;
  left: 37.4rem;
  width: 27rem;
}
@media (max-width: 990px) {
  .service__map .illust--10 {
    top: 1.4rem;
    left: 2.2rem;
    width: 9.2rem;
  }
}
.service__map .illust--dolphin {
  top: 4.2rem;
  left: 70rem;
  width: 18rem;
}
@media (max-width: 990px) {
  .service__map .illust--dolphin {
    top: 1.4rem;
    left: 13.4rem;
    width: 6rem;
  }
}
.service__map .illust--tree {
  top: 20.3rem;
  left: 87rem;
  width: 8rem;
}
@media (max-width: 990px) {
  .service__map .illust--tree {
    top: 7rem;
    left: 19.3rem;
    width: 2.8rem;
  }
}

.service__map__title {
  position: absolute;
  top: -0.9rem;
  margin-right: -2.2rem;
  width: 47.3rem;
}
@media (max-width: 990px) {
  .service__map__title {
    top: -6.7rem;
    margin-right: 0rem;
    width: 33.5rem;
  }
}

.service__loadmap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -6.8rem;
}
@media (max-width: 990px) {
  .service__loadmap {
    margin-top: 2.4rem;
  }
}

.service__loadmap__title {
  margin-left: -1rem;
  width: 43.4rem;
}
@media (max-width: 990px) {
  .service__loadmap__title {
    margin-left: 0;
    width: 24.8rem;
  }
}

.service__loadmap__text {
  margin: 4rem 4rem 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .service__loadmap__text {
    margin: 4.4rem 4rem 0;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.service__loadmap__boxScroll {
  overflow-x: auto;
  padding-bottom: 2.5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  .service__loadmap__boxScroll {
    padding: 0 2rem 4.8rem;
  }
}

.service__loadmap__list {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  margin: 5.6rem auto 0;
  width: 109.6rem;
}
@media (max-width: 990px) {
  .service__loadmap__list {
    gap: 0.3rem;
    margin: 4rem auto 0;
    width: 65rem;
  }
}

.service__loadmap__list__item {
  display: flex;
}
.service__loadmap__list__item .period {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6.4rem 1.5rem;
  border-radius: 0.8rem;
  background-color: #eee;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .period {
    padding: 4.8rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
  }
}
.service__loadmap__list__item .period::after {
  position: absolute;
  bottom: -1.4rem;
  width: 3.5rem;
  border-radius: 0.8rem;
  background-color: #005b8d;
  content: "";
  transform: rotate(45deg);
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .period::after {
    bottom: -1.1rem;
    width: 2.5rem;
    border-radius: 0.3rem;
  }
}
.service__loadmap__list__item .step {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.8rem 0 2.4rem;
  padding: 4.6rem 6.4rem;
  border-radius: 0.8rem;
  background-color: #eee;
  color: #fff;
  text-align: center;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .step {
    margin: 0 0.3rem;
    padding: 2.2rem 1.6rem;
    border-radius: 0.4rem;
  }
}
.service__loadmap__list__item .step small {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .step small {
    font-size: 0.9rem;
  }
}
.service__loadmap__list__item .step span {
  font-size: 4.8rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .step span {
    font-size: 3.2rem;
  }
}
.service__loadmap__list__item .step strong {
  margin: 2rem 0;
  font-weight: 500;
  font-size: 1.9rem;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .step strong {
    margin: 0.8em 0 1.6rem;
    font-size: 1.8rem;
    writing-mode: vertical-lr;
  }
}
.service__loadmap__list__item .step img {
  width: 7.3rem;
  height: auto;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .step img {
    width: 4rem;
  }
}
.service__loadmap__list__item .box {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .box {
    gap: 1.2rem;
    padding: 2.4rem;
    border-radius: 0.4rem;
  }
}
.service__loadmap__list__item .title {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .title {
    font-size: 1.6rem;
  }
}
.service__loadmap__list__item .text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .text {
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.service__loadmap__list__item .list {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .list {
    gap: 0.5rem;
  }
}
.service__loadmap__list__item .list li {
  display: flex;
  gap: 0.6rem;
  font-size: 1.5rem;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .list li {
    gap: 0.4rem;
    font-size: 1.3rem;
  }
}
.service__loadmap__list__item .list li::before {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/service_loadmap_icon_check.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .service__loadmap__list__item .list li::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.service__loadmap__list__item .list a {
  text-decoration: underline;
  cursor: pointer;
}
@media (hover: hover) {
  .service__loadmap__list__item .list a:hover {
    text-decoration: none;
  }
}
.service__loadmap__list__item .goal {
  position: relative;
  margin-left: 1.8rem;
  padding: 1rem 1.6rem 1rem 3.2rem;
  border-radius: 2.4rem;
  background-color: #fbfad8;
  font-size: 1.5rem;
}
@media (max-width: 990px) {
  .service__loadmap__list__item .goal {
    padding: 1rem 1.6rem 1rem 2rem;
    border-radius: 1.6rem;
    font-size: 1.4rem;
  }
}
.service__loadmap__list__item .goal::before {
  position: absolute;
  top: -0.4rem;
  left: -1.8rem;
  display: block;
  width: 4.8rem;
  height: 3.6rem;
  background: url(../img/service_loadmap_icon_goal.webp) no-repeat center center/contain;
  content: "";
}
.service__loadmap__list__item:nth-child(1) {
  z-index: 4;
}
.service__loadmap__list__item:nth-child(1) .period,
.service__loadmap__list__item:nth-child(1) .period::after,
.service__loadmap__list__item:nth-child(1) .step {
  background-color: #00cfef;
}
.service__loadmap__list__item:nth-child(2) {
  z-index: 3;
}
.service__loadmap__list__item:nth-child(2) .period,
.service__loadmap__list__item:nth-child(2) .period::after,
.service__loadmap__list__item:nth-child(2) .step {
  background-color: #00b3ef;
}
.service__loadmap__list__item:nth-child(2) .period {
  margin-top: -0.6rem;
}
.service__loadmap__list__item:nth-child(3) {
  z-index: 2;
}
.service__loadmap__list__item:nth-child(3) .period,
.service__loadmap__list__item:nth-child(3) .period::after,
.service__loadmap__list__item:nth-child(3) .step {
  background-color: #009bef;
}
.service__loadmap__list__item:nth-child(3) .period {
  margin-top: -0.6rem;
}
.service__loadmap__list__item:nth-child(4) {
  z-index: 1;
}
.service__loadmap__list__item:nth-child(4) .period,
.service__loadmap__list__item:nth-child(4) .period::after,
.service__loadmap__list__item:nth-child(4) .step {
  background-color: #007fef;
}
.service__loadmap__list__item:nth-child(4) .period {
  margin-top: -0.6rem;
  margin-bottom: 2.1rem;
}
@media (max-width: 990px) {
  .service__loadmap__list__item:nth-child(4) .period {
    margin-bottom: 1.4rem;
  }
}

.service__loadmap__goal {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 13.6rem auto 0;
  padding: 2rem 2rem 2rem 14.4rem;
  width: 110rem;
  border-radius: 6.4rem;
  background-color: #faf8b2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .service__loadmap__goal {
    align-items: center;
    flex-direction: column;
    margin: 10.8rem 2rem 0;
    padding: 2rem;
    width: auto;
    border-radius: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.service__loadmap__goal strong {
  position: relative;
  font-size: 2.5rem;
}
@media (max-width: 990px) {
  .service__loadmap__goal strong {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
.service__loadmap__goal strong::before {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #fbf42e;
  content: "";
  mix-blend-mode: multiply;
}
@media (max-width: 990px) {
  .service__loadmap__goal strong::before {
    bottom: 0.2rem;
    height: 1.1rem;
  }
}
.service__loadmap__goal::before {
  position: absolute;
  top: -8.4rem;
  display: block;
  margin-left: -12rem;
  width: 7.2rem;
  height: 3.4rem;
  background: url(../img/service_loadmap_icon_arrow.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .service__loadmap__goal::before {
    top: -4.2rem;
    margin-left: 0rem;
    width: 4.5rem;
    height: 2.1rem;
  }
}
.service__loadmap__goal::after {
  position: absolute;
  top: -1rem;
  left: 4.2rem;
  display: block;
  width: 14.2rem;
  height: 12.3rem;
  background: url(../img/service_loadmap_icon_flag.webp) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .service__loadmap__goal::after {
    top: -2.2rem;
    left: 7.2rem;
    width: 7.2rem;
    height: 6.4rem;
  }
}

.service__islandModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 2.4rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  place-items: center;
  overflow-y: auto;
}
.service__islandModal.is-modal {
  opacity: 1;
  pointer-events: auto;
}
.service__islandModal > div {
  position: relative;
  display: grid;
  width: 90rem;
  height: 53.5rem;
  place-items: center;
}
@media (max-width: 990px) {
  .service__islandModal > div {
    width: 29.5rem;
    height: 55.3rem;
  }
}

.service__islandModal__close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  z-index: 1;
  display: grid;
  width: 5.6rem;
  border-radius: 2.4rem;
  background-color: #3d3d3d;
  aspect-ratio: 1/1;
  place-items: center;
}
@media (max-width: 990px) {
  .service__islandModal__close {
    top: -1.8rem;
    width: 4rem;
  }
}
.service__islandModal__close img {
  width: 1.6rem;
}
@media (max-width: 990px) {
  .service__islandModal__close img {
    width: 1.2rem;
  }
}

.service__islandModal__arrow {
  position: absolute;
  z-index: 10;
  display: grid;
  width: 2.5rem;
  height: 4.9rem;
  transition: 0.3s ease-in-out;
  place-items: center;
}
@media (max-width: 990px) {
  .service__islandModal__arrow {
    width: 1.7rem;
    height: 3.4rem;
  }
}
.service__islandModal__arrow--prev {
  left: -4rem;
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .service__islandModal__arrow--prev {
    left: -2.5rem;
  }
}
.service__islandModal__arrow--next {
  right: -4rem;
}
@media (max-width: 990px) {
  .service__islandModal__arrow--next {
    right: -2.5rem;
  }
}

.service__islandModal__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0.8rem;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .service__islandModal__content {
    flex-direction: column;
  }
}
.service__islandModal__content.is-active {
  visibility: visible;
  opacity: 1;
}
.service__islandModal__content .boxL {
  position: sticky;
  top: 0;
  display: flex;
  gap: 2.8rem;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 40rem;
  border-radius: 2rem;
  background: #ccc;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL {
    position: relative;
    gap: 0.8rem;
    width: 100%;
    height: 18.5rem;
    border-radius: 1.6rem;
  }
}
.service__islandModal__content .boxL .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .title {
    gap: 0.6rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.service__islandModal__content .boxL .title small {
  letter-spacing: 0.1em;
  font-size: 1.3535rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .title small {
    font-size: 0.762rem;
  }
}
.service__islandModal__content .boxL .title span {
  font-size: 6.0909rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .title span {
    font-size: 2.4rem;
  }
}
.service__islandModal__content .boxL .title strong {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .title strong {
    margin-top: 0;
    width: 100%;
    font-size: 1.576rem;
  }
}
.service__islandModal__content .boxL .image {
  width: 27rem;
  height: 18rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .image {
    width: 9.6rem;
    height: 6.4rem;
  }
}
.service__islandModal__content .boxL .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service__islandModal__content .boxL .text {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .text {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }
}
.service__islandModal__content .boxL .text span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  width: auto;
  background: #fff;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxL .text span {
    padding: 0.25rem 0.6rem;
  }
  .service__islandModal__content .boxL .text span:first-child {
    padding-right: 0;
  }
  .service__islandModal__content .boxL .text span:last-child {
    padding-left: 0;
  }
}
.service__islandModal__content .boxL--00 {
  background-color: #2cc8ec;
}
.service__islandModal__content .boxL--00 .image {
  animation: fluffyUpDownS 3s 0s ease-in-out infinite;
}
.service__islandModal__content .boxL--01 {
  background-color: #ed9bbe;
}
.service__islandModal__content .boxL--02 {
  background-color: #3dd2a4;
}
.service__islandModal__content .boxL--03 {
  background-color: #dfa755;
}
.service__islandModal__content .boxL--04 {
  background-color: #84d871;
}
.service__islandModal__content .boxL--05 {
  background-color: #e6a58c;
}
.service__islandModal__content .boxL--06 {
  background-color: #5fbae7;
}
.service__islandModal__content .boxL--07 {
  background-color: #aa8bc8;
}
.service__islandModal__content .boxL--08 {
  background-color: #feb0b1;
}
.service__islandModal__content .boxL--09 {
  background-color: #4eb5ab;
}
.service__islandModal__content .boxL--10 {
  background-color: #d7d862;
}
.service__islandModal__content .boxR {
  padding: 4.8rem;
  border-radius: 2rem;
  background: #fff;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR {
    padding: 2.4rem 0.8rem 2.4rem 1.6rem;
    border-radius: 1.6rem;
  }
}
.service__islandModal__content .boxR > div {
  overflow-y: auto;
  padding-right: 4rem;
  height: 44rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR > div {
    padding-right: 1.6rem;
    height: 31.2rem;
  }
}
.service__islandModal__content .boxR > div::-webkit-scrollbar {
  width: 0.8rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR > div::-webkit-scrollbar {
    width: 0.4rem;
  }
}
.service__islandModal__content .boxR > div::-webkit-scrollbar-thumb {
  border-radius: 0.8rem;
  background: #777;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR > div::-webkit-scrollbar-thumb {
    border-radius: 0.4rem;
  }
}
.service__islandModal__content .boxR > div::-webkit-scrollbar-track {
  border-radius: 0.8rem;
  background: #f0f0f0;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR > div::-webkit-scrollbar-track {
    border-radius: 0.4rem;
  }
}
.service__islandModal__content .boxR .title1 {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .title1 {
    gap: 0.8rem;
    font-size: 1.5rem;
  }
}
.service__islandModal__content .boxR .title1 span {
  display: grid;
  flex-shrink: 0;
  width: 5.6rem;
  border-radius: 50%;
  background-color: #ebebeb;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1;
  aspect-ratio: 1/1;
  place-items: center;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .title1 span {
    width: 4rem;
    font-size: 1.083rem;
  }
}
.service__islandModal__content .boxR .text {
  margin: 1.6rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .text {
    margin: 0.8rem auto 0;
    font-size: 1.3rem;
  }
}
.service__islandModal__content .boxR .info {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .info {
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
}
.service__islandModal__content .boxR .info dt {
  padding: 0.7rem 1.6rem;
  width: 10rem;
  border-radius: 2.1rem;
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .info dt {
    padding: 0.7rem 1.4rem;
    width: 7.2rem;
    font-size: 1.1rem;
  }
}
.service__islandModal__content .boxR .info dt.goal {
  background-color: #35c6e7;
}
.service__islandModal__content .boxR .info dd {
  width: calc(100% - 10rem - 1.2rem);
  color: var(--Text-Color---Primary, #3d3d3d);
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .info dd {
    width: calc(100% - 7.2rem - 0.8rem);
    font-size: 1.3rem;
  }
}
.service__islandModal__content .boxR .title2 {
  margin-top: 4rem;
  padding: 1.6rem 2rem;
  border-radius: 0.6rem;
  background: #ececec;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .title2 {
    margin-top: 2.4rem;
    padding: 1.6rem;
    font-size: 1.3rem;
  }
}
.service__islandModal__content .boxR .list {
  display: flex;
  gap: 3.2rem;
  flex-direction: column;
  margin-top: 4rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .list {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.service__islandModal__content .boxR .list li {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
}
.service__islandModal__content .boxR .list .list__title {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .list .list__title {
    gap: 1.2rem;
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.service__islandModal__content .boxR .list .list__title span {
  flex-shrink: 0;
  padding: 0.4rem 1.2rem;
  border: 1px solid #35c6e7;
  border-radius: 1.6rem;
  color: #35c6e7;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -0.3rem;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .list .list__title span {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    margin-top: auto;
  }
}
.service__islandModal__content .boxR .list .list__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .service__islandModal__content .boxR .list .list__text {
    font-size: 1.3rem;
  }
}

.presents {
  position: relative;
  padding: 16rem 0;
}
@media (max-width: 990px) {
  .presents {
    padding: 12rem 0 15.3rem;
  }
}
.presents::before {
  position: absolute;
  top: -2.3rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.3rem;
  background: url(../img/presents_bgline.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 990px) {
  .presents::before {
    top: -1.5rem;
    height: 1.5rem;
    background-image: url(../img/presents_bgline_sp.webp);
  }
}

.presents__title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100.8rem;
}
@media (max-width: 990px) {
  .presents__title {
    width: 36.5rem;
  }
}
.presents__title img {
  width: 100%;
}

.presents__list {
  position: relative;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-direction: column;
  margin: -7.2rem auto 0;
  max-width: 77rem;
}
@media (max-width: 990px) {
  .presents__list {
    margin: -3.2rem 2rem 0;
  }
}
.presents__list::before, .presents__list::after {
  position: absolute;
  display: block;
  width: 10.105rem;
  height: 10rem;
  background: url(../img/presents_deco.webp) no-repeat center center/cover;
  content: "";
}
@media (max-width: 990px) {
  .presents__list::before, .presents__list::after {
    display: none;
  }
}
.presents__list::before {
  top: 36.6rem;
  left: -9.262rem;
}
.presents__list::after {
  right: -7.643rem;
  bottom: -1.66rem;
}

.presents__list__item {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  padding: 3.2rem 3rem 3.2rem 3.2rem;
  border-radius: 1.6rem;
  background-color: #fbfaf5;
  width: 100%;
}
@media (max-width: 990px) {
  .presents__list__item {
    gap: 0.8rem;
    flex-direction: column;
    padding: 1.6rem;
  }
}

.presents__list__number {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 10.2rem;
  border-radius: 50%;
  background: url(../img/presents_stamp.webp) no-repeat center center/cover;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .presents__list__number {
    gap: 0.1rem;
    width: 5.18rem;
    font-size: 0.694rem;
  }
}
.presents__list__number span {
  font-size: 3.1rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .presents__list__number span {
    font-size: 1.9rem;
  }
}

.presents__list__boxText {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .presents__list__boxText {
    gap: 1.3rem;
  }
}

.presents__list__title {
  color: #ef6060;
  font-weight: 700;
  font-size: 2.3rem;
}
@media (max-width: 990px) {
  .presents__list__title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.presents__list__title span {
  background-color: #f4ebb4;
}

.presents__list__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .presents__list__text {
    text-align: center;
    font-size: 1.3rem;
  }
}

.presents__button {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 7.6rem auto 0;
}
@media (max-width: 990px) {
  .presents__button {
    margin: 8rem 2rem 0;
  }
}
.presents__button a {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  padding: 3.2rem 5.6rem;
  border-radius: 1.6rem;
  background: #ef6060;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .presents__button a {
    gap: 0.6rem;
    padding: 2rem 1rem;
    width: 100%;
    border-radius: 0.8rem;
    font-size: 1.5rem;
  }
}
.presents__button a span {
  flex-shrink: 0;
  padding: 0.6rem 1.2rem;
  border-radius: 4rem;
  background-color: #fff;
  color: #ef6060;
  font-size: 1.5569rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .presents__button a span {
    padding: 0.4rem 0.7rem;
    font-size: 0.971rem;
  }
}
.presents__button a::after {
  display: block;
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/icon_blank_white.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .presents__button a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (hover: hover) {
  .presents__button a:hover {
    background-color: #0090ff;
  }
  .presents__button a:hover span {
    color: #0090ff;
  }
}

.strengths {
  position: relative;
  padding: 14.4rem 0 0;
  background: #fbfaf5;
  border-radius: 8rem 8rem 0 0;
}
@media (max-width: 990px) {
  .strengths {
    padding: 9.8rem 0 0;
    border-radius: 3.2rem 3.2rem 0 0;
  }
}

.strengths__anchor {
  position: absolute;
  top: 0;
}

.strengths__list {
  display: flex;
  flex-direction: column;
  margin: 14.4rem auto 0;
}
@media (max-width: 990px) {
  .strengths__list {
    margin: 5.7rem auto 0;
  }
}

.strengths__list__item {
  display: flex;
  justify-content: center;
  padding: 17.6rem 0 0 0;
  min-height: 71.2rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #eee;
  color: #fff;
}
@media (max-width: 990px) {
  .strengths__list__item {
    padding: 9.6rem 4rem 16rem;
    min-height: inherit;
    border-radius: 3.2rem 3.2rem 0 0;
  }
}
.strengths__list__item:nth-child(1) {
  background: url(../img/strengths_bg_01.webp) no-repeat center center/cover;
}
@media (max-width: 990px) {
  .strengths__list__item:nth-child(1) {
    background-image: url(../img/strengths_bg_01_sp.webp);
  }
}
.strengths__list__item:nth-child(2) {
  margin-top: -7.6rem;
  background: url(../img/strengths_bg_02.webp) no-repeat center center/cover;
}
@media (max-width: 990px) {
  .strengths__list__item:nth-child(2) {
    margin-top: -5.6rem;
    background-image: url(../img/strengths_bg_02_sp.webp);
  }
}
.strengths__list__item:nth-child(3) {
  margin-top: -7.6rem;
  background: url(../img/strengths_bg_03.webp) no-repeat center center/cover;
}
@media (max-width: 990px) {
  .strengths__list__item:nth-child(3) {
    margin-top: -5.6rem;
    background-image: url(../img/strengths_bg_03_sp.webp);
  }
}

.strengths__list__boxInner {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  max-width: 81.6rem;
}
@media (max-width: 990px) {
  .strengths__list__boxInner {
    gap: 2.3rem;
  }
}

.strengths__list__number {
  padding: 1.2rem 1.6rem;
  border: 0.2rem solid #fff;
  border-radius: 3.2rem;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
@media (max-width: 990px) {
  .strengths__list__number {
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }
}
.strengths__list__number span {
  font-size: 1.8rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .strengths__list__number span {
    font-size: 1.5rem;
  }
}

.strengths__list__title {
  font-weight: 500;
  font-size: 3.1rem;
  line-height: 1.75;
}
@media (max-width: 990px) {
  .strengths__list__title {
    font-size: 1.8rem;
  }
}

.strengths__list__text {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 990px) {
  .strengths__list__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.voices {
  position: relative;
  padding: 20.4rem 0 39.8rem;
  background: #fbfaf6 url(../img/voices_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .voices {
    padding: 12rem 0 14rem;
    background-image: url(../img/voices_bg_sp.webp);
    min-height: 230.8rem;
  }
}

.voices__anchor {
  position: absolute;
  top: 0rem;
}

.voices__list {
  display: flex;
  gap: 5.6rem;
  flex-direction: column;
  margin: 12.8rem auto 0;
  max-width: 113.8rem;
}
@media (max-width: 990px) {
  .voices__list {
    gap: 4.4rem;
    align-items: center;
    margin: 8.4rem 2rem 0;
  }
}

.voices__list__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3.55rem 6.4rem 3.55rem 8rem;
  border-radius: 6.4rem 1.6rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .voices__list__item {
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    gap: 0;
  }
}

.voices__list__number {
  position: absolute;
  left: 4rem;
  z-index: 2;
  display: flex;
  gap: 0.258rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
  background-color: #eee;
  color: #fff;
  font-size: 1.149rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .voices__list__number {
    top: 2.9rem;
    left: 6.2rem;
    width: 6rem;
    height: 6rem;
    font-size: 0.75em;
  }
}
.voices__list__number span {
  font-size: 3.211rem;
}
@media (max-width: 990px) {
  .voices__list__number span {
    font-size: 2.096rem;
  }
}
.voices__list__number--blue {
  background-color: #35c6e7;
}
.voices__list__number--green {
  background-color: #1c9168;
}
.voices__list__number--pink {
  background-color: #fe7398;
}

.voices__list__photo {
  position: relative;
  z-index: 1;
  width: 22.1rem;
  flex-shrink: 0;
}
.voices__list__photo img {
  width: 100%;
}

.voices__list__boxText {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .voices__list__boxText {
    margin: -4rem auto 0;
    padding: 4.8rem 3.2rem;
    border-radius: 4.8rem 1.6rem;
    background-color: #fff;
  }
}
.voices__list__boxText .title {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .voices__list__boxText .title {
    font-size: 1.6rem;
  }
}
.voices__list__boxText .text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .voices__list__boxText .text {
    font-size: 1.4rem;
  }
}
.voices__list__boxText .voices__list__meta {
  display: flex;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 990px) {
  .voices__list__boxText .voices__list__meta {
    font-size: 1.3rem;
  }
}
.voices__list__boxText .voices__list__meta li:not(:first-child) {
  margin: 0 0 0 1.6rem;
  padding: 0 0 0 1.6rem;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 990px) {
  .voices__list__boxText .voices__list__meta li:not(:first-child) {
    margin: 0 0 0 1.2rem;
    padding: 0 0 0 1.2rem;
  }
}

.message {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12.8rem 0 9.6rem;
}
@media (max-width: 990px) {
  .message {
    align-items: stretch;
    padding: 9.6rem 0 7.2rem;
  }
}
.message::before {
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10rem;
  background: url(../img/bg_arc_top.webp) no-repeat center center/100% 100%;
  content: "";
}
@media (max-width: 990px) {
  .message::before {
    top: -5rem;
    height: 5rem;
    background-image: url(../img/bg_arc_top_sp.webp);
  }
}

.message__anchor {
  position: absolute;
  top: 0;
}

.message__teacher {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10.29rem auto 0;
  width: 160.3rem;
  height: 96.7rem;
  background: url(../img/message_bg.webp) no-repeat center bottom/100% auto;
}
@media (max-width: 990px) {
  .message__teacher {
    margin: 4rem auto 0;
    padding: 0 4rem 12.9rem;
    width: auto;
    height: auto;
    background-image: url(../img/message_bg_sp.webp);
  }
}

.message__teacher__title {
  position: absolute;
  top: 0;
  right: 26.8rem;
  z-index: 3;
  display: inline-flex;
  gap: 0.8rem;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 2.4rem;
  writing-mode: vertical-rl;
}
@media (max-width: 990px) {
  .message__teacher__title {
    top: 20.4rem;
    right: auto;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.message__teacher__title span {
  display: inline;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  background: #fbfaf5;
}
@media (max-width: 990px) {
  .message__teacher__title span {
    padding: 0.8rem 0.6rem;
    border-radius: 0.54rem;
  }
}
.message__teacher__title span.indent {
  margin-top: 4rem;
}
@media (max-width: 990px) {
  .message__teacher__title span.indent {
    margin-top: 0;
  }
}

.message__teacher__photo {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 37.9rem;
  height: 44.6rem;
}
@media (max-width: 990px) {
  .message__teacher__photo {
    width: 19.6rem;
    height: 23rem;
  }
}
.message__teacher__photo img {
  width: 100%;
}

.message__teacher__text {
  margin: 4.4rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .message__teacher__text {
    margin: 25rem auto 0;
    font-size: 1.5rem;
  }
}
.message__teacher__text span {
  color: #f7f24e;
}

.message__teacher__scrollText {
  position: absolute;
  top: 24rem;
  display: none;
  display: flex;
  opacity: 0.2;
}
@media (max-width: 990px) {
  .message__teacher__scrollText {
    top: 20.5rem;
  }
}
.message__teacher__scrollText span {
  flex-shrink: 0;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-size: 12.2rem;
  font-family: "Berkshire Swash", sans-serif;
  animation: infinityScrollLeft 30s infinite linear 0s both;
}
@media (max-width: 990px) {
  .message__teacher__scrollText span {
    font-size: 5.6rem;
  }
}

.message__profile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4.8rem auto 0;
  padding: 4.8rem 7.2rem;
  border-radius: 4rem;
  background: #fbfaf5;
}
@media (max-width: 990px) {
  .message__profile {
    align-items: flex-start;
    flex-direction: column;
    margin: -8.2rem 2rem 0;
    padding: 2.4rem 3.2rem;
    border-radius: 2.4rem;
  }
}

.message__profile__title {
  color: #35c6e7;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 990px) {
  .message__profile__title {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.message__profile__boxText {
  margin: 0 0 0 6.4rem;
  padding: 0 0 0 6.4rem;
  border-left: 0.1rem solid #7a7a7a;
}
@media (max-width: 990px) {
  .message__profile__boxText {
    margin: 2.4rem 0 0 0;
    padding: 2.4rem 0 0 0;
    border-top: 0.1rem solid #ebebeb;
    border-left: none;
  }
}
.message__profile__boxText .name {
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 990px) {
  .message__profile__boxText .name {
    font-size: 2rem;
  }
}
.message__profile__boxText .kana {
  margin: 1rem 0 1.9rem;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media (max-width: 990px) {
  .message__profile__boxText .kana {
    margin: 0.752rem 0 1.428rem;
    font-size: 1.2rem;
  }
}
.message__profile__boxText .job {
  color: #7a7a7a;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .message__profile__boxText .job {
    font-size: 1.1rem;
  }
}

.message__history {
  margin: 6.6rem auto 0;
  max-width: 110rem;
}
@media (max-width: 990px) {
  .message__history {
    margin: 8.5rem 2rem 0;
  }
}

.message__history__title {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.9rem;
}
@media (max-width: 990px) {
  .message__history__title {
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.message__history__title::before {
  position: absolute;
  top: 1.4rem;
  left: 11.2rem;
  display: block;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #35c6e7;
  content: "";
}
@media (max-width: 990px) {
  .message__history__title::before {
    top: 1rem;
    left: 5.6rem;
  }
}
.message__history__title .year {
  flex-shrink: 0;
  width: 7.4rem;
  color: #35c6e7;
  white-space: nowrap;
  font-size: 3.4rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .message__history__title .year {
    width: 4.8rem;
    font-size: 2.2rem;
  }
}
.message__history__title .month {
  flex-shrink: 0;
  margin: 0 2.4rem 0 9.1rem;
  width: 3.4rem;
  color: #7a7a7a;
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .message__history__title .month {
    margin: 0 0.8rem 0 2.7rem;
    width: 2.1rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (max-width: 990px) {
  .message__history__title strong {
    padding-top: 0.5rem;
  }
}

.message__history__text {
  position: relative;
  padding: 0.6rem 0 3.4rem 22.3rem;
  color: #7a7a7a;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .message__history__text {
    padding: 0.8rem 0 2.9rem 10.4rem;
    font-size: 1.2rem;
  }
}
.message__history__text:not(:last-child)::before {
  position: absolute;
  top: -1rem;
  left: 11.7rem;
  z-index: -1;
  width: 0rem;
  height: calc(100% + 2.4rem);
  border-left: 0.3rem dotted #e6e6e6;
  content: "";
}
@media (max-width: 990px) {
  .message__history__text:not(:last-child)::before {
    top: -1rem;
    left: 6rem;
    border-left: 0.2rem dotted #e6e6e6;
  }
}

.message img.bard {
  position: absolute;
  top: -6rem;
  right: 60rem;
  width: 10.6rem;
  height: 7.6rem;
  animation: fluffyUpDown 3s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .message img.bard {
    top: -3.3rem;
    right: 4.8rem;
    width: 4.5rem;
    height: 3.3rem;
  }
}
.message img.cloud {
  position: absolute;
  top: 35rem;
  left: 36.4rem;
  z-index: 1;
  width: 27.671rem;
  height: 13.553rem;
  animation: fluffyDownUp 4s 0s ease-in-out infinite;
}
@media (max-width: 990px) {
  .message img.cloud {
    top: 14.9rem;
    left: 2rem;
    width: 7.4762rem;
    height: 3.662rem;
  }
}

.price {
  position: relative;
  padding: 27.2rem 0 30rem;
  background: url(../img/price_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .price {
    padding: 13.6rem 0 17.6rem;
    background-image: url(../img/price_bg_sp.webp);
    min-height: 174.3rem;
  }
}

.price__anchor {
  position: absolute;
  top: 0rem;
}

.price__pickup {
  display: flex;
  gap: 5.86rem;
  justify-content: center;
  margin: 9.6rem auto 0;
}
@media (max-width: 990px) {
  .price__pickup {
    gap: 6.4rem;
    align-items: center;
    flex-direction: column;
    margin: 5.7rem auto 0;
  }
}

.price__pickup__item {
  position: relative;
  display: flex;
  gap: 1.072rem;
  align-items: center;
  flex-direction: column;
  padding: 4.2rem 5.2rem;
  width: 38.5rem;
  height: 17.9rem;
  border-radius: 3.431rem;
}
@media (max-width: 990px) {
  .price__pickup__item {
    padding: 3rem 3.8rem;
    width: 28.9rem;
    height: 13.4rem;
  }
}
.price__pickup__item:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 1.15rem);
  right: -4.3rem;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../img/price_arrow.svg) no-repeat center center/contain;
  content: "";
  transform: rotate(-90deg);
}
@media (max-width: 990px) {
  .price__pickup__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -4rem;
    transform: inherit;
  }
}
.price__pickup__item .title {
  width: 100%;
  font-weight: 700;
  font-size: 2.144rem;
}
@media (max-width: 990px) {
  .price__pickup__item .title {
    font-size: 1.608rem;
  }
}
.price__pickup__item .value {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
  width: 100%;
  font-weight: 700;
  font-size: 1.93rem;
  line-height: 2.5;
}
@media (max-width: 990px) {
  .price__pickup__item .value {
    font-size: 1.447rem;
  }
}
.price__pickup__item .value strong {
  letter-spacing: -0.06em;
  font-weight: 500;
  font-size: 6.1118rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media (max-width: 990px) {
  .price__pickup__item .value strong {
    font-size: 4.583rem;
  }
}
.price__pickup__item .value small {
  font-size: 1.93rem;
  margin-bottom: -0.3rem;
}
@media (max-width: 990px) {
  .price__pickup__item .value small {
    font-size: 1.447rem;
  }
}
.price__pickup__item .text {
  position: absolute;
  top: -0.95rem;
  display: flex;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.8228rem;
  text-align: center;
  margin-left: -6rem;
}
@media (max-width: 990px) {
  .price__pickup__item .text {
    top: -0.7rem;
    gap: 0.4rem;
    font-size: 1.367rem;
  }
}
.price__pickup__item .text::before, .price__pickup__item .text::after {
  display: block;
  width: 0.1rem;
  height: 2rem;
  background-color: #3d3d3d;
  content: "";
}
@media (max-width: 990px) {
  .price__pickup__item .text::before, .price__pickup__item .text::after {
    height: 1.6rem;
  }
}
.price__pickup__item .text::before {
  transform: rotate(-25deg);
}
.price__pickup__item .text::after {
  transform: rotate(25deg);
}
.price__pickup__item .stamp {
  position: absolute;
  top: -3.2rem;
  right: -1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 10.1rem;
  height: 10.1rem;
  border-radius: 50%;
  background-color: #ef6060;
  color: #fff;
  font-size: 1.8228rem;
  font-size: 1.716rem;
}
@media (max-width: 990px) {
  .price__pickup__item .stamp {
    top: -2.6rem;
    right: -0.3rem;
    width: 7.6rem;
    height: 7.6rem;
    font-size: 1.286rem;
  }
}
.price__pickup__item .stamp strong {
  position: relative;
  padding-top: 0.3rem;
  letter-spacing: -0.06em;
  font-weight: 500;
  font-size: 3.5384rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 990px) {
  .price__pickup__item .stamp strong {
    padding-top: 0.2rem;
    font-size: 2.653rem;
  }
}
.price__pickup__item .stamp strong span {
  position: absolute;
  right: -2.6rem;
  bottom: 0.8rem;
  white-space: nowrap;
  letter-spacing: normal;
  font-size: 1.179rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 990px) {
  .price__pickup__item .stamp strong span {
    right: -1.8rem;
    bottom: 0.6rem;
    font-size: 0.84rem;
  }
}
.price__pickup__item .illust {
  position: absolute;
  right: -9.4rem;
  bottom: 3.2rem;
  width: 15.7rem;
  height: 12.2rem;
}
@media (max-width: 990px) {
  .price__pickup__item .illust {
    right: -2.3rem;
    bottom: 2.3rem;
    width: 8.3rem;
    height: 6.5rem;
  }
}
.price__pickup__item--normal {
  background-color: #fff;
}
.price__pickup__item--special {
  background-color: #faf8b2;
}
.price__pickup__item--special .title {
  color: #ef6060;
}
.price__pickup__item--special .value strong {
  color: #ef6060;
}

.price__benefit {
  margin: 12rem auto 0;
}
@media (max-width: 990px) {
  .price__benefit {
    margin: 7.4rem auto 0;
  }
}

.price__benefit__title {
  display: flex;
  gap: 2.573rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 2.3589rem;
}
@media (max-width: 990px) {
  .price__benefit__title {
    gap: 2.4rem;
    font-size: 1.6rem;
  }
}
.price__benefit__title::after {
  display: block;
  width: 34.312px;
  height: 0.1rem;
  border-radius: 1rem;
  background-color: #7a7a7a;
  content: "";
}
@media (max-width: 990px) {
  .price__benefit__title::after {
    width: 3.2rem;
  }
}

.price__benefit__list {
  display: flex;
  gap: 1.716rem;
  flex-direction: column;
  margin: 4.289rem auto 0;
  max-width: 83.6rem;
}
@media (max-width: 990px) {
  .price__benefit__list {
    gap: 1.6rem;
    margin: 3.2rem 2rem 0;
  }
}

.price__benefit__list__item {
  display: flex;
  align-items: center;
  padding: 4rem 6.4rem;
  border-radius: 3.2rem;
  background-color: #fff;
}
@media (max-width: 990px) {
  .price__benefit__list__item {
    gap: 0.4rem;
    flex-direction: column;
    padding: 2.4rem 3.2rem 1.6rem;
  }
}

.price__benefit__list__number {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #35c6e7;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 990px) {
  .price__benefit__list__number {
    width: 5rem;
    height: 5rem;
    font-size: 0.811rem;
  }
}
.price__benefit__list__number span {
  font-size: 3rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .price__benefit__list__number span {
    font-size: 2.328rem;
  }
}

.price__benefit__list__boxText {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 4.8rem;
  padding: 0 0 0 4.8rem;
  min-height: 11.9rem;
  border-left: 0.1rem solid #ebebeb;
}
@media (max-width: 990px) {
  .price__benefit__list__boxText {
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    border-left: none;
  }
}

.price__benefit__list__title {
  color: #35c6e7;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  .price__benefit__list__title {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.price__benefit__list__text {
  color: #7a7a7a;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .price__benefit__list__text {
    text-align: center;
    font-size: 1.3rem;
  }
}

.flow {
  position: relative;
  padding: 6rem 0 13.6rem;
}
@media (max-width: 990px) {
  .flow {
    padding: 13.2rem 0 14.4rem;
  }
}
.flow::before {
  position: absolute;
  top: -10rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10rem;
  background: url(../img/bg_arc_top.webp) no-repeat center center/100% 100%;
  content: "";
}
@media (max-width: 990px) {
  .flow::before {
    top: -5rem;
    height: 5rem;
    background-image: url(../img/bg_arc_top_sp.webp);
  }
}

.flow__anchor {
  position: absolute;
  top: 0;
}
@media (max-width: 990px) {
  .flow__anchor {
    top: 4rem;
  }
}

.flow__list {
  display: flex;
  gap: 8rem;
  justify-content: center;
  margin: 12rem auto 0;
}
@media (max-width: 990px) {
  .flow__list {
    gap: 7.7rem;
    align-items: center;
    flex-direction: column;
    margin: 8.4rem auto 0;
  }
}

.flow__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 30.1rem;
  text-align: center;
}
.flow__list__item:not(:last-child)::after {
  position: absolute;
  right: -5.6rem;
  display: block;
  width: 1.642rem;
  height: 29.8rem;
  background: url(../img/flow_arrow.svg) no-repeat center center/100% auto;
  content: "";
}
@media (max-width: 990px) {
  .flow__list__item:not(:last-child)::after {
    top: auto;
    right: calc(50% - 0.65rem);
    bottom: -5.05rem;
    width: 1.3rem;
    height: 2.4em;
    transform: rotate(90deg);
  }
}

.flow__list__number {
  position: absolute;
  top: -0.6rem;
  left: 4.4rem;
  color: #35c6e7;
  font-size: 3.5rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .flow__list__number {
    left: 7.2rem;
    font-size: 3.1rem;
  }
}

.flow__list__img {
  margin: 0 auto;
  width: 16.1rem;
  height: 16.1rem;
}
@media (max-width: 990px) {
  .flow__list__img {
    width: 12rem;
    height: 12rem;
  }
}
.flow__list__img img {
  width: 100%;
}

.flow__list__title {
  margin: 4.2rem auto 1.4rem;
  color: #35c6e7;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 990px) {
  .flow__list__title {
    margin: 2.4rem auto 0.8rem;
    font-size: 1.7rem;
  }
}

.flow__list__text {
  color: #7a7a7a;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media (max-width: 990px) {
  .flow__list__text {
    font-size: 1.3rem;
  }
}
.flow__list__text a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .flow__list__text a:hover {
    text-decoration: none;
    color: #35c6e7;
  }
}

.faq {
  position: relative;
  padding: 30rem 0 44rem;
  background: url(../img/faq_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .faq {
    padding: 14.3rem 0 30.5rem;
    background-image: url(../img/faq_bg_sp.webp);
  }
}

.faq__anchor {
  position: absolute;
  top: 16rem;
}
@media (max-width: 990px) {
  .faq__anchor {
    top: 2rem;
  }
}

.faq__list {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  margin: 8rem auto 0;
  max-width: 110rem;
}
@media (max-width: 990px) {
  .faq__list {
    margin: 5.6rem 2rem 0;
  }
}

.faq__list__item {
  display: flex;
  flex-direction: column;
  padding: 4.8rem 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 990px) {
  .faq__list__item {
    padding: 2.4rem 1.6rem;
  }
}

.faq__list__title {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .faq__list__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.faq__list__title .title {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-size: 2rem;
}
@media (max-width: 990px) {
  .faq__list__title .title {
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.faq__list__title .title span {
  flex-shrink: 0;
  color: #35c6e7;
  font-size: 2.4rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .faq__list__title .title span {
    font-size: 2rem;
  }
}
.faq__list__title .button {
  position: relative;
  display: grid;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
}
@media (max-width: 990px) {
  .faq__list__title .button {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.faq__list__title .button span {
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #35c6e7;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .faq__list__title .button span {
    width: 1.6rem;
  }
}
.faq__list__title .button span:nth-child(1) {
  transform: rotate(-90deg);
}
.is-toggle .faq__list__title .button span:nth-child(1) {
  transform: rotate(0deg);
}
.faq__list__title .button span:nth-child(2) {
  transform: rotate(0deg);
}
.is-toggle .faq__list__title .button span:nth-child(2) {
  transform: rotate(-180deg);
}

.faq__list__text {
  overflow: hidden;
  padding: 0 4rem;
  height: 0;
  color: #7a7a7a;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .faq__list__text {
    padding: 0;
    font-size: 1.4rem;
  }
}
.is-toggle .faq__list__text {
  margin-top: 4rem;
  height: auto;
}
@media (max-width: 990px) {
  .is-toggle .faq__list__text {
    margin-top: 2.4rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 11.6rem;
}
@media (max-width: 990px) {
  .l-header {
    height: 6.8rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header {
    height: 68px;
  }
}

.l-header__logo {
  position: fixed;
  top: 3.2rem;
  left: 3.2rem;
  z-index: 1;
  display: flex;
  gap: 2.6rem;
  align-items: center;
}
@media (max-width: 990px) {
  .l-header__logo {
    top: 2rem;
    left: 2rem;
    gap: 0.8rem;
    flex-direction: column;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__logo {
    top: 20px;
    left: 20px;
    gap: 8px;
  }
}
.l-header__logo img {
  width: auto;
  height: 3rem;
}
@media (max-width: 990px) {
  .l-header__logo img {
    height: 2rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__logo img {
    height: 20px;
  }
}
.l-header__logo p {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 990px) {
  .l-header__logo p {
    font-size: 0.95rem;
    line-height: 1;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__logo p {
    font-size: 9.5px;
  }
}

.l-header__menu {
  display: flex;
  gap: 2.4rem;
  padding-right: 13rem;
}
@media (max-width: 990px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu li {
  font-size: 1.6rem;
}

.l-header__btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 7.6rem;
  border-radius: 3.2rem;
  background-color: #3d3d3d;
  cursor: pointer;
}
@media (max-width: 990px) {
  .l-header__btn {
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 2.2rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__btn {
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 22px;
  }
}
.l-header__btn span {
  position: absolute;
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-header__btn span {
    width: 1rem;
    height: 0.1rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__btn span {
    width: 10px;
    height: 1px;
  }
}
.l-header__btn span:nth-child(1) {
  margin-bottom: 1.6rem;
}
@media (max-width: 990px) {
  .l-header__btn span:nth-child(1) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__btn span:nth-child(1) {
    margin-bottom: 10px;
  }
}
.l-header__btn span:nth-child(3) {
  margin-top: 1.6rem;
}
@media (max-width: 990px) {
  .l-header__btn span:nth-child(3) {
    margin-top: 1rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__btn span:nth-child(3) {
    margin-top: 10px;
  }
}
.is-open .l-header__btn span:nth-child(1) {
  margin: 0;
  transform: rotate(135deg);
}
.is-open .l-header__btn span:nth-child(2) {
  width: 0;
}
.is-open .l-header__btn span:nth-child(3) {
  margin: 0;
  transform: rotate(-135deg);
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: -600px;
  display: flex;
  overflow-y: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 600px;
  height: 100dvh;
  transition: right 0.3s ease-in-out;
  pointer-events: none;
}
.is-open .l-header__nav {
  right: 0;
  pointer-events: all;
}
@media (max-width: 990px) {
  .l-header__nav {
    right: -100%;
    width: 100%;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav {
    right: -600px;
    width: 600px;
  }
}

.l-header__nav__inner {
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding: 76px 92px;
  width: 464px;
  height: auto;
  border-radius: 56px 0 0 56px;
  background: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
@media (max-width: 990px) {
  .l-header__nav__inner {
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.1));
    gap: 3.2rem;
    padding: 11.5rem 4.75rem 4.8rem;
    width: 100%;
    border-radius: 0;
    filter: none;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__inner {
    padding: 115px 47.5px 48px;
    gap: 32px;
    width: 464px;
    border-radius: 56px 0 0 56px;
  }
}

.l-header__nav__listMain {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-header__nav__listMain {
    gap: 3.2rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listMain {
    gap: 32px;
  }
}
.l-header__nav__listMain li a {
  font-size: 15px;
}
@media (max-width: 990px) {
  .l-header__nav__listMain li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listMain li a {
    font-size: 15px;
  }
}

.l-header__nav__listButton {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-header__nav__listButton {
    gap: 0.8rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listButton {
    gap: 8px;
  }
}
.l-header__nav__listButton li a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 64px;
  background-color: #f5f5f5;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-header__nav__listButton li a {
    gap: 0.8rem;
    min-height: 6.4rem;
    border-radius: 6.4rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listButton li a {
    gap: 8px;
    min-height: 64px;
    border-radius: 64px;
    font-size: 16px;
  }
}
.l-header__nav__listButton .yellow {
  background-color: #fbf42e;
}
.l-header__nav__listButton .yellow::after {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-header__nav__listButton .yellow::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listButton .yellow::after {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .l-header__nav__listButton .yellow:hover {
    background-color: #0090ff;
    color: #fff;
  }
  .l-header__nav__listButton .yellow:hover::after {
    background-image: url(../img/icon_blank_white.svg);
  }
}
.l-header__nav__listButton .blue {
  background-color: #35c6e7;
  color: #fff;
}
@media (hover: hover) {
  .l-header__nav__listButton .blue:hover {
    background-color: #0090ff;
  }
}
.l-header__nav__listButton .gray {
  background-color: #7a7a7a;
  color: #fff;
}
.l-header__nav__listButton .gray::after {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_blank_white.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .l-header__nav__listButton .gray::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listButton .gray::after {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .l-header__nav__listButton .gray:hover {
    background-color: #0090ff;
  }
}

.l-header__nav__listSub {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-header__nav__listSub {
    gap: 1.6rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listSub {
    gap: 16px;
  }
}
.l-header__nav__listSub li a {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 990px) {
  .l-header__nav__listSub li a {
    gap: 0.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listSub li a {
    gap: 4px;
    font-size: 14px;
  }
}
.l-header__nav__listSub .blank::after {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .l-header__nav__listSub .blank::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-header__nav__listSub .blank::after {
    width: 13px;
    height: 13px;
  }
}

.c-boxTitle {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  flex-direction: column;
  padding: 0 4rem;
  text-align: center;
}
@media (max-width: 990px) {
  .c-boxTitle {
    gap: 1.6rem;
  }
}
.c-boxTitle .c-boxTitle__titleJ {
  order: 2;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.75;
}
@media (max-width: 990px) {
  .c-boxTitle .c-boxTitle__titleJ {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-boxTitle .c-boxTitle__titleE {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  flex-direction: column;
  order: 1;
  color: #35c6e7;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-family: "Berkshire Swash", sans-serif;
}
@media (max-width: 990px) {
  .c-boxTitle .c-boxTitle__titleE {
    gap: 0.8em;
    font-size: 1.2rem;
  }
}
.c-boxTitle .c-boxTitle__titleE::before {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/icon_star_blue.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .c-boxTitle .c-boxTitle__titleE::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.c-boxTitle .c-boxTitle__text {
  order: 3;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .c-boxTitle .c-boxTitle__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.l-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -7.4rem auto 0;
  padding: 6.4rem 0 7.3rem;
  background: url(../img/footer_bg.webp) no-repeat center top/100% auto;
}
@media (max-width: 990px) {
  .l-footer {
    padding: 5rem 0 20rem;
    background-image: url(../img/footer_bg_sp.webp);
  }
}

.l-footer__logo {
  text-align: center;
}
.l-footer__logo p {
  font-size: 1.9rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .l-footer__logo p {
    font-size: 1.4rem;
  }
}
.l-footer__logo img {
  margin: 4rem auto 6.8rem;
  width: auto;
  height: 3.8rem;
}
@media (max-width: 990px) {
  .l-footer__logo img {
    margin: 2rem auto 1.1rem;
    height: 2.4rem;
  }
}
.l-footer__logo small {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .l-footer__logo small {
    font-size: 1rem;
  }
}

.l-footer__button {
  position: absolute;
  right: 8.8rem;
  bottom: 12.2rem;
}
@media (max-width: 990px) {
  .l-footer__button {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 2.4rem auto 2.6rem;
  }
}
.l-footer__button a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  border-radius: 6.4rem;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .l-footer__button a {
    gap: 0.3rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
}
.l-footer__button a::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .l-footer__button a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.l-footer__link {
  position: absolute;
  bottom: 15.3rem;
  left: 8.8rem;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-footer__link {
    position: relative;
    bottom: auto;
    left: auto;
    gap: 1.6rem 0.8rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 2rem;
  }
}
.l-footer__link li a {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  .l-footer__link li a {
    gap: 0.3rem;
    font-size: 1.1rem;
  }
}
.l-footer__link .blank::after {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .l-footer__link .blank::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.l-footer__copyright {
  position: absolute;
  bottom: 7.3rem;
  left: 8.8rem;
  color: #7a7a7a;
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 990px) {
  .l-footer__copyright {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 2.5rem auto 0;
    font-size: 1rem;
  }
}

.l-footer__bannerFixed {
  position: fixed;
  bottom: 13px;
  left: 13px;
  z-index: 10;
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-footer__bannerFixed {
    bottom: 6rem;
    left: 0;
    padding: 0 1rem;
    box-shadow: none;
    justify-content: center;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__bannerFixed {
    bottom: 60px;
    padding: 0 10px;
  }
}
.l-footer__bannerFixed > div {
  display: flex;
  position: relative;
  width: 311px;
}
@media (max-width: 990px) {
  .l-footer__bannerFixed > div {
    width: 34.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__bannerFixed > div {
    width: 355px;
  }
}
.l-footer__bannerFixed img {
  width: 311px;
  height: auto;
  border-radius: 16px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 990px) {
  .l-footer__bannerFixed img {
    width: 35.5rem;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__bannerFixed img {
    width: 355px;
    height: auto;
  }
}
.l-footer__bannerFixed button {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 1;
  width: 22px;
  height: 22px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 990px) {
  .l-footer__bannerFixed button {
    top: -0.4rem;
    right: 0;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.9rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__bannerFixed button {
    top: -8px;
    width: 19px;
    height: 19px;
    font-size: 19px;
  }
}
.l-footer__bannerFixed.is-hidden {
  display: none;
}
@media (min-width: 991px) {
  .l-footer__bannerFixed.is-fixed {
    bottom: 38rem;
  }
}

.l-footer__buttonFixed {
  position: fixed;
  right: 21px;
  bottom: 26px;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed {
    right: 0;
    bottom: 0;
    left: 0;
    gap: 0.7rem;
    padding: 1rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed {
    gap: 7px;
    padding: 10px;
  }
}
.l-footer__buttonFixed li a {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 156px;
  height: 128px;
  border-radius: 100px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 18px;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed li a {
    gap: 0.4rem;
    flex-direction: row;
    width: auto;
    height: 5rem;
    white-space: nowrap;
    letter-spacing: inherit;
    font-size: 1.3rem;
    line-height: 1;
    box-shadow: 0.3rem 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed li a {
    gap: 4px;
    height: 50px;
    border-radius: 10rem;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
  }
}
.l-footer__buttonFixed .yellow {
  background-color: #fbf42e;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .yellow {
    padding: 0 1.25rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed .yellow {
    padding: 0 12.5px;
  }
}
.l-footer__buttonFixed .yellow::after {
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  background: url(../img/icon_blank_black.svg) no-repeat center center/contain;
  content: "";
  transition: 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .yellow::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed .yellow::after {
    width: 13px;
    height: 13px;
  }
}
@media (hover: hover) {
  .l-footer__buttonFixed .yellow:hover {
    background-color: #0090ff;
    color: #fff;
  }
  .l-footer__buttonFixed .yellow:hover::after {
    background-image: url(../img/icon_blank_white.svg);
  }
}
.l-footer__buttonFixed .blue {
  position: relative;
  background-color: #35c6e7;
  color: #fff;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .blue {
    padding: 0 1.9rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed .blue {
    padding: 0 19px;
  }
}
.l-footer__buttonFixed .blue::before, .l-footer__buttonFixed .blue::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: url(../img/icon_line_white.svg) no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .blue::before, .l-footer__buttonFixed .blue::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed .blue::before, .l-footer__buttonFixed .blue::after {
    width: 20px;
    height: 20px;
  }
}
.l-footer__buttonFixed .blue::before {
  display: none;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .blue::before {
    display: block;
  }
}
.l-footer__buttonFixed .blue::after {
  display: block;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .blue::after {
    display: none;
  }
}
@media (hover: hover) {
  .l-footer__buttonFixed .blue:hover {
    background-color: #0090ff;
  }
}
.l-footer__buttonFixed .blue span {
  position: absolute;
  top: -16px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 40px;
  background-color: #fbfaf5;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: bold;
}
.l-footer__buttonFixed .blue span::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 13px solid #fbfaf5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  transform: rotate(30deg);
  transform-origin: left bottom;
}
@media (max-width: 990px) {
  .l-footer__buttonFixed .blue span {
    top: -0.8rem;
    right: auto;
    padding: 0.4rem;
    width: 7.8rem;
    font-size: 1.1rem;
    border-radius: 4rem;
  }
  .l-footer__buttonFixed .blue span::before {
    bottom: -0.4rem;
    left: auto;
    border-top: 0.6rem solid #fbfaf5;
    border-right: 0.4rem solid transparent;
    border-left: 0.4rem solid transparent;
    transform: none;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .l-footer__buttonFixed .blue span {
    top: -8px;
    right: auto;
    padding: 4px;
    width: 78px;
    font-size: 11px;
    border-radius: 40px;
  }
  .l-footer__buttonFixed .blue span::before {
    bottom: -4px;
    left: auto;
    border-top: 6px solid #fbfaf5;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: none;
  }
}
@media (min-width: 991px) {
  .l-footer__buttonFixed.is-fixed {
    bottom: 44rem;
  }
}

.l-footer img.tree-b {
  position: absolute;
  top: -2.8rem;
  left: 11.6rem;
  width: 13.9rem;
  height: 9.6rem;
}
@media (max-width: 990px) {
  .l-footer img.tree-b {
    top: -2.5rem;
    left: 0.8rem;
    width: 6.9rem;
    height: 4.8rem;
  }
}
.l-footer img.flower {
  position: absolute;
  top: -0.5rem;
  left: 29.4rem;
  width: 16rem;
  height: 7.3rem;
}
@media (max-width: 990px) {
  .l-footer img.flower {
    top: -1.6rem;
    left: 8.5rem;
    width: 8rem;
    height: 3.7rem;
  }
}
.l-footer img.bird {
  position: absolute;
  top: -11.49rem;
  right: 29.697rem;
  width: 27.1rem;
  height: 14.7rem;
}
@media (max-width: 990px) {
  .l-footer img.bird {
    top: -8.842rem;
    right: 2.363rem;
    width: 18.437rem;
    height: 10.008rem;
  }
}
.l-footer img.tree-c {
  position: absolute;
  top: -2.5rem;
  right: 13.2rem;
  width: 18.3rem;
  height: 11.5rem;
}
@media (max-width: 990px) {
  .l-footer img.tree-c {
    top: -2.9rem;
    right: 1.3rem;
    width: 9.1rem;
    height: 5.8rem;
  }
}