@charset "UTF-8";
/*! 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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/**
   * 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 {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

/* インナー*/
.inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.inner-sub {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 900px) {
  .inner-sub {
    max-width: 100%;
    padding-inline: 15px;
    text-align: left;
  }
}

.mv-bottom-inner {
  padding-inline: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #424246;
  font-weight: 400;
  background-image: url(./img/body-bgi.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 100%;
  margin-inline: auto;
}
main {
  overflow: hidden;
}

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

.js-botton {
  opacity: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 8.5%;
  padding: 16px 19px;
  background: #3dbd59;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  border-radius: 16px 0 0 16px;
  z-index: 3;
  text-align: center;
  max-width: 80px;
  width: 100%;
  transition: all 0.4s ease-out;
  visibility: hidden;
  transform: translateX(100%);
}
.js-botton span {
  margin-top: 10px;
  height: 10px;
  text-align: center;
  margin-inline-start: 10px;
}
@media screen and (max-width: 900px) {
  .js-botton {
    display: none;
  }
}

.js-botton.headerScroll {
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.btn-icon2 {
  margin-bottom: 10px;
}

.side_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.side_fix_btn a:hover {
  opacity: 0.8;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 900px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-mobile {
    display: block;
  }
}

/* インナー*/
.inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: 100%;
    padding-inline: 15px;
  }
}

.inner-sub {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 900px) {
  .inner-sub {
    max-width: 100%;
    padding-inline: 15px;
  }
}

@keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
/*ボタンの基本*/
.green-button {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  width: fit-content;
  padding: 1.7361111111vw 5px;
  position: relative;
  text-align: center;
  border: 2px solid #3dbd59;
  overflow: hidden;
  transition: all 0.5s ease-out;
  cursor: pointer;
  font-size: clamp(10px, 2.2222222222vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 3.4722222222vw;
  background: linear-gradient(to top, #baffd9 0%, #3dbd59 23.08%, #1f811a 100%);
  box-shadow: 0 10px 30px #e9b1a8;
  display: table;
  margin-inline: auto;
  z-index: 2;
}
.green-button::after {
  animation: anime_cvbtn02 3s ease-in-out infinite;
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .green-button {
    font-size: 16px;
    border-radius: 54px;
    padding: 19px 5px;
    width: 100%;
  }
}
.green-button::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, #baffd9 0%, #3dbd59 23.08%, #1f811a 100%);
  transition: all 1s ease-out;
  width: 100%;
  z-index: 0;
}
.green-button:hover::before {
  opacity: 0;
}
.green-button span {
  position: relative;
  margin-inline: 0.6944444444vw;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .green-button span {
    margin-inline: 10px;
  }
}

.btn-text {
  position: relative;
  z-index: 3;
}

.btn-icon {
  position: relative;
}

.btn-arrow {
  position: relative;
}

.btn-box {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.btn-ms {
  position: absolute;
  top: -1.0416666667vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 23.2638888889vw;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .btn-ms {
    max-width: 240px;
    width: 100%;
    top: -15px;
  }
}

.btn-icon {
  display: inline-block;
  width: 2.8472222222vw;
  height: 2.7083333333vw;
}
@media screen and (max-width: 900px) {
  .btn-icon {
    width: 22px;
    height: auto;
  }
}

.btn-arrow {
  display: inline-block;
  width: 2.2222222222vw;
  vertical-align: middle;
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 900px) {
  .btn-arrow {
    width: 18px;
    height: auto;
  }
}

.btn-box1 {
  width: 38.2638888889vw;
  margin-inline: auto 2.5vw;
  margin-top: 3.8888888889vw;
}
@media screen and (max-width: 900px) {
  .btn-box1 {
    width: 100%;
  }
}

.btn-box2 {
  margin-top: 96px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .btn-box2 {
    margin-bottom: 11%;
  }
}

.btn-box3 {
  margin-top: 96px;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .btn-box3 {
    margin-top: 38px;
    margin-bottom: 3%;
  }
}

.btn-box4 {
  margin-top: 88px;
  padding-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .btn-box4 {
    padding-bottom: 40px;
    margin-top: 51px;
  }
}

.btn-box5 {
  margin-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .btn-box5 {
    margin-top: 56px;
    padding-bottom: 40px;
  }
}

.btn-box2 {
  margin-top: 93px;
}
@media screen and (max-width: 900px) {
  .btn-box2 {
    margin-top: 15%;
  }
}

.green-button1 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .green-button1 {
    margin-inline: auto;
    width: 100%;
    max-width: 570px;
  }
}
@media screen and (max-width: 900px) {
  .green-button1 {
    max-width: 400px;
  }
}

.green-button2 {
  width: clamp(345px, 345px + 291 * (100vw - 375px) / 1065, 936px);
}

.green-button3 {
  width: 30.9027777778vw;
  max-width: 600px;
  font-size: clamp(24px, 24px + 8 * (100vw - 375px) / 1065, 48px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .green-button3 {
    width: 100%;
    max-width: 345px;
    position: relative;
    left: auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 900px) {
  .green-button3 .btn-icon {
    margin-bottom: 3px;
  }
}

.green-button4 {
  width: 38.2638888889vw;
  max-width: 800px;
}
@media screen and (max-width: 900px) {
  .green-button4 {
    width: 100%;
    max-width: 345px;
  }
}

.title-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .title-inner {
    display: block;
  }
}

.title-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding-block: 25px;
  text-align: center;
  background: linear-gradient(to right, #ff6863, #f6bea9);
}
@media screen and (max-width: 900px) {
  .title-sec {
    gap: 8px;
    height: auto;
    padding-block: 16px;
  }
}
.title-sec::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 58.85px;
  background-image: url("./img/title-kirakiraR.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .title-sec::before {
    width: 14px;
    height: 32px;
    background-image: url("./img/title-kirakiraR-sp.png");
  }
}
.title-sec::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 67px;
  background-image: url("./img/title-kirakiraL.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .title-sec::after {
    width: 16px;
    height: 32px;
    background-image: url("./img/title-kirakiraL-sp.png");
  }
}
.title-sec-sp {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .title-sec-sp::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 32px;
    background-image: url("./img/title-kirakiraR-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 900px) {
  .title-future span {
    margin-left: -2%;
  }
}

.title-sec1 {
  height: 118px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .title-sec1 {
    height: 102px;
  }
}

.title-sec-support::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 53px;
  background-image: url("./img/kirari-l.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .title-sec-support::before {
    width: 35px;
  }
}
.title-sec-support::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 43px;
  background-image: url("./img/kirari-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .title-sec-support::after {
    width: 35px;
    margin-top: 0;
  }
}
.title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .title {
    font-size: 24px;
    margin-top: 4px;
  }
}

.title-logo {
  width: clamp(194px, 194px + 174 * (100vw - 375px) / 1065, 368px);
  vertical-align: inherit;
  margin-right: 8px;
}
@media screen and (max-width: 900px) {
  .title-logo {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .title-sec-simple {
    display: flex;
    height: 63px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .title-sec-simple1::before {
    content: "";
    width: 19px;
  }
}

.title-simple {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .title-simple {
    font-size: 24px;
  }
}

.frame-pink-bottom {
  width: 100%;
  height: 100%;
  position: relative;
}
.frame-pink-bottom::before {
  content: "";
  width: 100vw;
  height: 100px;
  background-image: url("./img/frame-pink-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.cta-main {
  position: relative;
  z-index: 10;
}
.cta-main a {
  display: block;
  transition: 0.3s;
}
.cta-main a:hover {
  opacity: 0.7;
}

.side_fix_btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: calc(10.4166666667vw + 84px);
  z-index: 11;
  text-align: center;
  max-width: 80px;
  width: 100%;
  border-radius: 16px 0 0 16px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .side_fix_btn {
    display: none;
  }
}

.side_fix_btn.headerScroll {
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}

.side_fix_btn a {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  padding: 16px 19px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #3dbd59;
  box-shadow: -4px 0px 15px 0px rgb(189, 179, 183);
  border-radius: 16px 0 0 16px;
  writing-mode: vertical-rl;
  text-decoration: none;
  transition: 0.3s;
}

.side_fix_btn a:hover {
  opacity: 0.8;
}

.footer_fix_btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .footer_fix_btn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
  .footer_fix_btn span {
    margin-left: 8px;
  }
}

.footer_fix_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  padding: 18px 21px 18px 16px;
  text-align: center;
  background: #3dbd59;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 16px 16px 0 0;
}
.footer_fix_btn a img {
  width: 42px;
  flex-shrink: 0;
}

.footer_fix_btn a:hover {
  opacity: 0.8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 84px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .header {
    height: 10.6666666667vw;
  }
}

.header-inner {
  height: inherit;
  padding-inline: 5.5555555556vw;
}

.header-logo {
  width: 21.3888888889vw;
  height: auto;
  max-width: 308px;
  transition: 0.3s;
}
.header-logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .header-logo {
    width: 44vw;
    margin-inline: auto;
  }
}

.header-link {
  height: inherit;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  height: inherit;
  align-items: center;
}

.header-nav-list {
  display: flex;
  gap: min(2.7777777778vw, 40px);
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 900px) {
  .header-nav-list {
    display: none;
  }
}

.logo {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.list-span {
  top: 5px;
  color: #f6bea9;
  font-size: 12px;
}

.list-nav {
  display: block;
}

.header-nav-list li {
  text-align: center;
  width: 11.1111111111vw;
  min-width: 130px;
  max-width: 160px;
  height: inherit;
}
.header-nav-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  text-decoration: none;
  color: #424246;
  transition: opacity 0.3s;
  padding-bottom: 8px;
  background: linear-gradient(#f6bea9 0 0) bottom 20px center/var(--d, 0) 1px no-repeat;
  transition: 0.3s;
}
.header-nav-list li a:hover {
  --d: 56px;
}
.header-nav-list li a .list-span {
  font-size: 12px;
  font-size: clamp(10px, 0.8333333333vw, 20px);
  font-weight: 500;
}
.header-nav-list li a .list-span2 {
  font-size: 16px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
  margin-top: 8px;
  color: #424246;
}

[id] {
  scroll-margin-top: 84px;
}

@media screen and (max-width: 900px) {
  body.home footer {
    padding-bottom: 100px;
  }
}

footer {
  width: 100%;
  padding-block: 16px;
  background-color: #9e877d;
}

.footer-inner {
  height: inherit;
  max-width: 100%;
  padding-inline: 5.8333333333vw;
}
@media screen and (max-width: 900px) {
  .footer-inner {
    padding-inline: 20px;
  }
}

.footer-links {
  display: flex;
  justify-content: space-between;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .footer-links {
    display: block;
    height: auto;
    text-align: center;
    margin-inline: auto;
  }
}

.footer-menu {
  color: #ffffff;
}

.footer-list {
  display: flex;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 900px) {
  .footer-list {
    display: block;
    margin-inline: auto;
    margin-top: 80px;
  }
  .footer-list li {
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .footer-list li {
    margin-top: 33px;
  }
}
@media screen and (max-width: 900px) {
  .footer-list {
    margin-top: 80px;
  }
}
.footer-list li {
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 900px) {
  .footer-list li {
    font-size: 16px;
  }
}
.footer-list li a:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 305px;
  width: 21.1805555556vw;
  transition: 0.4s;
}
.footer-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .footer-logo {
    margin-inline: auto;
    width: 100%;
    max-width: 255px;
  }
}

.footer-nav {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin-right: 13.5%;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .footer-nav {
    margin: 0;
    justify-content: center;
    position: absolute;
    bottom: 173px;
    right: 50%;
    transform: translate(50%, 0);
  }
}

.footer-contact-item {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .footer-contact-item {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}

.small {
  font-size: 14px;
}

/* ドロワーメニュー */
.drawer-nav {
  display: none;
  display: block;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 10;
  overflow-y: auto;
  padding-bottom: 10%;
}

.drawer-nav.active {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}

.drawer-inner {
  display: flex;
  padding-inline: 0.84vw;
  justify-content: end;
  padding-inline: 9.6vw;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .drawer-inner {
    display: block;
    padding-inline: 12px;
    padding-top: 43px;
  }
}

.drawer-left {
  max-width: 250px;
  width: 100%;
  margin-right: 77px;
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  .drawer-left {
    display: none;
  }
}

.drawer-logo-link {
  padding: 84% 24% 72% 6%;
  border-right: #AFA86F 1px solid;
  transition: 0.3s;
}
.drawer-logo-link:hover {
  opacity: 0.7;
}

.drawer-right {
  margin-left: 63px;
}
@media screen and (max-width: 900px) {
  .drawer-right {
    margin-left: 0;
  }
}

.drawer-list {
  display: flex;
  text-align: left;
  align-items: center;
  margin-top: 107px;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .drawer-list {
    display: block;
    margin-top: 43px;
  }
}
@media screen and (max-width: 900px) {
  .drawer-list {
    margin-top: 0px;
  }
}

.drawer-item {
  border-bottom: solid 1px #AFA86F;
}
.drawer-item:nth-child(1) {
  border-top: #AFA86F solid 1px;
}
@media screen and (max-width: 900px) {
  .drawer-item:nth-child(1) {
    border-top: none;
  }
}

@media screen and (max-width: 900px) {
  .drawer-line:nth-child(1) {
    border-top: solid 1px #AFA86F;
  }
}

.drawer-item a {
  list-style: none;
  padding-top: 26px;
  padding-bottom: 14px;
  font-size: 2rem;
  line-height: 1;
  font-family: Viga;
  font-weight: 400;
  width: 248px;
  display: block;
  transition: 0.3s;
}
.drawer-item a:hover {
  opacity: 0.5;
}
.drawer-item a span {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 11;
  font-family: "Noto sans jp";
}
@media screen and (max-width: 900px) {
  .drawer-item a {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .drawer-item a {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .drawer-item a span {
    font-size: 12px;
    display: block;
    padding-top: 7px;
  }
}

.drawer-button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .drawer-button {
    display: block;
    max-width: 248px;
    width: 100%;
    margin: 53px auto 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .drawer-button {
    display: block;
    max-width: 248px;
    width: 100%;
    margin: 53px auto 0 0;
  }
}
.drawer-button a {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .drawer-button a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.drawer-button-recruit {
  transition: all 0.3s ease 0s;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  background-color: #222;
  color: #fff;
}
.drawer-button-recruit:hover {
  background-color: #fff;
  color: #222;
  border: #222 solid 1px;
}
.drawer-button-entry {
  transition: all 0.3s ease 0s;
  background-color: #AFA86F;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .drawer-button-entry {
    margin-top: 13px;
  }
}
.drawer-button-entry:hover {
  background-color: #988C2C;
  color: #222222;
}

.slider-inner {
  overflow: visible;
  position: relative;
}

.swiper-about {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}
.swiper-about .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.curriculum-slide {
  margin-top: 40px;
}

.curriculum-card {
  width: 200px;
  height: 215px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px 24px 17px 24px;
}
@media screen and (max-width: 900px) {
  .curriculum-card {
    width: 160px;
    height: 178px;
    padding: 19px;
    border-radius: 19.2px;
  }
}

.curriculum-card-name {
  line-height: 1.6;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .curriculum-card-name {
    font-size: 12.8px;
    margin-top: 20px;
  }
}

.curriculum-img {
  width: 122px;
  height: 122px;
  margin-inline: auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .curriculum-img {
    width: 96px;
    height: 96px;
  }
}

/* 写真無限スライダー */
.slider {
  width: 100%;
  margin-top: 5.1%;
  margin-bottom: 160px;
  padding-bottom: 104px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .slider {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 64px;
    padding-inline: 15px;
  }
}
.slider .swiper {
  position: relative;
  overflow: visible;
  margin-top: 14px;
}
.slider .swiper-wrapper {
  width: 100%;
}
.slider .swiper-slide {
  max-width: 495px;
  height: auto;
}

.voice-top {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .voice-top {
    align-items: center;
    gap: 25px;
  }
}
.voice-top + div {
  margin-top: 24px;
}

.voice-img {
  border-radius: 50%;
  aspect-ratio: 50/50;
  background-color: #ffffff;
  width: clamp(72px, 72px + 33 * (100vw - 375px) / 1065, 105px);
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.slide-card {
  width: 100%;
  height: 100%;
  overflow: visible;
  align-items: center;
  background: url(./img/swiper-img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .slide-card {
    padding: 11px 15px 15px 15px;
  }
}

.slide-card2 {
  background: url(./img/swiper-img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-card3 {
  background: url(./img/swiper-img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-card4 {
  background: url(./img/swiper-img4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-card5 {
  background: url(./img/swiper-img5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-card6 {
  background: url(./img/swiper-img6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.voice-ms-item {
  color: #ff6863;
  background-color: #ffffff;
  line-height: 1.4;
  padding: 7px 10px 7px 7px;
  margin-top: 5px;
  inline-size: fit-content;
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 1065, 16px);
}
@media screen and (max-width: 900px) {
  .voice-ms-item {
    padding: 3.9px;
  }
}
.voice-ms-item:nth-child(1) {
  margin-top: 0;
}
.voice-ms-item:nth-last-child(1) {
  font-size: 22px;
  font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 1065, 22px);
}
.voice-ms-name {
  color: #ffffff;
  line-height: 1.6;
  font-size: clamp(12px, 12px + 4 * (100vw - 375px) / 1065, 16px);
  padding-bottom: 2%;
}
@media screen and (max-width: 900px) {
  .voice-ms-name {
    padding-bottom: 0;
    padding-top: 4px;
  }
}

.voice-title {
  color: #9e877d;
  background-color: #ffffff;
  line-height: 1.6;
  padding-inline: 16px;
  margin-top: 4%;
}
@media screen and (max-width: 900px) {
  .voice-title {
    margin-top: 8px;
  }
}

.voice-title2 {
  margin-top: 6%;
}
@media screen and (max-width: 900px) {
  .voice-title2 {
    margin-top: 1%;
  }
}

.voice-note {
  color: #ffffff;
  line-height: 1.6;
  margin-top: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 375px) / 1065, 16px);
}
@media screen and (max-width: 900px) {
  .voice-note {
    margin-top: 12px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 3px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #e5e5e5;
  /* ドットの色 */
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-inline: 13px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #F6BEA9;
  /* アクティブの色 */
  opacity: 1;
  transform: scale(1.5);
  transform-origin: center;
}

.breadcrumbs {
  display: flex;
  font-weight: 400;
  height: 54px;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 20px;
  font-size: 14px;
  content: ">";
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding-left: 15%;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding-left: 5%;
    height: 40px;
  }
}
.breadcrumbs-blog-details {
  padding-left: 25px;
}
.breadcrumbs-staff {
  padding-left: 22px;
}

.breadcrumbs li:not(:first-child)::before {
  margin: 0 6px;
  content: ">";
}

.mv {
  padding-top: 84px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .mv {
    padding-top: 10.6666666667vw;
  }
}

.mv-top {
  width: 100%;
  aspect-ratio: 72/35;
  background-image: url(./img/mv-pic.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv-top {
    background-image: url(./img/mv-pic-sp.jpg);
    background-position: top;
    background-size: 100% auto;
  }
}
.mv-top::before {
  content: "";
  display: block;
  width: 28.125vw;
  height: 41.3194444444vw;
  background: url(./img/mv_shape_left.webp) no-repeat center/100% auto;
  position: absolute;
  top: 26.3888888889vw;
  left: 0;
}
@media screen and (max-width: 900px) {
  .mv-top::before {
    display: none;
  }
}
.mv-top::after {
  content: "";
  display: block;
  width: 22.1527777778vw;
  height: 41.3194444444vw;
  background: url(./img/mv_shape_right.webp) no-repeat center/100% auto;
  position: absolute;
  top: 34.2361111111vw;
  right: 0;
}
@media screen and (max-width: 900px) {
  .mv-top::after {
    display: none;
  }
}

.mv-inner {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mv-inner {
    padding-inline: 15px;
  }
}

.mv-img-box {
  width: 46.5277777778vw;
  margin-left: auto;
  margin-right: 14.375vw;
  padding-top: 35px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .mv-img-box {
    margin-right: -15px;
    margin-left: auto;
    width: 66.0869565217%;
    padding-top: 14.7826086957%;
  }
}

@media screen and (max-width: 900px) {
  .mv-phrase {
    display: none;
  }
}

.mv-phrase-sp {
  display: none;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .mv-phrase-sp {
    display: block;
  }
}

.mv-pc-img {
  width: 29.5138888889vw;
  margin-inline: auto 6.875vw;
}
@media screen and (max-width: 900px) {
  .mv-pc-img {
    display: none;
  }
}

.mv-sp-img {
  display: none;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv-sp-img {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .mv-sp-img::before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 21.95%, #ffffff 55.06%, rgba(255, 255, 255, 0) 74.85%);
    display: block;
    width: 108.6956521739%;
    height: 128.5714285714%;
    position: absolute;
    top: -62px;
    left: -15px;
  }
}
@media screen and (max-width: 900px) {
  .mv-sp-img::after {
    content: "";
    background: url(./img/mv_sp_shape.webp) no-repeat center/100% auto;
    display: block;
    width: 108.6956521739%;
    height: 133.0827067669%;
    position: absolute;
    top: 61px;
    left: -15px;
    z-index: 1;
  }
}

.mv-img {
  display: block;
  margin-top: 91px;
  margin-inline: auto;
}

.mv-img-bottom {
  padding-bottom: 44px;
  max-width: 312px;
}
@media screen and (max-width: 900px) {
  .mv-img-bottom {
    margin-top: 46px;
    padding-bottom: 10%;
  }
}

.mv-img1 {
  margin-top: -5.4166666667vw;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .mv-img1 {
    margin-top: 24px;
    max-width: 100%;
    width: 100%;
  }
}

.mv-img2 {
  width: 26.0416666667vw;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 900px) {
  .mv-img2 {
    width: 84.0579710145%;
    max-width: 100%;
    margin-top: 24px;
  }
}

@media screen and (max-width: 900px) {
  .mv-btn {
    margin-top: 38px;
  }
}

.mv-bottom-cta {
  max-width: 1320px;
  width: 100%;
  margin-top: -4.6527777778vw;
  padding-top: 15px;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .mv-bottom-cta {
    padding-inline: 0;
    padding-top: 0;
    margin-top: 20px;
    object-fit: cover;
    object-position: center;
  }
  .mv-bottom-cta img {
    overflow: hidden;
  }
}
.mv-bottom-cta a {
  display: block;
  transition: 0.3s;
}
.mv-bottom-cta a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  .mv-bottom-cta-pc {
    display: none;
  }
}

.mv-sp-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .mv-sp-inner {
    max-width: 600px;
    margin-inline: auto;
    padding-inline: 0 !important;
  }
}

.mv-bottom {
  position: relative;
  background: linear-gradient(to bottom, #ffd7c8, #ffddd0, #ffffff);
  background: url(./img/mv-mask.webp) no-repeat top/cover;
  margin-top: -14.7916666667vw;
}
@media screen and (max-width: 900px) {
  .mv-bottom {
    margin-top: 20px;
    background: url(./img/mv-mask-sp.webp) no-repeat top/100% auto;
  }
}

.mv-bottom-inner {
  padding-inline: 20px;
  position: relative;
  padding-top: 20.3472222222vw;
}
@media screen and (max-width: 900px) {
  .mv-bottom-inner {
    padding-top: 28px;
    padding-inline: 15px;
  }
}

.mv-bottom-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 960px;
  margin-inline: auto;
  gap: 2.9%;
}
@media screen and (max-width: 900px) {
  .mv-bottom-wrap {
    display: none;
  }
}

.mv-bottom-box {
  max-width: 303px;
  width: 100%;
  height: 370px;
  margin-inline: auto;
  object-fit: contain;
  aspect-ratio: 0.8/1;
}
@media screen and (max-width: 786px) {
  .mv-bottom-box {
    margin-bottom: 24px;
  }
}

.mv-bottom-box-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv-bottom-box-sp {
    display: block;
    width: 96.5%;
    margin-top: 0%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 900px) {
  .mv-bottom-box-sp2 {
    width: 100%;
    margin-top: 7%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 900px) {
  .mv-bottom-box-sp3 {
    width: 84%;
    margin-top: 8%;
    margin-inline: auto;
  }
}

.mv-bottom-message {
  font-size: clamp(24px, 24px + 16 * (100vw - 375px) / 1065, 40px);
  font-weight: 700;
  color: #604a41;
  line-height: 1.6;
  text-align: center;
}
.mv-bottom-message span {
  color: #ff6863;
  background-color: #ffffff;
  display: inline-block;
  transform: rotate(3deg);
  transform-origin: center center;
  padding: 10px;
  margin-inline: 10px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 786px) {
  .mv-bottom-message span {
    padding: 6px;
    left: 5px;
    padding-bottom: 10px;
    top: 2px;
  }
}
.mv-bottom-message span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #9e877d;
  width: clamp(155px, 155px + 97 * (100vw - 375px) / 1065, 252px);
  height: 67px;
  z-index: -2;
  transform: rotate(-6deg);
  transform-origin: center center;
  top: 0;
}
@media screen and (max-width: 786px) {
  .mv-bottom-message span::before {
    height: 35px;
    top: 2px;
    left: 3px;
  }
}
.mv-bottom-message span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 4px;
}
.mv-bottom-message br {
  display: none;
}
@media screen and (max-width: 900px) {
  .mv-bottom-message br {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .mv-bottom-message {
    text-align: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .mv-bottom-img img {
    display: none;
  }
}

.mv-bottom-img {
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  .mv-bottom-img {
    background-image: url(./img/nayami.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 340px;
    height: 300px;
    margin-top: 16px;
    margin-inline: auto;
  }
}

.mv-bottom-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #9e877d;
  text-align: center;
}

.mv-mam-img {
  margin-top: 24px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .mv-mam-img {
    display: block;
    width: 108%;
    height: 108%;
    margin-left: -11px;
  }
}

/* インナー*/
.future-mv {
  max-width: 1280px;
  width: 100%;
  height: 427px;
  margin-inline: auto;
  margin-top: 80px;
  padding-inline: 80px;
  justify-content: center;
  display: flex;
  background-image: url(./img/mother-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .future-mv {
    background-image: url(./img/mother-img-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    padding-inline: 0;
    height: auto;
    aspect-ratio: 18/9;
  }
}

.future-sec {
  max-width: 1280px;
  width: 100%;
}

.future-img {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-top: 240px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .future-img {
    margin-top: 28vw;
  }
}

.future-ms-box {
  text-align: center;
  display: block;
}

.future-message {
  font-size: clamp(12px, 12px + 12 * (100vw - 375px) / 1065, 24px);
  background-color: #ff6863;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  padding: 8px 28px;
  width: 100%;
  max-width: 416px;
}
@media screen and (max-width: 900px) {
  .future-message {
    max-width: none;
    line-height: 1.4;
    text-align: left;
    padding: 4px 28px;
  }
}
.future-message br {
  display: none;
}
@media screen and (max-width: 900px) {
  .future-message br {
    display: block;
  }
}

.future-message2 {
  font-size: clamp(12px, 12px + 12 * (100vw - 375px) / 1065, 24px);
  background-color: #ff9c77;
  color: #ffffff;
}
.future-message2 br {
  display: none;
}
@media screen and (max-width: 900px) {
  .future-message2 br {
    display: block;
  }
}

.future-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2222222222vw;
  width: 88.8888888889%;
  max-width: 1280px;
  margin-inline: auto;
  margin-top: -3.4027777778vw;
  padding-inline: min(2.2222222222vw, 32px);
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 900px) {
  .future-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: -6.5vw;
  }
}

.future-box {
  background-color: #ffffff;
  border-radius: 30px 0 30px 0;
  width: 100%;
  padding: 32px 15px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .future-box {
    padding: 32px 8px 8px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 900px) {
  .future-box {
    padding: 8px;
  }
}

.future-title {
  font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 1065, 24px);
  font-weight: 700;
  color: #ff6863;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .future-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
  }
}
.future-title br {
  display: none;
}
@media screen and (max-width: 900px) {
  .future-title br {
    display: block;
  }
}

.future-mom {
  width: 11.5277777778vw;
  max-width: 166px;
  margin-top: 24px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .future-mom {
    width: 88px;
    height: 88px;
    margin-top: 8px;
  }
}

.future-text {
  font-size: clamp(12px, 12px + 4 * (100vw - 375px) / 1065, 16px);
  text-align: center;
  margin-top: 35px;
  line-height: 1.6;
  font-weight: 700;
  color: #9e877d;
}
@media screen and (max-width: 900px) {
  .future-text {
    margin-top: 8px;
  }
}
.future-text .br2 {
  display: none;
}
@media screen and (max-width: 900px) {
  .future-text .br2 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .future-text .br1 {
    display: none;
  }
}
.future-text span {
  color: #ff6863;
}

.about {
  position: relative;
}
.about::before {
  content: "";
  background-image: url(./img/bgi-pink-grad.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  height: 530px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .about::before {
    display: none;
  }
}

.about-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  border: #ffffff 10px solid;
  background-color: #ffe9e0;
  box-shadow: 0px 0px 30px 0px #ffdccf;
  padding: 28px;
  gap: 36px;
  margin-top: 80px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .about-top {
    display: block;
    padding: 15px;
    margin-top: 40px;
  }
}

.about-top-left {
  max-width: 420px;
  width: 100%;
}

.about-top-right {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .about-top-right {
    margin-top: 24px;
  }
}

.about-top-title {
  font-size: clamp(20px, 20px + 4 * (100vw - 375px) / 1065, 24px);
  line-height: 1.6;
  font-weight: 700;
  color: #ff6863;
}
.about-top-title span {
  background: linear-gradient(transparent 30%, #fdffc4 70%);
}

.about-top-text {
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .about-top-text {
    margin-top: 11%;
    line-height: 1.6;
  }
}

@media screen and (max-width: 900px) {
  .about-top-text2 {
    margin-top: 3%;
    line-height: 1.6;
  }
}

.about-top-title2 {
  font-size: clamp(20px, 20px + 4 * (100vw - 375px) / 1065, 24px);
  line-height: 1.6;
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 80%, #fdffc4 100%);
}
.about-top-title2 span {
  background: linear-gradient(transparent 30%, #fdffc4 70%);
}

@media screen and (max-width: 900px) {
  .circle-map {
    display: none;
  }
}

.circle-map-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .circle-map-sp {
    display: block;
  }
}

.about-top-message {
  font-size: 20px;
  font-weight: 700;
  margin-top: 7px;
  line-height: 1.6;
}
.about-top-message span {
  color: #ff6863;
}
.about-top-message br {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-top-message br {
    display: block;
  }
}

.about-wave-inner {
  padding-inline: none;
  max-width: 960px;
  margin-inline: auto;
}

.about-text-box {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about-text-box {
    text-align: left;
  }
}

.about-text-inner {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .about-text-inner {
    margin-top: 40px;
  }
}

.about-sec-title {
  display: inline;
  margin-top: 80px;
  color: #ff6863;
  font-size: clamp(22px, 22px + 10 * (100vw - 375px) / 1065, 32px);
  background: linear-gradient(transparent 30%, #fdffc4 70%);
  box-decoration-break: clone;
  line-height: 1.6;
  font-weight: 500;
}
.about-sec-title br {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-sec-title br {
    display: block;
    text-align: center;
  }
}

.about-text-memo {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .about-text-memo {
    line-height: 1.6;
  }
}

.about-text-memo-sp1 {
  margin-top: 8%;
}

.about-text-memo-sp2 {
  margin-top: 7%;
}

.about-text-memo2 {
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 1065, 20px);
  margin-top: 65px;
  letter-spacing: 0.089em;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .about-text-memo2 {
    letter-spacing: 0;
    margin-top: 8%;
  }
}

.inner-about-text {
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .inner-about-text {
    text-align: left;
  }
}

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

@media screen and (max-width: 900px) {
  .logo-map {
    display: none;
  }
}

.logo-map-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .logo-map-sp {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-top: 3%;
    padding-right: 2%;
    margin-inline: auto;
  }
}

.gradation-bg {
  margin-top: -54px;
  padding-top: 33px;
  background: linear-gradient(to bottom, #ffd7c8, #ffddd0, #ffeac3);
}

.logo-mark {
  max-width: 366px;
  width: 100%;
  display: block;
  margin-inline: auto;
}

.inner-about-concept {
  text-align: center;
  background-color: #f6bea9;
  margin-top: -1px;
}

.frame-pink-bottom {
  width: 100%;
  top: -38px;
  z-index: -1;
}

.wave-top-about {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .wave-top-about {
    display: none;
  }
}

.wave-top-about-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .wave-top-about-sp {
    display: block;
    margin-top: 38px;
  }
}

.about-concept {
  margin-top: 64px;
  line-height: 1.6;
  letter-spacing: 0.089em;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(16px, 16px + 8 * (100vw - 375px) / 1065, 24px);
}
.about-concept span {
  color: #ff6863;
}
@media screen and (max-width: 900px) {
  .about-concept {
    margin-top: 8%;
    letter-spacing: normal;
  }
}

.about-concept-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-concept-sp {
    display: block;
  }
}

.about-concept-sp-inner {
  margin-top: 24px;
}

.about-concept-sp-box {
  width: 100%;
  background-color: #ffffff;
  padding: 8px 8px 12px;
  border: #ff9c77 1px solid;
  margin-top: 10px;
  text-align: left;
}

.about-concept-sp-text {
  color: #ff6863;
  font-weight: 700;
  line-height: 1.2;
}
.about-concept-sp-text span {
  margin-left: -3%;
}

.about-concept-sp-text2 {
  margin-top: 8px;
  font-size: 14px;
}

.about-concept-t {
  font-size: clamp(22px, 22px + 10 * (100vw - 375px) / 1065, 32px);
  font-weight: 700;
  color: #9e877d;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 40px;
  padding: 11px 40px;
  border-radius: 16px;
  position: relative;
  overflow: visible;
}
.about-concept-t span {
  color: #ff6863;
}
.about-concept-t::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background-image: url(./img/polygon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .about-concept-t {
    padding-inline: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 900px) {
  .about-concept-t1 {
    margin-top: 40px;
  }
}

.about-concept-t2 {
  margin-top: 64px;
}
.about-concept-t2 br {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-concept-t2 {
    margin-top: 19px;
    line-height: 1.2;
    padding: 10px 14px 10px 15px;
    border-radius: 16px;
  }
  .about-concept-t2 br {
    display: block;
  }
}

.about-career {
  width: fit-content;
  margin-inline: auto;
  padding: 15px 23px 15px 25px;
  background: url(./img/about_title_frame.png) no-repeat center/100% auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about-career {
    width: 100%;
    max-width: 345px;
    padding: 20px 11px 14px 12px;
    background: url(./img/about_title_frame_sp.png) no-repeat center/100% auto;
  }
}
.about-career span {
  font-size: clamp(22px, 22px + 18 * (100vw - 375px) / 1065, 40px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #9e877d;
  background-color: rgba(255, 255, 255, 0.3137254902);
  position: relative;
  display: block;
  padding: 16px;
}
@media screen and (max-width: 900px) {
  .about-career span {
    padding: 12px 16px;
  }
}
.about-career br {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-career br {
    display: block;
  }
}
.about-career.--secondary {
  background: url(./img/about_title_frame_secondary.png) no-repeat center/100% auto;
}
@media screen and (max-width: 900px) {
  .about-career.--secondary {
    margin-top: 40px;
    background: url(./img/about_title_frame_sp.png) no-repeat center/100% auto;
  }
}

.logo-map {
  max-width: 1032px;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .logo-map {
    margin-top: 24px;
  }
}

.wave-bottom-pink {
  margin-bottom: 60px;
  margin-top: -2px;
}
@media screen and (max-width: 900px) {
  .wave-bottom-pink {
    display: none;
  }
}

.wave-bottom-pink-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .wave-bottom-pink-sp {
    display: block;
  }
}

.about-span {
  color: #ff6863;
}

.about-span2 {
  color: #ffffff;
  background-color: #ff6863;
  padding: 0 10px 1px;
  margin-right: 2px;
}
@media screen and (max-width: 900px) {
  .about-span2 {
    padding-inline: 4px;
    font-size: 20px;
    line-height: 1.6;
  }
}

.about-message-note {
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 1065, 20px);
  line-height: 1.6;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about-message-note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .about-message-note {
    text-align: left;
  }
  .about-message-note br {
    display: none;
  }
}
.about-message-note + .about-message-note {
  margin-top: 2em;
}

.space-none {
  margin-left: -2px;
}

.about-box-remote {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .about-box-remote {
    margin-top: 40px;
  }
}

.about-box-date {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .about-box-date {
    margin-top: 40px;
  }
}

.inner-sub-about {
  margin-inline: auto;
}

.about-inner {
  background-color: #fff0ea;
  border: #ffffff 3px solid;
  max-width: 960px;
  margin-inline: auto;
}

.sub-title {
  color: #9e877d;
  font-weight: 700;
  text-align: center;
  font-size: clamp(20px, 20px + 8 * (100vw - 375px) / 1065, 28px);
  width: 100%;
  margin-top: 80px;
  line-height: 1.2;
}

.sub-title-etc {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .sub-title-etc {
    margin-top: 40px;
  }
}

.sub-title-date {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .sub-title-date {
    margin-top: 40px;
  }
}

.sub-title-remote {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .sub-title-remote {
    margin-top: 40px;
  }
}

.about-message {
  margin-top: 40px;
  line-height: 1.6;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding-inline: 20px;
}
@media screen and (max-width: 900px) {
  .about-message {
    margin-top: 24px;
    padding-inline: 0;
    text-align: left;
  }
}

@media screen and (max-width: 900px) {
  .about-message2 {
    padding-inline: 15px;
    margin-top: 10%;
    padding-top: 2px;
  }
}

.about-wave-inner2 {
  margin-top: 83px;
}
@media screen and (max-width: 900px) {
  .about-wave-inner2 {
    margin-top: 22px;
  }
}

.about-title {
  background-color: #f6bea9;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  border-radius: 24px 23px 0 0;
  padding-inline: 15px;
  height: 70px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 900px) {
  .about-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .about-title-2 {
    font-size: 20px;
  }
}

.about-icon-box {
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about-icon-box {
    padding: 11px;
  }
}

@media screen and (max-width: 900px) {
  .about-icon-box1 {
    padding: 0 11px 11px 11px;
  }
}

.about-icon-note {
  line-height: 1.6;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .about-icon-note {
    margin-top: 14px;
  }
}

@media screen and (max-width: 900px) {
  .about-icon-note1 {
    margin-top: -10px;
  }
}

.wave-line {
  max-width: 270px;
  width: 100%;
  margin-top: 11px;
  display: block;
  margin-inline: auto;
}

.about-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8vw;
  max-width: 888px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  place-items: center;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .about-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    width: 280px;
    margin-top: 24px;
    padding-inline: 0;
    margin-bottom: 40px;
  }
}

.remote-box {
  width: 280px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 20px 30px 0px #fedec4;
  object-fit: contain;
  aspect-ratio: 1.02/1;
}
@media screen and (max-width: 900px) {
  .remote-box {
    width: 280px;
    aspect-ratio: auto;
  }
}

.remote-box1 {
  aspect-ratio: 0.96/1;
}
@media screen and (max-width: 900px) {
  .remote-box1 {
    aspect-ratio: auto;
  }
}

.about-remote-img {
  width: 118px;
  height: 118px;
}

.bgi-yellow {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .bgi-yellow {
    padding-bottom: 0;
    margin-top: -5%;
  }
}

.graph {
  margin-top: 40px;
  max-width: 780px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .graph {
    display: none;
  }
}

.graph-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .graph-sp {
    display: block;
    margin-top: 24px;
    width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .title-sec-simple2 {
    height: 63px;
  }
  .title-sec-simple2::before {
    width: 20px;
  }
}
.title-sec-voice::before {
  width: 30px;
}
@media screen and (max-width: 900px) {
  .title-sec-voice::before {
    width: 20px;
  }
}

/* 写真無限スライダー */
@media screen and (max-width: 900px) {
  .curriculum {
    margin-top: 40px;
  }
}

.inner-sub-curriculum {
  padding-inline: 2.5%;
}

/*-------3つの円の図-------*/
.curriculum-top {
  max-width: 810px;
  width: 100%;
  display: flex;
  margin: 102px auto 0;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .curriculum-top {
    display: block;
    margin-top: 54px;
  }
}

.curriculum-top-box {
  width: 100%;
  aspect-ratio: 50/50;
  text-align: center;
  border: #fff1eb 16px solid;
  background-color: #ffffff;
  border-radius: 50%;
  place-content: center;
  position: relative;
  box-shadow: 0px 0px 23px 10px rgba(246, 180, 180, 0.4);
}
@media screen and (max-width: 900px) {
  .curriculum-top-box {
    max-width: 244px;
    margin-inline: auto;
    margin-top: 26px;
  }
}

.curriculum-note {
  max-width: 210px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #9e877d;
  margin-inline: auto;
  text-align: center;
}
.curriculum-note::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 72px;
  height: 55px;
  background-image: url(./img/curriculum-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  transform: translateX(85%);
}
@media screen and (max-width: 900px) {
  .curriculum-note::before {
    top: -26px;
  }
}

.curriculum-note-pic::after {
  transform: translateX(50%);
}

.curriculum-note-about::before {
  transform: translateX(50%);
}

.curriculum-note1::before {
  transform: translateX(34%);
}

@media screen and (max-width: 900px) {
  .curriculum-plan-inner {
    padding-inline: 0;
  }
}

.curriculum-note2 {
  max-width: 210px;
  width: 100%;
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 1065, 28px);
  line-height: 1.2;
  color: #9e877d;
  margin-inline: auto;
  text-align: center;
  color: #ff6863;
}

.curriculum-note-main {
  line-height: 2.1;
}

.curriculum-memo-box {
  text-align: left;
  line-height: 1.6;
  max-width: 587px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-box {
    margin-top: 5%;
  }
}

.curriculum-memo-box2 {
  text-align: left;
  line-height: 1.6;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-box2 {
    max-width: 300px;
    width: 100%;
    margin-top: 8%;
  }
}

.curriculum-memo {
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .curriculum-memo {
    line-height: 1.6;
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) {
  .curriculum-memo {
    margin-top: 11px;
  }
}
.curriculum-memo span {
  font-weight: 700;
}

.curriculum-memo-top {
  line-height: 2.1;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-top {
    margin-top: 44px;
    text-align: left;
    line-height: 1.6;
  }
}

@media screen and (max-width: 900px) {
  .memo-brank {
    display: none;
  }
}

.curriculum-memo-memo1 {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-memo1 {
    text-align: left;
    margin-top: 32px;
  }
}
.curriculum-memo-memo1 span {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-memo1 span {
    margin-left: 4px;
  }
}

.curriculum-memo-memo2 {
  margin-top: 27px;
  line-height: 1.6;
}

.curriculum-memo-memo3 span {
  color: #ff6863;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  padding: 6px 4px;
  margin-inline: 3px;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-memo3 span {
    font-size: 16px;
    line-height: 1.7;
    max-width: 300px;
    padding: 0 4px;
    margin-top: 3px;
  }
}

.curriculum-memo-memo4 {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-memo4 {
    text-align: left;
    line-height: 1.8;
  }
}

.curriculum-memo-memo5 {
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .curriculum-memo-memo5 {
    text-align: left;
    margin-top: 17px;
  }
}

.curriculum-memo5 {
  margin-top: 0;
}

.curriculum-date {
  width: 100%;
}

.curriculum-text-box {
  max-width: 560px;
  width: 100%;
  line-height: 1.6;
  margin-inline: auto;
  padding-bottom: 40px;
}
.curriculum-text-box span {
  background-color: #ffffff;
  color: #ff6863;
  font-weight: 700;
  display: inline-block;
  padding: 6px 4px;
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .curriculum-text-box span {
    padding: 0 4px;
    margin-top: 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    background-color: #ffffff;
  }
}

/*-------weekの図-------*/
.curriculum-week {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 80px;
  padding-inline: 10%;
}
@media screen and (max-width: 900px) {
  .curriculum-week {
    padding-inline: 3%;
    margin-top: 40px;
    margin-bottom: 37px;
  }
}

.curriculum-week-box {
  display: flex;
  padding: 24px 40px;
  background-color: #ffffff;
  gap: 48px;
  position: relative;
  box-shadow: 0px 4px 30px 0px #f6bea9;
}
@media screen and (max-width: 900px) {
  .curriculum-week-box {
    display: block;
    padding: 24px 15px;
  }
}

.curriculum-week-left {
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 358px;
  width: 100%;
}
.curriculum-week-left::before {
  content: "";
  background-image: url(./img/week1.png);
  width: 148px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  position: absolute;
  top: 20px;
  left: 36px;
}
@media screen and (max-width: 900px) {
  .curriculum-week-left::before {
    width: 113px;
    height: 42px;
    top: 25px;
    left: 12px;
  }
}
@media screen and (max-width: 900px) {
  .curriculum-week-left {
    gap: 12px;
    max-width: none;
    margin-top: 42px;
  }
}

.curriculum-pic {
  width: 43px;
  height: 41.59px;
}
@media screen and (max-width: 900px) {
  .curriculum-pic {
    margin-right: -2%;
  }
}

.curriculum-week-left-week2::before {
  content: "";
  background-image: url(./img/week2.png);
}

.curriculum-week-left-week3::before {
  content: "";
  background-image: url(./img/week3.png);
}

.curriculum-week-left-week4::before {
  content: "";
  background-image: url(./img/week4.png);
}

.curriculum-week-point {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 290px;
  width: 100%;
}
.curriculum-week-point .br {
  display: none;
}
@media screen and (max-width: 900px) {
  .curriculum-week-point {
    max-width: none;
    font-size: 20px;
    display: block;
  }
}

.curriculum-week-right {
  max-width: 474px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .curriculum-week-right {
    max-width: none;
    margin-top: 24px;
  }
}

.curriculum-note span {
  color: #ff6863;
}

.curriculum-text {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .curriculum-text {
    font-size: 14px;
    margin-top: 4px;
  }
}
.curriculum-text span {
  display: block;
}

.curriculum-task-box {
  display: flex;
  padding: 8px 16px;
  background-color: #ff9c77;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .curriculum-task-box {
    display: block;
    padding: 8px;
  }
}

.curriculum-task-title {
  color: #ff9c77;
  background-color: #ffffff;
  max-width: 50px;
  height: 26px;
  width: 100%;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .curriculum-task-title {
    max-width: none;
  }
}

.curriculum-task-read {
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 1065, 20px);
}
@media screen and (max-width: 900px) {
  .curriculum-task-read {
    margin-top: 8px;
  }
}

.curriculum-text {
  vertical-align: middle;
}

.curriculum-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .curriculum-item + .curriculum-item {
    margin-top: 16px;
  }
}

.curriculum-item span {
  flex-shrink: 0;
  width: 16px;
  height: 19px;
  margin-right: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .curriculum-item span {
    margin-right: 10px;
    margin-top: 0;
  }
}

.pink-triangle {
  width: 48px;
  height: 20px;
  margin: 16px auto;
  display: block;
}

.inner-support {
  max-width: 1040px;
  margin-inline: auto;
}

.inner-support__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 900px) {
  .inner-support__inner {
    padding-inline: 0;
  }
}

.inner-slider {
  padding-inline: 0;
}
@media screen and (max-width: 900px) {
  .inner-slider {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.inner-sub-curriculum {
  margin-bottom: 5%;
}
@media screen and (max-width: 900px) {
  .inner-sub-curriculum {
    margin-bottom: 40px;
  }
}

.special-support {
  margin-top: -1px;
}

.special-support-sec {
  background-color: #ffddd0;
  padding-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .special-support-sec {
    padding: 24px 15px;
  }
}

.title-sec-support {
  background: #ffddd0;
  padding-top: 1.5%;
}

.title-support {
  color: #9e877d;
  font-size: 28px;
  font-weight: 700;
}
.curriculum-week-note {
  max-width: 480px;
  margin-inline: auto;
}

.curriculum-week-note-lesson {
  margin-top: 40px;
}

.curriculum-unit {
  font-size: 20px;
  line-height: 2.1;
  font-weight: 700;
  color: #ffffff;
  margin-top: 43px;
  text-align: center;
}

.curriculum-date-box {
  display: flex;
  align-items: center;
  max-width: 780px;
  width: 100%;
  margin-top: 44px;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .curriculum-date-box {
    display: block;
    margin-top: 24px;
  }
}

.curriculum-date-box1 {
  max-width: 800px;
}

.curriculum-plan-img {
  max-width: 663px;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .curriculum-plan-img {
    margin-top: 2%;
  }
}

.special-item {
  background-color: #ffffff;
  position: relative;
  text-align: left;
  padding: 7px 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .special-item {
    background-color: #ffffff;
    padding: 8px;
    line-height: 1.6;
  }
}
.special-item + .special-item {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .special-item + .special-item {
    margin-top: 8px;
  }
}

.special-item span {
  margin-top: 0;
  margin-right: 8px;
}
@media screen and (max-width: 900px) {
  .special-item span {
    margin-top: 2px;
    margin-right: 6px;
    margin-left: 2%;
  }
}

.special-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  width: 100%;
  position: relative;
}

.special-item2 {
  background-color: #ffffff;
  padding: 5px 16px;
  position: relative;
  inline-size: fit-content;
}
@media screen and (max-width: 900px) {
  .special-item2 {
    margin-inline: auto;
    padding: 4px 15px;
    line-height: 1;
  }
}
.special-item2 span {
  margin-top: 0;
}

.special-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .special-text {
    font-size: 16px;
  }
}

.special-text1 {
  line-height: 1.6;
}
.special-text1 span {
  display: inline-block;
  font-size: 9px;
  line-height: 0;
}

@media screen and (max-width: 900px) {
  .special-item-top {
    margin-top: 4%;
  }
}

@media screen and (max-width: 900px) {
  .special-item-meet {
    margin-top: 5%;
  }
}

@media screen and (max-width: 900px) {
  .special-item3 {
    margin-top: 5%;
  }
}

.special-memo {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
}

@media screen and (max-width: 900px) {
  .wave-bottom,
  .wave-top {
    display: none;
  }
}

.wave-pink-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .wave-pink-sp {
    display: block;
  }
}

#price {
  background: linear-gradient(to bottom, #f6bea9, #ffeede);
}

.title-sec-price {
  margin-top: 7%;
}

.price-sec {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 80px auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .price-sec {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.price-list {
  border-top: #9e877d 1px solid;
  display: flex;
  max-width: 960px;
}
@media screen and (max-width: 900px) {
  .price-list {
    display: block;
  }
}

.price-list:last-child {
  border-bottom: #9e877d 1px solid;
}

.price-title {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  line-height: 2;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff0ea;
}
@media screen and (max-width: 900px) {
  .price-title {
    font-size: 18px;
    max-width: none;
    padding: 15px;
  }
}

.price-item {
  padding: 20px;
  line-height: 2;
  font-size: 20px;
  display: block;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 900px) {
  .price-item {
    font-size: 16px;
    max-width: none;
    padding: 12px 0px 17px 14px;
    line-height: 1.6;
  }
}

.qa {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .qa {
    padding-bottom: 40px;
  }
}
.qa::before {
  content: "";
  background-image: url(./img/bgi-pink-grad.png);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  height: 37vw;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .qa::before {
    display: none;
  }
}

.accordion_wrapper {
  margin-top: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .accordion_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.accordion {
  max-width: 960px;
  width: 100%;
  margin: 35px auto 0;
  background: #f6bea9;
  cursor: pointer;
  border-radius: 24px;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}
.accordion:hover {
  box-shadow: 0px 0px 23px 10px rgba(246, 180, 180, 0.4);
}
@media screen and (max-width: 900px) {
  .accordion {
    border-radius: 7px;
    margin: 18px auto 0;
  }
}

.accordion_title {
  position: relative;
  padding: 24px 40px;
  color: #424246;
  font-weight: 700;
  font-size: 28px;
  font-size: clamp(18px, 18px + 10 * (100vw - 375px) / 1065, 28px);
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .accordion_title {
    padding: 18px 15px;
    line-height: 1.2;
  }
}

.accordion-title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion-title.is-active::after {
  transform: rotate(0);
}

.accordion_title::before,
.accordion_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 4px;
  right: 40px;
  background-color: #9e877d;
}
@media screen and (max-width: 900px) {
  .accordion_title::before,
  .accordion_title::after {
    width: 28px;
    height: 2px;
    right: 15px;
  }
}

.accordion_title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion_title.is-active::before {
  opacity: 0;
}

.accordion_title.is-active::after {
  transform: rotate(0);
}

.accordion_content {
  display: none;
  overflow: hidden;
  line-height: 1.6;
  font-weight: 700;
  width: 100%;
  padding: 24px 40px;
}
@media screen and (max-width: 900px) {
  .accordion_content {
    font-size: 14px;
    padding: 18px 15px;
  }
}

.accordion-item dd span {
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.accordion-item dd span::before {
  content: "A";
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  background-color: #f6bea9;
  padding-inline: 10px 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .accordion-item dd span::before {
    font-size: 24px;
    padding-inline: 0 8px;
  }
}

.accordion-item dt span {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.accordion-item dt span::before {
  content: "Q";
  font-size: 32px;
  color: #ffffff;
  background-color: #f6bea9;
  padding-inline: 10px 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .accordion-item dt span::before {
    font-size: 25px;
    padding-inline: 0 8px;
  }
}

.cta-bottom {
  max-width: 1320px;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .cta-bottom {
    padding-inline: 0px;
  }
}
.cta-bottom a {
  display: block;
  transition: 0.3s;
}
.cta-bottom a:hover {
  opacity: 0.7;
}

.sub-page {
  padding-top: 84px;
}
@media screen and (max-width: 900px) {
  .sub-page {
    padding-top: 10.6666666667vw;
  }
}

.sub-page__mv {
  background: linear-gradient(90deg, #ff6863 0%, #f6bea9 100%);
  padding-block: 120px;
}
@media screen and (max-width: 900px) {
  .sub-page__mv {
    padding-block: 60px;
  }
}

.sub-page__mv-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sub-page__mv-title {
    font-size: 24px;
  }
}

.sub-page__content {
  max-width: 1000px;
  padding: 80px 20px 160px;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .sub-page__content {
    padding: 40px 15px 80px;
  }
}

.sub-page__list-item + .sub-page__list-item {
  margin-top: 32px;
}

.sub-page__list-title {
  color: #ff6863;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .sub-page__list-title {
    font-size: 20px;
  }
}
.sub-page__list-title + * {
  margin-top: 8px;
}

.sub-page__list-text {
  font-weight: 400;
  line-height: 2;
}
.sub-page__lead + .sub-page__list {
  margin-top: 64px;
}

.sub-page__lead-text {
  font-weight: 400;
  line-height: 2;
}/*# sourceMappingURL=styles.css.map */