/*! 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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 */
  -moz-appearance: none;
       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;
}

/* =================
color
================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.tankyugakushu .main {
  font-size: 1rem;
  font-weight: 700;
  color: #363D3D;
  text-align: center;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}
.tankyugakushu .main,
.tankyugakushu .main * {
  font-family: "Noto Sans", sans-serif;
}
/* meiji_reset.css の main div:after / main dl:after / main ul:after クリアフィックス（float実装向けの遺物）が
   本ページのflex/gridコンテナに疑似要素の幽霊アイテムとして挿入され、gap分だけ幅を圧迫していたための無効化 */
.cta__tags::after,
.mv__tags::after,
.mv__tag::after,
.nav__list::after,
.about__text::after,
.challenge__content::after,
.challenge__item::after,
.program__lead-bubble::after,
.program .features-head__illust::after,
.program .features-grid::after,
.program__footer-text::after,
.cta__tag::after,
.features-head__icon::after,
.material__nav::after,
.material__nav-item::after,
.material__grid::after,
.material__card::after,
.material__card-icon::after,
.flow__item::after,
.flow__head-icon::after,
.flow__time::after,
.supervision__list::after,
.supervision__item::after,
.supervision__head-icon::after,
.supervision__profile::after,
.voice__list::after,
.voice__card-icon::after,
.usage__flow::after,
.usage .faq__list::after,
.usage .faq__answer-content::after,
.slider-inner::after,
.mv__bg::after,
.mv__content::after,
.mv__title-area::after,
.mv__cta::after,
.challenge-wrapper::after,
.challenge__bubble::after,
.program__intro::after,
.features-head::after,
.features-grid__item::after,
.material__inner::after,
.material__nav-icon::after,
.material__head::after,
.flow__inner::after,
.flow__head::after,
.flow__timeline::after,
.flow__list::after,
.flow__content::after,
.supervision__inner::after,
.supervision__head::after,
.supervision__photo::after,
.supervision__quote::after,
.voice__inner::after,
.voice__group::after,
.voice__header::after,
.voice__header-icon::after,
.splide__track::after,
.faq::after,
.faq__container::after,
.faq__body::after,
.information-wrapper::after,
.information__inner::after {
  content: none;
}
/* 同クリアフィックスの visibility: hidden が、本ページ自前の装飾用::after（背景画像）にも
   effectしてしまい、イラストが非表示になっていたための再表示 */
.about__inner::after,
.program__inner::after,
.cta::after {
  visibility: visible;
}

img {
  width: 100%;
}

.section-top-wave {
  position: relative;
}
.section-top-wave::before {
  content: "";
  width: 100%;
  height: 2.43vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -2.4vw;
  left: 0;
}
@media (max-width: 768px) {
  .section-top-wave::before {
    height: 5.23vw;
    background-size: cover;
    background-position: left;
    top: -5.1vw;
    left: -1px;
    width: calc(100% + 1px);
  }
}

.section-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  margin: 0 auto;
}
.section-title__title {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: 700;
}

.section-main-text {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-text {
  font-size: 1.8rem;
  line-height: 1.889;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.cta {
  max-width: 84.8rem;
  width: 84.48rem;
  margin: 0 auto;
  border: 0.5rem #FF0201 solid;
  border-radius: 3.5rem;
  background-color: #FFF1F1;
  text-align: center;
  padding: 4rem 0 4.3rem 0;
  position: relative;
}
@media (max-width: 900px) {
  .cta {
    width: 70rem;
  }
}
@media (max-width: 768px) {
  .cta {
    width: 32rem;
    max-width: none;
    padding: 4rem 1.6rem 6rem;
    border-width: 0.4rem;
    border-radius: 3rem;
  }
}
.cta__main-copy {
  font-size: 2.8rem;
  line-height: 1.57;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #FF0201;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .cta__main-copy {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.6rem;
  }
}
.cta__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-bottom: 2.6rem;
  font-weight: 400;
  color: #363D3D;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.cta__tags {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .cta__tags {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
}
.cta__tag {
  background-color: #FFE37F;
  border: 3px solid #fff;
  width: 13.4rem;
  height: 13.4rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cta__tag {
    width: 8.1rem;
    height: 8.1rem;
    border: 1.8px solid #fff;
  }
}
.cta__tag-label {
  font-size: 1.8rem;
  color: #FF0201;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta__tag-label {
    font-size: 1rem;
  }
}
.cta__tag-label::before {
  content: "";
  background: url(../img/icon_check_red.svg) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .cta__tag-label::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.cta__tag-sub {
  background-color: #FF0201;
  color: #fff;
  padding: 0.2rem 1.1rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .cta__tag-sub {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }
}
@media (max-width: 768px) {
  .cta .cta__button {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .cta .cta__button::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.cta::before {
  content: "";
  position: absolute;
  background-image: url(../img/img_cta_01_pc.webp);
  width: 33.2rem;
  height: 20.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  left: -8.3rem;
  bottom: -4.3rem;
}
@media (max-width: 768px) {
  .cta::before {
    width: 16.2rem;
    height: 10rem;
    left: 0;
    bottom: -6.1rem;
  }
}
.cta::after {
  content: "";
  position: absolute;
  background-image: url(../img/img_cta_02_pc.webp);
  width: 24.2rem;
  height: 20.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: -8rem;
  bottom: -3.3rem;
}
@media (max-width: 990px) {
  .cta::after {
    right: 0rem;
  }
}
@media (max-width: 768px) {
  .cta::after {
    width: 11.8rem;
    height: 10.1rem;
    right: 0;
    bottom: -6.1rem;
  }
}

.cta__button {
  color: #fff;
  background-color: #FF0201;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 4.4rem;
  width: 50rem;
  height: 8.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .cta__button {
    font-size: 1.4rem;
    width: 31.5rem;
    height: 6rem;
  }
}
.cta__button::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon_white-arrow_01_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 2.3rem;
  width: 3.3rem;
  height: 3.3rem;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .cta__button::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 2rem;
  }
}
.cta__button:hover {
  background-color: #FF7777;
}

.fixed-button {
  background-color: #FF0201;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  width: 18.3rem;
  height: 18.3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 2.08%;
  bottom: 5%;
  align-items: center;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .fixed-button {
    width: 12.5rem;
    height: 12.5rem;
    font-size: 1.6rem;
    right: 1.5rem;
    bottom: 2rem;
  }
}
.fixed-button::after {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/icon_white-arrow_01_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .fixed-button::after {
    width: 2rem;
    height: 2rem;
  }
}
.fixed-button:hover {
  background-color: #FF7777;
  transform: scale(1.05);
}

.mv {
  position: relative;
  width: 100%;
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .mv {
    padding-bottom: 24.6rem;
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.mv__content {
  max-width: 115.3rem;
  margin: 0 auto;
  padding-top: 24.7rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .mv__content {
    padding-top: 31.3rem;
    width: 33.6rem;
  }
}
.mv__main-title {
  max-width: 115.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 8rem;
}
@media (max-width: 768px) {
  .mv__main-title {
    width: 100%;
    top: 11.9rem;
  }
}
.mv__main-title img {
  width: 100%;
  height: auto;
}
.mv__copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .mv__copy {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mv__sub-copy {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .mv__sub-copy {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.mv__tags {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .mv__tags {
    flex-wrap: wrap;
    gap: 0.9rem 0.5rem;
    margin-bottom: 2.5rem;
  }
}
.mv__tag {
  background: #FFF4A6;
  padding: 0.5rem 1.6rem;
  color: #363D3D;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .mv__tag {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
  .mv__tag:first-child {
    width: auto;
    margin: 0 auto;
  }
}
.mv__tag::before {
  content: "";
  background: url(../img/icon_check_orange.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  display: block;
}
.mv__tag small {
  background: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  margin-left: 0.7rem;
}
@media (max-width: 768px) {
  .mv__tag small {
    font-size: 1.3rem;
    margin-left: 0.4rem;
  }
}

.nav {
  width: 90%;
  max-width: 110rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9rem;
  z-index: 10;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0.8rem 0 0;
}
@media (max-width: 768px) {
  .nav {
    background-color: transparent;
    box-shadow: none;
    bottom: -36rem;
  }
}
.nav__list {
  display: flex;
}
@media (max-width: 768px) {
  .nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.nav__item {
  flex: 1;
  border-right: 1px solid #eee;
}
.nav__item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .nav__item {
    border: none;
    background-color: #fff;
    border-radius: 2rem;
  }
  .nav__item:nth-child(5) {
    grid-column: 1/2;
  }
}
.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #363D3D;
  padding: 4.2rem 0 1rem;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .nav__link {
    padding: 3rem 1rem;
  }
}
.nav__link--text {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 2.375;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .nav__link--text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.nav__link--text::after {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/icon_arrow_orange.svg) no-repeat center/contain;
  display: block;
  margin-left: 0.9rem;
}
@media (max-width: 768px) {
  .nav__link--text::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
  }
}
.nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__icon img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__icon--pencil {
  width: 5.9rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 768px) {
  .nav__icon--pencil {
    width: 4.6rem;
    margin-bottom: 1.4rem;
  }
}
.nav__icon--bulb {
  width: 5rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 768px) {
  .nav__icon--bulb {
    width: 3.5rem;
    margin-bottom: 1.4rem;
  }
}
.nav__icon--book {
  width: 9.8rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .nav__icon--book {
    width: 6.2rem;
    margin-bottom: 1.4rem;
  }
}
.nav__icon--board {
  width: 10.32rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .nav__icon--board {
    width: 6.8rem;
    margin-bottom: 1.4rem;
  }
}
.nav__icon--cap {
  width: 9.5rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .nav__icon--cap {
    width: 5.6rem;
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}

.about {
  background-color: #FFD43A;
  padding: 31.4rem 0 6.6rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .about {
    padding: 52.8rem 0 6rem;
    overflow: hidden;
  }
}
.about::before {
  background-image: url(../img/bg_yellow-wave_01_pc.svg);
  z-index: 1;
}
@media (max-width: 768px) {
  .about::before {
    display: none;
  }
}
.about__inner {
  position: relative;
  z-index: 3;
  max-width: 100rem;
  margin: 0 auto;
}
.about__inner::before {
  background-image: url(../img/bg_circle_01_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 81.4vw;
  height: 81.5vw;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -2;
}
@media (max-width: 768px) {
  .about__inner::before {
    width: 114rem;
    height: 114rem;
  }
}
.about__inner::after {
  background-image: url(../img/bg_about_01_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 83.3vw;
  height: 56.4vw;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 51%;
  top: 50%;
  z-index: -2;
}
@media (max-width: 768px) {
  .about__inner::after {
    background-image: url(../img/bg_about_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 34rem;
    height: 100.9rem;
  }
}
.about__heading {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
}
@media (max-width: 768px) {
  .about__heading {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.67;
  }
}
.about__heading--lead {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .about__heading--lead {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
    line-height: 1.67;
  }
}
.about__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 18.5rem;
  font-size: 1.8rem;
  line-height: 1.89;
  color: #333;
}
@media (max-width: 768px) {
  .about__text {
    margin-bottom: 16.2rem;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
  }
}
.about__video {
  width: 96rem;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__video {
    width: 32rem;
  }
}

@media (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}

.challenge {
  background-color: #005193;
  padding: 4rem 0 12rem 0;
  position: relative;
}
.challenge::before {
  background-image: url(../img/bg_blue-wave_01_pc.svg);
}
@media (max-width: 768px) {
  .challenge {
    padding: 6rem 0 19.3rem;
  }
}
.challenge-wrapper {
  overflow: hidden;
}
.challenge__title {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.35;
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .challenge__title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.challenge__text {
  color: #fff;
}
@media (max-width: 768px) {
  .challenge__text {
    text-align: center;
    font-size: 1.6rem;
  }
}
.challenge__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
  transform: translateX(-2rem);
}
@media (max-width: 768px) {
  .challenge__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: none;
  }
}
.challenge__content--top {
  width: 70.4rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .challenge__content--top {
    width: 100%;
    margin-top: 4rem;
  }
}
.challenge__content--bottom {
  width: 70.2rem;
  justify-content: flex-start;
  margin-top: 1rem;
  z-index: 12;
  position: relative;
}
@media (max-width: 768px) {
  .challenge__content--bottom {
    width: 100%;
    margin-top: 0;
  }
}
.challenge__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.challenge__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .challenge__item {
    width: 100%;
    justify-content: center;
    margin-bottom: 14rem;
    transform: none !important;
  }
  .challenge__item::before {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: -12rem !important;
    transform: translateX(-50%) !important;
  }
}
.challenge__item--01::before {
  width: 12.2rem;
  height: 14.643rem;
  background-image: url(../img/img_blue-man_01_pc.webp);
  left: -46%;
  transform: translateX(-50%);
  top: 39%;
}
@media (max-width: 1010px) {
  .challenge__item--01::before {
    left: -20%;
  }
}
@media (max-width: 768px) {
  .challenge__item--01::before {
    width: 9.2rem;
    height: 11rem;
  }
}
.challenge__item--02 {
  transform: translateY(-0.7rem);
}
.challenge__item--02::before {
  width: 10.764rem;
  height: 15.453rem;
  background-image: url(../img/img_blue-woman_02_pc.webp);
  right: -70%;
  top: 0.8rem;
  transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .challenge__item--02::before {
    right: -50%;
  }
}
@media (max-width: 768px) {
  .challenge__item--02::before {
    width: 7.3rem;
    height: 10.5rem;
  }
}
.challenge__item--03 {
  transform: translateX(3rem);
}
.challenge__item--03::before {
  width: 10.499rem;
  height: 14.39rem;
  background-image: url(../img/img_blue-woman_01_pc.webp);
  left: -32%;
  bottom: 1.3rem;
  transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .challenge__item--03::before {
    left: -20%;
  }
}
@media (max-width: 768px) {
  .challenge__item--03::before {
    width: 7.3rem;
    height: 10rem;
  }
}
.challenge__item--04 {
  transform: translate(5.2rem, -1.2rem);
}
.challenge__item--04::before {
  width: 12.857rem;
  height: 16.157rem;
  background-image: url(../img/img_blue-man_02_pc.webp);
  top: 1.9rem;
  right: -68%;
  transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .challenge__item--04::before {
    right: -50%;
  }
}
@media (max-width: 768px) {
  .challenge__item--04::before {
    width: 8.4rem;
    height: 10.5rem;
  }
}
@media (max-width: 768px) {
  .challenge__item--04 {
    margin-bottom: 5rem;
  }
}
.challenge__bubble {
  padding: 3rem 2.9rem;
  border-radius: 4rem;
  border: 0.5rem solid #006CC4;
  background-color: #F3F9FF;
  text-align: center;
  font-weight: bold;
  width: 34rem;
  z-index: 12;
  position: relative;
  color: #005193;
  letter-spacing: 0.08em;
}
.challenge__bubble--heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .challenge__bubble--heading {
    font-size: 1.8rem;
  }
}
.challenge__bubble--text {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .challenge__bubble--text {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .challenge__bubble {
    width: 32rem;
    padding: 2rem;
    border-radius: 3.2rem;
  }
}

.program {
  background-color: #FF7C00;
  position: relative;
  padding: 16rem 0 12rem;
}
.program::before {
  background-image: url(../img/bg_orange-wave_01_pc.svg);
}
.program::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 305px;
  height: 76px;
  background: url(../img/img_triangle_features.svg) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  .program::after {
    width: 28rem;
    height: 10.2rem;
    bottom: -1.3rem;
  }
}
.program__inner {
  position: relative;
}
.program__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 21.5rem;
  height: 14.3rem;
  background: url(../img/img_cacao_02.webp) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  left: 7%;
  top: 14%;
  z-index: 2;
}
@media (max-width: 768px) {
  .program__inner::before {
    width: 10.5rem;
    height: 7rem;
    top: -5rem;
    left: 3rem;
  }
}
.program__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 26.7rem;
  height: 15rem;
  background: url(../img/img_cows_program.webp) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  right: -11%;
  top: 19.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .program__inner::after {
    width: 20.1rem;
    height: 11.6rem;
    right: -10rem;
    top: 97rem;
  }
}
.program__lead-bubble {
  position: absolute;
  top: -0.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/bulb.webp) no-repeat;
  background-size: contain;
  width: 56.5rem;
  height: 27.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .program__lead-bubble {
    background: url(../img/bulb_sp.webp) no-repeat;
    background-size: contain;
    width: 32.5rem;
    height: 23.3rem;
    z-index: 14;
  }
}
.program__lead-bubble p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7;
  color: #363D3D;
}
@media (max-width: 768px) {
  .program__lead-bubble p {
    font-size: 2rem;
  }
}
.program__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .program__inner {
    max-width: 33.5rem;
  }
}
.program__intro {
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .program__intro {
    margin-bottom: 21rem;
  }
}
.program__intro-title {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  .program__intro-title {
    font-size: 2.4rem;
  }
}
.program__intro-lead {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4.6rem;
}
@media (max-width: 768px) {
  .program__intro-lead {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.program__intro-desc {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
  .program__intro-desc {
    font-size: 1.6rem;
    text-align: left;
    max-width: 32rem;
    margin: 0 auto 2.6rem;
  }
}
.program .features-head {
  margin: 3.3rem 0 2.9rem;
}
@media (max-width: 768px) {
  .program .features-head {
    margin: 12.6rem 0 4rem;
  }
}
.program .features-head__icon {
  background: #FFF1F1;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  margin: 0 auto 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #363D3D;
}
.program .features-head__icon img {
  width: 4.97rem;
  margin-bottom: 0.1rem;
}
.program .features-head__icon span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .program .features-head__icon {
    width: 13rem;
    height: 13rem;
    margin-bottom: 3.2rem;
  }
  .program .features-head__icon img {
    width: 3.7rem;
  }
  .program .features-head__icon span {
    font-size: 1.4rem;
  }
}
.program .features-head__title {
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .program .features-head__title {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
  }
}
.program .features-head__lead {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.89;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .program .features-head__lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.program .features-head__illust {
  display: flex;
  justify-content: space-between;
  margin-top: -15rem;
}
@media (max-width: 768px) {
  .program .features-head__illust {
    margin-top: 0;
    justify-content: center;
    gap: 6.8rem;
    margin-bottom: -1rem;
  }
}
.program .features-head__illust--woman {
  width: 16rem;
}
@media (max-width: 768px) {
  .program .features-head__illust--woman {
    width: 11.4rem;
  }
}
.program .features-head__illust--man {
  width: 19.6rem;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .program .features-head__illust--man {
    width: 14rem;
    margin-right: 0;
  }
}
.program .features-grid {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .program .features-grid {
    flex-direction: column;
    gap: 1.7rem;
  }
}
.program .features-grid__item {
  flex: 1;
  background: #fff;
  color: #FF7C00;
  padding: 3rem;
  border-radius: 4rem;
  text-align: left;
  border: 0.5rem solid #FF9735;
}
@media (max-width: 768px) {
  .program .features-grid__item {
    padding: 2.5rem 2rem;
    border-radius: 3.2rem;
    border-width: 0.4rem;
  }
}
.program .features-grid__caption {
  color: #FF7C00;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.36;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .program .features-grid__caption {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 1.7rem;
  }
}
.program .features-grid__detail {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .program .features-grid__detail {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.program .program__footer-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.89;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
.program .program__footer-text p {
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .program .program__footer-text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2rem;
  }
  .program .program__footer-text p {
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}

.material {
  background-color: #FFD43A;
  padding: 12rem 0 10rem 0;
  margin-top: -7.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .material {
    padding: 10.5rem 0 6rem 0;
    margin-top: -5.3rem;
  }
}
.material__inner {
  max-width: 121rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .material__inner {
    padding: 0 2rem;
  }
}
.material__nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 9.4rem;
  margin-bottom: 2.1rem;
}
@media (max-width: 768px) {
  .material__nav {
    gap: 1rem;
    margin-bottom: 3.5rem;
  }
}
.material__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #FF7C00;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
}
@media (max-width: 768px) {
  .material__nav-item {
    width: 10rem;
    height: 10rem;
  }
}
.material__nav-item span {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .material__nav-item span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.material__nav-item--main {
  color: #363D3D;
  width: 20rem;
  height: 20rem;
  background-color: #FFE176;
}
@media (max-width: 768px) {
  .material__nav-item--main {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.material__nav-item--main img {
  width: 9.8rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .material__nav-item--main img {
    width: 6.5rem;
    margin-top: 1.5rem;
  }
}
.material__nav-item--main span {
  margin-top: 1.2rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .material__nav-item--main span {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}
.material__nav-item--cacao img {
  width: 9.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .material__nav-item--cacao img {
    width: 5.5rem;
  }
}
.material__nav-item--milk img {
  width: 3.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .material__nav-item--milk img {
    width: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
.material__head {
  margin-bottom: 4.2rem;
}
.material__head-title {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #363D3D;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .material__head-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.material__grid {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .material__grid {
    flex-direction: column;
    gap: 2rem;
  }
}
.material__card {
  background: #fff;
  border: 0.5rem solid #FF9735;
  border-radius: 4rem;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 39rem;
}
@media (max-width: 768px) {
  .material__card {
    padding: 2.5rem;
    border-radius: 4rem;
    border-width: 0.4rem;
    width: 100%;
  }
}
.material__card-icon {
  height: 8.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .material__card-icon {
    height: 8.5rem;
    margin-bottom: 2rem;
  }
}
.material__card-icon img {
  max-height: 100%;
  width: auto;
}
.material__card-title {
  color: #FF7C00;
  font-size: 2.2rem;
  line-height: 1.36;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .material__card-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.material__card-text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #363D3D;
}
@media (max-width: 768px) {
  .material__card-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.flow {
  background-color: #fff;
  padding: 10rem 0 12.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .flow {
    padding: 6rem 0 12.6rem;
  }
}
.flow__inner {
  max-width: 93.5rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .flow__inner {
    padding: 0 2rem;
  }
}
.flow__head {
  margin-bottom: 1.5rem;
}
.flow__head-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F9FF;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 3rem;
}
.flow__head-icon img {
  width: 10.2rem;
  margin-bottom: 2.1rem;
  margin-top: 1rem;
}
.flow__head-icon span {
  font-weight: bold;
  font-size: 2rem;
  color: #363D3D;
}
@media (max-width: 768px) {
  .flow__head-icon {
    width: 13rem;
    height: 13rem;
    margin-bottom: 6rem;
  }
  .flow__head-icon img {
    width: 6rem;
    margin-bottom: 1rem;
  }
  .flow__head-icon span {
    font-size: 1.4rem;
  }
}
.flow__title {
  color: #59A6EF;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .flow__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.flow__lead {
  font-size: 1.8rem;
  line-height: 1.89;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #363D3D;
}
@media (max-width: 768px) {
  .flow__lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.flow__timeline {
  position: relative;
  padding: 3.9rem 5.2rem 5.7rem;
  margin: 0 0 12rem;
  background: url(../img/bg_lines_pc.webp) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .flow__timeline {
    padding: 6rem 0 12.6rem;
    background: url(../img/bg_lines_sp.webp) no-repeat;
    background-size: 100% auto;
    margin-bottom: 6rem;
  }
}
.flow__timeline-footer {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4.9rem;
}
@media (max-width: 768px) {
  .flow__timeline-footer {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 3.2rem;
  }
}
.flow__deco {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.flow__deco--pencil {
  width: 19.6rem;
  top: -7rem;
  left: -15rem;
}
.flow__deco--notebook {
  width: 23rem;
  bottom: -1rem;
  left: -17rem;
}
.flow__deco--milk {
  width: 19rem;
  right: -15rem;
  top: 58%;
}
@media (max-width: 1100px) {
  .flow__deco {
    display: none;
  }
}
@media (max-width: 768px) {
  .flow__deco {
    display: block;
  }
  .flow__deco--pencil {
    width: 7.9rem;
    top: -4rem;
    left: 5%;
  }
  .flow__deco--milk {
    display: none;
  }
  .flow__deco--milk-2 {
    width: 8.7rem;
    top: -4rem;
    right: 2%;
  }
  .flow__deco--notebook {
    width: 6.7rem;
    bottom: 0;
    left: 2%;
  }
  .flow__deco--cacao {
    width: 7.8rem;
    bottom: 0;
    right: 2%;
  }
}
.flow__list {
  max-width: 93.5rem;
  margin: 4.2rem auto 0;
  text-align: left;
  transform: translateX(1rem);
}
@media (max-width: 768px) {
  .flow__list {
    margin-top: 3rem;
    transform: none;
  }
}
.flow__item {
  display: flex;
  align-items: center;
  gap: 4.3rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .flow__item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__time {
  flex-shrink: 0;
  width: 14.4rem;
  height: 7rem;
  padding: 2rem 3rem;
  border: 3px solid #59A6EF;
  border-radius: 4rem;
  background-color: #F3F9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59A6EF;
  font-weight: bold;
  font-size: 2rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow__time {
    width: 14.4rem;
    height: 7rem;
    font-size: 2rem;
  }
}
.flow__item-title {
  font-size: 2.6rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  color: #59A6EF;
  margin-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .flow__item-title {
    font-size: 2.4rem;
    margin-bottom: 1.67rem;
    line-height: 1.67;
  }
}
.flow__item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #363D3D;
}
@media (max-width: 768px) {
  .flow__item-text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}

.supervision {
  background-color: #FFECA9;
  padding: 8rem 0 13rem;
  position: relative;
}
.supervision::before {
  background-image: url(../img/bg_cream-wave_01_pc.svg);
}
@media (max-width: 768px) {
  .supervision::before {
    background-image: url(../img/bg_cream-wave_01_sp.webp);
    background-position: 100% 100% !important;
  }
}
@media (max-width: 768px) {
  .supervision {
    padding: 6rem 0;
  }
}
.supervision__inner {
  max-width: 87rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .supervision__inner {
    padding: 0 2.7rem;
  }
}
.supervision__head {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .supervision__head {
    margin-bottom: 4.1rem;
  }
}
.supervision__head-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFDF5;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.supervision__head-icon img {
  width: 10.5rem;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}
.supervision__head-icon span {
  font-weight: bold;
  font-size: 2rem;
  color: #363D3D;
}
@media (max-width: 768px) {
  .supervision__head-icon {
    width: 13rem;
    height: 13rem;
    margin-bottom: 3.2rem;
  }
  .supervision__head-icon img {
    width: 5.67rem;
    margin-bottom: 0.5rem;
  }
  .supervision__head-icon span {
    font-size: 1.4rem;
  }
}
.supervision__title {
  font-size: 3.2rem;
  color: #363D3D;
  font-weight: bold;
  margin-bottom: 4.6rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .supervision__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }
}
.supervision__lead {
  font-size: 1.8rem;
  line-height: 1.89;
  color: #363D3D;
  font-weight: bold;
}
@media (max-width: 768px) {
  .supervision__lead {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
}
.supervision__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 84.4rem;
  margin: 0 auto;
  transform: translateX(1rem);
}
@media (max-width: 768px) {
  .supervision__list {
    transform: none;
  }
}
.supervision__item {
  display: flex;
  align-items: center;
  gap: 5.3rem;
}
@media (max-width: 768px) {
  .supervision__item {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.supervision__profile {
  flex-shrink: 0;
  width: 15.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .supervision__profile {
    width: 100%;
  }
}
.supervision__photo {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.supervision__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .supervision__photo {
    width: 15rem;
    height: 15rem;
  }
}
.supervision__affiliation {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .supervision__affiliation {
    font-size: 1rem;
  }
}
.supervision__name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #363D3D;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .supervision__name {
    font-size: 1.8rem;
  }
}
.supervision__badge {
  background-color: #F18D55;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.4rem 0.7rem;
  border-radius: 0.2rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .supervision__badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
  }
}
.supervision__quote {
  flex-grow: 1;
  background-color: #fff;
  border: 0.5rem solid #F18D55;
  border-radius: 1.7rem;
  padding: 4rem 3.6rem 3rem 4.9rem;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .supervision__quote {
    width: 100%;
    padding: 3.2rem 2.2rem;
    border-width: 0.4rem;
  }
}
.supervision__quote-text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #363D3D;
}
@media (max-width: 768px) {
  .supervision__quote-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.voice {
  background-color: #FFD43A;
  padding: 8rem 0 12rem;
  position: relative;
}
.voice::before {
  background-image: url(../img/bg_yellow-wave_01_pc.svg);
}
@media (max-width: 768px) {
  .voice {
    padding: 6rem 0 8.1rem;
  }
}
.voice__inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.voice__group {
  margin-bottom: 6rem;
  position: relative;
}
.voice__group:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .voice__group {
    margin-bottom: 8rem;
  }
}
.voice__header {
  text-align: center;
  margin-bottom: 4.8rem;
}
.voice__header-icon {
  width: 9.9rem;
  margin: 0 auto 2rem;
}
.voice__header-icon img {
  width: 100%;
}
.voice__header-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #363D3D;
  margin-bottom: 3.1rem;
}
@media (max-width: 768px) {
  .voice__header-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.67;
  }
}
.voice__header-text {
  font-size: 1.8rem;
  line-height: 1.89;
  font-weight: bold;
  color: #363D3D;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .voice__header-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.voice__list {
  display: flex !important;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .voice__list {
    display: flex;
    justify-content: flex-start;
  }
}
.voice__card {
  flex: 1;
  background-color: #fff;
  border-radius: 3rem;
  padding: 2.7rem 3rem 3rem;
  text-align: center;
  max-width: 38rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .voice__card {
    max-width: 100%;
    padding: 3rem 2rem;
    flex: none;
  }
}
.voice__card-icon {
  width: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.6rem;
}
.voice__card-school {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.voice__card-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.voice__card-text {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .voice__card-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.voice__card--teacher {
  border: 0.5rem solid #80C461;
}
.voice__card--teacher .voice__card-title {
  color: #80C461;
}
.voice__card--student {
  border: 0.5rem solid #FF9735;
}
.voice__card--student .voice__card-title {
  color: #FF9735;
}
@media (min-width: 769px) {
  .voice .voice .splide__arrows,
  .voice .voice .splide__pagination {
    display: none !important;
  }
}
.voice .voice .splide__pagination {
  bottom: -4rem !important;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 !important;
}
.voice .voice .splide__pagination__page {
  width: 1.2rem !important;
  height: 1.2rem !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  border: none !important;
  border-radius: 50% !important;
  transform: scale(1) !important;
  transition: none !important;
}
.voice .voice .splide__pagination__page.is-active {
  transform: scale(1) !important;
}
.voice .js-voice-slider-teacher .splide__pagination__page.is-active {
  background: #80C461 !important;
}
.voice .js-voice-slider-student .splide__pagination__page.is-active {
  background: #FF9735 !important;
}

@media (max-width: 768px) {
  .voice .splide__arrow {
    width: 4rem !important;
    height: 4rem !important;
    background-color: transparent !important;
    background-image: url(../img/icon_arrow_slider.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: 1 !important;
    top: 73% !important;
    border: none !important;
    box-shadow: none !important;
  }
  .voice .splide__arrow svg {
    display: none !important;
  }
  .voice .splide__arrow:hover, .voice .splide__arrow:focus {
    opacity: 1 !important;
    background-color: transparent !important;
  }
  .voice .splide__arrow--prev {
    left: -1.5rem !important;
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .voice .splide__arrow--next {
    right: -1.5rem !important;
    transform: translateY(-50%) !important;
  }
  .voice .splide__pagination {
    bottom: -2.6rem !important;
    padding: 0 !important;
  }
  .voice .splide__pagination__page {
    width: 1.2rem !important;
    height: 1.2rem !important;
    background: #fff !important;
    opacity: 1 !important;
    margin: 0 3px !important;
    border: none !important;
    transform: scale(1) !important;
  }
  .voice .splide__pagination__page.is-active {
    transform: scale(1) !important;
  }
}
.usage {
  background-color: #80C461;
  padding: 4.3rem 0 12.2rem 0;
}
.usage::before {
  background-image: url(../img/bg_green-wave_01_pc.svg);
}
.usage__heading {
  margin-top: 3.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .usage__heading {
    font-size: 2rem;
    line-height: 1.67;
  }
}
.usage__text {
  margin-top: 2.6rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .usage__text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    line-height: 2;
  }
}
.usage__bubble {
  width: 55.7rem;
  margin: 3.5rem auto 3.1rem auto;
}
@media (max-width: 768px) {
  .usage__bubble {
    width: 28rem;
    margin: 3.2rem auto 1.6rem;
  }
}
.usage__bubble img {
  width: 100%;
  height: auto;
}
.usage__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.4rem;
}
@media (max-width: 768px) {
  .usage__flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
    width: 32rem;
    margin: 0 auto 4rem;
  }
}
.usage__flow--box {
  width: 28.2rem;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 2.9rem;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  height: 10.4rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .usage__flow--box {
    width: 100%;
    height: 5.9rem;
    font-size: 1.4rem;
    padding-left: 1.6rem;
    line-height: 1.8;
  }
}
.usage__flow--box1 {
  background-image: url(../img/bg_flow_01_pc.svg);
}
.usage__flow--box2 {
  background-image: url(../img/bg_flow_02_pc.svg);
}
.usage__flow--box3 {
  background-image: url(../img/bg_flow_03_pc.svg);
}
.usage__flow--box4 {
  background-image: url(../img/bg_flow_04_pc.svg);
}
.usage .cta {
  padding-top: 3.5rem;
  transform: translateX(2%);
}
.usage .faq {
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .usage .faq {
    padding-top: 12.6rem;
  }
}
.usage .faq__title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.583;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .usage .faq__title {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}
.usage .faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 74.8rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .usage .faq__list {
    width: 32rem;
  }
}
.usage .faq__item.is-open .faq__plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.usage .faq__head {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  gap: 2rem;
  background-color: #fff;
  border: 0.3rem solid #A2E683;
  border-radius: 1.5rem;
  padding: 3rem 2.3rem;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .usage .faq__head {
    gap: 1.3rem;
    padding: 2.4rem 2rem;
    align-items: flex-start;
  }
}
.usage .faq__head:hover {
  background-color: #f9fff6;
}
.usage .faq__q-icon {
  font-size: 2.8rem;
  font-weight: bold;
  color: #80C461;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .usage .faq__q-icon {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.usage .faq__question-text {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  color: #363D3D;
}
@media (max-width: 768px) {
  .usage .faq__question-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.usage .faq__plus-icon {
  width: 3.4rem;
  height: 3.4rem;
  border: 0.2rem solid #C7F3B4;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  background-color: #E9FFDF;
}
@media (max-width: 768px) {
  .usage .faq__plus-icon {
    width: 2rem;
    height: 2rem;
  }
}
.usage .faq__plus-icon::before, .usage .faq__plus-icon::after {
  content: "";
  position: absolute;
  background-color: #80C461;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.usage .faq__plus-icon::before {
  width: 1.8rem;
  height: 0.3rem;
}
@media (max-width: 768px) {
  .usage .faq__plus-icon::before {
    width: 0.94rem;
    height: 0.118rem;
  }
}
.usage .faq__plus-icon::after {
  width: 0.3rem;
  height: 1.8rem;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .usage .faq__plus-icon::after {
    width: 0.118rem;
    height: 0.94rem;
  }
}
.usage .faq__body {
  display: none;
  margin-top: 0.8rem;
  background-color: #FFFCB3;
  border: 0.3rem solid #C7F3B4;
  border-radius: 1.5rem;
  padding: 3rem 2.6rem;
}
@media (max-width: 768px) {
  .usage .faq__body {
    padding: 2.4rem 2rem;
  }
}
.usage .faq__answer-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .usage .faq__answer-content {
    gap: 1.3rem;
  }
}
.usage .faq__a-icon {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FF9735;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .usage .faq__a-icon {
    font-size: 2rem;
  }
}
.usage .faq__answer-text {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #363D3D;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .usage .faq__answer-text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.information {
  padding: 6rem 0 7.6rem 0;
}
@media (max-width: 768px) {
  .information {
    padding: 9.7rem 0 17.2rem;
  }
}
.information::before {
  background-image: url(../img/bg_white-wave_01_pc.svg);
}
.information__inner {
  position: relative;
}
.information__inner::before {
  width: 74.24vw;
  height: 22.7vw;
  background-image: url(../img/bg_information_pc.webp);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .information__inner::before {
    background-image: url(../img/bg_information_sp.webp);
    width: 32.2rem;
    height: 14.8rem;
    top: -5%;
  }
}
.information__inner .cta {
  border: none;
  background-color: unset;
}

.slider {
  overflow: hidden;
  width: 100%;
}
.slider__about {
  padding: 6.6rem 0 0 0;
}
.slider__information-top {
  padding: 2rem 0 4rem;
}
.slider__information-bottom {
  padding: 12rem 0 2rem;
}
.slider-inner {
  display: flex;
  gap: 3rem;
  width: -moz-max-content;
  width: max-content;
  animation: loop-scroll 20s linear infinite;
}
@media (max-width: 768px) {
  .slider-inner {
    gap: 2rem;
  }
}
.slider-img {
  width: 38rem;
  height: 28.5rem;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .slider-img {
    width: 28rem;
    height: 21rem;
    border-radius: 2rem;
  }
}
.slider.is-reverse .slider-inner {
  animation-direction: reverse;
}

@keyframes loop-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 1.5rem));
  }
}/*# sourceMappingURL=style.css.map */

.cta__button-mail {
  color: #FF0201;
  background-color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 4.4rem;
  width: 50rem;
  height: 8.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border: solid 3px #FF0201;
  margin-top: 2.0rem;
}
@media (max-width: 768px) {
  .cta__button-mail {
    font-size: 1.4rem;
    width: 31.5rem;
    height: 6rem;
  }
}
.cta__button-mail::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2.3rem;
  width: 3.3rem;
  height: 3.3rem;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .cta__button-mail::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 2rem;
  }
}
.cta__button-mail:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  .cta .cta__button-mail {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .cta .cta__button-mail::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}