@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

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

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

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
/* scroll reveal extension */
html {
  opacity: 0;
  transition: opacity 1.5s ease;
}

html.sr {
  opacity: 1;
}

html.sr .firstView_visual,
html.sr .js-fadeIn,
html.sr .js-fadeIn-left {
  visibility: hidden;
}

@media only screen and (-ms-high-contrast: none) {
  html.sr .firstView_visual,
  html.sr .js-fadeIn,
  html.sr .js-fadeIn-left {
    /*IE*/
    visibility: visible;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  color: #1A1A1A;
  font-family: 'Zen Kaku Gothic New', -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 4vw;
  }
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

strong {
  font-weight: normal;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: #00664B;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-weight: normal;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-family: inherit;
  font-size: 18px;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-sectionTitle, .c-sectionTitle-reverse {
  margin-bottom: 1em;
  color: #00664B;
  font-size: 180%;
  line-height: 1.5;
}

.c-sectionTitle > span, .c-sectionTitle-reverse > span {
  border-bottom: double 4px #00664B;
}

.c-sectionTitle-reverse {
  color: #fff;
}

.c-sectionTitle-reverse > span {
  border-bottom: double 4px #fff;
}

.c-sectionTitle_ruby, .c-sectionTitle_ruby-reverse, .c-sectionTitle_ruby-accent {
  display: block;
  margin-bottom: -0.45em;
  color: #E6F3F0;
  font-family: "Montserrat";
  font-size: 400%;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-sectionTitle_ruby, .c-sectionTitle_ruby-reverse, .c-sectionTitle_ruby-accent {
    font-size: 220%;
  }
}

.c-sectionTitle_ruby-reverse {
  color: #fff;
}

.c-sectionTitle_ruby-accent {
  color: #9AC6BC;
}

.c-subTitle {
  margin-bottom: 1em;
  color: #00664B;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

.c-table {
  width: 100%;
}

.c-table th {
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background-color: #00664B;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-table th {
    font-size: 5.5vw;
  }
}

.c-table td {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  color: #00664B;
  text-align: center;
}

.c-button {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 15px 30px;
  border-bottom: solid 0.25em #003326;
  border-radius: 100px;
  background-color: #00664B;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-button:hover {
  margin-top: 0.25em;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .c-button {
    padding: 0.8em 1.2em;
  }
}

.c-button-accent {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 15px 30px;
  border-bottom: solid 0.25em #c14200;
  border-radius: 100px;
  background-color: #F45400;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-button-accent:hover {
  margin-top: 0.25em;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .c-button-accent {
    padding: 0.8em 1.2em;
  }
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #l-header {
    z-index: 1000;
    position: sticky;
    top: 0;
    flex-flow: column;
    justify-content: center;
    height: 60px;
    transition: height .4s ease;
  }
}

@media only screen and (max-width: 768px) {
  #l-header {
    height: 50px;
  }
}

#l-footer {
  position: relative;
  padding: 50px 120px 30px;
  background-color: #E6F3F0;
  font-size: 75%;
}

@media only screen and (max-width: 768px) {
  #l-footer {
    padding: 25px 25px 17vw;
  }
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .p-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-site {
  padding-left: 15px;
}

.p-site a {
  display: block;
  width: 145px;
  line-height: 0;
}

.p-site img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .p-gnav {
    padding-right: 230px;
  }
  .p-gnavInner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .p-gnavItem {
    position: relative;
    transition: background .2s ease-out;
  }
  .p-gnavItem:hover {
    background-color: #E6F3F0;
  }
  .p-gnavLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
    color: #00664B;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
  }
  .p-gnavLink_ruby {
    display: none;
  }
  .p-gnavCVLink {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 60px;
    background: #00664B;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    transition: background .2s ease-out;
  }
  .p-gnavCVLink > i {
    margin-right: 5px;
    line-height: 0;
  }
  .p-gnavCVLink:hover {
    background-color: #004d38;
  }
}

@media only screen and (max-width: 768px) {
  .p-gnav {
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 320px;
    height: 100%;
    padding: 50px 0 60px;
    background: #00664B;
    transition: right .6s 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .p-gnavItem {
    display: block;
    position: relative;
    width: 100%;
  }
  .p-gnavItem::after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .p-gnavLink {
    display: flex;
    position: relative;
    flex-flow: column;
    align-items: center;
    padding: 20px 30px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease;
  }
  .p-gnavLink_ruby {
    display: inline-block;
    margin-top: 5px;
    font-family: "Montserrat";
    font-size: 1rem;
    font-style: normal;
  }
  .p-gnavLink:hover {
    background-color: #004d38;
  }
  .p-gnavCV {
    position: absolute;
    bottom: 0;
  }
  .p-gnavCVLink {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    border-bottom: solid 5px #c14200;
    background-color: #F45400;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease;
  }
  .p-gnavCVLink > i {
    margin-right: 5px;
    line-height: 0;
  }
  .p-gnavCVLink:hover {
    background-color: #db4b00;
  }
}

.p-hamburger {
  display: flex;
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 49px;
  padding: 17px 20px 17px 10px;
  line-height: 0;
  cursor: pointer;
}

.p-hamburger > span {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background: #00664B;
  transition: all .5s;
}

.p-hamburger.is-close > span {
  background: #fff;
}

.p-hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.p-hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .p-hamburger {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .p-footnav {
    display: flex;
  }
  .p-footnav li {
    margin-right: 30px;
  }
}

.p-footnav li {
  position: relative;
  padding-left: 0.7em;
}

.p-footnav li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  background-color: #9AC6BC;
  content: '';
}

.p-footnav a {
  color: #5D5D5D;
}

.p-footnav a:hover {
  text-decoration: none;
}

.p-footCV {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4vw;
  border-bottom: solid 1vw #003326;
  background-color: #00664B;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease;
}

.p-footCV > i {
  margin-right: 5px;
  line-height: 0;
}

.p-footCV:hover {
  background-color: #004d38;
}

.p-pagetop {
  z-index: 998;
  position: absolute;
  top: -50px;
  right: 2%;
  width: 60px;
  padding-top: 20px;
  color: #00664B;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.p-pagetop::before, .p-pagetop::after {
  position: absolute;
  top: 10px;
  width: 15px;
  height: 3px;
  border-radius: 10px;
  background-color: #00664B;
  content: '';
  transition: top .2s ease;
}

.p-pagetop::before {
  -webkit-transform: rotate(45deg);
  right: 18px;
  transform: rotate(45deg);
}

.p-pagetop::after {
  -webkit-transform: rotate(-45deg);
  left: 18px;
  transform: rotate(-45deg);
}

.p-pagetop:hover::before, .p-pagetop:hover::after {
  top: 0;
}

.p-telContact {
  margin-bottom: 3em;
  color: #00664B;
  font-weight: bold;
  line-height: 1;
}

.p-telContact .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  border: solid 1px #00664B;
  border-radius: 100px;
}

.p-telContact .description {
  margin-top: 1em;
}

.p-telContact .tel {
  margin-right: 0.2em;
  font-family: "Montserrat";
  font-size: 200%;
}

.p-telContact .icon {
  margin-right: 0.1em;
}

.p-telContact .icon > img {
  width: 1em;
  height: 1em;
}

.p-copyright {
  color: #9AC6BC;
  font-size: 80%;
  text-align: right;
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* JS style
---------------------------------------- */
@media only screen and (min-width: 769px) {
  #js-footCV {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #js-footCV {
    visibility: hidden;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity visibility;
  }
  #js-footCV.is-show {
    visibility: visible;
    opacity: 1;
  }
}

#top {
  /* section Main visual
  ---------------------------------------- */
  /* section message
  ---------------------------------------- */
  /* section about
  ---------------------------------------- */
  /* section reason
  ---------------------------------------- */
  /* section voice
  ---------------------------------------- */
  /* section teachers
  ---------------------------------------- */
  /* section price
  ---------------------------------------- */
  /* section guideCV
  ---------------------------------------- */
  /* section flow
  ---------------------------------------- */
  /* section Contact
  ---------------------------------------- */
}

#top #firstView {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background: url(../images/top/firstView_main_bg-right.png) no-repeat top right/auto 100%, url(../images/top/firstView_main_bg-left.png) no-repeat top left/auto 100%, linear-gradient(-45deg, #E6F3F0, #fff) no-repeat top center/100% 100%;
}

@media only screen and (max-width: 768px) {
  #top #firstView {
    padding: 45vw 5vw 10vw;
    background: url(../images/top/firstView_main_bg-right.png) no-repeat top right/57% auto, url(../images/top/firstView_main_bg-left.png) no-repeat top left/57% auto, linear-gradient(180deg, #9AC6BC, #fff) no-repeat top center/100% 100%;
  }
}

#top #firstView .main {
  -webkit-backdrop-filter: blur(15px);
  padding: 2em;
  border: double 3px #00664B;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  text-align: center;
}

#top #firstView .keyMessage {
  margin-top: 1em;
  font-size: 5rem;
}

@media only screen and (max-width: 768px) {
  #top #firstView .keyMessage {
    font-size: 6vw;
  }
}

#top #firstView .text {
  margin: 1.5em 0;
}

#top #firstView .CV {
  display: inline-block;
  padding-top: 0.85em;
  overflow: hidden;
}

#top #firstView .CV_button {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 15px 30px;
  border-bottom: solid 0.25em #c14200;
  border-radius: 100px;
  background-color: #F45400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

#top #firstView .CV_button:hover {
  margin-top: 0.25em;
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  #top #firstView .CV_button {
    padding: 0.8em 1.2em;
  }
}

@media only screen and (max-width: 768px) {
  #top #firstView .CV_button {
    padding: 1.2em 1.4em;
  }
}

#top #firstView .CV_button::before {
  -webkit-transform: scale(2) rotate(20deg);
  -webkit-animation: shiny 3s ease-in-out infinite;
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation: shiny 3s ease-in-out infinite;
  content: '';
}

#top #firstView .CV_ruby {
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  padding: 0.3em 1em;
  transform: translateX(-50%) translateY(-50%);
  border: solid 0.2em #E01504;
  border-radius: 100px;
  background-color: #fff;
  color: #F45400;
  font-size: 70%;
  line-height: 1;
  white-space: nowrap;
}

#top .ribbon {
  padding: 1em 0;
  background: url(../images/top/firstView_ribbon_bg-dotted.svg) repeat top left/11px 11px, linear-gradient(to left, #109C77, #109C77) no-repeat top right/10% 100%, linear-gradient(to left, #109C77, #109C77) no-repeat top left/10% 100%, url(../images/top/firstView_ribbon_bg-right.svg) repeat-y top right 10%/100px auto, url(../images/top/firstView_ribbon_bg-left.svg) repeat-y top left 10%/100px auto;
  color: #00664B;
  line-height: 1.5;
  text-shadow: #fff 0 0 3px,#fff 0 0 3px,#fff 0 0 6px,#fff 0 0 6px,#fff 0 0 9px;
}

@media only screen and (min-width: 769px) {
  #top .ribbon {
    gap: 2%;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  #top .ribbon {
    background: url(../images/top/firstView_ribbon_bg-dotted.svg) repeat top left/11px 11px, url(../images/top/firstView_ribbon_bg-right.svg) repeat-y top right -20%/30% auto, url(../images/top/firstView_ribbon_bg-left.svg) repeat-y top left -20%/30% auto;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #top .ribbon .message {
    margin-top: 1em;
  }
}

#top .ribbon .due {
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  #top .ribbon .due {
    position: relative;
    padding-top: 15px;
    padding-right: 70px;
  }
}

#top .ribbon .due_comment {
  font-size: 70%;
}

@media only screen and (min-width: 769px) {
  #top .ribbon .due_comment {
    -webkit-transform: rotate(10deg);
    position: absolute;
    top: 10px;
    right: 0;
    transform: rotate(10deg);
  }
}

@media only screen and (max-width: 768px) {
  #top .ribbon .due_comment {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
    padding: 0.5em 1em;
    border-radius: 10px;
    background-color: #109C77;
    color: #fff;
    text-shadow: none;
  }
}

#top .ribbon .due_comment::after {
  -webkit-transform: translateX(-50%) translateY(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(100%);
  border-width: 0.5em 0.5em 0 0.5em;
  border-style: solid;
  border-color: #109c77 transparent transparent transparent;
  content: '';
}

@media only screen and (min-width: 769px) {
  #top .ribbon .due_comment::after {
    display: none;
  }
}

#top #message {
  position: relative;
  margin-bottom: 2em;
  padding: 10% 5%;
  background: url(../images//common/section_bg.svg) no-repeat top left/100% auto, #E6F3F0;
}

#top #message::after {
  -webkit-transform: translateX(-50%) translateY(100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) translateY(100%);
  border-width: 2em 2em 0 2em;
  border-style: solid;
  border-color: #e6f3f0 transparent transparent transparent;
  content: '';
}

#top #message .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #top #message .inner {
    flex-flow: column;
  }
}

#top #message .inner > * {
  width: 100%;
}

#top #message .message_title {
  text-align: center;
}

#top #message .titleVisual {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  #top #message .titleVisual {
    width: 60%;
    margin: 0 auto 3vw;
  }
}

#top #message .checkList {
  gap: 1em;
  display: flex;
  flex-flow: column;
}

#top #message .checkList li {
  position: relative;
  padding: 1.2em 1.4em 1.2em 2.8em;
  border-radius: 20px;
  background-color: #fff;
  color: #00664B;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #top #message .checkList li {
    border-radius: 10px;
  }
}

#top #message .checkList li::before {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_check.svg) no-repeat center/cover;
  content: '';
}

#top #about {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/common/section_bg-right.svg) no-repeat right bottom/25% auto;
}

@media only screen and (max-width: 768px) {
  #top #about {
    flex-flow: column;
    background-size: 40% auto;
  }
}

#top #about > * {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #top #about .about_visual {
    padding-right: 20%;
  }
}

#top #about .about_content {
  padding-right: 10%;
  padding-left: 10%;
}

@media only screen and (max-width: 768px) {
  #top #about .about_content {
    z-index: 1;
    position: relative;
    margin-top: -5vw;
  }
}

#top #reason {
  padding: 10% 5%;
}

#top #reason .pointList {
  gap: 1em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  counter-reset: li;
}

@media only screen and (max-width: 768px) {
  #top #reason .pointList {
    margin-top: 5em;
  }
}

#top #reason .point {
  position: relative;
  max-width: 1240px;
  padding: 4em;
  border-radius: 20px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  #top #reason .point {
    padding: 4em 10% 3em;
    border-radius: 10px;
  }
}

#top #reason .point::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding-top: 0.2em;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background-color: #fff;
  color: #00664B;
  font-family: "Montserrat";
  font-size: 280%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "0" counter(li);
  counter-increment: li;
}

#top #reason .point::after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: -2.1em;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #00664B;
  font-family: "Montserrat";
  font-size: 60%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: 'Point';
}

#top #reason .inner {
  gap: 1em 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #top #reason .inner {
    flex-flow: column;
  }
}

#top #reason .inner > * {
  width: 100%;
}

#top #reason .inner .point_visual {
  text-align: center;
}

#top #reason .inner .point_visual > img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #top #reason .inner .point_visual > img {
    width: 80%;
  }
}

#top #reason .attention {
  position: relative;
  margin-top: 2em;
  padding: 1em 2em;
  border-radius: 10px;
  background-color: #fff;
  font-size: 80%;
}

#top #reason .attention::before {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  color: #00664B;
  font-family: "Montserrat";
  font-weight: bold;
  content: 'Attention!';
}

#top #voice {
  padding: 10% 5%;
  background: url(../images//common/section_bg.svg) no-repeat top left/100% auto, #E6F3F0;
}

#top #voice .voiceList {
  gap: 15vw 2%;
  display: flex;
  justify-content: space-between;
  margin-top: 165px;
}

@media only screen and (max-width: 768px) {
  #top #voice .voiceList {
    flex-flow: column;
    margin-top: 20vw;
  }
}

#top #voice .voiceList > * {
  width: 100%;
}

#top #voice .voiceList .card {
  position: relative;
  padding: 90px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #top #voice .voiceList .card {
    padding: 15vw 10% 10%;
    border-radius: 10px;
  }
}

#top #voice .voiceList .card_avater {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #top #voice .voiceList .card_avater {
    width: 25vw;
    height: 25vw;
  }
}

#top #voice .voiceList .card_avater img {
  width: 100%;
  height: auto;
}

#top #voice .voiceList .title {
  margin-bottom: 0.5em;
  color: #00664B;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #top #voice .voiceList .title {
    font-size: 120%;
  }
}

#top #teachers {
  position: relative;
  padding: 10% 5%;
  background: url(../images/common/section_bg-right.svg) no-repeat top 80px right/400px auto, url(../images/common/section_bg-left.svg) no-repeat top 60% left/400px auto;
}

@media only screen and (max-width: 768px) {
  #top #teachers {
    background-size: 30vw auto, 30vw auto;
  }
}

#top #teachers::before {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 40px;
  width: 350px;
  height: 280px;
  transform: translateY(-50%);
  background: url(../images/top/teachers_illust.svg) no-repeat center/cover;
  content: '';
}

@media only screen and (max-width: 768px) {
  #top #teachers::before {
    right: 2%;
    width: 44vw;
    height: 35vw;
  }
}

#top #teachers .personList {
  max-width: 980px;
  margin: 0 auto;
}

#top #teachers .board {
  gap: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  #top #teachers .board {
    align-items: flex-start;
    margin-top: 3em;
  }
}

#top #teachers .board_visual {
  flex-grow: 1;
  width: 20%;
  padding-bottom: 10%;
  background: url(../images/top/teachers_person_bg.svg) no-repeat left bottom/60% auto;
  text-align: right;
}

#top #teachers .board_visual img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #top #teachers .board_visual img {
    width: 100%;
  }
}

#top #teachers .board_visual.is-reverse {
  background-position: right bottom;
  text-align: left;
}

#top #teachers .board_message {
  flex-grow: 2;
  width: 20%;
}

@media only screen and (max-width: 768px) {
  #top #teachers .board_message {
    font-size: 80%;
  }
}

#top #teachers .board .title {
  margin-bottom: 0.5em;
  color: #00664B;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

#top #teachers .board .title small {
  display: block;
  font-size: 70%;
}

#top #price {
  padding: 10% 5%;
  background-color: #F5F5F5;
}

#top #price .foundation {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
  color: #00664B;
}

@media only screen and (min-width: 769px) {
  #top #price .foundation {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
  }
  #top #price .foundation_table {
    width: 240px;
  }
}

@media only screen and (max-width: 768px) {
  #top #price .foundation_description {
    text-align: center;
  }
}

#top #price .foundation::before, #top #price .foundation::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background-color: #00664B;
  content: '';
}

#top #price .foundation::before {
  bottom: 47px;
  width: 40px;
  height: 6px;
}

#top #price .foundation::after {
  bottom: 30px;
  width: 6px;
  height: 40px;
}

#top #price .comment {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.45em 0.8em 0.6em;
  border-radius: 20px;
  background-color: #fff;
  font-size: 230%;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #top #price .comment {
    position: relative;
    margin-bottom: 0.4em;
    border-radius: 10px;
  }
  #top #price .comment::after {
    -webkit-transform: translateX(-50%) translateY(100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%) translateY(100%);
    border-width: 0.4em 0.4em 0 0.4em;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
  }
}

#top #price .monthly {
  max-width: 720px;
  margin: 0 auto;
}

#top #price .benefit {
  gap: 2em 5%;
  display: flex;
  flex-flow: row-reverse;
  max-width: 1240px;
  margin: 10% auto 0;
}

@media only screen and (max-width: 768px) {
  #top #price .benefit {
    flex-flow: column;
  }
}

#top #price .benefit > * {
  width: 100%;
}

#top #price .benefit_figure img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #top #price .benefit_description {
    padding: 0 5%;
  }
}

#top .guideCV {
  padding: 10% 5%;
  text-align: center;
}

#top #flow {
  padding: 10% 5%;
  background: url(../images//common/section_bg.svg) no-repeat top left/100% auto, #109C77;
}

#top #flow .step {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #top #flow .step {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #top #flow .step {
    border-radius: 10px;
  }
}

#top #flow .step .line {
  width: 200px;
  padding-top: 30px;
  color: #00664B;
  font-family: "Montserrat";
  font-size: 120%;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #top #flow .step .line {
    width: 18vw;
    padding-top: 10%;
  }
}

#top #flow .step .line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 100px 0 100px;
  border-style: solid;
  content: '';
}

@media only screen and (max-width: 768px) {
  #top #flow .step .line::before {
    border-width: 4.5vw 9vw 0 9vw;
  }
}

#top #flow .step .line.is-01 {
  padding-top: 1.2em;
  background-color: #E6F3F0;
}

#top #flow .step .line.is-01::before {
  display: none;
}

#top #flow .step .line.is-02 {
  position: relative;
  background-color: #9AC6BC;
}

#top #flow .step .line.is-02::before {
  border-color: #E6F3F0 transparent transparent transparent;
}

#top #flow .step .line.is-03 {
  position: relative;
  background-color: #00664B;
  color: #fff;
}

#top #flow .step .line.is-03::before {
  border-color: #9AC6BC transparent transparent transparent;
}

#top #flow .step .title {
  padding: 1.2em 5%;
  background-color: #F5F5F5;
  color: #00664B;
  line-height: 1.5;
}

#top #flow .step .content {
  padding: 1.2em 5%;
  font-size: 80%;
}

#top #flow .step .button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.2em 5%;
  border-bottom: solid 0.25em #cc9600;
  background-color: #FFBB00;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease;
}

#top #flow .step .button:hover {
  background-color: #e6a800;
}

#top #flow .step .button > i {
  margin-right: 3%;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  #top #flow .step .button > i {
    width: 30%;
  }
  #top #flow .step .button > i img {
    width: 100%;
    height: auto;
  }
}

#top #contact {
  padding: 10% 5%;
}

#top #contact .form {
  gap: 30px;
  display: flex;
  flex-flow: column;
  max-width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  #top #contact .form {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #top #contact .form {
    gap: 5vw;
  }
}

#top #contact .formCV {
  text-align: center;
}

#top #contact .form .item {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #top #contact .form .item {
    flex-flow: column;
  }
}

#top #contact .form .title {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  #top #contact .form .title {
    width: 320px;
  }
}

@media only screen and (max-width: 768px) {
  #top #contact .form .title {
    font-weight: bold;
  }
}

#top #contact .form .caution {
  margin-left: 10px;
  padding: 5px;
  border-radius: 3px;
  background-color: #F45400;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  #top #contact .form .content {
    flex: 1;
  }
}

@media only screen and (max-width: 768px) {
  #top #contact .form .content {
    padding: 0.3em 1em;
  }
}


/* section thanks
---------------------------------------- */
#thanks #complate {
  padding: 120px 40px;
  background: url(../images//common/section_bg.svg) no-repeat top left/100% auto, #109C77;
}

@media only screen and (max-width: 768px) {
  #thanks #complate {
    padding: 60px 5%;
  }
}

#thanks #complate .content {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #thanks #complate .content {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #thanks #complate .content {
    padding: 10%;
    border-radius: 10px;
  }
}

/* section Privacy policy
---------------------------------------- */
#privacypolicy .policy-inner {
  z-index: 1;
  width: 1080px;
  max-width: calc(100% - 7%);
  margin-right: auto;
  margin-left: auto;
  padding: 120px 7%;
  border: double 3px #DBD7CB;
  background-color: #f6f5f2;
}

@media only screen and (max-width: 768px) {
  #privacypolicy .policy-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#privacypolicy .policy-form {
  max-width: 720px;
  margin: 30px auto 0;
}

#privacypolicy .policy-formCV {
  margin-top: 30px;
  text-align: center;
}

#privacypolicy .policy-formItem {
  display: flex;
  justify-content: space-between;
}

#privacypolicy .policy-formItem_column {
  width: 48%;
}

#privacypolicy .policy-formItem_full {
  width: 100%;
}

#privacypolicy .policy-formTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #privacypolicy .policy-formTitle {
    margin-top: 15px;
  }
}

#privacypolicy .policy-formCaution {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #607065;
  color: #fff;
  font-size: 1rem;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
@media only screen and (min-width: 769px) {
  .u-display-mobile {
    display: none;
  }
}

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

.u-link-disabled {
  text-decoration: none;
  pointer-events: none;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-text-usually {
  color: #00664B;
}

.u-text-accent {
  color: #FFBB00;
}

.u-text-number {
  margin-right: 5px;
  margin-left: 5px;
  font-family: "Montserrat";
  line-height: 1;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-14 {
  font-size: 70%;
}

.u-text-30 {
  font-size: 150%;
}

.u-text-50 {
  font-size: 240%;
}

.u-text-60 {
  font-size: 280%;
}

.u-text-100 {
  font-size: 500%;
}

.u-text-caution {
  display: block;
  position: relative;
  margin-top: 1em;
  padding-left: 1.1em;
  font-size: 80%;
  line-height: 1.5;
}

.u-text-caution::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #F45400;
  content: '\203B';
}

.u-text-marker {
  background: linear-gradient(transparent 50%, #FFF4B5 50%, #FFF4B5 100%);
}

.u-text-bouten {
  display: inline-block;
  position: relative;
  padding-top: 0.3em;
}

.u-text-bouten::before {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  content: '\30FB';
}
