@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  /* vscode警告回避のため追加 */
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  color: #004574;
  background-color: #92E9E4;
}
body.js-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  letter-spacing: 0.05em;
}

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

li {
  list-style: none;
}

p,
a,
li,
th,
td {
  font-family: "M PLUS Rounded 1c";
  transform: rotate(0.04deg);
}

[id] {
  scroll-margin-top: 104px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

.c-title {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
  }
}
.c-title::before, .c-title::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 35px;
}
.c-title::before {
  background-image: url(../img2024/top/course_title_deco01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: -33px;
}
.c-title::after {
  background-image: url(../img2024/top/course_title_deco02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  right: -33px;
}
.c-title--experience {
  line-height: 1.2;
}
.c-title--navy {
  color: #004574;
}
.c-title--navy::before {
  background-image: none;
  -webkit-mask-image: url(../img2024/top/course_title_deco01.svg);
          mask-image: url(../img2024/top/course_title_deco01.svg);
  background-color: #004574;
}
.c-title--navy::after {
  background-image: none;
  -webkit-mask-image: url(../img2024/top/course_title_deco02.svg);
          mask-image: url(../img2024/top/course_title_deco02.svg);
  background-color: #004574;
}
.c-title span {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 2.125rem;
  }
}

.c-yellow {
  color: #FFED00;
}

.c-button {
  min-width: 144px;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #fff;
  background-color: #EF6130;
  border-radius: 9999px;
  box-shadow: 0px 3px 0px 0px #D74011;
  transition: all 0.3s;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 30px;
    font-size: 0.875rem;
    padding: 0 24px;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}
.c-button .text-yellow {
  color: #FFED00;
}
.c-button.icon::after {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-button.icon::after {
    margin-left: 5px;
  }
}
.c-button.arrow-yellow::after {
  background: url(../img2024/common/icon-arrow-yellow.svg) no-repeat center/contain;
}
.c-button.arrow-white::after {
  background: url(../img2024/common/icon-arrow-white.svg) no-repeat center/contain;
}
.c-button--header {
  height: 44px;
  font-size: 1rem;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-button--header {
    font-size: 0.875rem;
  }
}
.c-button--lg {
  height: 64px;
  font-size: 1.75rem;
  padding: 0 51px;
  box-shadow: 0px 5px 0px 0px #D74011;
}
@media screen and (max-width: 767px) {
  .c-button--lg {
    font-size: 0.9375rem;
    height: 34px;
  }
}
@media (any-hover: hover) {
  .c-button--lg:hover {
    transform: translateY(5px);
  }
}
.c-button--lg.icon::after {
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-button--lg.icon::after {
    width: 15px;
  }
}
.c-button--campaign {
  height: 64px;
  font-size: 1.5rem;
}
.c-button--arrow {
  position: relative;
}
.c-button--arrow::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../img2024/top/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.c-breadcrumb {
  margin-top: 104px;
  padding-top: 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 100px;
  }
}
.c-breadcrumb__item {
  color: #20296F;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 16px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__item::before {
  content: ">";
  position: absolute;
  left: -5px;
  transform: translateX(-100%);
  color: #20296F;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item::before {
    left: -8px;
  }
}
.c-breadcrumb__item:first-child::before {
  content: none;
}
.c-breadcrumb__top {
  background-color: #FFED00;
  color: #20296F;
  border-radius: 100px;
  padding: 5px 16px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__top {
    margin-left: 15px;
    font-size: 0.875rem;
  }
}

.c-bg {
  background-image: url(../img2024/parent/parent-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-bg--green {
  background-image: url(../img2024/common/green-bg.png);
}

.c-page-title {
  color: #20296F;
  font-size: 3.9375rem;
  text-align: center;
  padding-top: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 2.6875rem;
    padding-top: 75px;
  }
}
.c-page-title::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/common/head-cloud.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 135px;
  height: 15px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-page-title::before {
    top: 40px;
  }
}

.c-body {
  background-color: #ACF3EF;
}
.c-body--green {
  background-color: #39E3AE;
}

.c-section__title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #2FD9D2;
  padding: 5px 85px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  border: 5px solid #20296F;
  position: relative;
  top: 33px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 1.375rem;
    padding: 5px 20px;
    border: 3px solid #20296F;
    line-height: 1.1;
  }
  .c-section__title--sm {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title span {
    display: none;
  }
}

.c-container {
  background-color: #fff;
  padding: 75px 45px 22px;
  border-radius: 30px;
  border: 3px dotted #20296F;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-container {
    border-radius: 15px;
    padding: 45px 20px 22px;
  }
}

.c-todo__01 {
  position: relative;
}
.c-todo__01::before, .c-todo__01::after {
  content: "";
  position: absolute;
}
.c-todo__01::before {
  border: 6px solid #20296F;
  top: -80px;
  left: -49px;
  width: 61px;
  height: 61px;
  border-top-left-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__01::before {
    width: 45px;
    height: 45px;
    left: -23px;
    top: -49px;
    border-top-left-radius: 15px;
  }
}
.c-todo__01::after {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-top-left-radius: 30px;
  top: -74px;
  left: -43px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__01::after {
    top: -45px;
    left: -19px;
    border-top-left-radius: 10px;
  }
}
.c-todo__02 {
  position: relative;
}
.c-todo__02::before, .c-todo__02::after {
  content: "";
  position: absolute;
}
.c-todo__02::before {
  border: 6px solid #20296F;
  top: -79px;
  right: -49px;
  width: 61px;
  height: 61px;
  border-top-right-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__02::before {
    width: 45px;
    height: 45px;
    top: -49px;
    right: -23px;
    border-top-right-radius: 15px;
  }
}
.c-todo__02::after {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-top-right-radius: 30px;
  top: -73px;
  right: -44px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__02::after {
    top: -45px;
    right: -19px;
    border-top-right-radius: 10px;
  }
}
.c-todo__03 {
  position: relative;
}
.c-todo__03::before, .c-todo__03::after {
  content: "";
  position: absolute;
}
.c-todo__03::before {
  border: 6px solid #20296F;
  bottom: -25px;
  left: -49px;
  width: 61px;
  height: 61px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__03::before {
    width: 45px;
    height: 45px;
    left: -24px;
    border-bottom-left-radius: 15px;
  }
}
.c-todo__03::after {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  top: -60px;
  left: -43px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__03::after {
    left: -20px;
    top: -58px;
    border-bottom-left-radius: 10px;
  }
}
.c-todo__04 {
  position: relative;
}
.c-todo__04::before, .c-todo__04::after {
  content: "";
  position: absolute;
}
.c-todo__04::before {
  border: 6px solid #20296F;
  bottom: -28px;
  right: -48px;
  width: 61px;
  height: 61px;
  border-bottom-right-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__04::before {
    width: 45px;
    height: 45px;
    right: -24px;
    bottom: -26px;
    border-bottom-right-radius: 15px;
  }
}
.c-todo__04::after {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  top: -58px;
  right: -42px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-todo__04::after {
    right: -20px;
    top: -57px;
    border-bottom-right-radius: 10px;
  }
}

.c-container-sm {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-container-sm__title {
  min-width: 288px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #20296F;
  font-size: 1.5rem;
  text-align: center;
  background-color: #FFED00;
  border-radius: 100px;
  border: 4px solid #20296F;
  padding: 2px 10px;
  margin-inline: auto;
  margin-bottom: -34px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-container-sm__title {
    min-width: 220px;
    font-size: 1.125rem;
    padding: 5px 20px;
    margin-bottom: -44px;
  }
}
.c-container-sm__content {
  background-color: #fff;
  padding: 38px 40px 31px;
  border: 4px solid #20296F;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-container-sm__content {
    padding: 38px 16px 30px;
    border-radius: 15px;
  }
}

.c-treasure {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .c-treasure {
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
}
.c-treasure__text {
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  position: absolute;
  color: #C8A24F;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 50%;
}

.c-toTop {
  display: grid;
  place-items: center;
  z-index: 100;
}
.c-toTop__text {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: #20296F;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  background-color: #FFED00;
  border-radius: 100px;
  padding: 0 14px;
  margin-top: 13px;
}
.c-toTop__text::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  border-bottom: 14px solid #FFED00;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.c-bicolor-block {
  position: relative;
}
.c-bicolor-block__title {
  width: 84px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  background-color: #FFED00;
  border: 4px solid #004574;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-bicolor-block__title {
    width: 70px;
    top: -36px;
    font-size: 1.125rem;
    border-width: 3px;
  }
}
.c-bicolor-block__body {
  height: 100%;
  min-height: 122px;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 1.75rem;
  line-height: 1.42;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  border: 4px solid #004574;
  overflow: hidden;
  z-index: 0;
  padding: 46px 20px 28px;
}
@media screen and (max-width: 1023px) {
  .c-bicolor-block__body {
    min-height: 103px;
    font-size: 1.25rem;
    border-radius: 15px;
    border-width: 3px;
    padding: 39px 20px 26px;
  }
}
.c-bicolor-block__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #D7F9EF;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.c-bicolor-block__text {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.42;
}
.c-bicolor-block__text-sm {
  font-size: 0.9375rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .c-bicolor-block__text-sm {
    font-size: 0.75rem;
  }
}

.c-course__subTitle {
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 40px;
  border: 2px solid #20296F;
  background: #FFF;
  max-width: 795px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  text-align: center;
}
.c-course__subTitle--s {
  max-width: 655px;
}
@media screen and (max-width: 767px) {
  .c-course__subTitle {
    font-size: 1.75rem;
  }
  .c-course__subTitle--c {
    font-size: 1.375rem;
  }
}

.l-header {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transform: rotate(0.04deg);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.l-header--white {
  background-color: #fff;
}
.l-header__inner {
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(1.25rem, -0.717rem + 4.098vw, 3.125rem);
}
@media screen and (max-width: 1299px) {
  .l-header__inner {
    height: 100px;
    padding: 0 0 0 25px;
  }
}
.l-header__logo {
  width: 232px;
  z-index: 34;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 65px;
  }
}
.l-header__logo-link {
  display: block;
  line-height: 1;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1299px) {
  .l-header__hamburger {
    position: relative;
    display: flex;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #2FD9D2;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 20px #FFED00);
    transform: translateZ(0);
    transition: all 0.3s;
    margin-left: 20px;
    margin-right: 25px;
    z-index: 33;
  }
  .l-header__hamburger.js-open {
    background-color: #FFED00;
  }
}
.l-header__hamburger-line {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.l-header__hamburger-line:nth-of-type(1) {
  transform: translateY(20px);
}
.l-header__hamburger-line:nth-of-type(2) {
  transform: translateY(29px);
}
.js-open > .l-header__hamburger-line {
  background-color: #2FD9D2;
}
.js-open > .l-header__hamburger-line:nth-of-type(1) {
  transform: translateY(24px) rotate(225deg);
}
.js-open > .l-header__hamburger-line:nth-of-type(2) {
  transform: translateY(24px) rotate(-225deg);
}
.l-header__hamburger-text {
  display: none;
}
@media screen and (max-width: 1299px) {
  .l-header__hamburger-text {
    display: block;
    position: absolute;
    font-size: 0.625rem;
    color: #fff;
    bottom: 10px;
  }
}
.js-open > .l-header__hamburger-text {
  color: #2FD9D2;
}
.l-header__contact {
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1299px) {
  .l-header__contact {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header-gnav {
  margin-left: auto;
}
@media screen and (max-width: 1299px) {
  .l-header-gnav {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    overflow-y: auto;
    background-color: #2FD9D2;
    transition: all 0.3s;
    padding-bottom: 20px;
    z-index: 32;
  }
  .l-header-gnav.js-open {
    opacity: 1;
    transform: translateX(-100%);
  }
}
.l-header-gnav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1299px) {
  .l-header-gnav__list {
    display: none;
  }
}
.l-header-gnav__item {
  flex-shrink: 0;
}
.l-header-gnav__link {
  display: block;
  position: relative;
  font-size: 0.875rem;
  transition: all 0.2s;
  padding: 0.4em 0;
}
.l-header-gnav__link span {
  color: #FFED00;
}
@media screen and (max-width: 1299px) {
  .l-header-gnav__link {
    font-size: 1.25rem;
  }
}
.l-header-gnav__link::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004574;
  border-radius: 1px;
  transition: inherit;
}
@media (any-hover: hover) {
  .l-header-gnav__link:hover:hover::after {
    width: 100%;
  }
}

.l-header-gnav-sp {
  display: none;
}
@media screen and (max-width: 1299px) {
  .l-header-gnav-sp {
    display: block;
    padding: 112px 25px 0;
  }
}
.l-header-gnav-sp__list {
  padding: 0 4px;
}
.l-header-gnav-sp__item {
  position: relative;
}
.l-header-gnav-sp__item::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  background-image: radial-gradient(#fff 30%, transparent 30%);
  background-size: 10px;
  background-repeat: repeat-x;
}
.l-header-gnav-sp__item--hasSub .l-header-gnav-sp__link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.l-header-gnav-sp__acc-btn {
  padding: 20px 0 17px;
  cursor: pointer;
}
.l-header-gnav-sp__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s;
  padding: 20px 0 22px;
}
.l-header-gnav-sp__link::before {
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  background: url("../img2024/common/icon-arrow-white2.svg") no-repeat center/contain;
}
.l-header-gnav-sp__sublist {
  padding: 6px 0 16px;
}
.l-header-gnav-sp__subitem {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 15px 14px;
}
.l-header-gnav-sp__subitem:not(:first-of-type) {
  margin-top: 6px;
}
.l-header-gnav-sp__subitem:nth-of-type(2) .l-header-gnav-sp__subpic {
  width: 26px;
  margin-right: 15px;
}
.l-header-gnav-sp__sublink {
  display: flex;
  align-items: center;
  position: relative;
  color: #20296F;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s;
  padding-bottom: 14px;
}
.l-header-gnav-sp__sublink::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  background-image: radial-gradient(#2FD9D2 30%, transparent 30%);
  background-size: 10px;
  background-repeat: repeat-x;
}
@media (any-hover: hover) {
  .l-header-gnav-sp__sublink:hover .l-header-gnav-sp__subpic {
    transform: translateY(-3px);
  }
  .l-header-gnav-sp__sublink:hover .l-header-gnav-sp__subicon {
    transform: scale(1.2);
  }
}
.l-header-gnav-sp__subpic {
  width: 34px;
  margin-right: 7px;
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.3, 1.28);
}
.l-header-gnav-sp__subicon {
  margin-left: auto;
  transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.l-header-gnav-sp__labellist {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 0;
}
.l-header-gnav-sp__labelitem {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  background-color: #FFED00;
  border-radius: 100px;
  padding: 2px 12px;
}
.l-header-gnav-sp__contact {
  margin-top: 28px;
  margin-inline: auto;
}
.l-header-gnav-sp__tel-block {
  max-width: 400px;
  display: grid;
  grid-template-columns: 53px auto;
  grid-template-areas: "dsc tel" "dsc tim";
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  border-radius: 7px;
  background-color: #fff;
  padding: 8px 12px 8px 10px;
  margin-inline: auto;
  margin-top: 10px;
}
.l-header-gnav-sp__desc {
  grid-area: dsc;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.33;
  background-color: #004574;
  border-radius: 50%;
}
.l-header-gnav-sp__tel {
  grid-area: tel;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.6875rem;
  line-height: 1;
  margin-top: 7px;
}
.l-header-gnav-sp__tel::before {
  content: "";
  width: 14px;
  height: 23px;
  background: url(../img2024/common/icon-tel.svg) no-repeat center right/contain;
}
.l-header-gnav-sp__time {
  grid-area: tim;
  font-size: 0.625rem;
  line-height: 1.4;
}
.l-header-gnav-sp__time span {
  display: inline-block;
}

.l-wrapper {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
.l-wrapper--parent {
  max-width: 1175px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 25px;
  }
}

.l-body--transparent {
  background-color: #fff;
}

.l-main {
  overflow: hidden;
}

.l-section {
  padding-top: 128px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*# 保護者ページ
/*-----------------------------------*/
.l-parent {
  background-color: transparent;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
.js-fadein--delay1 {
  transition-delay: 0.6s;
}
.js-fadein--delay2 {
  transition-delay: 1.2s;
}
.js-fadein.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.js-acc-cont {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}

.l-footer {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transform: rotate(0.04deg);
  background-color: #fff;
}
.l-footer__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.l-footer__acc-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__acc-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #20296F;
    font-size: 0.9375rem;
    font-weight: 600;
    background-color: #f5f5f5;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 48px;
  }
  .l-footer__acc-btn::after {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    background: url("../img2024/common/icon-arrow-navy.svg") no-repeat center/contain;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
}
.l-footer__acc-btn.active::after {
  transform: rotate(-90deg);
}
.l-footer__acc-block {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-footer__acc-block {
    display: block;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 0 218px 0 50px;
}
@media screen and (max-width: 1199px) {
  .l-footer__content {
    flex-direction: column;
    gap: 40px;
    padding: 0 25px 28px;
  }
}
.l-footer__logo {
  width: 263px;
}
.l-footer__logo-text {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 20px;
}
.l-footer__list {
  max-width: 570px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-areas: "M1 M3 M6 M9" "M2 M4 M7 M10" ".  M5 M8 .";
  gap: 25px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: row;
    grid-template-areas: unset;
    gap: 15px 48px;
  }
}
.l-footer__item:nth-of-type(1) {
  grid-area: M1;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(1) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(2) {
  grid-area: M2;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(2) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(3) {
  grid-area: M3;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(3) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(4) {
  grid-area: M4;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(4) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(5) {
  grid-area: M5;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(5) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(6) {
  grid-area: M6;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(6) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(7) {
  grid-area: M7;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(7) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(8) {
  grid-area: M8;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(8) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(9) {
  grid-area: M9;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(9) {
    grid-area: unset;
  }
}
.l-footer__item:nth-of-type(10) {
  grid-area: M10;
}
@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(10) {
    grid-area: unset;
  }
}
.l-footer__link {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  color: #20296F;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.l-footer__link::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../img2024/common/icon-arrow-navy.svg") no-repeat center/contain;
}
.l-footer__totop {
  position: absolute;
  bottom: 106px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__totop {
    position: static;
  }
}
.l-footer__copyright {
  color: #959595;
  font-size: 0.625rem;
  font-weight: 600;
  margin-top: 43px;
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  .l-footer__copyright {
    margin-left: 25px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    margin-left: 0;
  }
}

.renewal2024 {
  overflow: hidden;
}

.top-mv {
  position: relative;
}
.top-mv__title-wrap {
  position: absolute;
  top: 20.8vw;
  left: 9vw;
}
@media screen and (max-width: 767px) {
  .top-mv__title-wrap {
    top: 66.5vw;
    left: 0;
  }
}
.top-mv__title {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #20296F;
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #fff;
  padding: 0.1em 0.2em 0.1em 0.3em;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 9.2vw;
  }
}
.top-mv__title:not(:first-of-type) {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .top-mv__title:not(:first-of-type) {
    margin-top: 0.3em;
  }
}
.top-mv__title:nth-of-type(2) {
  padding-left: 0;
}
.top-mv__title--pink {
  color: #FC7F9E;
}
.top-mv__title .kakko {
  letter-spacing: -0.2em;
}
.top-mv__image {
  width: 100%;
}
.top-mv__image img {
  width: 100%;
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/top/cource_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1100px;
  top: -185px;
}
@media screen and (max-width: 1299px) {
  .bg::before {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg::before {
    background-image: url(../img2024/top/cource_bg_sp.png);
    background-size: 100%;
    width: 180%;
    height: 2000px;
    top: 62vw;
    left: -64vw;
  }
}

.top-campaign {
  width: 100%;
  position: relative;
  margin-top: -16.5vw;
}
.top-campaign::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-campaign::before {
    display: block;
    content: "";
    width: 100%;
    height: 61px;
    position: absolute;
    top: 12vw;
    left: 0;
    background-image: url(../img2024/top/campaign_bg2.png);
    background-size: 100%;
  }
}
.top-campaign__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-campaign__inner {
    padding-top: 26vw;
  }
}
.top-campaign__inner::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/top/campaign_bg01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 178px;
  height: 60px;
  top: -91px;
  left: 50px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-campaign__inner::before {
    background-image: url(../img2024/top/campaign_bg_sp.png);
    background-position: top left;
    width: 20%;
    top: 8.5vw;
    left: 10px;
  }
}
.top-campaign__inner::after {
  content: "";
  position: absolute;
  background-image: url(../img2024/top/campaign_bg02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 156px;
  height: 63px;
  bottom: -122px;
  right: 112px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-campaign__inner::after {
    display: none;
  }
}
.top-campaign__award {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-campaign__award {
    max-width: 540px;
    display: block;
    filter: drop-shadow(0px 0px 17.893px rgba(0, 68, 114, 0.6));
    transform: translateZ(0);
    margin-inline: auto;
  }
}
.top-campaign__award img {
  width: 100%;
}
.top-campaign__banners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-campaign__banners {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.top-campaign__banner {
  position: relative;
}
.top-campaign__img {
  position: relative;
  z-index: 4;
  filter: drop-shadow(0px 0px 20px rgba(0, 68, 114, 0.6));
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .top-campaign__img {
    width: 100%;
    max-width: 540px;
  }
}
.top-campaign__button {
  position: absolute;
  bottom: min(3vw, 46px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-campaign__button {
    bottom: 6vw;
  }
}

.top-course {
  position: relative;
  z-index: 4;
  padding-bottom: 60px;
  margin-top: 134px;
}
@media screen and (max-width: 767px) {
  .top-course {
    padding-bottom: 76px;
    margin-top: 126px;
  }
}
.top-course__title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.top-course__title::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 104px;
  top: -80px;
  left: -120px;
  background-image: url(../img2024/top/cource03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top-course__title::before {
    width: 161px;
    height: 100px;
    top: -95px;
    left: -50px;
  }
}
.top-course__body {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-course__body {
    display: block;
    margin-top: 24px;
  }
}
.top-course__elementary {
  background-color: #FFED00;
  border-radius: 30px;
  padding: 10px 0 0;
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-course__elementary {
    margin: 20px auto 0;
    border-radius: 15px;
  }
}
.top-course__elementary-title {
  font-size: 2.125rem;
  color: #004574;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-course__elementary-title {
    font-size: 1.5rem;
  }
}
.top-course__elementary-title::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -120px;
  width: 113px;
  height: 148px;
  background-image: url(../img2024/top/couse_child01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .top-course__elementary-title::before {
    width: 64px;
    height: 120px;
    top: -48px;
    left: -80px;
  }
}
.top-course__elementary-title--big {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-course__elementary-title--big {
    font-size: 1.75rem;
  }
}
.top-course__school-container {
  flex-grow: 1;
  background-color: #fff;
  padding: 10px 20px 32px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 5px solid #FFED00;
}
@media screen and (max-width: 767px) {
  .top-course__school-container {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 10px 14px 13px;
  }
}
.top-course__school-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-course__school-text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.top-course__school-text--caution {
  font-size: 0.75rem;
}
.top-course__school-text span {
  display: inline-block;
}
.top-course__price {
  font-size: 0.9375rem;
  background-color: #E0FAF9;
  text-align: center;
  padding: 5px 7px;
  margin-top: 13px;
  position: relative;
}
.top-course__price::before, .top-course__price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #2FD9D2 3px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.top-course__price::before {
  top: 0;
  left: 0;
}
.top-course__price::after {
  bottom: -3px;
  left: 0;
}
.top-course__price--big {
  font-size: 1.5rem;
}
.top-course__link {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-course__middle {
  background-color: #FFED00;
  border-radius: 30px;
  padding: 10px 0 0;
  max-width: 540px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-course__middle {
    border-radius: 15px;
    margin: 12px auto 0;
  }
}
.top-course__middle-title {
  font-size: 2.125rem;
  color: #004574;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-course__middle-title {
    font-size: 1.5rem;
  }
}
.top-course__middle-title::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -150px;
  width: 113px;
  height: 148px;
  background-image: url(../img2024/top/couse_child02.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .top-course__middle-title::after {
    width: 60px;
    top: -23px;
    right: -85px;
  }
}
.top-course__middle-title--big {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-course__middle-title--big {
    font-size: 1.75rem;
  }
}
.top-course__button {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.top-parents-bg-top {
  height: 60px;
  position: relative;
  background: url(../img2024/top/guardian_bg_top.png) center/100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-parents-bg-top {
    background: url(../img2024/top/guardian_bg_top_sp.png) center/100% 100%;
  }
}

.top-parents {
  position: relative;
  z-index: 4;
  background-image: url(../img2024/top/guardian_bg3.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0 34px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .top-parents {
    padding: 35px 0 30vw;
  }
}
.top-parents::before, .top-parents::after {
  content: "";
  position: absolute;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-parents::before {
  background-image: url(../img2024/top/guardian02.svg);
  width: 100px;
  height: 92px;
  bottom: -6px;
  left: 65px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .top-parents::before {
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .top-parents::before {
    display: none;
  }
}
.top-parents::after {
  background-image: url(../img2024/top/guardian03.svg);
  width: 13%;
  height: 200px;
  top: 93px;
  right: 49px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-parents::after {
    display: none;
  }
}
.top-parents__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .top-parents__card {
    flex-direction: column-reverse;
    gap: 26px;
    margin-top: 3px;
  }
}
.top-parents__card-body {
  max-width: 528px;
  width: 80%;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .top-parents__card-body {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }
}
.top-parents__card-img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .top-parents__card-img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.top-parents__card-img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .top-parents__card-img img {
    border-radius: 15px;
  }
}
.top-parents__card-text {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .top-parents__card-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.top-parents__card-text + .top-parents__card-text {
  margin-top: 10px;
}
.top-parents__button {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-parents__button {
    margin-top: 20px;
  }
}

.top-parents-bg-bottom {
  height: 160px;
  background: url(../img2024/top/guardian_bg_bottom.png) center/100% 100%;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .top-parents-bg-bottom {
    height: 20vw;
    background: url(../img2024/top/guardian_bg_bottom_sp.png) no-repeat top center/100%;
    margin-top: -16vw;
    position: relative;
    z-index: 20;
  }
}

.top-news {
  padding-top: 27px;
  padding-bottom: 80px;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 68px;
    margin-top: -10px;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/top/news01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 9%;
  height: 203px;
  top: -134px;
  left: 27%;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .top-news::before {
    display: none;
  }
}
.top-news::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 64px;
  left: 0;
  background-image: url(../img2024/top/news_bg.png);
  background-size: 90%;
  background-position: top center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-news::after {
    background-image: url(../img2024/top/news_bg_sp.png);
    top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .top-news__wrapper {
    position: relative;
  }
  .top-news__wrapper::before {
    content: "";
    width: 100%;
    height: 150px;
    background-color: #92E9E4;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.top-news__items {
  margin-top: 26px;
}
.top-news__link {
  display: block;
}
.top-news__link:not(:first-child) {
  margin-top: 6px;
}
.top-news__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 16px 30px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    padding: 16px 20px;
    display: block;
  }
}
.top-news__item dt,
.top-news__item dd {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: left;
  vertical-align: top;
}
.top-news__item dt {
  color: #959595;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .top-news__item dt {
    width: 100%;
    border-bottom: 2px solid #92E9E4;
    padding-bottom: 12px;
  }
}
.top-news__item dd {
  width: 90%;
  padding-left: 15px;
  border-left: 1px solid #92E9E4;
  text-decoration: underline;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .top-news__item dd {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    border-left: none;
  }
}
.top-news__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.deco01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .deco01 {
    display: none;
  }
}
.deco01::before {
  content: "";
  width: 92px;
  height: 147px;
  position: absolute;
  top: -226px;
  right: 73px;
  background: url(../img2024/top/deco_01.svg) no-repeat center/contain;
  z-index: 40;
}

.top-experience {
  position: relative;
  background: url(../img2024/top/trial_bg01.png) top center/100% 100%;
  overflow: hidden;
  padding-bottom: 82px;
  margin-top: -184px;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .top-experience {
    background-size: 1500px 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-experience {
    background-position: top -2px left 47%;
    background-size: 1717px 105%;
    margin-top: -400px;
  }
}
.top-experience__inner {
  background: url(../img2024/top/trial_bg02.png) no-repeat top 92px center/1500px;
  padding-top: 267px;
}
@media screen and (max-width: 1023px) {
  .top-experience__inner {
    background-size: 1000px;
    background-position: top 400px right 40px;
    padding-top: 152px;
  }
}
@media screen and (max-width: 767px) {
  .top-experience__inner {
    background: none;
    padding-top: 366px;
  }
}
.top-experience__body {
  max-width: 1150px;
  position: relative;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .top-experience__body {
    max-width: 640px;
    padding: 0 25px;
  }
}
.top-experience__body::after {
  content: "";
  width: 125px;
  height: 100px;
  position: absolute;
  top: -84px;
  left: calc(50% + 284px);
  background: url(../img2024/top/trial04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-experience__body::after {
    display: none;
  }
}
.top-experience__list-wrapper {
  margin-top: 32px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top-experience__list-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.top-experience__list-title {
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  color: #FFED00;
  text-shadow: 2px 2px 0 #20296F, -2px 2px 0 #20296F, 2px -2px 0 #20296F, -2px -2px 0 #20296F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-experience__list-title {
    font-size: 1.375rem;
  }
}
.top-experience__list-title--scn {
  margin-top: 30px;
}
.top-experience__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 54px;
}
@media screen and (max-width: 1023px) {
  .top-experience__list {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-inline: auto;
    margin-top: 42px;
  }
}
.top-experience .c-bicolor-block:nth-of-type(1) dd {
  padding-top: 38px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-experience .c-bicolor-block:nth-of-type(1) dd {
    padding-top: 40px;
    padding-bottom: 6px;
  }
}
.top-experience .c-bicolor-block:nth-of-type(3) dd {
  padding: 38px 10px 29px;
}
.top-experience__notes {
  width: 100%;
  border-top: 3px dotted #2FD9D2;
  padding-top: 12px;
  margin-top: 10px;
}
.top-experience__info {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
}
@media screen and (max-width: 1023px) {
  .top-experience__info {
    padding-bottom: 40px;
    margin-top: 13px;
  }
}
.top-experience__text-wrapper {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
}
.top-experience__title {
  font-size: 1.75rem;
  line-height: 1.42;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .top-experience__title {
    font-size: 1.5rem;
  }
}
.top-experience__route {
  margin-top: 8px;
}
.top-experience__link {
  margin-top: 17px;
  padding-left: 30px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-experience__link {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.top-experience__link span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-experience__link span {
    font-size: 1rem;
  }
}
.top-experience__contact {
  display: grid;
  grid-template-columns: 78px auto;
  grid-template-areas: "dsc tel" "dsc tim";
  -moz-column-gap: 18px;
       column-gap: 18px;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 47px 12px 33px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .top-experience__contact {
    grid-template-columns: 53px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 5px;
    border-radius: 7px;
    padding: 8px 8px 8px 10px;
    margin-top: 12px;
  }
}
.top-experience__desc {
  grid-area: dsc;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.33;
  background-color: #004574;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top-experience__desc {
    font-size: 0.625rem;
  }
}
.top-experience__tel {
  grid-area: tel;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top-experience__tel {
    gap: 4px;
    font-size: 1.75rem;
    margin-top: 3px;
  }
}
.top-experience__tel::before {
  content: "";
  width: 21px;
  height: 34px;
  background: url(../img2024/common/icon-tel.svg) no-repeat center right/contain;
}
@media screen and (max-width: 767px) {
  .top-experience__tel::before {
    width: 16px;
  }
}
.top-experience__time {
  grid-area: tim;
  font-size: 0.75rem;
  line-height: 2.08;
}
@media screen and (max-width: 767px) {
  .top-experience__time {
    font-size: 0.625rem;
  }
}

.p-parent-body {
  position: relative;
}

.p-parent__message {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .p-parent__message {
    margin-top: 40px;
  }
}
.p-parent__message-title {
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-parent__message-title {
    font-size: 1.5625rem;
  }
}
.p-parent__message-readmore-text {
  margin-top: 30px;
}
.p-parent__message-readmore-button {
  text-align: center;
  background-image: linear-gradient(180deg, rgba(172, 243, 239, 0.5), #ACF3EF);
  /* 上から下へ：[白色半透明]から[白色]へグラデーション */
  padding-top: 4.5em;
  /* ボタンの上側でグラデーションを見せる距離(長さ) */
  margin-top: -6.5em;
  /* ボックスを上側に重ねる距離(長さ) */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-parent__message-readmore-button a {
  width: 50%;
  display: inline-block;
}
.p-parent__message-readmore-button a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.p-parent__message-readmore-button-text {
  margin-top: 10px;
}

.readmore-area__title {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 80px;
  padding-bottom: 40px;
  display: inline-block;
}
.readmore-area__text:nth-of-type(3) {
  margin-bottom: 40px;
}
.readmore-area__picture {
  width: 300px;
  height: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.readmore-area img {
  border-radius: 30px;
}

.p-difference {
  margin-top: 40px;
}
.p-difference__container {
  background-color: #fff;
  padding: 75px 45px 22px;
  border-radius: 30px;
  border: 2px dashed #20296F;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-difference__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-difference__corse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .p-difference__corse {
    flex-direction: column;
  }
}
.p-difference__child-body--02 {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .p-difference__child-body--02 {
    margin-top: 0;
  }
}
.p-difference__child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #FFED00;
  width: 500px;
  height: 210px;
  padding: 0 40px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-difference__child {
    flex-direction: column;
    height: 300px;
    width: 300px;
    padding: 20px 20px 5px;
  }
}
.p-difference__child--02 {
  padding: 20px 15px 0 40px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-difference__child--02 {
    padding: 20px 20px 0;
  }
}
.p-difference__child-title {
  font-size: 1.25rem;
  color: #fff;
  background-color: #20296F;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
}
.p-difference__child-text {
  font-size: 1.125rem;
  white-space: nowrap;
  margin-top: 20px;
}
.p-difference__child-picture {
  background-image: url(../img2024/parent/child01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 136px;
  height: 170px;
}
.p-difference__child-picture--02 {
  background-image: url(../img2024/parent/child02--todo.png);
  background-position: center right 10%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .p-difference__child-picture--02 {
    background-image: url(../img2024/parent/child02.png);
    width: 170px;
    height: 140px;
    padding-top: 10px;
  }
}
.p-difference__menu {
  border-radius: 6px;
  background: #FFFCDB;
  padding: 20px 40px 40px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-difference__menu {
    padding: 20px;
  }
}
.p-difference__menu--pr0 {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-difference__menu--pr0 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-difference__menu--pb0 {
  padding-bottom: 0;
}
.p-difference__menu-number {
  font-size: 1.25rem;
  color: #20296F;
  text-align: center;
  z-index: 2;
  top: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-number {
    top: -35px;
  }
}
.p-difference__menu-number::before {
  content: "";
  background-color: #FFED00;
  position: absolute;
  border: 2px solid #20296F;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 44px;
  height: 44px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-difference__menu-subTitle {
  font-size: 1.25rem;
  text-align: center;
}
.p-difference__menu-subTitle--tl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-subTitle--tl {
    text-align: center;
  }
}
.p-difference__menu-title {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-title {
    font-size: 1.375rem;
  }
}
.p-difference__menu-title--mt20 {
  margin-top: -20px;
}
.p-difference__menu-title--tl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-title--tl {
    text-align: center;
  }
}
.p-difference__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .p-difference__menu-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-difference__menu-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-difference__menu-item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-difference__img {
  width: 92px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
.p-difference__body {
  position: relative;
}
.p-difference__body::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 160px;
  background-color: #2FD9D2;
  top: 0;
  right: -5%;
}
@media screen and (max-width: 1199px) {
  .p-difference__body::after {
    height: 80px;
    right: -3%;
  }
}
@media screen and (max-width: 767px) {
  .p-difference__body::after {
    content: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-difference__body--sec::after {
    content: none;
  }
}
.p-difference__body--last::after {
  content: none;
}
.p-difference__txt {
  font-size: 0.875rem;
}
.p-difference__menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-container {
    display: block;
  }
}
.p-difference__menu-container--middle {
  align-items: flex-start;
}
.p-difference__menu-container--mt50 {
  margin-top: -50px;
}
.p-difference__menu-body {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-body {
    width: 100%;
  }
}
.p-difference__menu-text {
  font-size: 0.9375rem;
  margin-top: 25px;
  letter-spacing: 0.1em;
}
.p-difference__menu-text span {
  display: inline-block;
  padding-left: 10px;
}
.p-difference__menu-text--pb20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-difference__menu-text--pb20 {
    padding-bottom: 0;
  }
}
.p-difference__picture {
  width: 237px;
  height: 232px;
}
.p-difference__picture--mt25 {
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .p-difference__picture {
    margin: 20px auto 0;
  }
}

.p-teacher__container {
  background-color: #fff;
  padding: 75px 45px 22px;
  border-radius: 30px;
  border: 2px dashed #20296F;
  position: relative;
  z-index: 3;
}
.p-teacher__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .p-teacher__menu-list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-teacher__menu-list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-teacher__menu-item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-teacher__name {
  text-align: center;
}
.p-teacher__img {
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
}
.p-teacher__body {
  position: relative;
}
.p-teacher__body::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 160px;
  background-color: #2FD9D2;
  top: 0;
  right: -5%;
}
@media screen and (max-width: 1199px) {
  .p-teacher__body::after {
    height: 80px;
    right: -3%;
  }
}
@media screen and (max-width: 767px) {
  .p-teacher__body::after {
    content: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-teacher__body--sec::after {
    content: none;
  }
}
.p-teacher__body--last::after {
  content: none;
}
.p-teacher__txt {
  font-size: 0.875rem;
  margin-top: 12px;
}

.p-message {
  padding-bottom: 96px;
}
.p-message__body {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 30px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    display: block;
    padding-top: 0;
  }
}
.p-message__message {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-message__message {
    margin-top: 40px;
    width: 100%;
  }
}
.p-message__message::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/parent/voice_deco.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -25px;
  left: 0;
}
.p-message__message::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 393px;
  background-color: #2FD9D2;
  top: -30px;
  right: -17px;
}
@media screen and (max-width: 767px) {
  .p-message__message::after {
    display: none;
  }
}
.p-message__message:nth-of-type(3)::after {
  content: none;
}
.p-message__message-text {
  line-height: 2.1;
  font-size: 0.875rem;
}
.p-message__message-name {
  text-align: right;
  margin-top: 8px;
  font-size: 0.875rem;
}
.p-message__message-name span {
  margin-left: 10px;
}

.p-course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-course-list {
    max-width: 590px;
    grid-template-columns: 1fr;
    gap: 46px;
    margin-inline: auto;
    margin-top: 42px;
  }
}

.p-course-s {
  padding-bottom: 100px;
}
.p-course-s__logo-left {
  position: relative;
}
.p-course-s__logo-left::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-s/s-geam.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 40px;
  top: -80px;
  left: 110px;
}
@media screen and (max-width: 1023px) {
  .p-course-s__logo-left::before {
    top: -20px;
    left: -10px;
  }
}
.p-course-s__logo-left::after {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-s/s-robo.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 115px;
  height: 160px;
  top: -80px;
  left: 0px;
}
@media screen and (max-width: 1023px) {
  .p-course-s__logo-left::after {
    width: 65px;
    height: 90px;
    top: 90px;
    left: 0px;
  }
}
.p-course-s__logo-right {
  position: relative;
}
.p-course-s__logo-right::after {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-s/s-child.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 136px;
  height: 170px;
  top: -170px;
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .p-course-s__logo-right::after {
    width: 83px;
    height: 104px;
    top: -20px;
    right: 0;
  }
}
.p-course-s__experience {
  margin-top: 90px;
}
.p-course-s__list-inner dd {
  padding: 38px 10px 29px !important;
}
.p-course-s__text {
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-course-s__text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }
}
.p-course-s__subText {
  font-size: 0.625rem;
  font-weight: 500;
}
.p-course-s__subText--mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-course-s__subText--mt20 {
    margin-top: 15px;
  }
}
.p-course-s__picture {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 5px;
}
.p-course-s__picture-inner {
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .p-course-s__picture {
    flex-direction: column;
  }
}
.p-course-s__picture img {
  border-radius: 10px;
}
.p-course-s__smTitle {
  font-size: 1.125rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-course-s__smTitle {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.p-course-s__smTitle--mt {
  margin-top: 40px;
}
.p-course-s__smTitle::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  background-image: url(../img2024/course-s/course-s_deco.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 135px;
  height: 17px;
}
.p-course-s__menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  margin-bottom: 50px;
  padding: 0 100px 0;
}
@media screen and (max-width: 1023px) {
  .p-course-s__menu-list {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-course-s__menu-item {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-course-s__menu-item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-course-s__img {
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
}
.p-course-s__body {
  position: relative;
}
.p-course-s__body::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  background-color: #2FD9D2;
  top: 0;
  right: -5%;
}
@media screen and (max-width: 1023px) {
  .p-course-s__body::after {
    content: none;
  }
}
.p-course-s__body--sec::after {
  content: none;
}
.p-course-s__body--last::after {
  content: none;
}
.p-course-s__txt {
  font-size: 0.875rem;
  margin-top: 12px;
}
.p-course-s__short:not(:first-child) {
  margin-top: 20px;
}
.p-course-s__short-title {
  background-color: #FFED00;
  padding: 5px 20px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-course-s__short-title {
    font-size: 1rem;
  }
}
.p-course-s__short-text {
  margin-top: 10px;
  font-size: 0.875rem;
}
.p-course-s__short-caution {
  margin-top: 30px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-course-s__short-caution {
    font-size: 0.625rem;
  }
}
.p-course-s__balloon-chat {
  display: flex;
  flex-wrap: wrap;
}
.p-course-s__balloon-chat:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 539px) {
  .p-course-s__balloon-chat:not(:first-child) {
    margin-top: -20px;
  }
}
.p-course-s__balloon-chat.p-course-s__left {
  flex-direction: row;
  /* 左から右に並べる */
}
@media screen and (max-width: 539px) {
  .p-course-s__balloon-chat.p-course-s__left {
    flex-direction: column-reverse;
  }
}
.p-course-s__balloon-chat.p-course-s__right {
  justify-content: flex-end;
  margin-top: -20px;
}
.p-course-s__chatting {
  position: relative;
  display: inline-block;
  /* 吹き出しが文字幅に合わせます */
  margin: 10px 20px;
  padding: 10px 20px;
  background: #FFED00;
  text-align: left;
  border-radius: 100px;
  height: 100%;
}
@media screen and (max-width: 932px) {
  .p-course-s__chatting {
    width: 60%;
  }
}
@media screen and (max-width: 539px) {
  .p-course-s__chatting {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-course-s__chatting--student {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width: 539px) {
  .p-course-s__chatting--student {
    width: 100%;
  }
}
.p-course-s__chatting--teacher {
  background: #20296F;
  color: #fff;
  width: 80%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-course-s__chatting--teacher {
    width: 70%;
  }
}
@media screen and (max-width: 539px) {
  .p-course-s__chatting--teacher {
    width: 100%;
  }
}
.p-course-s__chatting::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffed00 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  top: 15px;
}
.p-course-s__left .p-course-s__chatting::after {
  left: 40px;
}
.p-course-s__right .p-course-s__chatting::after {
  right: 25px;
  border-color: #20296F transparent transparent;
  border-width: 20px 0 0 20px;
}
.p-course-s__icon-img {
  width: 88px;
  height: 93px;
}
@media screen and (max-width: 767px) {
  .p-course-s__icon-img:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 539px) {
  .p-course-s__icon-img {
    margin-top: 20px;
  }
}
.p-course-s__icon-img img {
  margin: 0;
}
.p-course-s__chat-text {
  font-size: 1rem;
}
.p-course-s__banner {
  margin-top: 45px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  text-align: center;
  transform: translateZ(0);
}
.p-course-s__button {
  position: relative;
  display: flex;
  justify-content: center;
  top: -4vw;
}
@media screen and (min-width: 1700px) {
  .p-course-s__button {
    top: -50px;
  }
}
.p-course-s__link span {
  color: #FFED00;
}
.p-course-s__treasure {
  bottom: inherit;
}

.p-course-c {
  padding-bottom: 78px;
}
.p-course-c__logo-left {
  position: relative;
}
.p-course-c__logo-left::before {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-c/c-rocket.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 73px;
  height: 116px;
  top: -130px;
  left: 136px;
}
@media screen and (max-width: 1023px) {
  .p-course-c__logo-left::before {
    width: 49px;
    height: 76px;
    top: -40px;
    left: -10px;
  }
}
.p-course-c__logo-left::after {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-c/c-pc.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 165px;
  height: 110px;
  top: -43px;
  left: 0px;
}
@media screen and (max-width: 1023px) {
  .p-course-c__logo-left::after {
    width: 75px;
    height: 50px;
    top: 70px;
    left: 0px;
  }
}
.p-course-c__logo-right {
  position: relative;
}
.p-course-c__logo-right::after {
  content: "";
  position: absolute;
  background-image: url(../img2024/course-c/c-child.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 146px;
  height: 250px;
  top: -260px;
  right: 100px;
}
@media screen and (max-width: 1023px) {
  .p-course-c__logo-right::after {
    width: 63px;
    height: 104px;
    top: -60px;
    right: 0px;
  }
}
.p-course-c__experience {
  margin-top: 90px;
}
.p-course-c__block-body span {
  font-size: 1rem;
}
.p-course-c__list-inner dd {
  padding: 38px 10px 29px !important;
}
.p-course-c__text {
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .p-course-c__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-course-c__text {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.p-course-c__subText {
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 4px;
}
.p-course-c__picture {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 5px;
}
.p-course-c__picture-inner {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-course-c__picture {
    flex-direction: column;
  }
}
.p-course-c__picture img {
  border-radius: 10px;
}
.p-course-c__smTitle {
  font-size: 1.125rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-course-c__smTitle {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
.p-course-c__smTitle--mt {
  margin-top: 40px;
}
.p-course-c__smTitle::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  background-image: url(../img2024/course-s/course-s_deco.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 135px;
  height: 17px;
}
.p-course-c__menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .p-course-c__menu-list {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-template-rows: 2fr;
  }
}
@media screen and (max-width: 767px) {
  .p-course-c__menu-item {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-course-c__menu-item:nth-of-type(3), .p-course-c__menu-item:nth-of-type(4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 705px) {
  .p-course-c__menu-item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-course-c__img {
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
}
.p-course-c__body {
  position: relative;
}
.p-course-c__body::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  background-color: #2FD9D2;
  top: 0;
  right: -5%;
}
@media screen and (max-width: 1023px) {
  .p-course-c__body::after {
    content: none;
  }
}
.p-course-c__body--sec::after {
  content: none;
}
.p-course-c__body--last::after {
  content: none;
}
.p-course-c__txt {
  font-size: 0.875rem;
  margin-top: 12px;
}
.p-course-c__short:not(:first-child) {
  margin-top: 20px;
}
.p-course-c__short-title {
  background-color: #FFED00;
  padding: 5px 20px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-course-c__short-title {
    font-size: 1rem;
  }
}
.p-course-c__short-text {
  margin-top: 10px;
  font-size: 0.875rem;
}
.p-course-c__short-caution {
  margin-top: 30px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-course-c__short-caution {
    font-size: 0.625rem;
  }
}
.p-course-c__balloon-chat {
  display: flex;
  flex-wrap: wrap;
}
.p-course-c__balloon-chat:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 539px) {
  .p-course-c__balloon-chat:not(:first-child) {
    margin-top: -20px;
  }
}
.p-course-c__balloon-chat.p-course-c__left {
  flex-direction: row; /* 左から右に並べる */
}
@media screen and (max-width: 539px) {
  .p-course-c__balloon-chat.p-course-c__left {
    flex-direction: column-reverse;
  }
}
.p-course-c__balloon-chat.p-course-c__right {
  justify-content: flex-end;
  margin-top: -20px;
}
.p-course-c__chatting {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 10px 20px;
  padding: 10px 20px;
  background: #FFED00;
  text-align: left;
  border-radius: 100px;
  height: 100%;
}
@media screen and (max-width: 932px) {
  .p-course-c__chatting {
    width: 60%;
  }
}
@media screen and (max-width: 539px) {
  .p-course-c__chatting {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-course-c__chatting--student {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width: 539px) {
  .p-course-c__chatting--student {
    width: 100%;
  }
}
.p-course-c__chatting--teacher {
  background: #20296F;
  color: #fff;
  width: 80%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-course-c__chatting--teacher {
    width: 70%;
  }
}
@media screen and (max-width: 539px) {
  .p-course-c__chatting--teacher {
    width: 100%;
  }
}
.p-course-c__chatting::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffed00 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  top: 15px;
}
.p-course-c__left .p-course-c__chatting::after {
  left: 40px;
}
.p-course-c__right .p-course-c__chatting::after {
  right: 25px;
  border-color: #20296F transparent transparent;
  border-width: 20px 0 0 20px;
}
.p-course-c__icon-img {
  width: 88px;
  height: 93px;
}
@media screen and (max-width: 767px) {
  .p-course-c__icon-img:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 539px) {
  .p-course-c__icon-img {
    margin-top: 20px;
  }
}
.p-course-c__icon-img img {
  margin: 0;
}
.p-course-c__chat-text {
  font-size: 1rem;
}
.p-course-c__banner {
  margin-top: 45px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  text-align: center;
  transform: translateZ(0);
}
.p-course-c__button {
  position: relative;
  display: flex;
  justify-content: center;
  top: -4vw;
}
@media screen and (min-width: 1700px) {
  .p-course-c__button {
    top: -50px;
  }
}
.p-course-c__link span {
  color: #FFED00;
}
.p-course-c__treasure {
  bottom: inherit;
}

.p-access-body {
  position: relative;
  padding-bottom: 96px;
}

.p-access__content:first-of-type {
  margin-top: 20px;
}
.p-access__content:not(:first-of-type) {
  margin-top: 2px;
}
.p-access__body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-access__body {
    flex-direction: column;
  }
}
.p-access__text-wrapper {
  width: 270px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-access__text-wrapper {
    width: 100%;
  }
}
.p-access__text {
  color: #20296F;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
}
.p-access__text:not(:first-of-type) {
  margin-top: 10px;
}
.p-access__map {
  max-width: 700px;
  flex-grow: 1;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    border-radius: 15px;
  }
}
.p-access__map iframe {
  width: 100%;
  vertical-align: bottom;
}

.p-treasure-head__inner {
  position: relative;
  padding: 24px 20px 0;
}
.p-treasure-head__inner::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #39E3AE;
  z-index: -1;
}
.p-treasure-head__title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  .p-treasure-head__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-treasure-head__title {
    font-size: 2.25rem;
  }
}
.p-treasure-head__title::before {
  content: "";
  width: 99px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: -100px;
  background-image: url(../img2024/treasure/treasure_header_01.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-treasure-head__title::before {
    width: 70px;
    left: -50px;
  }
}
.p-treasure-head__title-bg {
  position: relative;
  z-index: 1;
}
.p-treasure-head__title-bg::before {
  content: "";
  width: 125%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EF6130;
  border-radius: 50%;
  z-index: -1;
}
.p-treasure-head__image {
  width: 636px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-treasure-head__image {
    width: 400px;
  }
}

.p-treasure-body__bg {
  position: relative;
  height: 83px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .p-treasure-body__bg {
    margin-top: -30px;
  }
}

.p-treasure-rule {
  padding-top: 8px;
  padding-bottom: 24px;
}
.p-treasure-rule__list {
  padding-bottom: 20px;
}
.p-treasure-rule__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-treasure-rule__item:not(:first-of-type) {
  margin-top: 4px;
}
.p-treasure-rule__number {
  width: 22px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-align: center;
  background-color: #FFED00;
  border: 2px solid #20296F;
  border-radius: 50%;
  padding-top: 1px;
  margin-top: 4px;
}
.p-treasure-rule__text {
  color: #20296F;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
}
.p-treasure-rule__answers {
  background-image: url(../img2024/treasure/treasure_bg.svg);
  background-size: 1100px 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__answers {
    background-size: 1674px 100%;
  }
}
.p-treasure-rule__answers-inner {
  max-width: 1040px;
  position: relative;
  padding: 80px 25px;
  margin-inline: auto;
}
.p-treasure-rule__answer-list {
  position: relative;
  max-width: 960px;
  padding-left: 40px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__answer-list {
    padding-left: 0;
  }
}
.p-treasure-rule__answer-item {
  display: grid;
  grid-template-columns: auto 1fr auto 90px;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__answer-item {
    grid-template-columns: auto 1fr;
  }
}
.p-treasure-rule__answer-item:not(:first-of-type) {
  margin-top: 30px;
}
.p-treasure-rule__answer-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #836B49;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}
.p-treasure-rule__answer-label::after {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background-image: url(../img2024/treasure/treasure_arrow.svg);
  background-size: contain;
}
.p-treasure-rule__keyword-wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__keyword-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    grid-column: span 2;
    margin-left: auto;
  }
}
.p-treasure-rule__answer-input {
  border-bottom: 3px solid #836B49;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__answer-input {
    width: 90%;
  }
}
.p-treasure-rule__keyword-text {
  color: #EF6130;
  font-size: 0.9375rem;
  font-weight: 600;
}
.p-treasure-rule__bg {
  position: absolute;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 0;
}
.p-treasure-rule__bg--01 {
  width: 63px;
  height: 11px;
  top: 58px;
  left: 30px;
  background-image: url(../img2024/treasure/treasure_01.svg);
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__bg--01 {
    left: 8px;
  }
}
.p-treasure-rule__bg--02 {
  width: 76px;
  height: 31px;
  top: 160px;
  right: 24px;
  background-image: url(../img2024/treasure/treasure_02.svg);
}
.p-treasure-rule__bg--03 {
  width: 100px;
  height: 47px;
  bottom: 52px;
  left: 30px;
  background-image: url(../img2024/treasure/treasure_03.svg);
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__bg--03 {
    left: 8px;
    bottom: 103px;
  }
}
.p-treasure-rule__bg--04 {
  width: 94px;
  height: 82px;
  bottom: 30px;
  right: 24px;
  background-image: url(../img2024/treasure/treasure_04.svg);
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__bg--04 {
    bottom: 46px;
  }
}
.p-treasure-rule__arrows {
  text-align: center;
  margin-top: 40px;
}
.p-treasure-rule__arrow {
  display: inline-block;
  width: 14px;
  transform: rotate(90deg);
}
.p-treasure-rule__arrow:not(:first-of-type) {
  margin-left: 35px;
}
.p-treasure-rule__treasure-box {
  display: grid;
  place-items: center;
  margin-top: 110px;
}
.p-treasure-rule__treasure-box .close {
  width: 257px;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__treasure-box .close {
    width: 160px;
  }
}
.p-treasure-rule__treasure-box .open {
  width: 508px;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__treasure-box .open {
    width: 320px;
  }
}
.p-treasure-rule__treasure-box .js-treasure-open {
  display: none;
}
.p-treasure-rule__treasure-box .js-treasure-close {
  display: block;
}
.p-treasure-rule__keywords {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 88px;
}
.p-treasure-rule__keyword-input {
  width: 100%;
  color: #836B49;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #836B49;
}
@media screen and (max-width: 767px) {
  .p-treasure-rule__keyword-input {
    font-size: 2.5rem;
  }
}
.p-treasure-rule__result-button {
  display: grid;
  place-items: center;
  margin-top: 64px;
}

.p-treasure-experience {
  padding-bottom: 42px;
}
.p-treasure-experience__title {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__title {
    font-size: 1.3125rem;
  }
}
.p-treasure-experience__description {
  text-align: center;
  color: #20296F;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__description {
    font-size: 1.25rem;
  }
}
.p-treasure-experience__list {
  max-width: 730px;
  margin-inline: auto;
  margin-top: 23px;
}
.p-treasure-experience__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__item {
    flex-direction: column;
  }
}
.p-treasure-experience__item:not(:first-of-type) {
  margin-top: 30px;
}
.p-treasure-experience__text-wrapper {
  display: grid;
  align-items: center;
  gap: 12px 20px;
  grid-template-columns: 84px 1fr;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__text-wrapper {
    grid-template-columns: 72px 1fr;
    gap: 8px 10px;
  }
}
.p-treasure-experience__number {
  width: 84px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #2FD9D2;
  border: 4px solid #20296F;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__number {
    width: 72px;
    font-size: 1.125rem;
  }
}
.p-treasure-experience__item-title {
  color: #20296F;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__item-title {
    font-size: 1.125rem;
  }
}
.p-treasure-experience__text {
  grid-column: span 2;
  color: #20296F;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.07em;
}
.p-treasure-experience__item-image {
  width: 220px;
  aspect-ratio: 220/155;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__item-image {
    width: 100%;
    text-align: center;
  }
}
.p-treasure-experience__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-treasure-experience__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__images {
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: 56px auto 0;
  }
}
.p-treasure-experience__image {
  aspect-ratio: 332/234;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.p-treasure-experience__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 10px;
  padding-bottom: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-treasure-experience__datelist {
  color: #20296F;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__datelist {
    font-size: 1rem;
  }
}
.p-treasure-experience__datelist-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 12px 0 18px;
}
.p-treasure-experience__datelist-inner::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  background-image: radial-gradient(#2FD9D2 30%, transparent 30%);
  background-size: 10px;
  background-repeat: repeat-x;
}
.p-treasure-experience__datelist-inner dt {
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-treasure-experience__datelist-inner dt {
    width: 90px;
  }
}
.p-treasure-experience__datelist-inner dd {
  flex-grow: 1;
}
.p-treasure-experience__datelist-inner dd .accepting {
  color: #EF6130;
}
.p-treasure-experience__map {
  height: 100%;
  min-height: 224px;
}
.p-treasure-experience__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-treasure-banner {
  padding-bottom: 113px;
}
@media screen and (max-width: 767px) {
  .p-treasure-banner {
    padding-bottom: 80px;
  }
}
.p-treasure-banner__image {
  filter: drop-shadow(0px 0px 20px rgba(0, 68, 114, 0.6));
  transform: translateZ(0);
}
.p-treasure-banner__button {
  display: grid;
  place-items: center;
  margin-top: -44px;
}
@media screen and (max-width: 767px) {
  .p-treasure-banner__button {
    margin-top: -58px;
  }
}

.p-special01-body {
  position: relative;
}

.p-special01__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-special01__body {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .p-special01__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-special01__section-title {
    font-size: 1.125rem;
  }
}
.p-special01__text {
  margin-top: 18px;
}
.p-special01__body-text {
  margin-top: 20px;
}
.p-special01__body-text a {
  text-decoration: underline;
}
.p-special01__picture {
  margin-top: 30px;
}
.p-special01__picture img {
  border-radius: 40px;
}
.p-special01__body:nth-of-type(2) {
  padding-bottom: 96px;
}
.p-special01__body-table {
  margin-top: 10px;
}
.p-special01__body-table-title {
  font-size: 1.375rem;
}
.p-special01__table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #004574;
}
.p-special01__table-head, .p-special01__table-data {
  padding: 10px;
  border: 1px solid #004574;
}
@media screen and (max-width: 767px) {
  .p-special01__table-head, .p-special01__table-data {
    display: block;
    width: 100%;
  }
}
.p-special01__table-head {
  font-size: 1.125rem;
  background-color: #eee;
}
.p-special01__dis-title {
  font-size: 1.5rem;
  margin-top: 20px;
  position: relative;
}
.p-special01__dis-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #004574;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .p-special01__dis-title {
    font-size: 1.25rem;
  }
}

.p-contact {
  padding-bottom: 100px;
  /* 入力欄の調整 */
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 40px;
  }
}
.p-contact__text {
  text-align: center;
  margin-top: 40px;
}
.p-contact__container {
  margin-top: 40px;
}
.p-contact table {
  width: 100%;
}
.p-contact tbody {
  display: grid;
}
.p-contact tr {
  padding: 22px 0;
  position: relative;
  flex-direction: row;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact tr {
    flex-direction: column;
  }
}
.p-contact tr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F5F5F5;
  bottom: 0;
}
.p-contact tr td:has(.mwform-radio-field) {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact tr td:has(.mwform-radio-field) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact tr td:has(.mwform-radio-field) > span {
    display: block;
    margin-top: 0;
  }
  .p-contact tr td:has(.mwform-radio-field) > span:not(:first-of-type) {
    margin-left: 0;
  }
}
.p-contact th,
.p-contact td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-contact th,
  .p-contact td {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-contact th {
  width: 22%;
  min-width: 212px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-contact th {
    justify-content: flex-start;
    gap: 10px;
  }
}
.p-contact td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-contact td {
    width: 100%;
  }
}
.p-contact td p {
  color: #FC7F9E;
  font-size: 0.625rem;
  line-height: 1.8;
  margin-top: 5px;
}
.p-contact .required {
  background-color: #FC7F9E;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  display: inline-block;
}
.p-contact .contact_form input[type=text],
.p-contact .contact_form input[type=email],
.p-contact .contact_form textarea {
  width: calc(100% - 20px);
  /* パディング分を引いた幅に調整 */
  padding: 8px;
  border-radius: 6px;
  border: 2px solid #C8C8C8;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form input[type=text],
  .p-contact .contact_form input[type=email],
  .p-contact .contact_form textarea {
    width: 100%;
  }
}
.p-contact .contact_form textarea {
  min-height: 240px;
}
.p-contact .contact_form button[type=submit] {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
}
.p-contact .contact_form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 2px solid #C8C8C8;
  width: 26px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.p-contact .contact_form input[type=checkbox]:checked:before {
  position: absolute;
  top: -3px;
  left: 10px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 4px solid #20296F;
  border-bottom: 4px solid #20296F;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-contact .contact_form input[type=checkbox]:checked:before {
    top: -7px;
    left: 5px;
  }
}
.p-contact input::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  color: #C8C8C8;
}
.p-contact input::placeholder,
.p-contact textarea::placeholder {
  color: #C8C8C8;
}
.p-contact .text01 {
  text-align: center;
  margin-top: 47px;
}
.p-contact .mwform-checkbox-field-text {
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  .p-contact .mwform-checkbox-field-text {
    font-size: 0.75rem;
  }
}
.p-contact .submit {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-contact__btn {
  padding: 30px 60px;
}
.p-contact__btn::after {
  width: 22px !important;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */