@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --colorBlack: #222;
  --colorBg: #ecf6dd;
  --colorCurrent: #c7c7c7;
  --colorKey: #7dbe00;
  --colorKeyLight: #9dce40;
  --colorTextLine: #e1f0c8;
  --colorPcBorder: #f2f8e5;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Jost", sans-serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0590909091vw, 3.75%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}
body.is-overflow {
  overflow: hidden;
}

[data-scroll=true] {
  overflow-x: hidden;
}

[data-fade=true] {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(-100rem);
          transform: translateY(-100rem);
}
[data-fade=true].is-fade-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-slide=left-diagonal] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-100%) translateY(40%);
          transform: translateX(-100%) translateY(40%);
}
.is-scroll-show [data-slide=left-diagonal] {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

[data-slide=right-diagonal] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%) translateY(-40%);
          transform: translateX(100%) translateY(-40%);
}
.is-scroll-show [data-slide=right-diagonal] {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

*[data-slide=left] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-scroll-show *[data-slide=left] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

*[data-slide=right] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is-scroll-show *[data-slide=right] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-accordion=true] > *:nth-child(2) {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transition-property: opacity, padding-top, padding-bottom;
  transition-property: opacity, padding-top, padding-bottom;
}
[data-accordion=true].is-accordion-open > *:nth-child(2) {
  padding-top: 30rem;
  padding-bottom: 30rem;
  height: auto;
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 !important;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.07);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33.3333333333rem;
  padding: 50rem;
  padding-left: calc(50% - 768.3333333333rem);
}

.header__logo--benesse {
  width: 225rem !important;
}

.header__logo--challenge {
  width: 373.3333333333rem !important;
  background-color: #fff !important;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 1566.6666666667rem;
}

.pc-content {
  position: fixed;
  top: 150rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 895rem;
  width: 666.6666666667rem;
  height: calc(100% - 300rem);
}
.pc-content .hero__logo {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.pc-content .hero__logo-image {
  opacity: 1;
}
.pc-content .hero__text {
  margin-top: 0.75em;
  color: #3a3a3a;
  font-weight: 500;
}
.pc-content .cv {
  padding-right: 66.6666666667rem;
  padding-left: 66.6666666667rem;
  border-radius: 60rem;
}
.pc-content .cv__title {
  display: none;
}
.pc-content .cv__text {
  width: 100%;
}
.pc-content .cv__accordion {
  font-size: 20rem;
}

.pc-bg__balloon {
  margin-right: auto;
  width: 415rem;
}

.pc-bg__copy {
  margin-top: -16.6666666667rem;
  width: 578.3333333333rem;
}

.pc-bg__date {
  margin-top: 8.3333333333rem;
  width: 456.6666666667rem;
}

.pc-content .cv {
  margin-top: 33.3333333333rem;
}

.pc-content .cv__button-text {
  width: 428.3333333333rem;
}

.main__inner {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 770rem;
  background-color: var(--colorBg);
}

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180rem;
  background-image: url("../image/bg_title.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
  font-size: 64rem;
}
.is-nowebp .section__title {
  background-image: url("../image/bg_title.png");
}
.section__title em {
  font-style: normal;
  font-size: 84rem;
}

.section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 670rem;
  height: 88rem;
  background-image: url("../image/bg_subtitle.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 40rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.is-nowebp .section__subtitle {
  background-image: url("../image/bg_subtitle.png");
}

.attention {
  font-size: 24rem;
  line-height: var(--lineHeight);
  margin: 1em auto 0;
  width: 670rem;
}

.footer {
  background-color: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  padding: 20rem 0 160rem;
}

.footer__logo {
  width: 232rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22rem;
  line-height: 1.3;
}

.footer__item {
  padding: 0 1em;
}
.footer__item + .footer__item {
  border-left: 1px solid;
}

.footer__copyright {
  color: #666;
  font-size: 22rem;
}

.cv {
  position: relative;
  padding: 60rem 40rem 60rem;
  border-radius: 60rem 60rem 0 0;
  background-color: #fff24d;
}
.hero .cv {
  margin-top: 110rem;
}
.summary .cv {
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.cv__title {
  position: absolute;
  top: -10rem;
  left: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 30rem;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}

.cv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cv__text {
  width: 650rem;
}

.cv__button, .cv-float__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20rem;
  width: 100%;
  height: 140rem;
  border-radius: 100rem;
  background-color: #f4504d;
  -webkit-box-shadow: 0 10rem 0 #b52c2c;
          box-shadow: 0 10rem 0 #b52c2c;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.cv__button::after, .cv-float__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32rem;
  display: block;
  width: 28rem;
  height: 28rem;
  border: 7rem solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.cv__button:hover, .cv-float__button:hover {
  -webkit-box-shadow: 0 0 0 #b52c2c;
          box-shadow: 0 0 0 #b52c2c;
  opacity: 1;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}

.cv__button-text, .cv-float__button-text {
  width: 482rem;
}

.cv__link {
  position: relative;
  display: inline-block;
  margin-top: 34rem;
  color: #333;
  text-align: center;
  text-decoration: underline;
  font-size: 24rem;
}
.cv__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 1px;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) translateX(150%) rotate(-45deg);
          transform: translateY(-50%) translateX(150%) rotate(-45deg);
}

.cv-float {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 710rem;
  height: 140rem;
  border-radius: 60rem 60rem 0 0;
  background: linear-gradient(80deg, #69cb00 0%, #aad559 99.9092%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-cv-hide .cv-float {
  opacity: 0;
  pointer-events: none;
}

.cv-float__button {
  margin-top: 0;
  width: 670rem;
  height: 90rem;
}
.cv-float__button::after {
  margin-top: 1px;
  width: 16rem;
  height: 16rem;
  border: 5rem solid #fff;
  border-top: 0;
  border-left: 0;
}

.cv-float__button-text {
  width: 501rem;
}

.cv__accordion {
  overflow: hidden;
  margin-top: 20rem;
  height: 0;
  font-size: 24rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is-open .cv__accordion {
  padding-top: 20rem;
  height: auto;
  opacity: 1;
}
.cv__accordion li {
  padding-left: 1em;
  text-indent: -1em;
}

.cv__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30rem;
}

.cv__button-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280rem;
  height: 90rem;
  border: 2px solid var(--colorKey);
  border-bottom-width: 10rem;
  border-radius: 100rem;
  background-color: #fff;
  color: var(--colorKey);
  font-weight: 700;
  font-size: 32rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cv__button-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.is-open .cv__button-more::after {
  -webkit-transform: translateY(-40%) rotate(225deg);
          transform: translateY(-40%) rotate(225deg);
}

.hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding-top: 700rem;
  width: 100%;
  background-image: url("../image/bg_hero.webp");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.is-nowebp .hero {
  background-image: url("../image/bg_hero.png");
}

.hero__title {
  position: absolute;
  top: 276rem;
  z-index: 2;
}

.hero__title-copy-top {
  margin-left: -22rem;
  width: 622rem;
}

.hero__title-copy-bottom {
  margin-top: -106rem;
  margin-left: 146rem;
  width: 622rem;
}

.hero__logo {
  position: absolute;
  top: 58rem;
  left: 50%;
  width: 482rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__logo-copy-top {
  margin-bottom: 10rem;
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.hero__logo-image {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.is-loaded .hero__logo-image {
  opacity: 1;
}

.hero__deco img {
  position: absolute;
  z-index: 3;
}

.hero__deco-image-balloon {
  top: 0rem;
  left: 0rem;
  width: 432rem;
}
.hero__deco-image-display {
  top: 20rem;
  left: 366rem;
  z-index: 1 !important;
  width: 445rem;
}
.hero__deco-image-logo {
  top: 162rem;
  left: 44rem;
  z-index: 1 !important;
  width: 242rem;
}

.hero__chara {
  position: absolute;
  top: 586rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  width: 657rem;
  -webkit-transform: translateX(-50%) rotate(-8deg);
          transform: translateX(-50%) rotate(-8deg);
}
.hero__chara img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10rem;
}

.hero__point {
  position: absolute;
  top: 530rem;
  right: 40rem;
  z-index: 4;
  width: 150rem;
}

.hero__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 34rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.hero__attention {
  margin-top: 30rem;
  margin-right: auto;
  margin-left: auto;
  width: 670rem;
  color: #666;
  text-align: left;
  font-size: 22rem;
  line-height: 1.27272727;
}

.hero__curtain {
  position: absolute;
  top: -379rem;
  left: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  max-width: none;
  width: calc(100% + 1px);
  height: calc(100% + 379rem);
  clip-path: polygon(0 379rem, 100% 0, 100% 100%, 0 100%);
}
.hero__curtain::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(122.3106deg, #da4e9f, #843ae4);
}

.hero__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
}
.hero__button-area:not(:has(+ .cv)) {
  margin-bottom: 40rem;
}

.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600rem;
  height: 100rem;
  border-bottom: 10rem solid #a1a1a1;
  border-radius: 100rem;
  background-color: #e7e7e7;
  color: #717171;
  font-weight: 700;
  font-size: 40rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.hero__button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  z-index: 1;
  display: inline-block;
  width: 26rem;
  height: 26rem;
  border: solid #717171;
  border-width: 0 6rem 6rem 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.hero__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--colorTextLine);
}
.hero__nav li {
  width: 33.3333333333%;
  height: 140rem;
}
.hero__nav li:nth-child(even) a {
  background-color: var(--colorKey);
}
.hero__nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.75em;
  width: 100%;
  height: 100%;
  background-color: var(--colorKeyLight);
  color: #fff;
  font-weight: 700;
  font-size: 28rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hero__nav a::after {
  content: "";
  position: absolute;
  top: calc(50% + 25rem);
  left: 50%;
  display: block;
  width: 25rem;
  height: 15rem;
  background-image: url("../image/arrow_down-nav.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.feature {
  padding: 80rem 0;
}

.feature__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 70rem 0;
  width: 670rem;
  border-radius: 30rem;
  background-color: #fff;
}

.feature__title {
  margin-bottom: 50rem;
  color: var(--colorKey);
  text-align: center;
  font-weight: 700;
  font-size: 50rem;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.feature__title span {
  display: block;
  font-size: 40rem;
}
.feature__title em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, var(--colorTextLine)));
  background: linear-gradient(transparent 70%, var(--colorTextLine) 30%);
  font-style: normal;
  font-size: 60rem;
}

.feature__text {
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
  width: 590rem;
  font-weight: 500;
  font-size: 30rem;
  line-height: 1.8;
}
.feature__text em {
  color: #eb5028;
  font-weight: 700;
  font-style: normal;
}

.feature__caution {
  margin-top: 20rem;
  margin-right: auto;
  margin-left: auto;
  width: 590rem;
  font-size: 12rem;
  line-height: 1.5;
}

.point {
  padding-bottom: 120rem;
}

.point__section {
  position: relative;
}
.point__section:nth-of-type(1) {
  z-index: 5;
}
.point__section:nth-of-type(2) {
  z-index: 4;
}
.point__section:nth-of-type(3) {
  z-index: 3;
}
.point__section:nth-of-type(4) {
  z-index: 2;
}
.point__section:nth-of-type(5) {
  z-index: 1;
}

.point__title {
  width: 100%;
}
.point__title img {
  margin-top: 30rem;
  max-width: none;
}

.point__image {
  display: block;
  margin: 50rem auto;
  width: 553rem;
}

.point__text {
  margin: 0 auto;
  width: 670rem;
  font-size: 30rem;
  line-height: 1.8;
}

.practical__inner {
  position: relative;
  padding-top: 95rem;
  background-color: #ebebeb;
}
.practical__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 150rem;
  background-color: #fff;
}

.practical__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50rem;
}
.practical__container + .practical__container {
  padding-top: 120rem;
}

.practical__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.practical__box + .practical__box {
  margin-top: 150rem;
}
.practical__box + .practical__box::after {
  content: "";
  position: absolute;
  top: -45rem;
  left: 50%;
  display: block;
  width: 227rem;
  height: 63.5rem;
  background-image: url("../image/arrow_practical-down.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}

.practical__title {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 500;
  font-size: 36rem;
}

.practical__image {
  width: 540rem;
}

.practical__text {
  margin-top: 1em;
  width: 590rem;
  font-size: 30rem;
  line-height: 1.8;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 110rem;
  padding-bottom: 180rem;
  background-color: #fff;
}

.price__title {
  margin-bottom: 0.5em;
  color: var(--colorKey);
  font-weight: 500;
  font-size: 74rem;
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__container + .price__container {
  padding-top: 60rem;
}

.price__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20rem;
  width: 350rem;
  height: 70rem;
  background-image: url("../image/bg_title-price.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  color: #fff;
  font-size: 34rem;
}

.price__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--colorKey);
  font-weight: 500;
  line-height: 1.5;
}
.price__text span {
  font-size: 40rem;
}
.price__text strong {
  margin-right: 5rem;
  margin-left: 10rem;
  font-weight: 600;
  font-size: 80rem;
  font-family: var(--fontEnglish);
}
.price__text em {
  font-style: normal;
  font-size: 48rem;
}
.price__text i {
  font-style: normal;
  font-size: 30rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.price__caution {
  font-size: 30rem;
}

.price__desc {
  margin-top: 90rem;
  padding: 70rem 45rem;
  width: 670rem;
  border: 2rem solid var(--colorKey);
  border-radius: 22rem;
  font-size: 24rem;
}
.price__desc li {
  padding-left: 1em;
  text-indent: -1em;
}
.price__desc h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 30rem;
}

.course {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120rem;
  padding-bottom: 160rem;
  background-color: #3c8cfa;
  color: #fff;
}
.course::before {
  content: "";
  position: absolute;
  top: -55rem;
  left: -15rem;
  display: block;
  max-width: none;
  width: 798rem;
  height: 239rem;
  background-image: url("../image/bg_course-top.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.course::after {
  content: "";
  position: absolute;
  bottom: -80rem;
  left: 50%;
  z-index: 0;
  display: block;
  max-width: none;
  width: 900rem;
  height: 526rem;
  background-image: url("../image/bg_course-bottom.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.course__title {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 74rem;
}

.course__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course__container + .course__container {
  padding-top: 100rem;
}

.course__subtitle {
  margin-bottom: 0.75em;
  font-size: 36rem;
}

.course__image {
  width: 670rem;
}

.course__text {
  margin-top: 1em;
  width: 670rem;
  font-size: 30rem;
  line-height: 1.8;
}

.faq {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120rem 0;
  background-color: #f2f2f2;
  font-size: 30rem;
}

.faq__title {
  margin-bottom: 0.5em;
  color: var(--colorKey);
  text-align: center;
  font-weight: 500;
  font-size: 74rem;
}

.faq__container {
  margin-right: auto;
  margin-left: auto;
  width: 670rem;
}
.faq__container + .faq__container {
  padding-top: 48rem;
}

.faq__subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30rem 100rem;
  padding-right: 80rem;
  min-height: 112rem;
  width: 100%;
  background: linear-gradient(50deg, var(--colorKey) 0%, var(--colorKey) 54.7933%, rgba(165, 209, 76, 0.85) 100%);
  clip-path: polygon(0 20rem, 20rem 0, 100% 0, 100% calc(100% - 20rem), calc(100% - 20rem) 100%, 0 100%);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq__subtitle::before {
  content: "";
  position: absolute;
  top: 26rem;
  left: 30rem;
  display: block;
  margin-right: 10rem;
  min-width: 60rem;
  min-height: 60rem;
  max-width: 60rem;
  max-height: 60rem;
  background-image: url("../image/icon_faq-q.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.is-nowebp .faq__subtitle::before {
  background-image: url("../image/icon_faq-q.png");
}
.faq__subtitle::after {
  content: "";
  position: absolute;
  top: 40rem;
  right: 30rem;
  display: block;
  margin-left: 32rem;
  min-width: 29rem;
  min-height: 29rem;
  max-width: 29rem;
  max-height: 29rem;
  background-image: url("../image/icon_plus.webp");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.is-nowebp .faq__subtitle::after {
  background-image: url("../image/icon_plus.png");
}
.is-open .is-nowebp .faq__subtitle::after {
  background-image: url("../image/icon_minus.png");
}
.is-open .faq__subtitle::after {
  background-image: url("../image/icon_minus.webp");
}

.faq__text {
  overflow: hidden;
  padding: 0 30rem;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is-open .faq__text {
  padding-top: 30rem;
  padding-bottom: 50rem;
  height: auto;
  opacity: 1;
}

.micromodal-slide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  visibility: hidden;
  --modalColor: #333;
  --modalBg: #333;
  --modalTable: #eee;
}
.micromodal-slide.is-open {
  z-index: 20;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modal-campaign {
  --modalColor: #eda900;
  --modalBg: #fff24d;
}

.modal-curriculum {
  --modalColor: #843ae4;
  --modalBg: #843ae4;
  --modalTable: #ffefcf;
}
.modal-curriculum .modal__title {
  color: var(--modalColor);
}

.modal-pad {
  --modalColor: #4ab1e5;
  --modalBg: #7cc1dd;
}

.modal-line,
.modal-back {
  --modalColor: #2daa0e;
  --modalBg: #c9c9c9;
}

#modal-cv {
  --modalColor: #004fa8;
  --modalBg: #b7b7b7;
}
#modal-cv .modal__title {
  color: var(--modalColor);
}

.modal__inner {
  position: relative;
  padding-top: 120rem;
  width: 100%;
  height: 100%;
}

.modal__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 24rem 32rem 0rem;
  max-height: calc(100% - 60rem);
  height: 95dvh;
  width: 670rem;
  border: 2px solid var(--modalColor);
  border-radius: 30rem;
  background-color: #fff;
}

.modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.modal__close {
  position: absolute;
  top: 27rem;
  right: 66rem;
  z-index: 3;
  width: 42rem;
  height: 42rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.modal__title {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: 32rem;
}

.modal__list {
  font-size: 24rem;
  line-height: 1.5;
}

.modal__item {
  padding-left: 1em;
  text-indent: -1em;
}
.modal__item + .modal__item {
  margin-top: 0.25em;
}

.modal__table {
  font-size: 24rem;
  line-height: 1.41666667;
}
.modal__table tr:nth-child(odd) {
  background-color: var(--modalTable);
}
.modal__table th,
.modal__table td {
  padding: 0.75em 0.4em;
  border: 1px solid #bbb;
}
.modal__table th {
  border-left: 0;
  color: var(--modalColor);
  white-space: nowrap;
}
.modal__table td:nth-child(2) {
  width: 246rem;
  font-weight: 700;
}
.modal__table td:nth-child(3) {
  padding-right: 0;
  width: 283rem;
  border-right: 0;
}
.modal__table td li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40rem;
  padding-top: 3rem;
  width: 240rem;
  height: 100rem;
  border: 2px solid;
  border-radius: 50rem;
  -webkit-box-shadow: 0 6rem 0 var(--modalColor);
          box-shadow: 0 6rem 0 var(--modalColor);
  color: var(--modalColor);
  font-weight: 700;
  font-size: 32rem;
}
.modal__button span {
  margin-right: 0.15em;
  font-weight: 400;
  font-size: 1.75em;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--modalBg);
  opacity: 0.9;
}

.modal__logo {
  margin-bottom: 30rem;
  width: 480rem;
}

.modal__line-text {
  width: 412rem;
}

.modal__line-button {
  margin-top: 60rem;
  width: 540rem;
}

.modal__line-button-image {
  width: 100%;
}

.modal__line-back {
  margin-top: 40rem;
  width: 540rem;
}

.modal__line-back-image {
  width: 100%;
}

.modal__copy {
  font-size: 18rem;
  line-height: 1.5;
  text-align: left;
  margin-right: auto;
  margin-bottom: 30rem;
}

.modal__scroll {
  overflow-y: scroll;
  width: 100%;
  height: 90vh;
}

.modal-trigger {
  display: block;
  width: 540rem;
  height: 130rem;
  margin: 50rem auto 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.modal-trigger img {
  width: 100%;
  height: 100%;
}

.modalid .modal__wrap {
  padding-top: 120rem;
}
.modalid .modal__content {
  padding-top: 90rem;
  border: 0;
}
.modalid .modal__close {
  top: 40rem;
  width: 36rem;
}
.modalid .modal__title {
  text-align: center;
  line-height: 1.5;
}
.modalid .modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20rem;
}
.modalid .modal__btn-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 10rem);
  height: 96rem;
  border-radius: 8rem;
  background-color: #004ea2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 28rem;
}
.modalid .modal__btn-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18rem;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 4rem solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.modalid .modal__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.modalid .modal-cost-link-area {
  margin: 40rem auto auto;
  text-align: center;
}
.modalid .modal-cost-link {
  color: #0066c0;
  font-size: 28rem;
}
.modalid .modal-cost-txt-area {
  margin-top: 30rem;
  width: 100%;
  text-align: left;
  font-size: 24rem;
  line-height: 1.5;
}
.modalid .modal__text {
  overflow-y: scroll;
  font-size: 30rem;
  line-height: 1.796875;
}

.modal__close-icon {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.info {
  position: relative;
  margin-top: -60rem;
  margin-bottom: 40rem;
  padding-top: 150rem;
  min-height: 1132rem;
}
.info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1132rem;
  background-image: url(../image/bg_info.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.is-webp .info::before {
  background-image: url(../image/bg_info.webp);
}

.info__inner {
  position: relative;
  z-index: 1;
}

.info__copy {
  position: relative;
  z-index: 1;
  margin-bottom: 40rem;
  padding: 0;
  color: #339e19;
  text-align: center;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.8125;
}
.info__copy > * {
  position: relative;
  z-index: 1;
}

.info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info__title-image {
  width: 588rem;
}

.info__text-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, #fff24d));
  background: linear-gradient(transparent 50%, #fff24d 70%);
  font-size: 40rem;
}

.info__deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30rem 0 30rem;
}

.info__deco-display {
  position: relative;
  z-index: 3;
  width: 464rem;
}

.info__deco-item {
  position: absolute;
  width: 118rem;
}

.info__deco-lucario {
  top: 0rem;
  right: 34rem;
  z-index: 2;
}

.info__deco-pikachu {
  right: 47rem;
  bottom: -20rem;
  z-index: 4;
}

.info__deco-charizard {
  bottom: -20rem;
  left: 42rem;
  z-index: 2;
}

.info__deco-sylveon {
  top: 0rem;
  left: 42rem;
  z-index: 2;
}

.info__catchphrase-container {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin-top: -90rem;
  margin-bottom: 40rem;
  width: 100%;
  height: 243rem;
}

.info__catchphrase-01,
.info__catchphrase-02 {
  position: absolute;
}

.info__catchphrase-01 {
  top: 0;
  left: 0;
  width: 476rem;
}

.info__catchphrase-02 {
  right: 0;
  bottom: 0;
  width: 688rem;
}

.info__lead {
  margin-bottom: 16rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.5;
}

.info__text {
  display: inline;
  padding: 0.05em 0.3em 0.1em;
  background-color: #000;
  box-decoration-break: clone;
  color: #fff;
  text-align: center;
  font-size: 32rem;
  line-height: 1.95;
  -webkit-box-decoration-break: clone;
}
.info__text span {
  color: #fff24d;
}

.reason__desc {
  position: relative;
  margin-right: auto;
  margin-bottom: 134rem;
  margin-left: auto;
  padding: 60rem 40rem;
  width: 670rem;
  border-radius: 60rem;
  background-color: #fff;
}

.reason__desc-title {
  margin-bottom: 40rem;
}

.reason__desc-text {
  margin-bottom: 44rem;
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.8;
}

.reason__desc-text-point {
  color: #f26608;
}

.reason__desc-illustration {
  margin-bottom: 47rem;
}

.reason__desc-copy {
  position: relative;
  z-index: 1;
}

.reason__desc-arrow {
  margin-right: auto;
  margin-left: auto;
  width: 355.2456rem;
}
.reason__desc-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(70rem);
          transform: translateX(-50%) translateY(70rem);
}

.reason__feature-section {
  position: relative;
  z-index: 5;
}
.reason__feature-section:nth-child(1) {
  padding-bottom: 160rem;
}
.reason__feature-section:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 750rem;
  height: 520rem;
  background-image: url(../image/bg_reason-section-odd.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(2) {
  z-index: 6;
  margin-top: -400rem;
  padding-top: 340rem;
  padding-bottom: 230rem;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 399rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dce0fc;
}
.reason__feature-section:nth-child(2) .reason__feature-subtitle-image {
  margin-top: -60rem;
}
.reason__feature-section:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 750rem;
  height: 520rem;
  background-image: url(../image/bg_reason-section-even.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(3) {
  z-index: 6;
  margin-top: -515rem;
  padding-top: 270rem;
  padding-bottom: 220rem;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 515rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3ebfc;
}
.reason__feature-section:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 750rem;
  height: 592rem;
  background-image: url(../image/bg_reason-section-odd.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(4) {
  z-index: 6;
  overflow: visible;
  margin-top: -60rem;
  padding-top: 0rem;
  padding-bottom: 100rem;
  background-color: #dce0fc;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 300rem;
  background-color: #dce0fc;
  clip-path: polygon(0 300rem, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.reason__feature-section:nth-child(4) .reason__feature-subtitle-image {
  margin-top: -210rem;
}
.reason__feature-section:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 750rem;
  height: 366rem;
  background-image: url(../image/bg_reason-section-last.png);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.reason__feature-section:nth-child(5) {
  z-index: 1;
  background-color: #f3ebfc;
}

.reason__feature-title-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50rem;
}

.reason__feature-title-image-01 {
  width: 670rem;
}

.reason__feature-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60rem;
}

.reason__feature-subtitle-image {
  width: 670rem;
}

.reason__feature-slide {
  margin-right: auto;
  margin-bottom: 41rem;
  margin-left: auto;
  width: 670rem;
}

.reason__feature-01-illustration {
  margin-right: auto;
  margin-left: auto;
  height: 670rem;
}

.reason__feature-inner {
  margin: -60rem 40rem 126rem 40rem;
  padding: 15rem 0;
  font-size: 30rem;
  line-height: 1.8;
}

.reason__feature-text {
  margin-bottom: 45rem;
}
picture + .reason__feature-text, img + .reason__feature-text {
  margin-top: 60rem;
}

.reason__feature-text:last-child {
  margin-top: 30rem;
  margin-bottom: 0;
}

.reason__lesson-title {
  margin-bottom: 30rem;
  color: #3a54f0;
  text-align: center;
  font-weight: 700;
  font-size: 36rem;
  line-height: 1.38888889;
}

.reason__lesson-subtitle {
  margin-right: auto;
  margin-left: auto;
  width: 670rem;
}

.reason__lesson-image {
  margin-bottom: 20rem;
  margin-left: 76rem;
}

.reason__lesson-info {
  margin-top: -67rem;
  width: 615rem;
}

.reason__lesson-tactics {
  margin-top: -40rem;
  width: 590rem;
}

.reason__lesson-battle {
  margin-top: -55rem;
  width: 600rem;
}

.reason__lesson-review {
  margin-top: -82rem;
  width: 603rem;
}

.reason__lesson-text {
  position: relative;
  margin-bottom: 50rem;
  padding: 0 38rem;
  padding-bottom: 100rem;
  font-size: 30rem;
  line-height: 1.8;
}
.reason__lesson-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 160rem;
  height: 60rem;
  background-image: url(../image/arrow_reason.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason__feature-content:last-child .reason__lesson-text::after {
  content: none;
}

.reason__curriculum-text {
  margin-bottom: 59rem;
  padding: 0 38rem;
  font-size: 30rem;
  line-height: 1.8;
}

.reason__curriculum-inner {
  margin-bottom: 60rem;
}

.reason__curriculum-image {
  display: block;
  margin-right: auto;
  margin-bottom: 50rem;
  margin-left: auto;
  width: 670rem;
}

.reason__curriculum-image-01 {
  width: 710rem;
}

.reason__curriculum-image-02 {
  margin-top: -40rem;
  margin-left: 40rem;
  width: 710rem;
}

.reason__curriculum-title {
  margin-right: auto;
  margin-bottom: 20rem;
  margin-left: auto;
  width: 556rem;
  color: #843ae4;
  text-align: center;
  font-weight: 700;
  font-size: 36rem;
  line-height: 1.38888889;
}

.reason__curriculum-animation {
  margin-right: auto;
  margin-bottom: 60rem;
  margin-left: auto;
  width: 670rem;
}

.reason__curriculum-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 140rem;
  opacity: 1 !important;
}

.reason__button-text {
  position: relative;
  display: inline-block;
  padding: 14rem 157rem;
  border: solid 1px #843ae4;
  border-radius: 100rem;
  background-color: #fff;
  -webkit-box-shadow: 0 7rem 0 #843ae4;
          box-shadow: 0 7rem 0 #843ae4;
  color: #843ae4;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.875;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.reason__button-text:hover {
  -webkit-box-shadow: 0 0 0 #2daa0e;
          box-shadow: 0 0 0 #2daa0e;
  opacity: 1;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
}
.reason__button-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40rem;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.reason__online-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30rem;
}
.reason__online-inner img {
  width: 670rem;
}

.reason__online-text {
  padding: 0 38rem;
  font-size: 30rem;
  line-height: 1.8;
}

.reason__feature-title-02 {
  margin-bottom: 45rem;
}

.reason__movie-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 42rem;
  text-align: center;
  font-weight: 700;
  font-size: 36rem;
  line-height: 1.38888889;
}
.reason__movie-title img {
  width: 664rem;
}

.reason__movie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 200rem;
}
.reason__movie-inner .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 670rem;
  aspect-ratio: 16/9;
}
.reason__movie-inner .video iframe {
  width: 100%;
  height: 100%;
}

.summary {
  position: relative;
  z-index: 2;
}

.summary__voice,
.summary__lesson,
.summary__preparation,
.summary__faq {
  margin-top: -100rem;
}

.summary__lesson {
  margin-top: 60rem;
}

.summary__voice-title,
.summary__lesson-title,
.summary__preparation-title,
.summary__faq-title {
  padding: 20rem 40rem;
  min-width: 570rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 50rem 0 0;
  background-color: #4ab1e5;
  color: #fff;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.5;
}

.summary__voice-inner,
.summary__lesson-inner,
.summary__preparation-inner,
.summary__faq-inner {
  padding: 0 40rem;
  padding-top: 60rem;
  padding-bottom: 200rem;
  border-top: solid 2px #4ab1e5;
  background-color: #def0f9;
}

.summary__voice-inner {
  padding-bottom: 10rem;
}

.summary__lesson-inner {
  padding-bottom: 100rem;
}

.summary__voice-box {
  position: relative;
  margin-bottom: 41rem;
  padding: 50rem 50rem;
  width: 590rem;
  border-radius: 20rem;
  background-color: #fff;
}
.summary__voice-box:nth-child(odd) {
  margin-left: auto;
}
.summary__voice-box::before {
  content: "";
  position: absolute;
  top: 28rem;
  left: -90rem;
  display: block;
  width: 124rem;
  height: 120rem;
  background-image: url(../image/icon_summary-voice.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.summary__voice-box:nth-child(even)::before {
  right: -90rem;
  left: auto;
  background-image: url(../image/icon_summary-voice-re.svg);
}

.summary__voice-text {
  margin-bottom: 4rem;
  font-size: 30rem;
  line-height: 1.8;
}

.summary_voice-name {
  color: #4ab1e5;
  font-size: 28rem;
  line-height: 1.92857143;
}

.summary__lesson-price {
  margin-top: 30rem;
  margin-bottom: 20rem;
  text-align: center;
  font-weight: 700;
  font-size: 44rem;
  line-height: 1.36363636;
}
.summary__lesson-price i {
  font-style: normal;
  font-size: 64rem;
  font-family: var(--fontEnglish);
}
.summary__lesson-price span {
  font-size: 30rem;
}

.summary__lesson-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-bottom: 40rem;
  margin-left: auto;
  width: 670rem;
}

.summary__lesson-desc-image {
  width: 214rem;
}

.summary__lesson-table {
  margin-right: auto;
  margin-bottom: 20rem;
  margin-left: auto;
  width: 670rem;
  font-size: 32rem;
  line-height: 1.5;
}
.summary__lesson-table table {
  width: 100%;
}
.summary__lesson-table tr {
  border-top: solid 1px #b2b2b2;
}
.summary__lesson-table tr:last-child {
  border-bottom: solid 1px #b2b2b2;
}
.summary__lesson-table th,
.summary__lesson-table td {
  padding: 22rem 40rem;
}
.summary__lesson-table th {
  width: 50%;
  background-color: #f9f6cf;
  font-weight: 700;
}
.summary__lesson-table td {
  width: 50%;
  background-color: #fff;
  color: #005aa0;
}

.summary__lesson-text {
  margin-right: auto;
  margin-bottom: 60rem;
  margin-left: auto;
  padding-left: 1em;
  width: 670rem;
  text-indent: -1em;
  font-size: 24rem;
  line-height: 1.5;
}

.summary__preparation-text {
  margin-right: auto;
  margin-bottom: 50rem;
  margin-left: auto;
  width: 670rem;
  font-size: 30rem;
  line-height: 1.8;
}

.summary__preparation-disc {
  margin-right: auto;
  margin-left: auto;
  padding: 70rem 40rem 30rem 40rem;
  width: 670rem;
  border-radius: 20rem;
  background-color: #fff;
}

.summary__preparation-image {
  width: 590rem;
}

.summary__faq-inner {
  padding-bottom: 100rem;
}
.summary__faq-inner dl {
  margin-right: auto;
  margin-left: auto;
  width: 670rem;
}
.summary__faq-inner dl + dl {
  margin-top: 60rem;
}
.summary__faq-inner dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 20rem 24rem;
  border: solid 6rem #b7e8f7;
  border-radius: 20rem;
  background-color: #fff;
  color: #005aa0;
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.summary__faq-inner dt::before {
  content: "";
  display: block;
  min-width: 60rem;
  min-height: 60rem;
  max-width: 60rem;
  max-height: 60rem;
  background-image: url(../image/icon_faq-q.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.summary__faq-inner dt::after {
  content: "";
  display: block;
  margin-left: auto;
  min-width: 28rem;
  min-height: 28rem;
  max-width: 28rem;
  max-height: 28rem;
  background-image: url(../image/icon_plus.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.summary__faq-inner .is-accordion-open dt::after {
  background-image: url(../image/icon_minus.svg);
}
.summary__faq-inner dd {
  padding: 30rem 30rem;
  border-radius: 20rem;
  background-color: #fff;
  font-size: 30rem;
  line-height: 1.8;
}
.summary__faq-inner dd a {
  color: #005aa0;
  text-decoration: underline;
}

.summary__banner {
  margin-top: 100rem;
}
.summary__banner-link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.inquiry {
  background-color: #245a9b;
}

.inquiry__container {
  padding: 70rem 48rem;
  color: #fff;
}

.inquiry__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  margin-bottom: 30rem;
  text-align: center;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.6875;
}
.inquiry__title::before, .inquiry__title::after {
  content: "";
  display: block;
  width: 20rem;
  height: 48rem;
  background-image: url("../image/deco_inquiry-title.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.inquiry__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.inquiry__inner {
  margin-bottom: 20rem;
  padding: 40rem 32rem 30rem 32rem;
  border-radius: 12rem;
  background-color: #002f86;
}

.inquiry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inquiry__text {
  padding: 8rem 22rem;
  border: solid 1px;
  border-radius: 6rem;
  font-weight: 700;
  font-size: 22rem;
  line-height: 1.36363636;
}

.inquiry__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 60rem;
  font-family: var(--fontEnglish);
  line-height: 1;
}

.inquiry__subtext {
  margin-top: 0.75em;
  text-align: center;
  font-size: 24rem;
  line-height: 1.4;
}

.inquiry__attention-text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 24rem;
  line-height: 1.4;
}

.sns {
  position: relative;
  z-index: 1;
  padding: 80rem 48rem 100rem;
  background-color: #fff;
}

.sns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 32rem;
}

.sns__logo {
  width: 400rem;
}

.sns__text {
  margin-top: 40rem;
  margin-bottom: 20rem;
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25rem;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 670rem;
  text-align: center;
}

.reason__feature-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.reason__lesson-slide {
  --swiper-pagination-bullet-inactive-color: #bbb;
  --swiper-pagination-bullet-horizontal-gap: 15rem;
  --swiper-pagination-color: #46a532;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.reason__lesson-slide .swiper-wrapper {
  padding-bottom: 90rem;
}
.reason__lesson-slide .swiper-pagination-bullet {
  width: 24rem;
  height: 24rem;
}
.reason__lesson-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.reason__lesson-slide .swiper-slide img {
  width: 630rem;
}

:root {
  --colorBg: #efeaf7;
  --colorKey: #7751c0;
  --colorKeyLight: #a78ed6;
  --colorTextLine: #d6cbec;
  --colorPcBorder: #f1eef9;
}

.hero__button-area {
  margin-top: 20rem;
}

.hero__nav li:nth-child(even) a {
  background-color: #8b6bca;
}

.cv-float {
  background: linear-gradient(80deg, #7751c0 0%, #7751c0 30.3488%, #997cd0 90.3834%);
}

.point__image {
  width: 660rem;
}

.section__subtitle {
  position: relative;
  z-index: 1;
}

.practical__container {
  position: relative;
  margin-bottom: 20rem;
  padding-top: 0;
  padding-bottom: 80rem;
}
.practical__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44rem;
  z-index: 0;
  display: block;
  width: 72rem;
  height: 100%;
  background-image: url("../image/arrow_practical_1.svg");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.practical__container:last-of-type {
  padding-bottom: 150rem;
}
.practical__container + picture {
  position: relative;
  z-index: 1;
}

.practical__container + .practical__container {
  padding-top: 0;
}

.section__subtitle {
  margin-bottom: 50rem;
}

.practical__box {
  position: relative;
  left: 20rem;
}

.practical__box + .practical__box::after {
  display: none;
}

.practical__box + .practical__box {
  margin-top: 30rem;
}

.practical__text {
  width: 540rem;
}

.practical__image-bottom {
  margin-top: -180rem;
}

.faq__subtitle {
  background: linear-gradient(50deg, var(--colorKey) 0%, var(--colorKey) 54.7933%, rgba(153, 124, 208, 0.85) 100%);
}

.feature__info {
  margin-top: 80rem;
}

.feature__info-title {
  position: relative;
  padding: 50rem 0;
  color: #7751c0;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 42rem;
  line-height: 1.52380952;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.feature__info-title::before, .feature__info-title::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url("../image/line_feature.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.feature__info-title::before {
  top: 0;
}
.feature__info-title::after {
  bottom: 0;
}

.feature__info-box {
  margin: 50rem auto;
  padding: 50rem;
  width: 600rem;
  border-radius: 20rem;
  background-color: #ebfafa;
}
.feature__info-box em {
  color: #7751c0;
  font-weight: 700;
  font-style: normal;
  font-size: 34rem;
  line-height: 1.64705882;
}
.feature__info-box p {
  font-size: 30rem;
  line-height: 1.8;
}

.feature__info-chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem 40rem;
}

.feature__info-photo {
  width: 210rem;
}

.feature__info-text {
  padding-top: 20rem;
}
.feature__info-text h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 34rem;
  line-height: 1.64705882;
}
.feature__info-text p {
  font-size: 30rem;
  line-height: 1.6;
}
@media (min-width: 751px){
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: 148.3333333333rem;
    width: 100%;
    height: calc(100% - 148.3333333333rem);
    background-image: url("../image/bg_pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .is-webp .pc-bg {
    background-image: url("../image/bg_pc.webp");
  }
  .pc-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 46.6666666667rem);
    z-index: 0;
    display: block;
    width: calc(50% + 46.6666666667rem);
    height: 100%;
    background-image: url("../image/bg_pc-deco-left.webp");
    background-position: top -600rem right;
    background-size: 928px;
    background-repeat: repeat-x;
  }
  .is-nowebp .pc-bg::before {
    background-image: url("../image/bg_pc-deco-left.png");
  }
  .pc-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 750rem);
    z-index: 0;
    display: block;
    width: calc(50% + 46.6666666667rem);
    height: 100%;
    background-image: url("../image/bg_pc-deco-right.png");
    background-position: top -600rem right;
    background-size: 928px;
    background-repeat: repeat-x;
  }
  .is-webp .pc-bg::after {
    background-image: url("../image/bg_pc-deco-right.webp");
  }
  .main__inner {
    border: 16.6666666667rem solid var(--colorPcBorder);
    border-top: 0;
    border-bottom: 0;
  }
  .footer {
    position: relative;
    z-index: 3;
  }
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40rem;
    padding-bottom: 33.3333333333rem;
    width: 1633.3333333333rem;
  }
  .footer__logo {
    width: 233.3333333333rem;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  .footer__nav {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    margin-left: auto;
  }
  .summary .cv {
    margin-left: 0;
    max-width: calc(100% + 0rem);
  }
  .cv-float {
    display: none;
  }
  .hero__curtain {
    height: calc(100vh + 379rem);
  }
  .summary__voice-inner,
  .summary__lesson-inner,
  .summary__preparation-inner,
  .summary__faq-inner {
    padding-right: 34rem;
    padding-left: 34rem;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 750px){
  html {
    font-size: 0.1333333333vw;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
    padding: 30rem 30rem 30rem;
  }
  .header__logo--benesse {
    width: 189rem !important;
  }
  .header__logo--challenge {
    width: 314rem !important;
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .cv__button-more:hover {
    opacity: 0.7;
  }
  .hero__nav a:hover {
    opacity: 0.7;
  }
  .faq__subtitle:hover {
    opacity: 0.7;
  }
  .modal-trigger:hover {
    opacity: 0.7;
  }
  .modal__close-icon:hover {
    opacity: 0.7;
  }
  .summary__faq-inner dt:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}