@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-weight: inherit;
  font-size: 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;
  margin: 0;
  /* 1 */
  height: 0;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 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 */
  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 {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 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;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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;
  outline: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;

  -webkit-appearance: none;
  appearance: none;
}

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

[type=radio] {
  -webkit-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;
  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 {
  margin: 0;
  padding: 0;
  min-width: 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 */
  padding: 0;
  /* 1 */
  max-width: 100%;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 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 {
  text-align: left;
  font-weight: bold;
}

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

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

:root {
  --board: 1200;
  --max: 1px;
}

:root {
  --colorBlack: #333;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
  --colorMain: #000091;
  --colorSub: #ff009c;
  --colorAccent: #ffec00;
}

:root {
  --fontGothic: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --fontEnglish: 'Jost', sans-serif;
  --fontNumber: 'Funnel Sans', 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: 18rem;
  --letterSpacing: 0;
  --lineHeight: 1.66;
  --kerning: unset;
}

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

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

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;
  font-feature-settings: var(--kerning);
}

@keyframes name {}

a {
  transition: opacity .4s;
}

a:focus {
  text-decoration: none;
}

a img {
  transition: opacity .4s;
}

a[href^='tel:'] {
  color: inherit;
}

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

.header {
  width: 100%;
}

.header__inner {
  margin: 0 auto;
  width: 1120rem;
  text-align: center;
  display: flex;
  justify-content:flex-start; 
  padding: 20px 0;
}

.header__logo {
  display: block;
  width: 190rem;
}

.header__logo img {
  width: 100%;
}

.footer {
  padding: 40rem 0 50rem;
}

.footer__inner {
  margin: 0 auto;
  width: 1020rem;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 143rem;
}

.footer__nav-link {
  color: var(--colorMain);
  font-size: 20rem;
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 17rem;
  margin-top: 50rem;
}

.footer__copyright {
  font-size: 18rem;
}

.footer__logo {
  width: 200rem;
}

/* ===================================
   ヘッダー
=================================== */
.page-header {
  margin-right: auto;
  margin-left: auto;
  padding-top: 68rem;
  padding-bottom: 51rem;
  width: 1080rem;
}

.page-header__logo img {
  width: 231rem;
}

/* ===================================
   授業料セクション
=================================== */
.price-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 80rem;
}

.page-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160rem;
  background-color: #2626a2;
}

.page-section__title-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380rem;
  height: 84rem;
  border: solid 2px #fff;
  border-radius: 100rem;
  color: #fff;
  font-weight: 700;
  font-size: 40rem;
}

/* ===================================
   料金テーブル
=================================== */
.price-section__inner {
  width: 1020rem;
}

.price-table {
  margin-bottom: 80rem;
}

.price-table.price-basic {
  margin-bottom: 58rem;
}

.price-table.price-unlimited {
  margin-bottom: 100rem;
  padding-bottom: 84rem;
  border-bottom: 1px solid #000091;
}

.price-table.price-extended {
  margin-bottom: 140rem;
}

.price-table__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100rem;
  border: 1px solid #333;
  border-bottom: 0;
  font-weight: 500;
  font-size: 32rem;
}

.price-table__title span {
  font-size: 24rem;
}

.price-table__title--basic {
  background-color: #ffdc9d;
}

.price-table__title--basic+.price-table__content th {
  background-color: #fff3de;
}

.price-table__title--programming {
  background-color: #99d0ef;
}

.price-table__title--programming+.price-table__content th {
  background-color: #def0fa;
}

.price-table__title--unlimited {
  background-color: #ffdde3;
}

.price-table__title--extended {
  background-color: #d9d9ef;
}

.price-table__title--extended+.price-table__content th {
  background-color: #f0f0f8;
}

.price-table__content {
  width: 100%;
  border-collapse: collapse;
}

.price-table__content th,
.price-table__content td {
  width: 50%;
  height: 80rem;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 24rem;
}

/* ===================================
   キャンペーン・注意書き
=================================== */
.price-section__box {
  margin-top: 40rem;
}

.price-section__note {
  padding-left: 1em;
  color: #333;
  text-indent: -1em;
  font-weight: 400;
  font-size: 18rem;
  line-height: 30rem;
}

.price-section__campaign {
  color: #f00;
  text-decoration: underline;
  font-weight: 500;
  font-size: 26rem;
}

/* ===================================
   お問い合わせボタン
=================================== */
.price-section__contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50rem;
}

.contact-text {
  margin-bottom: 36rem;
  font-weight: 400;
  font-size: 22rem;
}

.contact-button {
  position: relative;
  display: inline-block;
  padding: 24rem 50rem;
  border-radius: 6rem;
  background-color: #000091;
  box-shadow: 4rem 4rem 0rem rgba(151, 151, 151, .25);
  color: #fff;
  vertical-align: baseline;
  font-weight: 700;
  font-size: 32rem;
  transition: .3s;
}

.contact-button span {
  margin-left: 10rem;
  font-size: 26rem;
}

.contact-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20rem;
  width: .35em;
  height: .35em;
  border: 4rem solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
}

.contact-button:hover {
  background-color: #1c1c80;
}

/* ===================================
   フッター
=================================== */
.page-footer {
  padding: 80rem 0;
}

.page-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: auto;
  margin-left: auto;
  width: 1080rem;
}

.page-footer__text {
  margin-right: 19rem;
  font-weight: 400;
  font-size: 18rem;
  line-height: 1;
}

.page-footer__logo img {
  width: 200rem;
}

.contact-form__detail textarea,
.contact-form__textbox,
.contact-form__half-textbox,
.contact-form__quarter-textbox,
.contact-form__quarter-select select,
.contact-form__grade-pulldown select {
  display: flex;
  align-items: center;
  padding: 0rem 24rem;
  width: 100%;
  height: 70rem;
  border: 1px solid #000091;
  background-color: #f5f6ff;
  font-weight: 400;
}

.contact-form {
  margin-right: auto;
  margin-left: auto;
  padding-top: 80rem;
  width: 1020rem;
  font-size: 22rem;
}

.contact-form__text {
  font-size: 22rem;
}

.contact-form__attention {
  padding: 0 .1em;
  color: #f00;
}

.contact-form__title {
  display: block;
  margin-bottom: 10rem;
  color: #000091;
  font-weight: 500;
  font-size: 28rem;
  line-height: 1.28571429;
}

.contact-form__sub-title {
  color: #000091;
  font-weight: 500;
  font-size: 28rem;
  line-height: 1.28571429;
}

.contact-form__section input,
.contact-form__section select {
  color: var(--colorBlack);
}
.contact-form__section+.contact-form__section {
  margin-top: 50rem;
}

.contact-form__type-checkbox label+label,
.contact-form__school-checkbox label+label {
  margin-left: 30rem;
}

.contact-form input[type=checkbox] {
  position: relative;
  top: -2rem;
  margin-right: 12rem;
  transform: scale(1.5);
}

.contact-form__grade-pulldown,
.contact-form__quarter-select {
  position: relative;
}

.contact-form__grade-pulldown::after,
.contact-form__quarter-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38rem;
  display: block;
  width: 20rem;
  height: 10rem;
  background-image: url('../image/arrow_select.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.contact-form__grade-pulldown select,
.contact-form__quarter-select select {
  width: 100%;
  font-size: 24rem;
}

.contact-form__grade-pulldown select:has(option[value='']:checked),
.contact-form__quarter-select select:has(option[value='']:checked) {
  color: #979797;
}

.contact-form__half-textbox,
.contact-form__quarter-textbox,
.contact-form__quarter-select select {
  width: 430rem;
  font-size: 24rem;
}

.contact-form__name {
  display: flex;
  align-items: center;
}

.contact-form__name label {
  display: flex;
  align-items: center;
}

.contact-form__name input {
  margin-left: 20rem;
}

.contact-form__name label+label {
  margin-left: 65rem;
}

.contact-form__textbox {
  width: 100%;
  font-size: 24rem;
}

.contact-form__textbox::placeholder {
  color: #979797;
}

.contact-form__caption {
  margin-top: 10rem;
  font-size: 18rem;
  line-height: 1.66666667;
}

.contact-form__address {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.contact-form__quarter-textbox,
.contact-form__quarter-select {
  width: 250rem;
}

.contact-form__quarter-textbox select,
.contact-form__quarter-select select {
  width: 100%;
}

.contact-form__quarter-textbox::placeholder,
.contact-form__quarter-select::placeholder {
  color: #979797;
}

.contact-form__quarter-textbox:has(option[value='']:checked),
.contact-form__quarter-select:has(option[value='']:checked) {
  color: #979797;
}

.contact-form__detail textarea {
  margin-top: 10rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
  width: 100%;
  height: 176rem;
  font-size: 24rem;
}

.contact-form__detail textarea::placeholder {
  color: #979797;
}

.term-service {
  display: flex;
  justify-content: center;
  margin-top: 90rem;
  text-align: center;
}

.term-service a {
  color: #000091;
  text-decoration: underline;
}

.contact-form___submit-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12rem;
  margin-top: 36rem;
  margin-right: auto;
  margin-left: auto;
  width: 342rem;
  height: 122rem;
  border-radius: 6rem;
  background-color: #000091;
  box-shadow: 4rem 4rem 0rem rgba(151, 151, 151, .25);
  color: #fff;
  font-weight: 700;
  font-size: 32rem;
  line-height: 1;
}

.contact-form___submit-btn span {
  font-weight: normal;
  font-size: 18rem;
  line-height: 1;
}

.contact-form___submit-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20rem;
  width: .35em;
  height: .35em;
  border: 4rem solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
}

.page-thanks {
  padding-top: 100rem;
  padding-bottom: 180rem;
  text-align: center;
}

.page-thanks .contact-form__title {
  font-size: 34rem;
  line-height: 1.47058824;
}

.page-thanks .contact-form__text {
  margin-top: 20rem;
  font-size: 22rem;
  line-height: 1.81818182;
}

.page-thanks .contact-form___submit-btn {
  margin-top: 50rem;
  width: 430rem;
  height: 100rem;
  background-color: #979797;
  font-size: 26rem;
}

.top__section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--weightBold);
  font-size: 46rem;
  line-height: 1.4;
}

.top__section-title span {
  margin-right: 10rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 60rem;
  font-family: var(--fontEnglish);
}

.top__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 640rem;
  height: 4rem;
  background-color: var(--colorSub);
  transform: translateX(-50%);
}

.js-fadein {
  opacity: 0;
  transition: transform .8s, opacity .8s;
  transform: translateY(-100rem);
}

.js-fadein.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-faderight {
  opacity: 0;
  transition: transform .8s, opacity .8s;
  transform: translateX(100rem);
}

.js-faderight.js-active {
  opacity: 1;
  transform: translateX(0);
}

.js-fadeleft {
  opacity: 0;
  transition: transform .8s, opacity .8s;
  transform: translateX(-100rem);
}

.js-fadeleft.js-active {
  opacity: 1;
  transform: translateX(0);
}

.js-fade {
  opacity: 0;
  transition: opacity .8s;
}

.js-fade.js-active {
  opacity: 1;
}

.top__main {
  overflow: hidden;
}

.top__cta {
  padding-top: 42rem;
  padding-bottom: 38rem;
  background-color: var(--colorSub);
}

.top__cta-inner {
  margin: 0 auto;
  width: 902rem;
}

.top__cta-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26rem;
}

.top__cta-text {
  position: relative;
  padding: 4rem 10rem 8rem 22rem;
  border-radius: 6rem;
  background-color: #fff;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 22rem;
}

.top__cta-text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15rem;
  display: block;
  width: 21rem;
  height: 18rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}

.top__cta-text-image {
  width: 480rem;
}

.top__cta-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18rem;
}

.top__cta-button {
  position: relative;
  width: 430rem;
  height: 82rem;
}

.top__cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  background-color: #fff;
}

.top__cta-button-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  box-shadow: 5rem 5rem 0 0 rgba(152, 0, 102, .5);
  font-weight: var(--weightBold);
  font-size: 26rem;
}

.top__cta-button-link span {
  font-size: 32rem;
  transform: translateY(-3rem);
}

.top__cta-button-link::after {
  content: '';
  position: absolute;
  right: 20rem;
  display: block;
  width: 10rem;
  height: 10rem;
  border: 3rem solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.top__cta-button--contact .top__cta-button-link {
  padding-left: 65rem;
  background-color: var(--colorAccent);
  color: var(--colorMain);
}

.top__cta-button--contact .top__cta-button-link::before {
  content: '';
  display: block;
  margin-right: 14rem;
  width: 36rem;
  height: 36rem;
  background-image: url(../image/icon_pencil.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top__cta-button--price .top__cta-button-link {
  justify-content: center;
  background-color: var(--colorMain);
  color: #fff;
}

.top__cta-button--price .top__cta-button-link::before {
  content: '';
  display: block;
  margin-right: 16rem;
  width: 32rem;
  height: 34rem;
  background-image: url(../image/icon_calc.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top__mv {
  min-height: 570rem;
  background-image: url(../image/bg_top-mv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top__mv-title {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  gap: 14rem;
  clip-path: inset(0 100% 0 0);
  transition: clip-path cubic-bezier(.27, -.05, .27, .93) 2s;
  position: relative;
  top: 80px;
}

.top__mv-title span {
  display: block;
  padding: 0 16rem;
  background-color: var(--colorSub);
  color: #fff;
  letter-spacing: -.11em;
  font-weight: var(--weightBold);
  font-size: 44rem;
  font-family: var(--fontMaru);
  letter-spacing: 1px;
}

.top__mv-title span:nth-child(2) {
  background-color: var(--colorSub);
}

.js-active .top__mv-title {
  clip-path: inset(0 0 0 0);
}

.top__mv-inner {
  margin: 0 auto;
  padding-top: 270rem;
  width: 1080rem;
}

.top__introduction {
  padding-top: 100rem;
}

.top__introduction-inner {
  margin: 0 auto;
  width: 1020rem;
  position: relative;
}
.top__introduction-inner ::before,
.top__introduction-inner ::after {
  border: 3px solid #000091;
  content: "";
  display: inline-block;
  height: 170px;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.top__introduction-inner ::before {
  border-right: none;
  left: 100px;
}
.top__introduction-inner ::after {
  border-left: none;
  right: 100px;
}
.top__introduction-text {
  text-align: center;
  line-height: 2;
}

.top__introduction-button-container {
  margin-top: 50rem;
}

.top__introduction-button-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top__introduction-button-item {
  width: 320rem;
  height: 80rem;
}

.top__introduction-button-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  background-color: var(--colorMain);
  color: #fff;
  font-size: 22rem;
}

.top__introduction-button-link::after {
  content: '';
  display: block;
  width: 12rem;
  height: 12rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.top__feature {
  padding-top: 90rem;
  padding-bottom: 127rem;
  background-image: url(../image/bg_top-feature.svg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.top__feature-inner {
  margin: 0 auto;
  width: 1020rem;
}

.top__feature-list {
  display: flex;
  flex-direction: column;
  gap: 140rem;
  margin-top: 94rem;
}

.top__feature-title-container {
  display: flex;
  align-items: center;
  gap: 26rem;
  padding-left: 16rem;
  width: 100%;
}

.top__feature-title-image {
  flex-shrink: 0;
  width: 219rem;
  transform: translateY(-3rem);
}

.top__feature-title {
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 38rem;
  line-height: 1.42;
}

.top__feature-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40rem;
}

.top__feature-image {
  width: 500rem;
}

.top__feature-image img {
  width: 100%;
  box-shadow: 7rem 7rem 0 0 var(--colorSub);
}

.top__feature-image--small {
  margin-left: 36rem;
  width: 430rem;
}

.top__feature-image--small img {
  width: 100%;
  box-shadow: 6rem 6rem 0 0 var(--colorSub);
}

.top__feature-text {
  margin-top: 25rem;
  width: 470rem;
  line-height: 1.77;
}

.top__reason {
  padding-top: 100rem;
  padding-bottom: 100rem;
  background-color: #fff;
  background-image: radial-gradient(circle, #f5f5f5 4px, transparent 4px);
  background-position: 0 0;
  background-size: 30px 30px;
}

.top__reason .top__section-title::after {
  width: 815rem;
}

.top__reason-inner {
  margin: 0 auto;
  width: 1080rem;
}

.top__reason-anchor-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50rem;
}

.top__reason-anchor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270rem;
  height: 70rem;
  border-left: 2px solid var(--colorMain);
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 22rem;
}

.top__reason-anchor-item:first-child {
  border-left: 0;
}

.top__reason-anchor-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.top__reason-anchor-link::after {
  content: '';
  display: block;
  width: 10rem;
  height: 10rem;
  border: 2px solid var(--colorMain);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.top__reason-list {
  display: flex;
  flex-direction: column;
  gap: 35rem;
  margin-top: 60rem;
}

.top__reason-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: 1050rem;
}

.top__reason-item:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}

.top__reason-content {
  flex-shrink: 0;
  margin-bottom: 20rem;
  width: 530rem;
}

.top__reason-item:nth-child(3) .top__reason-content {
  margin-bottom: 70rem;
}

.top__reason-item:nth-child(4) .top__reason-content {
  margin-bottom: 70rem;
}

.top__reason-title {
  display: flex;
  align-items: center;
  align-items: flex-end;
  gap: 20rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 30rem;
  line-height: 1.533;
}

.top__reason-title::before {
  content: '1';
  color: var(--colorSub);
  font-weight: normal;
  font-size: 170rem;
  font-family: var(--fontNumber);
  line-height: 1;
  transform: translateY(10rem);
}

.top__reason-item:nth-child(2) .top__reason-title::before {
  content: '2';
}

.top__reason-item:nth-child(3) .top__reason-title::before {
  content: '3';
}

.top__reason-item:nth-child(4) .top__reason-title::before {
  content: '4';
}
.top__reason-item:nth-child(5) .top__reason-title::before {
  content: '5';
}
.top__reason-text {
  margin-top: 20rem;
}

.top__course {
  padding-top: 110rem;
  padding-bottom: 120rem;
  background-color: #fdeddb;
}

.top__course-inner {
  margin: 0 auto;
  width: 1080rem;
}

.top__course-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--colorMain);
  letter-spacing: .02em;
  font-weight: var(--weightBold);
  font-size: 50rem;
}

.top__course-title::before {
  content: 'Content';
  color: var(--colorSub);
  letter-spacing: .02em;
  font-size: 32rem;
  line-height: 1;
}

.top__course-anchor-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 34rem;
  width: 942rem;
}

.top__course-anchor-item {
  width: 450rem;
  height: 80rem;
}

.top__course-anchor-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  background-color: #ff612d;
  box-shadow: 4rem 4rem 0 0 rgba(151, 151, 151, .25);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 26rem;
  line-height: 1;
}

.top__course-anchor-link::after {
  content: '';
  display: block;
  width: 12rem;
  height: 12rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.top__course-anchor-item:nth-child(2) .top__course-anchor-link {
  background-color: #0089d8;
}

.top__course-anchor-text {
  margin-top: 30rem;
  text-align: center;
}

.top__course-list {
  display: flex;
  flex-direction: column;
  gap: 100rem;
  margin-top: 40rem;
}

.top__course-item {
  padding: 60rem 0 50rem;
  border-radius: 40rem;
  background-color: #fff;
}

.top__course-subtitle {
  color: #ff612d;
  text-align: center;
  font-weight: var(--weightBold);
  font-size: 50rem;
}

.top__course-item:nth-child(2) .top__course-subtitle {
  color: #0089d8;
}

.top__course-item-subject {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16rem;
  margin-top: 20rem;
}

.top__course-item-subject dt {
  font-size: 24rem;
}

.top__course-item-subject dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190rem;
  height: 46rem;
  border-radius: 8rem;
  background-color: #09d;
  color: #fff;
  font-weight: var(--weightMedium);
  font-size: 24rem;
}

.top__course-item-subject dd:nth-of-type(2) {
  background-color: #00a87f;
}

.top__course-item-subject dd:nth-of-type(3) {
  background-color: #ff4f5d;
}
.top__course-item-subject dd:nth-of-type(4) {
  background-color: #0074bc;
}

.top__course-item-list {
  margin: 0 auto;
  margin-top: 60rem;
  width: 900rem;
}

.top__course-item-item {
  padding: 40rem 0;
  border-top: 1px solid #e4e4e4;
}

.top__course-item-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.top__course-item-title {
  display: flex;
  align-items: center;
  gap: 15rem;
  color: var(--colorBlack);
  white-space: nowrap;
  font-weight: var(--weightBold);
  font-size: 30rem;
}

.top__course-item-title::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 10rem;
  height: 50rem;
  background-color: #ffc45c;
}

.top__course-item:nth-child(2) .top__course-item-title::before {
  background-color: #0089d8;
}

.top__course-item-container {
  display: flex;
  gap: 54rem;
  margin-top: 30rem;
}

.top__course-item-image {
  flex-shrink: 0;
  width: 380rem;
}

.top__course-item-image img {
  width: 100%;
}

.top__course-item-text {
  display: flex;
  flex-direction: column;
  gap: 36rem;
  width: 460rem;
}

.top__course-item-text span {
  color: #ff612d;
  font-weight: 700;
}

.top__course-item-text--small {
  font-size: 14rem;
}

.top__course-item-button.top__course-item-button--tofas {
  margin-bottom: 12rem;
}
.top__course-item-link {
  display: inline-block;
  padding: 10rem 15rem 10rem 36rem;
  border-radius: 4rem;
  background-color: var(--colorMain);
  box-shadow: 4rem 4rem 0 0 rgba(151, 151, 151, .25);
  color: #fff;
  font-weight: var(--weightBold);
  font-size: 24rem;
}

.top__course-item-link::after {
  content: '';
  display: inline-block;
  margin-left: 25rem;
  width: 10rem;
  height: 10rem;
  border: 3rem solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-5rem);
}

.top__information {
  padding-top: 20rem;
  padding-bottom: 130rem;
}

.top__information-container {
  padding-top: 100rem;
}

.top__information-inner {
  margin: 0 auto;
  width: 1020rem;
}

.top__information-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23rem;
  color: var(--colorMain);
  font-weight: var(--weightBold);
  font-size: 50rem;
}

.top__information-title::before {
  content: '';
  display: block;
  width: 70rem;
  height: 70rem;
  background-image: url(../image/icon_frag.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top__information-container:nth-child(2) .top__information-title::before {
  background-image: url(../image/icon_document.svg);
}

.top__information-list {
  margin-top: 32rem;
}

.top__information-item {
  display: flex;
  gap: 64rem;
  padding: 60rem 45rem;
  border-bottom: 1px solid var(--colorMain);
}

.top__information-item:first-child {
  border-top: 1px solid var(--colorMain);
}

.top__information-map {
  width: 400rem;
}

.top__information-map img {
  width: 100%;
}

.top__information-item-title {
  font-weight: var(--weightBold);
  font-size: 34rem;
}

.top__information-item-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
  width: 120rem;
  height: 32rem;
  border-radius: 16rem;
  background-color: #d9d9ef;
  font-weight: var(--weightRegular);
  font-size: 20rem;
}

.top__information-item-list dt:nth-of-type(2) {
  margin-top: 30rem;
}

.top__information-item-list dd {
  margin-top: 15rem;
}

.top__information-item-link {
  display: flex;
  align-items: center;
  gap: 10rem;
  color: #1111cb;
  text-decoration: underline;
  font-size: 20rem;
}

.top__information-item-link::after {
  content: '';
  display: block;
  width: 18rem;
  height: 18rem;
  background-image: url(../image/icon_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top__information-table {
  margin-top: 20rem;
  width: 100%;
  border-spacing: 8rem;
  border-collapse: separate;
}

.top__information-table th {
  padding: 19rem 0;
  width: 192rem;
  background-color: var(--colorMain);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 20rem;
}

.top__information-table td {
  padding: 19rem 40rem;
  background-color: #ededf7;
  font-size: 20rem;
  line-height: 1.7;
}

.top__information-table td a {
  color: #1111cb;
  text-decoration: underline;
}
.course-btn-flex {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 40rem 0;
}

/** インタビュー追加 **/
.interview-course {
  padding-top: 0;
  padding-bottom: 120rem;
  background-color: #fdeddb;
}
.interview-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--colorMain);
  letter-spacing: .02em;
  font-weight: var(--weightBold);
  font-size: 50rem;
}
.interview-title::before {
  content: 'Interview';
  color: var(--colorSub);
  letter-spacing: .02em;
  font-size: 32rem;
  line-height: 1;
}
.sec-int {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.int-box {
  display: flex;
  background-color: #fff;
  padding: 60px 30px 40px;
  gap: 30px;
  border-radius: 40rem;
}
.int-ex {
  font-size: 18rem;
  line-height: 1.67;
  width: 100%;
}
.int-ex-tx {
  padding-top: 40px;
}

h2.int-header {
  margin: 0 0 20px;
  color: #666;
  font-size: 20rem;
  line-height: 1.4;
  font-weight: 500;
}

h2.int-header span {
  margin-bottom: .25em;
  color: #ff612d;
  font-size: 40rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
}

.features {
  text-align: center;
}

.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: 3px solid #ff612d;
  border-radius: 10px;
  box-sizing: border-box;
  color: #666;
  font-size: 24rem;
  font-weight: bold;
  top: 20px;
  height: 80px;
  line-height: 60px;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff612d;
  z-index: 1;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
}

#interview .btn-wrap {
  margin: 30px 0 0 0;
}
.font-b {
  font-weight: bold;
}

.int-btn {
  display: inline-block;
  margin: 50rem 100rem 0 100rem;
  padding: 10rem 15rem 10rem 36rem;
  width: auto;
  border-radius: 4rem;
  background-color: #ff612d;
  box-shadow: 4rem 4rem 0 0 rgba(151, 151, 151, .25);
  color: #fff;
  font-weight: bold;
  font-size: 24rem;
}

.int-btn::after {
  content: '';
  display: inline-block;
  margin-left: 25rem;
  width: 10rem;
  height: 10rem;
  border: 3rem solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-5rem);
}

.spl__ruby01{
	color: #00008b;	
	text-align: center;
	margin-right: 520px;
  position: relative;
  top: 15px;
	}

.spl__ruby02{
	color: #00008b;	
	text-align: center;
	margin-right: 320px;
	}


@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .1333333333vw;
  }

  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .header {
    position: absolute;
  }
  .header__inner {
    width: 670rem;
  }

  .header__logo {
    width: 220rem;
  }

  .footer {
    padding: 70rem 0;
  }

  .footer__inner {
    width: 670rem;
  }

  .footer__nav-list {
    gap: 80rem;
  }

  .footer__nav-link {
    font-size: 28rem;
  }

  .footer__bottom {
    margin-top: 80rem;
  }

  .page-header {
    padding-top: 51rem;
    padding-bottom: 39rem;
    padding-left: 40rem;
  }

  .page-header__logo img {
    width: 220rem;
  }

  .price-section {
    padding-top: 74rem;
  }

  .page-section__title {
    height: 170rem;
  }

  .page-section__title-text {
    width: 456rem;
    height: 100rem;
    font-size: 48rem;
  }

  .price-section__inner {
    width: 670rem;
  }

  .price-table {
    margin-bottom: 93rem;
  }

  .price-table.price-basic {
    margin-bottom: 80rem;
  }

  .price-table.price-unlimited {
    padding-bottom: 114rem;
  }

  .price-table.price-extended {
    margin-bottom: 140rem;
  }

  .price-table__title {
    height: 144rem;
    font-size: 46rem;
  }

  .price-table__title span {
    letter-spacing: .015em;
    font-size: 28rem;

    font-feature-settings: 'palt';
  }

  .price-table__content {
    border-bottom: 1px solid #333;
  }

  .price-table__content tr {
    display: flex;
  }

  .price-table__content th,
  .price-table__content td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 116rem;
    border-bottom: 0;
    font-size: 34rem;
  }

  .price-section__box {
    margin-top: 60rem;
  }

  .price-section__note {
    margin-left: auto;
    width: 640rem;
    font-size: 28rem;
    line-height: 48rem;
  }

  .price-section__campaign {
    margin-right: auto;
    margin-left: auto;
    width: 620rem;
    font-size: 40rem;
  }

  .price-section__contact {
    margin-bottom: 20rem;
  }

  .contact-text {
    width: 620rem;
    font-size: 28rem;
  }

  .contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 620rem;
    height: 142rem;
    border-radius: 10rem;
    font-size: 46rem;
  }

  .contact-button span {
    margin-left: 10rem;
    font-size: 36rem;
  }

  .contact-button::before {
    right: 26rem;
    width: .45em;
    height: .45em;
    border: 3px solid;
    border-top: 0;
    border-left: 0;
  }

  .page-footer__inner {
    width: 670rem;
  }

  .contact-form__detail textarea,
  .contact-form__textbox,
  .contact-form__half-textbox,
  .contact-form__quarter-textbox,
  .contact-form__quarter-select select,
  .contact-form__grade-pulldown select {
    height: 100rem;
  }

  .contact-form {
    width: 670rem;
    font-size: 30rem;
  }

  .contact-form__text {
    margin-bottom: 1em;
    font-size: 28rem;
  }

  .contact-form__title {
    margin-bottom: 20rem;
    font-size: 30rem;
  }

  .contact-form__sub-title {
    font-size: 30rem;
  }

  .contact-form__section+.contact-form__section {
    margin-top: 80rem;
  }

  .contact-form__type-checkbox,
  .contact-form__school-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }

  .contact-form__type-checkbox label+label,
  .contact-form__school-checkbox label+label {
    margin-left: 0rem;
  }

  .contact-form input[type=checkbox] {
    margin-right: 20rem;
  }

  .contact-form__grade-pulldown::after,
  .contact-form__quarter-select::after {
    right: 30rem;
    width: 28rem;
    height: 14rem;
  }

  .contact-form__grade-pulldown select,
  .contact-form__quarter-select select {
    font-size: 30rem;
  }

  .contact-form__half-textbox,
  .contact-form__quarter-textbox,
  .contact-form__quarter-select select {
    width: 320rem;
    font-size: 30rem;
  }

  .contact-form__name label span {
    display: none;
  }

  .contact-form__name input {
    margin-left: 0;
  }

  .contact-form__name label+label {
    margin-left: 30rem;
  }

  .contact-form__textbox {
    font-size: 30rem;
  }

  .contact-form__caption {
    font-size: 28rem;
  }

  .contact-form__quarter-textbox,
  .contact-form__quarter-select {
    width: 310rem;
  }

  .contact-form__detail textarea {
    height: 420rem;
  }

  .term-service {
    margin-top: 50rem;
    margin-right: auto;
    margin-left: auto;
    width: 620rem;
    text-align: left;
    font-size: 28rem;
  }

  .contact-form___submit-btn {
    gap: 20rem;
    width: 620rem;
    height: 164rem;
    border-radius: 10rem;
    font-size: 46rem;
  }

  .contact-form___submit-btn span {
    font-size: 28rem;
  }

  .contact-form___submit-btn::before {
    right: 26rem;
    width: .45em;
    height: .45em;
    border: 3px solid;
    border-top: 0;
    border-left: 0;
  }

  .page-thanks .contact-form__title {
    font-size: 46rem;
  }

  .page-thanks .contact-form__text {
    margin-top: 40rem;
    font-size: 28rem;
  }

  .page-thanks .contact-form___submit-btn {
    margin-top: 90rem;
    width: 620rem;
    height: 142rem;
    font-size: 36rem;
  }

  .top__section-title {
    display: inline;
    border-bottom: 4rem solid var(--colorSub);
    font-size: 54rem;
    line-height: 1.5;
  }

  .top__section-title span {
    font-size: 70rem;
  }

  .top__section-title::after {
    display: none;
  }

  .top__section-title-container {
    text-align: center;
  }

  .top__cta {
    padding-top: 50rem;
    padding-bottom: 60rem;
  }

  .top__cta-inner {
    width: 620rem;
  }

  .top__cta-text-container {
    flex-direction: column;
  }

  .top__cta-text {
    padding: 10rem 16rem 10rem 22rem;
    font-size: 30rem;
  }

  .top__cta-text::after {
    top: auto;
    right: auto;
    bottom: -15rem;
    left: 50%;
    width: 30rem;
    height: 18rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }

  .top__cta-text-image {
    width: 613rem;
  }

  .top__cta-button-container {
    flex-direction: column;
    gap: 26rem;
    width: 620rem;
  }

  .top__cta-button {
    width: 620rem;
    height: 110rem;
  }

  .top__cta-button::before {
    border-radius: 12rem;
  }

  .top__cta-button-link {
    border-radius: 12rem;
    font-size: 34rem;
  }

  .top__cta-button-link span {
    font-size: 42rem;
  }

  .top__cta-button-link::after {
    right: 36rem;
    width: 16rem;
    height: 16rem;
    border-width: 5rem;
  }

  .top__cta-button--contact .top__cta-button-link {
    justify-content: center;
    padding-left: 0;
  }

  .top__cta-button--contact .top__cta-button-link::before {
    margin-right: 25rem;
    width: 50rem;
    height: 50rem;
  }

  .top__cta-button--price .top__cta-button-link::before {
    margin-right: 25rem;
    width: 47rem;
    height: 50rem;
  }

  .top__mv {
    min-height: 795rem;
    background-image: url(../image/bg_top-mv_sp.jpg);
    background-position: top center;
    background-size: contain;
  }

  .top__mv-title {
    gap: 10rem;
    transition: clip-path cubic-bezier(.27, -.05, .27, .93) 1s;
    top: -20px;
  }

  .top__mv-title span {
    white-space: nowrap;
    line-height: 1.6;
    font-size: 37rem;
    letter-spacing: 0;
  }

  .top__mv-inner {
    padding-top: 600rem;
    width: 690rem;
  }

  .top__introduction {
    padding-top: 0;
  }

  .top__introduction-inner {
    width: 670rem;
  }

  .top__introduction-text {
    margin: 0 auto;
    width: 665rem;
    font-size: 28rem;
    line-height: 1.714;
    padding-bottom: 8px;
  }

  .top__introduction-button-item {
    width: 210rem;
    height: 120rem;
  }

  .top__introduction-button-link {
    border-radius: 10rem;
    font-weight: var(--weightBold);
    font-size: 30rem;
  }

  .top__introduction-button-link::after {
    width: 18rem;
    height: 18rem;
  }

  .top__feature {
    background-image: url(../image/bg_top-feature_sp.svg);
    background-position: center 300rem;
    background-size: contain;
  }

  .top__feature-inner {
    width: 670rem;
  }

  .top__feature-list {
    gap: 125rem;
  }

  .top__feature-title-container {
    flex-direction: column;
    gap: 12rem;
    padding-left: 0;
  }

  .top__feature-title-image {
    width: 200rem;
    transform: none;
  }

  .top__feature-title {
    text-align: center;
    font-size: 50rem;
    line-height: 1.6;
  }

  .top__feature-content {
    align-items: center;
    flex-direction: column;
  }

  .top__feature-image {
    width: 670rem;
  }

  .top__feature-image--small {
    margin-left: 0;
    width: 570rem;
  }

  .top__feature-text {
    margin-top: 50rem;
    width: 620rem;
    font-size: 28rem;
    line-height: 1.714;
  }

  .top__reason {
    padding-top: 110rem;
    padding-bottom: 120rem;
    background-image: radial-gradient(circle, #f5f5f5 4rem, transparent 4rem);
    background-position: 0 0;
    background-size: 36rem 36rem;
  }

  .top__reason-inner {
    width: 670rem;
  }

  .top__reason-anchor-list {
    margin-top: 50rem;

    row-gap: 30rem;
  }

  .top__reason-anchor-item {
    width: 335rem;
    height: 84rem;
    border-left: 2px solid var(--colorMain);
  }

  .top__reason-anchor-item:first-child {
    border-left: 2px solid var(--colorMain);
  }

  .top__reason-anchor-item:nth-child(even) {
    border-right: 2px solid var(--colorMain);
  }

  .top__reason-anchor-link {
    font-size: 28rem;
  }

  .top__reason-anchor-link::after {
    width: 14rem;
    height: 14rem;
  }

  .top__reason-list {
    gap: 80rem;
  }

  .top__reason-item {
    flex-direction: column;
  }

  .top__reason-item:nth-child(even) {
    flex-direction: column;
  }

  .top__reason-content {
    margin-bottom: 0;
    width: 620rem;
  }

  .top__reason-item:nth-child(3) .top__reason-content {
    margin-bottom: 0;
  }

  .top__reason-item:nth-child(4) .top__reason-content {
    margin-bottom: 0;
  }

  .top__reason-title {
    font-size: 38rem;
    line-height: 1.5;
  }

  .top__reason-text {
    font-size: 28rem;
    line-height: 1.714;
  }

  .top__reason-image {
    margin-top: 50rem;
    width: 620rem;
  }

  .top__course {
    padding-bottom: 140rem;
  }

  .top__course-inner {
    width: 670rem;
  }

  .top__course-title {
    font-size: 62rem;
    text-align: center;
  }

  .top__course-title::before {
    font-size: 40rem;
  }

  .top__course-anchor-list {
    width: 670rem;
  }

  .top__course-anchor-item {
    width: 318rem;
    height: 124rem;
  }

  .top__course-anchor-link {
    border-radius: 10rem;
    text-align: center;
    font-size: 30rem;
    line-height: 1.2;
  }

  .top__course-anchor-text {
    font-size: 28rem;
  }

  .top__course-subtitle {
    font-size: 60rem;
  }

  .top__course-item-subject {
    flex-wrap: wrap;
    margin-top: 10rem;

    row-gap: 7rem;
  }

  .top__course-item-subject dt {
    width: 100%;
    text-align: center;
    font-size: 30rem;
  }

  .top__course-item-subject dd {
    width: 230rem;
    height: 54rem;
    font-size: 30rem;
  }

  .top__course-item-list {
    width: 576rem;
  }

  .top__course-item-title {
    gap: 30rem;
    white-space: normal;
    white-space: nowrap;
    font-size: 40rem;
    line-height: 1.5;
  }

  .top__course-item-title::before {
    height: 100rem;
  }

  .top__course-item:nth-child(2) .top__course-item-item:last-child .top__course-item-title::before {
    height: 160rem;
  }

  .top__course-item-container {
    flex-direction: column;
    gap: 28rem;
    margin: 30rem auto 0;
    width: 550rem;
  }

  .top__course-item-image {
    margin: 0 auto;
    width: 507rem;
  }

  .top__course-item-text {
    margin: 0 auto;
    width: 550rem;
    font-size: 28rem;
    line-height: 1.714;
  }

  .top__course-item-text--small {
    font-size: 20rem;
  }

  .top__course-item-button {
    width: 350rem;
    height: 130rem;
  }

  .top__course-item-button.top__course-item-button--tofas {
    margin-top: 30rem;
    margin-bottom: 0;
    width: 350rem;
    height: 100rem;
  }

  .top__course-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    font-size: 32rem;
    line-height: 1.375;
  }

  .top__course-item-link::after {
    width: 16rem;
    height: 16rem;
    border-width: 4rem;
    transform: rotate(-45deg);
  }

  .top__information-inner {
    width: 670rem;
  }

  .top__information-title {
    font-size: 64rem;
  }

  .top__information-title::before {
    width: 80rem;
    height: 80rem;
  }

  .top__information-item {
    flex-direction: column-reverse;
    padding: 70rem 20rem;
  }

  .top__information-map {
    margin: 0 auto;
    width: 620rem;
  }

  .top__information-item-title {
    font-size: 48rem;
  }

  .top__information-item-list dt {
    width: 170rem;
    height: 44rem;
    border-radius: 20rem;
    font-size: 30rem;
  }

  .top__information-item-list dd {
    font-size: 30rem;
  }

  .top__information-item-link {
    font-size: 30rem;
  }

  .top__information-item-link::after {
    width: 24rem;
    height: 24rem;
  }

  .top__information-table {
    border-spacing: 16rem;
    transform: scale(1.05);
  }

  .top__information-table th {
    width: 158rem;
    font-size: 28rem;
  }

  .top__information-table td {
    padding: 30rem 10rem 30rem 20rem;
    font-size: 30rem;
  }

  .sp-none {
    display: none !important;
  }
  .top__introduction-inner ::before {
    border-right: none;
    left: -10px;
  }
  .top__introduction-inner ::after {
    border-left: none;
    right: -10px;
  }
	.course-btn-flex {
    flex-flow: column;
  }
	
	
/** インタビュー追加 **/
  .sec-int {
    padding: 0;
  }
h2.int-header {
  margin: 0 0 5px;
  font-size: 28rem;
}	
  .balloon1 {
    font-size: 28rem;
    height: 50px;
    line-height: 30px;
    border-radius: 8px;
	padding: 8px 20px 35px 20px;
    font-feature-settings: 'palt';
  }
  .int-box {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    width: 670rem;
    margin: 0 auto;
  }
  .int-box-pic {
    text-align: center;
  }
  .int-ex {
	font-size:24rem;
    padding: 20px 0 0 0;
  }
	
.int-btn {
  display: block;
  font-size:32rem;
  margin: 20px 30px 0 30px;
  padding: 20rem 15rem 20rem 36rem;
  border-radius: 7rem;
  text-align: center;
}
	
.spl__ruby01, .spl__ruby02{
	font-size: 28rem;
  margin-right: 225px;
  position: relative;
  top: 10px;
	}
}

@media screen and (max-width: 768px) {
  :root {
    --board: 750;
    --max: 9999px;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: .6;
  }
}

/* 学習内容内、特長 */
.top__course-item-contents {
  background-color: #fdeddb;
  width: 900rem;
  margin: 50px auto 0;
  border-radius: 22px;
  padding: 3% 3% 1%;
  text-align: center;
}
.top__course-item-contents p+p {
  padding-top: 22px;
}
.top__course-item-contents-small {
  font-size: 14rem;
  text-align: right;
}
.top__course-item-contents-marker {
display: inline;
background: linear-gradient(transparent 70%, #fff600 70%);
font-weight: bold;
}
ruby > rt {
  font-size: 16rem;
  font-weight: normal;
}
.top__interview-list {
  display: flex;
    flex-direction: column;
    gap: 100rem;
    margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .top__course-item-contents {
    font-size: 28rem;
    width: 576rem;
    padding: 5% 5% 3%;
    margin: 30px auto 0;
  }
  .top__course-item-contents-small {
    font-size: 20rem;
  }
  ruby > rt {
    font-size: 28rem;
    font-weight: normal;
  }
  .top__interview-list {
    display: flex;
      flex-direction: column;
      gap: 100rem;
      margin-top: 10rem;
  }

}


