@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 {
  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;
  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;
}

html {
  font-size: clamp(1.5625%, 0.1333333333vw, 6.25%);
}

body {
  background-color: #fff;
  color: #252526;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-feature-settings: unset;
}
body :where(h1, h2, h3, h4, h5, h6, p) {
  line-height: 1.5;
}
body :where(h1, h2, h3, h4, h5, h6, p)::before, body :where(h1, h2, h3, h4, h5, h6, p)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
body :where(h1, h2, h3, h4, h5, h6, p)::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
body :where(h1, h2, h3, h4, h5, h6, p)::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.delay-ss {
  animation-delay: 0.25s;
}

.delay-s {
  animation-delay: 0.5s;
}

.delay-m {
  animation-delay: 1s;
}

.delay-l {
  animation-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDown {
  opacity: 0;
}
.fadeDown.active {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.active .fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwafuwa {
  margin: 0 auto;
  cursor: pointer;
  transform-origin: center;
  animation: fuwafuwa 0.8s ease 0s infinite alternate;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/* 拡大 */
.zoomIn {
  transform: scale(0.6);
}
.zoomIn.active {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
/*========= レイアウトのためのCSS ===============*/
.slide-in_container {
  overflow: hidden;
  padding: 10rem 0;
  /*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  opacity: 0;
}
.slideAnimeLeftRight.active {
  animation-name: slideTextX100;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
body a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  body a:hover {
    opacity: 0.7;
  }
}
body a:focus {
  text-decoration: none;
}
body a img {
  transition: opacity 0.4s;
}
body a[href^="tel:"] {
  color: inherit;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body *,
  body *::before,
  body *::after {
    max-width: 100%;
  }
}
body li + li {
  margin-top: 0.25em;
}

@media (hover: hover) {
  .image_link:hover {
    opacity: 1;
  }
  .image_link:hover img {
    opacity: 1;
    transition: 0.6s all;
    transform: scale(1.05);
  }
}

.pagenation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20rem;
}
.pagenation .wp-pagenavi .pages {
  display: none;
}
.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: #fff;
  color: #252526;
  font-size: 14rem;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    width: 30rem;
    height: 30rem;
    font-size: 12rem;
  }
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last {
  display: none;
}
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .previouspostslink {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  background-color: transparent;
  color: #252526;
  text-indent: -200%;
}
.pagenation .wp-pagenavi .nextpostslink::before,
.pagenation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #696969;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation .wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) rotate(-225deg);
}
.pagenation .wp-pagenavi .current {
  color: #fff;
  pointer-events: none;
}

body {
  background-color: #fefbfa;
  background-image: url(../image/body_bg.svg);
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-y;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

body li + li {
  margin-top: 0;
}

em {
  font-style: normal;
}

.wrapper_outer {
  overflow-x: hidden;
  margin: 0 auto;
  width: 750rem;
  background-color: #fff;
}

.wrapper {
  margin: 0 auto;
  width: 650rem;
}

.header {
  display: flex;
  align-items: center;
  height: 120rem;
}

.header_inner {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  padding: 0 30rem;
}

.header_logo_image {
  width: 245rem;
  height: 54rem;
}

.header_cta {
  width: 360rem;
  height: 86rem;
}

.header__nav li .link-btn {
  margin: 0px 4.25rem;
  border-radius: 6px;
  padding: 10rem 30rem;
  font-size: 15rem;
}

.header__nav li .link-btn__icon {
  display: block;
  height: 18.2rem;
  margin-right: 5.6rem;
}

.main {
  position: relative;
}

.fv {
  margin-top: 125rem;
}

.mv {
  position: relative;
}

.mv_text1 {
  position: absolute;
  top: 13rem;
  left: 0;
}

.mv_text2 {
  position: absolute;
  bottom: 17rem;
  left: 0;
}

.fv_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25rem;
  height: 140rem;
  background-color: #D13C18;
}

.fv_copy-title {
  padding: 15rem 25rem;
  border-radius: 100rem;
  background-color: #fff;
  color: #D13C18;
  font-weight: 700;
  font-size: 38rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.fv_copy-price {
  color: #fff;
  font-weight: 700;
  font-size: 40rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.fv_copy-price em {
  color: #F2D331;
  font-style: normal;
  font-size: 88rem;
}
.fv_copy-price span {
  font-size: 28rem;
}

.swiper {
  margin-top: 25rem;
}

.fv_note {
  margin-top: 40rem;
  color: #6b6b6b;
  font-size: 20rem;
}
.fv_note p {
  line-height: 1.6;
}
.fv_note p + p {
  margin-top: 15rem;
}

.fv_cta {
  display: block;
  margin: 50rem auto;
  width: -moz-fit-content;
  width: fit-content;
}

.fv_cta-image {
  width: 550rem;
}

.cp_balloon {
  bottom: 380rem;
}

.cp_balloon p {
  padding: 10rem;
  font-size: 11rem;
}

.cp_balloon p::after {
  bottom: -7px;
}

.cta-bar {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25rem;
  width: 750rem;
  height: 110rem;
  background-size: 16rem;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.cta-bar.show {
  opacity: 1;
  visibility: visible;
}

.floating-btns {
  bottom: 50rem;
}

.floating-btns a {
  width: 110rem;
  height: 100rem;
  border-radius: 6rem 0 0 6rem;
  font-size: 14rem;
  justify-content: space-between;
  margin-top: 10rem;
  padding: 15rem 0 10rem;
}

.floating-btns a.docs {
  padding-top: 20rem;
}

.cp img {
  margin-bottom: 50rem;
}

.cp_contents_1 {
  margin: 50rem 0;
}

.cp2 {
  margin-top: 50rem;
}

.anchorlink .course_menu-container {
  padding-bottom: 65rem;
}

.anchorlink::after {
  content: "";
  position: relative;
  display: block;
  width: 750rem;
  height: 132rem;
  background-image: url(../image/deco1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.point {
  margin-top: -130rem;
  padding-top: 130rem;
  padding-bottom: 195rem;
  background: url(../image/point_bg.png) repeat;
  background-size: 14rem;
}

.point_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 93rem;
  color: #D13C18;
  font-weight: 700;
  font-size: 58rem;
}
.point_title span {
  display: flex;
  align-items: baseline;
  gap: 12rem;
  margin-top: 15rem;
}

.point_inner-wrapper {
  margin: 0 auto;
  width: 550rem;
}

.point_flame-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  padding-bottom: 10rem;
  border: 4rem solid #d13c17;
  border-top: 0;
  border-bottom: 0;
  background-color: #fff;
}
.point2 .point_flame-wrapper {
  padding-bottom: 25rem;
}
.point_flame-wrapper::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -4rem;
  display: block;
  max-width: none;
  width: calc(100% + 8rem);
  height: 130rem;
  background-image: url(../image/point_flame.svg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(100%);
}

.point_flame-wrapper.flame-end::after {
  height: 60rem;
  background-image: url(../image/point_flame-end.svg);
}

.point_container {
  margin-top: 175rem;
}
.point_container:nth-of-type(1) {
  margin-top: 60rem;
}

.point_container-heading {
  content: "";
  display: block;
  padding: 0 4rem;
  width: 100%;
  background-image: url(../image/point_flame.svg);
  background-position: center 12rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.point_no {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #D13C18;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42rem;
  font-family: "Barlow", serif;
}

.point_no1 {
  margin-bottom: 10rem;
  margin-left: 8rem;
  width: 29rem;
  height: 84rem;
}

.point_no2 {
  margin-bottom: 15rem;
  margin-left: 16rem;
  width: 55rem;
  height: 84rem;
}

.point_no3 {
  margin-bottom: 15rem;
  margin-left: 11rem;
  width: 49rem;
  height: 79rem;
}

.point_subtitle {
  display: flex;
  flex-direction: column;
  margin-top: 30rem;
  color: #fff;
  font-weight: 700;
  font-size: 34rem;
}
.point_subtitle em {
  color: #F2D331;
}
.point_subtitle span {
  display: block;
  padding: 3rem 20rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D13C18;
  white-space: nowrap;
}
.point_subtitle span:nth-child(1) {
  margin-right: -10rem;
}
.point_subtitle span:nth-child(2) {
  margin-top: 10rem;
}
.point3 .point_subtitle {
  display: block;
}

.point_container:nth-of-type(1) .point_subtitle span:nth-child(2) {
  padding-left: 0;
}

.point_rival {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40rem;
  padding: 45rem 35rem;
  border-radius: 10rem;
  background-color: #dcedff;
}
.point_rival::before {
  content: "";
  position: absolute;
  bottom: -32rem;
  margin: 0 auto;
  width: 86rem;
  height: 33rem;
  background-color: #dcedff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.point_rival-title {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-bottom: 20rem;
  color: #2640a9;
  font-weight: 700;
  font-size: 30rem;
}

.point_rival-title-icon {
  width: 36rem;
  height: 36rem;
}

.point_rival-illust {
  margin-bottom: 20rem;
  width: 358rem;
  height: 207rem;
}

.point_rival-list {
  font-size: 28rem;
}

.point_rival-listitem {
  display: flex;
  align-items: flex-start;
  gap: 15rem;
}
.point_rival-listitem::before {
  content: "";
  flex-shrink: 0;
  margin-top: 17rem;
  width: 15rem;
  height: 15rem;
  border-radius: 100rem;
  background-color: #2640a9;
}

.point_sales-point_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14rem;
  margin: 0 auto;
  margin-top: 65rem;
  width: 500rem;
  height: 70rem;
  border-radius: 100rem;
  background-color: #D13C18;
  color: #fff;
  font-weight: 700;
  font-size: 30rem;
}

.point_sales-point_title-icon {
  width: 36rem;
  height: 36rem;
}

.point_sales-point_copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 35rem;
}
.point_sales-point_copy em {
  color: #D13C18;
}

.point_sales-point_copy-text {
  padding-bottom: 10rem;
  border-bottom: 3rem solid #e89d8b;
  font-weight: 700;
  font-size: 34rem;
}
.point_sales-point_copy-text + .point_sales-point_copy-text {
  margin-top: 20rem;
}

.point_sales-point-image {
  margin-top: 44rem;
}
.point3 .point_sales-point-image {
  margin-top: 15rem;
}

.point_point-list_container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -20rem;
  padding: 30rem 30rem;
  border-radius: 10rem;
  background-color: #faeead;
}
.point_point-list_container::before {
  content: "";
  position: absolute;
  bottom: -32rem;
  margin: 0 auto;
  width: 86rem;
  height: 33rem;
  background-color: #faeead;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.point_point-list_ul {
  font-size: 28rem;
}

.point_point-list_ulitem {
  display: flex;
  align-items: flex-start;
  gap: 15rem;
}
.point_point-list_ulitem::before {
  content: "";
  flex-shrink: 0;
  margin-top: 17rem;
  width: 15rem;
  height: 15rem;
  border-radius: 100rem;
  background-color: #f8bf25;
}

.point_point-list_checkbox-list {
  margin-top: 55rem;
  font-size: 28rem;
}
.point_point-list_checkbox-list.checkbox-list2 {
  margin-top: 40rem;
}

.point_point-list_checkboxitem {
  display: flex;
  gap: 22rem;
  font-weight: 400;
}
.point_point-list_checkboxitem::before {
  content: "";
  flex-shrink: 0;
  margin-top: 6rem;
  width: 35rem;
  height: 32rem;
  background-image: url(../image/point_icon3.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.point_point-list_checkboxitem em {
  color: #D13C18;
  font-weight: 700;
}

.point_banner {
  display: block;
  margin: 0 auto;
  margin-top: 50rem;
  width: 500rem;
}

.point_note {
  margin-top: 26rem;
  padding-bottom: 45rem;
  border-bottom: 4rem solid #D13C18;
  color: #6b6b6b;
  font-size: 22rem;
  line-height: 1.6;
}

.point_text-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20rem;
  margin: 0 auto;
  margin-top: 58rem;
  width: 531rem;
  height: 153rem;
  background-image: url(../image/point_deco.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 28rem;
}
.point_text-banner em {
  color: #D13C18;
}

.point_text-banner-text {
  margin-top: -25rem;
}

.point_banner-comment {
  margin-top: 24rem;
  color: #040000;
  text-align: center;
  font-weight: 400;
  font-size: 28rem;
  line-height: 1.4;
}

.point_banner-container {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-top: 50rem;
}
.point_banner-container img {
  width: 282rem;
  height: 145rem;
}

.point_point3-text {
  margin-top: 45rem;
  text-align: justify;
  font-weight: 400;
  font-size: 28rem;
  line-height: 1.7;
}
.point_point3-text em {
  color: #D13C18;
  font-weight: 700;
}

.point_image-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 65rem;
  font-weight: 700;
  font-size: 28rem;
}
.point_image-title span {
  margin-left: 5rem;
  font-weight: 400;
  font-size: 18rem;
}

.cta_btn2 {
  margin: auto;
  display: block;
  padding-top: 100rem;
}

.cta {
  position: relative;
  margin-top: -110rem;
  width: 750rem;
  height: 1102rem;
  background-image: url(../image/cta_bg.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.cta:last-child {
  top: 1px;
}

.cta_cta-copy {
  margin-top: 210rem;
  width: 641rem;
  height: 259rem;
}

.cta_text-container {
  position: relative;
  margin-top: 100rem;
}

.cta_text-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 84rem 50rem 54rem;
  border-radius: 30rem;
  background-color: #fdf8dd;
}

.cta_cta-deco {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  margin-top: -37rem;
  width: 223rem;
  height: 94rem;
}

.cta_note {
  margin-bottom: 23rem;
  color: #2f2f2f;
  font-weight: 700;
  font-size: 34rem;
}

.cta_cta-text {
  width: 493rem;
  height: 61rem;
}

.cta_cta-banner {
  margin-top: 51rem;
}

.course_title-wrapper {
  padding-top: 100rem;
  background-image: url(../image/bg_stripe01.png);
  background-size: 16rem;
  background-repeat: repeat;
}

.course_title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.course_title-icon {
  width: 60rem;
  height: 70rem;
}

.course_title {
  margin-top: 40rem;
  color: #D13C18;
  font-weight: 700;
  font-size: 58rem;
}

.title-dots {
  margin-top: 37rem;
  width: 99rem;
  height: 6rem;
}

.course_menu-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35rem;
  padding-bottom: 65rem;
}

.course_menu {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 15rem;
  width: 650rem;
  height: 128rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 54rem;
}
.course_menu span {
  font-size: 34rem;
}
.course_menu.-elementary {
  background-image: url(../image/course_deco1.svg);
}
.course_menu.-junior {
  background-image: url(../image/course_deco2.svg);
}
.course_menu.-high {
  background-image: url(../image/course_deco3.svg);
}

.sp_br {
  display: none;
}

.course_wrapper {
  margin: 0 auto;
  padding: 45rem 0 0;
  width: 650rem;
  border-radius: 10rem;
  background-color: #fff;
}

.course_inner-wrapper {
  margin: 0 auto;
  padding-top: 65rem;
  padding-bottom: 80rem;
  width: 550rem;
}
.junior .course_inner-wrapper {
  padding-top: 40rem;
}

:root {
  --primary-color: #00a848;
}

.junior {
  --primary-color: #008fd3;
}

.high {
  --primary-color: #0060b0;
}

.course_content-container {
  padding: 80rem 0;
  background-color: var(--primary-color);
}
.course_content-container.high {
  padding-bottom: 200rem;
}

.course_content-header {
  margin: 0 auto;
  width: 550rem;
}

.course_content-title {
  display: block;
  padding-bottom: 24rem;
  border-bottom: 4rem solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  font-weight: 700;
  font-size: 54rem;
}
.course_content-title span {
  font-size: 34rem;
}

.course_target-list {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin-top: 45rem;
}
.course_target-list + .course_target-list {
  margin-top: 20rem;
}

.course_target-list_title {
  padding: 0rem 20rem;
  width: 100rem;
  border-radius: 100rem;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 28rem;
}
.course_target-list_title.align-start {
  align-self: flex-start;
  margin-top: 2rem;
}

.course_target-list_data {
  flex: 1;
  font-size: 30rem;
}

.course-image {
  margin-top: 45rem;
  width: 650rem;
  height: 352rem;
}

.course_heading-list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}

.course_heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15rem;
  font-weight: 700;
  font-size: 32rem;
}
.course_heading em {
  color: var(--primary-color);
}
.course_heading span {
  margin-right: -15rem;
}
.high .course_heading span {
  margin-right: -45rem;
}

.course_heading-icon {
  margin-left: -65rem;
  width: 102rem;
  height: 80rem;
}

.course_voice-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60rem;
  margin-top: 65rem;
  padding-top: 60rem;
  border-top: 6rem dotted var(--primary-color);
}
.junior .course_voice-container {
  margin-top: 70rem;
  padding-top: 50rem;
}
.high .course_voice-container {
  margin-top: 55rem;
}

.course_voice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5rem;
  padding-top: 10rem;
  width: 175rem;
  height: 175rem;
  border-radius: 200rem;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 34rem;
  line-height: 1.4;
}

.course_voice-image {
  width: 290rem;
  height: 210rem;
}

.course_fv-text {
  margin-top: 36rem;
  margin-bottom: 50rem;
  text-align: justify;
  font-size: 28rem;
  line-height: 1.7;
}
.course_fv-text em {
  color: #d13c18;
  font-weight: 700;
  line-height: 1.7;
}

.course_cta {
  display: block;
}
.course_cta:nth-of-type(2) {
  margin-top: 80rem;
}

.course_cta-box {
  position: relative;
  z-index: 10;
}

.course_accordion-container {
  height: 0;
  opacity: 0;
  transition: all 0.4s;
}
.open .course_accordion-container {
  display: block;
  padding: 0rem 0rem 80rem;
  width: 100%;
  height: auto;
  opacity: 1;
}

.course_accordion-box {
  margin-top: 80rem;
}
.junior .course_accordion-box:first-child {
  margin-top: 40rem;
}
.high .course_accordion-box:first-child {
  margin-top: 40rem;
}
.course_accordion-box + .course_accordion-box {
  margin-top: 75rem;
}
.high .course_accordion-box + .course_accordion-box {
  margin-top: 50rem;
}

.course_accordion-text {
  margin-top: 40rem;
  font-weight: 400;
  font-size: 28rem;
  line-height: 1.7;
}
.course_accordion-text em {
  color: #d13c18;
  font-weight: 700;
}

.course_accordion-button {
  position: relative;
  z-index: 100;
  margin-top: 40rem;
  width: 550rem;
  height: 100rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.open .course_accordion-button {
  background-image: url(../image/course_cta--close.svg);
}

.course_elementary_accordion-button {
  background-image: url(../image/course_cta-elementary--open.svg);
}
.open .course_elementary_accordion-button {
  filter: brightness(0) saturate(100%) invert(41%) sepia(89%) saturate(3234%) hue-rotate(127deg) brightness(97%) contrast(101%);
}

.course_junior_accordion-button {
  background-image: url(../image/course_cta-junior--open.svg);
}
.open .course_junior_accordion-button {
  filter: brightness(0) saturate(100%) invert(38%) sepia(37%) saturate(5260%) hue-rotate(176deg) brightness(98%) contrast(101%);
}

.course_high_accordion-button {
  background-image: url(../image/course_cta-high--open.svg);
}
.open .course_high_accordion-button {
  filter: brightness(0) saturate(100%) invert(27%) sepia(23%) saturate(5276%) hue-rotate(188deg) brightness(97%) contrast(104%);
}

.howto {
  padding: 160rem 0 80rem;
  background: url(../image/bg_stripe01.png) repeat;
  background-size: 16rem;
}

.howto_steps {
  display: flex;
  flex-direction: column;
  margin-top: 110rem;
}

.howto_steps-item {
  margin-top: -50rem;
}
.howto_steps-item:nth-of-type(1) {
  position: relative;
  margin-top: 0;
}
.howto_steps-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: block;
  width: 203rem;
  height: 92rem;
  background-image: url(../image/howto_step1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -70%);
}
.howto_steps-item:nth-of-type(1) .howto-step_main-icon {
  width: 162rem;
  height: 167rem;
  transform: translateX(40rem);
}
.howto_steps-item:nth-of-type(2) .howto-step_main-icon {
  margin-top: 50rem;
  width: 193rem;
  height: 161rem;
}
.howto_steps-item:nth-of-type(3) .howto-step_main-icon {
  margin-top: 50rem;
  width: 216rem;
  height: 160rem;
}
.howto_steps-item:nth-of-type(4) .howto-step_main-icon {
  margin-top: 50rem;
  width: 203rem;
  height: 140rem;
}

.howto_steps-wrapper {
  padding-top: 100rem;
  padding-bottom: 135rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 66rem, 100% 0, 100% calc(100% - 66rem), 50% 100%, 0 calc(100% - 66rem));
          clip-path: polygon(0 0, 50% 66rem, 100% 0, 100% calc(100% - 66rem), 50% 100%, 0 calc(100% - 66rem));
}
.howto_steps-item:nth-of-type(1) .howto_steps-wrapper {
  padding-bottom: 145rem;
  border-radius: 20rem 20rem 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 66rem), 50% 100%, 0 calc(100% - 66rem));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 66rem), 50% 100%, 0 calc(100% - 66rem));
}
.howto_steps-item:nth-of-type(4) .howto_steps-wrapper {
  padding-top: 100rem;
  padding-bottom: 70rem;
  border-radius: 0 0 20rem 20rem;
  -webkit-clip-path: polygon(0 0, 50% 66rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 66rem, 100% 0, 100% 100%, 0 100%);
}
.step2 .howto_steps-wrapper {
  padding-top: 130rem;
}
.step3 .howto_steps-wrapper {
  padding-top: 130rem;
}
.step4 .howto_steps-wrapper {
  padding-top: 130rem;
}

.howto_steps-item_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.howto__btn__container {
  margin-top: 55rem;
}

.howto__btn__container .howto__btn {
  border-width: 4rem;
}

.howto-step_icon {
  width: 203rem;
  height: 92rem;
}

.howto_steps-item_title {
  margin-top: 50rem;
  color: #4b4b4b;
  font-weight: 700;
  font-size: 42rem;
}

.howto_steps-item_text {
  margin-top: 50rem;
  width: 550rem;
  text-align: justify;
  font-size: 28rem;
  line-height: 1.7;
}

.howto_cta-container {
  margin-top: 40rem;
}

.howto_cta {
  width: 550rem;
  height: 100rem;
}

.howto_image1 {
  position: relative;
  margin-top: 60rem;
  width: 230rem;
  height: 38rem;
}

.howto_image2 {
  margin-top: -15rem;
  width: 550rem;
  height: 180rem;
}

.howto_image3 {
  margin: 0 auto;
  margin-top: 40rem;
  width: 592rem;
  height: 214rem;
}

.footer {
  padding-bottom: 55rem;
  background-color: #D13C18;
  color: #fff;
  font-size: 20rem;
  line-height: 1.5;
}

.footer__bottom__inner {
  max-width: 100%;
  padding: 0px 90rem;
}

.footer__bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__bottom__links li:not(:last-child):not(:nth-child(2)) {
  margin-right: 20rem;
  padding-right: 20rem;
  border-right: 1rem solid;
}

.footer__bottom__links li a {
  white-space: nowrap;
}

.footer_logo {
  width: 139rem;
  height: 25rem;
}

.copyright_wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 10rem;
  width: 100%;
}

.accordion-content {
  overflow: hidden;
  padding: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.is-open:has(> dd) > .accordion-content {
  display: block;
  height: auto;
  opacity: 1;
}

.is-open > .accordion-button .icon-arrow_right::before {
  transform: translateY(-50%) rotate(-45deg);
}

.school-tab {
  display: none;
}
.school-tab.active {
  display: block;
}

.movie-link {
  margin-top: 50rem;
}

.g_voices {
  padding: 100rem 0 0;
  background: url(../image/bg_stripe01.png) repeat;
  background-size: 16rem;
}

.g_voices .ttl-cmn02 img {
  width: 73rem;
  height: 66rem;
}

.slick-list {
  padding: 0 25%;
}

.g_voices__list__item {
  padding: 0 15rem;
  width: 594rem;
}

.g_voices__list__inner {
  display: flex;
  align-items: center;
  padding: 40rem;
  min-height: 440rem;
  height: 360rem;
  border-radius: 32rem;
  background: #fff;
  filter: drop-shadow(0 12rem 0 rgba(0, 0, 0, 0.16));
}

.g_voices__list__item .g_voices_pic {
  width: 30%;
  text-align: center;
}

.g_voices__list__item img {
  max-height: 360rem;
  width: 85%;
}

.g_voices__list__item .g_voices_txt {
  width: 65%;
}

.g_voices_txt .txt-limit {
  visibility: visible;
  margin-bottom: 2%;
}

.g_voices_txt p {
  margin: 0 0 0 2%;
  font-size: 24rem;
  line-height: 40rem;
}

.g_voices_txt p {
  margin: 0 0 0 2%;
  font-size: 24rem;
  line-height: 40rem;
}

.gmap {
  color: #757575;
}

.gmap span {
  text-decoration: underline;
}

.mySwiper .swiper-pagination-bullet {
  margin: 0 15px !important;
  width: 14rem;
  height: 14rem;
  background-color: #D13C18;
  /* 追加 */
}

.mySwiper {
  padding-bottom: var(--add-bottom);
  --add-bottom: 60rem;
}

.mySwiper [class^=swiper-button-] {
  top: calc(50% - var(--add-bottom) / 2);
}

.faq {
  padding: 100rem 50rem;
}

.cfi.cfi-cmn01.frame-in {
  opacity: 1;
  transform: translateY(0px);
}

.cfi.cfi-cmn01 {
  transition: opacity ease 800ms, transform cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
  will-change: transform, opacity;
}

.ttl-cmn02 {
  margin-bottom: 40rem;
  padding-bottom: 50rem;
  background-image: url(../image/border-dots.svg);
  background-position: center bottom 2rem;
  background-size: auto 6rem;
  background-size: auto 6rem;
  background-repeat: no-repeat;
  color: #d13c18;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 54.012rem;
  line-height: 1.5;
}

.ttl-cmn02 img {
  display: block;
  margin: 0 auto 15rem;
  max-height: 1.2em;
}

.ttl-cmn02 span {
  display: block;
  text-align: center;
  font-size: 0.66em;
}

.accordion-cmn:not(:last-child) {
  margin-bottom: 20rem;
}

.accordion-cmn {
  overflow: hidden;
  margin: 0 auto;
  max-width: 2000rem;
  border-radius: 12rem;
}

.accordion-cmn dt,
.accordion-cmn dd {
  padding: 30rem;
  background: #fff;
}

.accordion-cmn dd {
  display: none;
  margin-top: 3rem;
  letter-spacing: 0;
  font-size: 28rem;
  line-height: 1.75;
}

.accordion-cmn.faq-item dt,
.accordion-cmn.faq-item dd {
  position: relative;
  padding-left: 80rem;
  background: url(../image/bg_stripe01.png) repeat;
  background-size: 16rem;
}

.txt_link {
  color: #d13c18;
  text-decoration: underline;
}

.accordion-cmn dt {
  position: relative;
  padding-right: 86rem;
  background: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.5;
}

.accordion-cmn.faq-item dt::before,
.accordion-cmn.faq-item dd::before {
  content: "";
  position: absolute;
  display: block;
}

.accordion-cmn.faq-item dt::before {
  top: calc(50% - 18rem);
  left: 30rem;
  width: 29rem;
  height: 36.8rem;
  background-image: url(../image/faq-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-cmn.faq-item dd::before {
  top: 40rem;
  left: 28rem;
  width: 30rem;
  height: 34rem;
  background-image: url(../image/faq-a.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-cmn dt .plus-icon {
  position: absolute;
  top: calc(50% - 13.5rem);
  right: 30rem;
  display: block;
  width: 27rem;
  height: 27rem;
}

.accordion-cmn dt .plus-icon::before {
  transform: rotate(90deg);
}

.is-open.accordion-cmn dt .plus-icon::before {
  transform: rotate(0deg);
}

.accordion-cmn dt .plus-icon::before,
.accordion-cmn dt .plus-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 2rem);
  left: 0;
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 99rem;
  background: #d13c18;
  transition: transform ease 200ms;
}

.faq__btn__container {
  margin-top: 80rem;
}

.faq__btn {
  margin: 0 auto;
}

.btn-cmn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20rem 70rem;
  padding-left: 30rem;
  min-height: 100rem;
  max-width: 100%;
  width: 550rem;
  border: 6rem solid #d13c18;
  border-width: 6rem;
  border-radius: 12rem;
  background: #fff;
  color: #d13c18;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24.12rem;
  line-height: 1.5;
}

.btn-cmn02::after {
  content: "";
  position: absolute;
  right: 40rem;
  width: 16rem;
  height: 16rem;
  border-top: 5rem solid #d13c18;
  border-right: 5rem solid #d13c18;
  color: #d13c18;
  font-size: 16em;
  line-height: 1;
  transform: rotate(45deg);
}

.school-search {
  padding: 100rem 0;
  padding-bottom: 200rem;
  background: url(../image/bg_stripe01.png) repeat;
  background-size: 16rem;
}
.school-search li {
  margin-top: 0;
}

.school-search__inner {
  padding: 0 50rem;
}

.school-search__desc {
  margin-bottom: 50rem;
  color: #d13c18;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 38.4rem;
  line-height: 1.5;
}

.school-search__desc strong {
  font-size: 1.417em;
}

.eng,
.num {
  font-weight: 600;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}

.school_list_btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.school_list_btn li {
  margin: 10rem 0.75%;
  width: 48.5%;
}

.school_list_btn li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 92rem;
  border: 3rem solid #d13c18;
  border-radius: 12rem;
  background: #fff;
  color: #d13c18;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24.984rem;
  line-height: 1.6;
}

.school_list_btn li a::after {
  content: "";
  width: 16rem;
  height: 16rem;
  border-top: 3rem solid #d13c18;
  border-right: 3rem solid #d13c18;
  color: #d13c18;
  font-size: 16em;
  line-height: 1;
  transform: translateY(-5rem) rotate(135deg);
}

.school_list_btn li a::after {
  display: block;
  font-size: 0.8em;
  transition: transform ease 200ms;
}

.school-list__area {
  margin: 30rem 0 60rem;
}

.school-list__area__ttl {
  margin-bottom: 30rem;
  color: #d13c18;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1.5;
}

.school-list__area__ttl a {
  color: #d13c18;
}

.school-list__area__ttl:not(.has-tab):after {
  content: "※あいうえお順";
  display: inline;
  padding-left: 1em;
  color: #333;
  font-weight: 400;
  font-size: 0.625em;
}

.school-list {
  display: flex;
  flex-wrap: wrap;
}

.school-list li:not(:nth-child(2n)) {
  margin-right: 20rem;
}

.school-list li:nth-child(n+3) {
  margin-top: 40rem;
}

.school-list li {
  display: block;
  width: calc((100% - 20rem) * 0.5);
}

.school-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20rem 80rem;
  padding-right: 60rem;
  padding-left: 30rem;
  min-height: 100rem;
  max-width: 100%;
  width: 550rem;
  border-radius: 12rem;
  background: #efefef;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 25.92rem;
  line-height: 1.2;
}

.school-list li a::after {
  content: "";
  position: absolute;
  right: 40rem;
  width: 16rem;
  height: 16rem;
  border-top: 5rem solid #d13c18;
  border-right: 5rem solid #d13c18;
  color: #d13c18;
  font-size: 16em;
  line-height: 1;
  transform: rotate(45deg);
}

.school-tab__btn {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #d13c18;
}

.school-tab__btn li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 1rem);
  height: 80rem;
  border-radius: 12rem 12rem 0 0;
  background: #efefef;
  font-weight: bold;
  font-size: 24rem;
  transition: ease 0.2s;
}

.school-tab__btn li.is-active {
  background: #d13c18;
  color: #fff;
}

.school-tab__list > div {
  padding: 20rem 20rem 6rem;
  width: 100%;
  background: url(../image/border-line-gray-sp.svg);
  background-position: center bottom 1rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.school-tab__list dt {
  position: relative;
  padding: 0 0 40rem;
  padding-bottom: 20rem;
  width: 100%;
  color: #000;
  font-size: 26rem;
}

.school-tab__list dt i::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 40rem;
  width: 16rem;
  height: 16rem;
  border-top: 5rem solid #d13c18;
  border-right: 5rem solid #d13c18;
  color: #d13c18;
  color: #d13c18;
  font-size: 16em;
  line-height: 1;
  transition: ease 0.2s;
  transform: rotate(45deg);
}

.school-tab__list dt .icon-arrow_right::before {
  top: 50%;
  right: 40rem;
  transform: translateY(-100%) rotate(135deg);
}

.school-tab__list dd {
  margin-top: 0;
  padding: 10rem 0 40rem;
}

.school-tab__ttl {
  padding: 20rem 0 26rem;
  width: 100%;
  background: url(../image/border-line-gray-sp.svg);
  background-position: center bottom 1rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #d13c18;
  font-weight: bold;
  font-size: 26rem;
}

.school-tab__list__subttl:first-of-type {
  margin-top: -10rem;
}

.school-tab__list__subttl {
  margin-bottom: 10rem;
  font-weight: bold;
  font-size: 24rem;
}

ul + .school-tab__list__subttl {
  padding-top: 24rem;
}

.top-intersection {
  width: 100%;
  height: 325rem;
  background-image: url(../image/top-intersection-sp.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gradesup_cycle {
  padding: 100rem 50rem;
  padding-bottom: 200rem;
  background: url(../image/gradesup_cycle-bg.png) repeat;
}

.gradesup_cycle__inner {
  margin: 0 auto;
  max-width: 1720rem;
}

.gradesup_cycle .ttl-cmn02 {
  margin-bottom: 60rem;
}

.gradesup_cycle_png {
  width: auto;
}

.all_gradesup_cycle_point {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.all_gradesup_cycle_point li {
  margin-top: 60rem;
  width: 100%;
}
.all_gradesup_cycle_point li:first-child {
  margin-top: 130rem;
}

.point_num {
  display: block;
  margin: 0 auto 20rem auto;
  width: 20%;
}

.gradesup_cycle_point {
  margin: 16rem auto;
  min-height: 820rem;
  border-radius: 30rem;
  background-color: #fff;
  filter: drop-shadow(0 8rem 0 rgba(0, 0, 0, 0.16));
  transition: opacity ease 200ms;
}

.point_img {
  max-height: 460rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30rem 30rem 0 0;
}

.gradesup_cycle_point_detail {
  padding: 50rem 50rem 62.5rem;
  letter-spacing: 0.02em;
}

.gradesup_cycle_point_detail h3 {
  margin: 0 0 40rem 0;
  color: #d13c18;
  text-align: center;
  font-weight: bold;
  font-size: 36rem;
  line-height: 1.2;
}

.gradesup_cycle_point_detail span {
  color: #d13c18;
  font-weight: bold;
}

.main_p,
.sub_p,
.gradesup_cycle_point_detail h4 {
  letter-spacing: 0;
  font-size: 28rem;
  line-height: 1.75;
}

.gradesup_cycle_point_detail h4 {
  position: relative;
  display: inline-block;
  margin: 40rem 0 0 54rem;
  margin-left: 46rem;
  border-bottom: #d13c18 2rem solid;
  font-weight: bold;
  line-height: 1.75;
}

.gradesup_cycle_point_detail h4:before {
  content: "";
  position: absolute;
  top: 12rem;
  left: -44rem;
  width: 34rem;
  height: 34rem;
  background: url(../image/ico_checkbox.svg) center no-repeat;
  background-size: contain;
}

.sub_p {
  margin-top: 12rem;
}

.player-cmn__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  margin-bottom: -3rem;
  padding: 20rem;
  min-height: 70rem;
  border-radius: 20rem 20rem 0 0;
  background: #d13c18;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 33.6rem;
  line-height: 1.5;
}
.player-cmn__ttl::before, .player-cmn__ttl::after {
  content: "";
  width: 6rem;
  height: 45rem;
  border-radius: 100rem;
  background-color: #fff;
}
.player-cmn__ttl::before {
  transform: translateY(5rem) rotate(-25deg);
}
.player-cmn__ttl::after {
  transform: rotate(25deg);
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  padding-top: 56%;
  width: 100%;
  border: 11rem solid #d13c18;
}

.embed-responsive iframe,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive iframe,
.embed-responsive img {
  bottom: 0;
  border: 0;
}

.play-icon {
  position: absolute !important;
  top: calc(50% - 28rem) !important;
  left: calc(50% - 34rem) !important;
  width: 99rem !important;
  height: 99rem !important;
}

@media (max-width: 768px) {
  body {
    background-image: none;
  }
  .wrapper_outer {
    overflow-x: hidden;
    width: 100%;
  }
  .point_flame-wrapper {
    padding: 0 4rem;
    padding-bottom: 10rem;
    border: 0;
    background-image: url(../image/point_flame_body.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .point_flame-wrapper ::-webkit-full-page-media,
  .point_flame-wrapper :future, :root .point_flame-wrapper {
    background: linear-gradient(90deg, #d13c17 0.5%, #d13c17 4rem, #fff 4rem, #fff calc(100% - 4rem), #d13c17 calc(100% - 4rem), #d13c17 99.5%);
  }
  .point_flame-wrapper::after {
    left: 0;
    width: 100%;
  }
  .cp_balloon {
    bottom: 126rem;
    right: 6%;
  }
  .cp_balloon p {
    padding: 20rem 12rem;
    font-size: 22rem;
  }
  .pc {
    display: none;
  }
  .cp_balloon p::after {
    bottom: -5px;
  }
  .cta-bar {
    height: 140rem;
  }
  .cta-bar_text {
    width: 121rem;
    height: 104rem;
  }
  .cta-bar_cta {
    width: 550rem;
    height: 124rem;
  }
  .floating-btns {
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20rem 50rem;
    background: #fff;
  }
  .floating-btns a {
    /* letter-spacing: 0; */
    border-radius: 11.6rem;
    border-width: 6.3rem;
    height: 100rem;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20rem) * 0.5);
    font-size: 26.012rem;
    margin: 0;
    padding: 0;
  }
  .floating-btns a.docs {
    padding-top: 0;
  }
  .floating-btns .addBtn {
    display: none;
  }
  .header__sp-btn {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    height: 100rem;
    width: 100rem;
    align-items: center;
    justify-content: flex-end;
    padding: 1.2rem 0;
  }
  .header__sp-btn img {
    display: block;
    width: auto;
    height: 73rem;
  }
  .course_menu-container {
    display: flex;
    align-items: center;
    flex-direction: unset;
    gap: 15rem;
    padding-bottom: 100rem;
  }
  .course_menu {
    display: initial;
    font-size: 25rem;
    padding: 25rem 80rem 25rem 45rem;
  }
  .course_menu.-elementary {
    background-image: url(../image/course_deco1_sp.svg);
  }
  .course_menu.-junior {
    background-image: url(../image/course_deco2_sp.svg);
  }
  .course_menu.-high {
    background-image: url(../image/course_deco3_sp.svg);
  }
  .course_menu span {
    font-size: inherit;
  }
  .sp_br {
    display: block;
  }
}
@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */