@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-noto-500, body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ff-noto-700, .top-method-sub .top-method-sub__sub, .difference-table-sp tr > td, .difference-table tr > td, .price-item .price-item-pricebox .price-item__unit, .header-nav {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ff-noto-800, .u-font-style-lv3, .title-lv3, .u-font-style-lv2, .title-lv2, .news-single-header .news-single__title, .self-study-sub .self-study-sub__title, .faq dt, .u-font-style-lv1, .title-lv1, .news-archive-pagetitle, .article-latest .article-latest__title, .self-support .self-support__title, .common-contact .common-contact__title, .common-result .common-result__title, .top-intro .top-intro__title, .top-solution .top-solution__title, .top-plan .top-plan__title, .top-voice .top-voice__title, .top-method .top-method__title, .top-difference .top-difference__title, .top-teacher .top-teacher__title, .top-voice2 .top-voice2__title, .top-price .top-price__title, .top-faq .top-faq__title, .top-news .top-news__title, .top-company .top-company__title, .top-company .top-company__name, .top-news-author .top-news-author__name, .top-news-item .top-news-item__title, .top-voice2-content .top-voice2__dl dt, .top-method-sub .top-method-sub__title, .top-voice .top-voice__lede, .top-plan-sub .top-plan-sub__title, .top-solution-point, .top-problem li, .common-result-list li, .difference-table-sp .difference-table__td-01, .difference-table-sp .difference-table__th-01, .difference-table .difference-table__td-01, .difference-table .difference-table__th-01, .point-note-sub .point-note-sub__title, .price-item .price-item__list li, .self-support-list li, .self-study-license dt, .self-support .self-support__sub, .catch .catch__ja, .voice-section .voice-section__title, .voice-list .voice-list__lede, .article-nav li a, .news-archive .news-archive__title, .btn-outside-navy, .common-contact .common-contact__btn, .btn-outside-yellow, .btn-detail-yellow, .btn-detail, .top-insta .top-insta__btn, .top-teacher-sub .top-teacher-sub__btn, .local-nav li a, .footer-school-layout .footer-school dt, .footer-nav__main {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.ff-title-lv2, .top-voice2-content .top-voice2__lede, .top-teacher-content .top-teacher__lede strong, .point-note .point-note__title {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  /*
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  */
}

.ff-en, .common-result-list li .common-result-list__no, .news-single-header .news-single__date, .footer-school-layout .footer-school .footer-school__tel, .footer-nav__en {
  font-family: YakuHanJP_Narrow, "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ff-en-600, .top-company-dl .top-company-dl__tel, .top-news-author .top-news-author__date, .price-item .price-item-pricebox .price-item__price {
  font-family: YakuHanJP_Narrow, "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* ブレイクポイントのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
@-webkit-keyframes top_main_01 {
  from {
    width: 0;
  }
  to {
    width: 885px;
  }
}
@keyframes top_main_01 {
  from {
    width: 0;
  }
  to {
    width: 885px;
  }
}
@-webkit-keyframes top_main_01_sp {
  from {
    width: 0;
  }
  to {
    width: 259px;
  }
}
@keyframes top_main_01_sp {
  from {
    width: 0;
  }
  to {
    width: 259px;
  }
}
@-webkit-keyframes top_main_02 {
  from {
    width: 0;
  }
  to {
    width: 353px;
  }
}
@keyframes top_main_02 {
  from {
    width: 0;
  }
  to {
    width: 353px;
  }
}
@-webkit-keyframes top_main_02_sp {
  from {
    width: 0;
  }
  to {
    width: 164px;
  }
}
@keyframes top_main_02_sp {
  from {
    width: 0;
  }
  to {
    width: 164px;
  }
}
@-webkit-keyframes top_main_03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes top_main_03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes marker-study-title {
  0% {
    width: 0;
  }
  60% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes marker-study-title {
  0% {
    width: 0;
  }
  60% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes marker-study-title2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes marker-study-title2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes marker-draw01 {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 10px);
  }
}
@keyframes marker-draw01 {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 10px);
  }
}
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
}

body {
  text-align: center;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: #10214F;
}

/* リンク色 */
a {
  color: #23449F;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

a:hover, a:active {
  text-decoration: none;
  color: #23449F;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

@media (min-width: 699px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* Clearfix */
.clearfix:after, .header-main:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .header-main, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .header-main, * html .header {
  height: 1%;
}

.clearfix, .header-main, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 699px) {
  .layout-container {
    width: 1046px;
  }
}
@media screen and (max-width: 699px) {
  .layout-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.layout-container-min {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 699px) {
  .layout-container-min {
    width: 966px;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #fff;
  width: 100%;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  text-align: left;
  z-index: 11;
}
.header.floating .header-site-name img {
  width: 96px;
}
@media screen and (max-width: 699px) {
  .header {
    padding: 15px 17px;
  }
}

/* ヘッダーメイン部分 */
@media screen and (min-width: 699px) {
  .header-main {
    width: 1100px;
  }
}
@media screen and (max-width: 699px) {
  .header-main.layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  width: 132px;
  line-height: 1px;
}
.header-site-name img {
  width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: block;
}
@media screen and (min-width: 699px) {
  .header-site-name {
    float: left;
  }
}
@media screen and (max-width: 699px) {
  .header-site-name a {
    background: url(../img/common/header/log--sitename-sp.svg) left top no-repeat;
    width: 103px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .header-site-name a img {
    display: none;
  }
}

.header-nav a {
  text-decoration: none;
  color: #10214F;
}
.header-nav .header-nav-list {
  margin-top: 20px;
  list-style: none;
}
.header-nav .header-nav-list li {
  font-size: 1rem;
}
.header-nav .header-nav-list li.drop a {
  background: url(../img/common/header/ico--arrow.svg) right center no-repeat;
  padding-right: 20px;
  -webkit-transition-duration: 0.01s;
          transition-duration: 0.01s;
}
.header-nav .header-nav-list li.drop a.active {
  background: url(../img/common/header/ico--arrow-active.svg) right center no-repeat;
  color: #28C8E4;
}
.header-nav .header-nav-btn {
  margin-top: 12px;
  list-style: none;
}
.header-nav .header-nav-btn li a {
  width: 106px;
  height: 56px;
  padding: 34px 0 5px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 0.69rem;
  color: #23449F;
}
.header-nav .header-nav-btn li a img {
  vertical-align: middle;
  display: block;
}
.header-nav .header-nav-btn li:nth-child(1) {
  background: #FCDD3B url(../img/common/header/ico--tel.svg) center 8.5px no-repeat;
}
.header-nav .header-nav-btn li:nth-child(2) {
  background: #FCDD3B url(../img/common/header/ico--mail.svg) center 8.5px no-repeat;
}
@media screen and (min-width: 699px) {
  .header-nav {
    width: 928px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: right;
  }
  .header-nav .header-nav-list {
    width: 668px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-nav .header-nav-btn {
    width: 228px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .header-nav {
    display: none;
  }
}

.sp-nav-btn {
  padding-top: 92px;
  padding: 92px 17px 19px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-nav-btn li a {
  display: block;
  background: #FCDD3B;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.sp-nav-btn li a img {
  vertical-align: middle;
}
.sp-nav-btn li:nth-child(1) {
  width: 48%;
}
.sp-nav-btn li:nth-child(2) {
  width: 48%;
}
@media screen and (min-width: 699px) {
  .sp-nav-btn {
    display: none;
  }
}

.header-btn {
  background: url(../img/common/header/btn--sp-nav.svg) right top no-repeat;
  width: 48px;
  height: 48px;
  padding: 0;
  text-indent: -999px;
  border: none;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 15px;
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

.sp-cta-bottom {
  background: #026698;
  width: 100%;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  position: fixed;
  left: 0;
  bottom: -110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.sp-cta-bottom.active {
  bottom: 0;
}
.sp-cta-bottom li {
  width: 48%;
}
.sp-cta-bottom li a {
  background: #FCDD3B;
  line-height: 52px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.sp-cta-bottom li a img {
  vertical-align: middle;
}
@media screen and (min-width: 699px) {
  .sp-cta-bottom {
    display: none;
  }
}

.header-nav-sub {
  background: #E6F0F7;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: none;
}
.header-nav-sub.active {
  display: block;
}
.header-nav-sub ul {
  padding: 18px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav-sub ul li {
  margin-right: 36px;
}
.header-nav-sub ul li:last-child {
  margin-right: 0;
}
.header-nav-sub ul li a {
  padding-left: 18px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.header-nav-sub ul li a:hover {
  color: #28C8E4;
}
.header-nav-sub ul li a::before {
  content: " ";
  background: #000;
  width: 11px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.floating .header-nav-sub {
  top: 82px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #E6F0F7;
  padding: 65px 0 20px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 699px) {
  footer {
    padding: 40px 25px 40px 25px;
    margin-bottom: 102px;
  }
}

@media screen and (max-width: 699px) {
  .footer-site-name {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 699px) {
  .footer-layout {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-nav__item {
  margin-bottom: 35px;
  line-height: 1.5;
}

.footer-nav__en {
  display: block;
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: rgba(40, 200, 228, 0.48);
}
@media screen and (max-width: 699px) {
  .footer-nav__en {
    font-size: 1rem;
  }
}

.footer-nav__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: none;
  color: #23449F;
}
@media screen and (max-width: 699px) {
  .footer-nav__main {
    font-size: 1.13rem;
  }
}

.footer-nav__sub {
  list-style: none;
}
.footer-nav__sub li {
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
.footer-nav__sub li::before {
  content: " ";
  background: rgba(40, 200, 228, 0.48);
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.footer-nav__sub li a {
  text-decoration: none;
  color: #10214F;
}

/* フッターナビ */
@media screen and (min-width: 699px) {
  .footer-nav {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-nav-contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-nav-contact img {
  -webkit-filter: drop-shadow(2px 4px 17px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 4px 17px rgba(0, 0, 0, 0.3));
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .footer-nav-contact {
    display: none;
  }
}

.footer-school-layout .footer-school {
  margin-bottom: 12px;
}
.footer-school-layout .footer-school dt {
  font-size: 1.13rem;
  color: #23449F;
}
.footer-school-layout .footer-school .footer-school__address {
  margin-bottom: 15px;
  line-height: 1.56;
}
.footer-school-layout .footer-school .footer-school__tel {
  font-size: 0.88rem;
}
.footer-school-layout .footer-school .footer-school__tel span {
  width: 60px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #23449F;
  border-radius: 40px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 2.52px;
}
.footer-school-layout .footer-school .footer-school__tel a {
  letter-spacing: 1.8px;
  color: #10214F;
}
@media screen and (min-width: 699px) {
  .footer-school-layout {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-school-layout .footer-school {
    width: 304px;
    margin-right: 67px;
    margin-bottom: 50px;
  }
  .footer-school-layout .footer-school:nth-child(3n) {
    margin-right: 0;
  }
  .footer-school-layout .footer-school .footer-school__address {
    min-height: 4.5em;
  }
}
@media screen and (max-width: 699px) {
  .footer-school-layout {
    margin-bottom: 80px;
  }
  .footer-school-layout .footer-school {
    margin-bottom: 30px;
  }
}

.footer-sub-nav {
  width: 1046px;
  margin: 0 auto 24px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-sub-nav li {
  margin-right: 24px;
  position: relative;
  font-size: 0.81rem;
}
.footer-sub-nav li::before {
  content: " ";
  background: #000;
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: -12px;
}
.footer-sub-nav li:last-child::before {
  content: none;
}
.footer-sub-nav li a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 699px) {
  .footer-sub-nav {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* コピーライト */
.copy {
  display: block;
  text-align: center;
  line-height: 30px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #E6F0F7;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 17px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: left;
}
.global-nav .close-btn {
  background: url(../img/common/header/btn--sp-close.svg) left top no-repeat;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 15px;
}

.global-nav-header .header-site-name {
  width: 103px;
}

.global-nav-cta {
  margin: 10px 0 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-nav-cta li a {
  display: block;
  background: #FCDD3B;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.global-nav-cta li a img {
  vertical-align: middle;
}
.global-nav-cta li:nth-child(1) {
  width: 54%;
}
.global-nav-cta li:nth-child(2) {
  width: 41%;
}
@media screen and (min-width: 699px) {
  .global-nav-cta {
    display: none;
  }
}

.global-nav-content {
  padding-left: 34px;
}
@media screen and (max-width: 699px) {
  .global-nav-content .layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ローカルナビの設定 */
.local-nav {
  background: #23449F;
  padding: 24px 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.local-nav li {
  margin: 0 5px;
}
.local-nav li a {
  display: block;
  padding: 20px 24px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.local-nav li a:hover, .local-nav li a.active {
  background: #fff;
  color: #23449F;
}
@media screen and (max-width: 699px) {
  .local-nav {
    padding: 12px 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .local-nav li {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 12px;
    border: 1px solid #fff;
  }
  .local-nav li a {
    padding: 20px 10px;
    font-size: 0.88rem;
  }
}

.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #23449F;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #23449F;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #23449F;
  color: #23449F;
}

/* 見出し */
.title-lv1 {
  margin-bottom: 15px;
}

.title-lv2 {
  margin-bottom: 15px;
  color: #23449F;
}

.title-lv3 {
  margin-bottom: 15px;
  color: #23449F;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #23449F;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #FCDD3B;
  margin-bottom: 5px;
  color: #23449F;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #E6F0F7;
  border: 1px solid #E6F0F7;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #E6F0F7;
  padding: 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-detail, .top-insta .top-insta__btn, .top-teacher-sub .top-teacher-sub__btn {
  background: #026698 url(../img/common/item/mark/ico--link-arrow.svg) right 25px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 52px 18px 25px;
  border: 3px solid #10214F;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: #fff;
}
.btn-detail:hover, .top-insta .top-insta__btn:hover, .top-teacher-sub .top-teacher-sub__btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-detail-yellow {
  background: #FCDD3B url(../img/common/item/mark/ico--link-arrow-navy.svg) right 25px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 70px 5px 35px;
  border: 3px solid #10214F;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  color: #026698;
}
.btn-detail-yellow:hover {
  opacity: 0.8;
  color: #026698;
}

.btn-outside-yellow {
  background: #FCDD3B url(../img/common/item/mark/ico--link-outside-navy.svg) right 25px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 22px 5px 10px;
  border: 3px solid #10214F;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 0.88rem;
  color: #026698;
}
.btn-outside-yellow:hover {
  opacity: 0.8;
  color: #026698;
}

.btn-outside-navy, .common-contact .common-contact__btn {
  background: #026698 url(../img/common/item/mark/ico--link-outside-white.svg) right 25px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 52px 18px 25px;
  border: 3px solid #10214F;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 1.13rem;
  color: #fff;
}
.btn-outside-navy:hover, .common-contact .common-contact__btn:hover {
  opacity: 0.8;
  color: #fff;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-check {
  list-style: none;
}
.list-check li {
  background: url(../img/common/item/mark/ico--check.svg) left 1px no-repeat;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.category {
  padding: 8px 20px;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 30px;
  line-height: 1;
  display: inline-block;
  font-size: 0.75rem;
  color: #000;
}

.news-archive-pagetitle {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (min-width: 699px) {
  .news-archive-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-archive-wrap .news-archive {
    width: 330px;
    margin: 0 28px 28px 0;
  }
  .news-archive-wrap .news-archive:nth-child(3n) {
    margin-right: 0;
  }
}

.news-archive {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-archive a {
  text-decoration: none;
}
.news-archive .news-archive__pic {
  display: block;
}
.news-archive .news-archive-content {
  padding: 17px 25px;
}
.news-archive .news-archive__head {
  margin-bottom: 10px;
}
.news-archive .news-archive__head .category {
  border-color: #026698;
  color: #026698;
}
.news-archive .news-archive__title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #026698;
}
.news-archive .news-archive__excerpt {
  margin-bottom: 10px;
  color: #000;
}
.news-archive .news-archive__link {
  background: url(../img/news/ico--arrow.svg) right center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-right: 28px;
  margin-left: auto;
  margin-right: 0;
  text-decoration: underline;
  font-size: 0.88rem;
  color: #026698;
}
@media screen and (max-width: 699px) {
  .news-archive {
    margin-bottom: 60px;
  }
}

.news-single {
  margin-bottom: 80px;
}

.news-single-header {
  background: #E6F0F7;
  padding: 20px 40px;
  margin-top: -70px;
  margin-bottom: 40px;
}
.news-single-header .news-single__return {
  background: url(../img/news/ico--return.svg) left center no-repeat;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #026698;
  text-decoration: none;
  font-size: 0.88rem;
  color: #000;
}
.news-single-header .news-single__title {
  margin: 25px 0 13px;
  line-height: 1.5;
  color: #026698;
}
.news-single-header .news-single__date {
  display: inline-block;
  margin-right: 16px;
  color: #026698;
}
.news-single-header .category {
  border-color: #026698;
  margin-right: 10px;
  color: #026698;
}
@media screen and (max-width: 699px) {
  .news-single-header {
    padding: 15px;
  }
}

.news-single-content {
  margin-bottom: 80px;
}

.article-nav {
  position: relative;
  margin-bottom: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-nav li a {
  background: #026698;
  display: block;
  border: 3px solid #000;
  text-decoration: none;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.17);
  line-height: 75px;
  font-size: 1.13rem;
  color: #fff;
}
.article-nav li.article-nav__prev, .article-nav li.article-nav__next {
  width: 75px;
}
.article-nav li.article-nav__prev a, .article-nav li.article-nav__next a {
  text-indent: -999px;
  overflow: hidden;
}
.article-nav li.article-nav__prev a {
  background: #026698 url(../img/news/ico--prev.svg) center center no-repeat;
}
.article-nav li.article-nav__next a {
  background: #026698 url(../img/news/ico--next.svg) center center no-repeat;
}
.article-nav li.article-nav__return {
  margin: 0 20px;
}
.article-nav li.article-nav__return a {
  background: #026698 url(../img/news/ico--next.svg) calc(50% + 80px) center no-repeat;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .article-nav li a {
    line-height: 48px;
  }
  .article-nav li.article-nav__return a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-latest {
  margin-bottom: 100px;
}
.article-latest .article-latest__title {
  margin-bottom: 20px;
}
.article-latest .article-latest__text {
  margin-bottom: 60px;
}

.voice-list {
  list-style: none;
}
.voice-list .voice-list__link {
  display: block;
  margin-bottom: 12px;
}
.voice-list .voice-list__pic {
  -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.05);
  display: block;
  margin-bottom: 16px;
}
.voice-list .voice-list__lede {
  margin-bottom: 18px;
  text-decoration: underline;
  color: #026698;
}
.voice-list .voice-list__link {
  display: block;
}
.voice-list .category {
  border-color: #026698;
  margin-right: 12px;
  color: #026698;
}
.voice-list .voice-list__return {
  background: url(../img/voice/ico--return.svg) right center no-repeat;
  padding-right: 20px;
  display: inline-block;
  border-bottom: 1px solid #000;
  text-decoration: none;
  font-size: 0.88rem;
  color: #000;
}
@media screen and (min-width: 699px) {
  .voice-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice-list li {
    width: 324px;
    margin-right: 37px;
    margin-bottom: 37px;
  }
  .voice-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .voice-list li {
    width: 80%;
    margin: 0 auto 60px;
  }
}

.voice-detail .news-single-header {
  margin-top: 130px;
  margin-bottom: 75px;
}

.voice-section {
  margin-bottom: 50px;
  overflow: hidden;
}
.voice-section .voice-section__title {
  background: #026698;
  padding: 10px 15px;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (min-width: 699px) {
  .voice-detail-content .voice-detail__pic {
    width: 404px;
    margin: 0 60px 60px 0;
    float: left;
  }
}
@media screen and (max-width: 699px) {
  .voice-detail-content .voice-detail__pic {
    width: 80%;
    display: block;
    margin: 0 auto 60px;
  }
  .voice-detail-content .voice-section__title {
    font-size: 1.25rem;
  }
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #23449F;
}
.pagination a {
  border: 1px solid #23449F;
}
.pagination a:hover {
  background-color: #23449F;
  border: 1px solid #23449F;
  color: #fff;
}
.pagination .current {
  background-color: #23449F;
  border: 1px solid #23449F;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background-color: #026698;
  background-position: calc(50% - 280px) 230px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 200px;
  height: 477px;
  color: #fff;
}
.catch .catch__ja {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 4rem;
}
.catch.catch--min {
  height: 380px;
}
.catch.catch--large {
  height: 550px;
}
@media screen and (max-width: 699px) {
  .catch {
    background-position: center 230px;
    padding-top: 80px;
    padding-bottom: 60px;
    height: auto;
  }
  .catch.catch--min {
    height: auto;
    margin-bottom: 40px;
  }
  .catch.catch--large {
    height: auto;
    padding-bottom: 120px;
  }
  .catch .catch__ja {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 2rem;
  }
}

.catch-news {
  background-image: url(../img/common/catch/bgi--news.svg);
}
@media screen and (max-width: 699px) {
  .catch-news {
    background-size: 100% auto;
    background-position: center center;
  }
  .catch-news .catch__ja {
    font-size: 1.75rem;
  }
}

.catch-about {
  background-image: url(../img/common/catch/bgi--strength.svg);
  background-position: calc(50% + 30px) 230px;
}
@media screen and (max-width: 699px) {
  .catch-about {
    background-size: 100% auto;
    background-position: center center;
  }
}

.catch-class {
  background-image: url(../img/common/catch/bgi--class.svg);
  background-position: calc(50% - 72px) 235px;
}
@media screen and (max-width: 699px) {
  .catch-class {
    background-size: 100% auto;
    background-position: center center;
  }
}

.catch-voice {
  background-image: url(../img/common/catch/bgi--voice.svg);
  background-position: calc(50% - 200px) 235px;
}

.marker-study-title {
  position: relative;
}
.marker-study-title img {
  display: block;
  position: relative;
  z-index: 1;
}
.marker-study-title::before {
  content: " ";
  background: url(../img/common/item/study/bgi--title.svg) left bottom no-repeat;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.marker-study-title.active::before {
  -webkit-animation: marker-study-title 0.2s ease-in forwards;
          animation: marker-study-title 0.2s ease-in forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 699px) {
  .marker-study-title::before {
    background: url(../img/common/item/study/bgi--title-sp.webp) left bottom no-repeat;
    background-size: auto 100%;
  }
}

.self-study {
  margin-bottom: 60px;
}
.self-study .self-study__title {
  margin-bottom: 45px;
  text-align: center;
}
.self-study .self-study__pic {
  background: url(../img/common/item/study/pic--chart-pc.webp) left top no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 264/185;
}
@media screen and (max-width: 699px) {
  .self-study .self-study__pic {
    background: url(../img/common/item/study/pic--chart-sp.webp) left top no-repeat;
    background-size: cover;
    aspect-ratio: 103/80;
  }
}

.self-study-detail {
  background-size: 100% auto;
  background-color: #fff;
  width: 100%;
  padding: 63px 40px;
  margin-bottom: 48px;
  border: 3px solid #23449F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.self-study-detail .self-study-cahrt strong {
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 0.88rem;
}
.self-study-detail .self-study-member {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.self-study-detail .self-study-member dt {
  background: #23449F;
  padding: 5px 5px;
  border: 1px solid #23449F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.88rem;
  color: #fff;
}
.self-study-detail .self-study-member dd {
  border: 1px solid #23449F;
  padding: 2px 5px 2px;
  font-size: 0.75rem;
}
.self-study-detail .self-study-member dd span {
  font-size: 1.5rem;
}
.self-study-detail .self-study-text {
  margin-bottom: 25px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
}
@media screen and (min-width: 699px) {
  .self-study-detail .self-study-cahrt {
    width: 530px;
    padding-left: 2px;
  }
  .self-study-detail .self-study-data {
    width: 385px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 699px) {
  .self-study-detail {
    padding: 37px 17px;
    display: block;
  }
  .self-study-detail .self-study-cahrt {
    margin-bottom: 25px;
  }
  .self-study-detail .self-study-cahrt strong {
    display: block;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 0.75rem;
  }
  .self-study-detail .self-study-data-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .self-study-detail .self-study-member {
    width: 70px;
    display: block;
    text-align: center;
  }
  .self-study-detail .self-study-text {
    width: calc(100% - 90px);
  }
}

.self-study-legend {
  position: relative;
}
.self-study-legend dt {
  background: #fff;
  padding: 0 20px;
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 0.88rem;
}
.self-study-legend dd {
  border: 1px solid #A9A9AA;
  padding: 25px 17px 20px;
  display: block;
}
@media screen and (max-width: 699px) {
  .self-study-legend dt {
    left: calc(50% - (1rem + 20px));
  }
}

.self-study-legend__list {
  list-style: none;
  font-size: 0.75rem;
}
.self-study-legend__list li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.self-study-legend__list li:last-child {
  margin-bottom: 0;
}
.self-study-legend__list li.a {
  background: url(../img/common/item/study/ico--a.svg) left 3px no-repeat;
}
.self-study-legend__list li.b {
  background: url(../img/common/item/study/ico--b.svg) left 3px no-repeat;
}
.self-study-legend__list li.c {
  background: url(../img/common/item/study/ico--c.svg) left 3px no-repeat;
}
.self-study-legend__list li.d {
  background: url(../img/common/item/study/ico--d.svg) left 3px no-repeat;
}
.self-study-legend__list li.e {
  background: url(../img/common/item/study/ico--e.svg) left 3px no-repeat;
}

.self-support .self-support__title {
  margin-bottom: 75px;
}
.self-support .self-support__sub {
  line-height: 1.5;
}

.self-study-sub .self-study-sub__title {
  margin-bottom: 45px;
  color: #026698;
}
@media screen and (min-width: 699px) {
  .self-study-sub.self-study-sub-01 {
    margin-bottom: 20px;
  }
  .self-study-sub.self-study-sub-01 p {
    width: 598px;
  }
  .self-study-sub.self-study-sub-01 .self-study-sub__pic {
    width: 386px;
  }
  .self-study-sub.self-study-sub-02 .self-study-sub-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .self-study-sub.self-study-sub-02 .self-study-sub-layout > div {
    width: 556px;
  }
  .self-study-sub.self-study-sub-02 .self-study-sub-layout .self-study-sub__pic {
    width: 418px;
  }
}
@media screen and (max-width: 699px) {
  .self-study-sub {
    margin-bottom: 80px;
  }
  .self-study-sub .self-study-sub__title {
    margin-bottom: 20px;
  }
  .self-study-sub p {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 699px) {
  .self-study-sub-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.self-study-license dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #026698;
  color: #026698;
}
.self-study-license dd ul li {
  margin-bottom: 15px;
}

.self-support-list {
  margin-bottom: 45px;
  list-style: none;
}
.self-support-list li {
  background: #fff;
  padding: 32px 0 40px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.75rem;
  color: #026698;
}
.self-support-list li img {
  display: block;
  margin: 0 auto 28px;
}
@media screen and (min-width: 699px) {
  .self-support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .self-support-list li {
    width: 322px;
  }
  .self-support-list li p {
    height: 2.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 699px) {
  .self-support-list li {
    margin: 0 25px 32px;
  }
}

@media screen and (min-width: 699px) {
  .price-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.elementary-price-item-wrap .elementary-price-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #23449F;
}
.elementary-price-item-wrap .elementary-price-header .price-item__title {
  line-height: 1.4;
}
.elementary-price-item-wrap .elementary-price-header .price-item__title span {
  background: #026698;
  padding: 5px 5px;
  display: inline-block;
  font-size: 0.88rem;
  color: #fff;
}
.elementary-price-item-wrap .elementary-price-header .price-item-pricebox {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (min-width: 699px) {
  .elementary-price-item-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elementary-price-item-wrap .elementary-price-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .elementary-price-item-wrap .elementary-price-header .price-item__title {
    text-align: left;
  }
  .elementary-price-item-wrap .price-item {
    width: 390px;
  }
  .elementary-price-item-wrap .price-item:last-child {
    margin-right: 0;
  }
}

.price-item {
  background: #F9F9F9;
  padding: 26px 26px 105px;
  border: 1px solid #23449F;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price-item .price-item__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #026698;
}
.price-item .price-item__title .price-item__title-sub {
  background: #026698;
  padding: 0px 10px;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.88rem;
  color: #fff;
}
.price-item .price-item-pricebox {
  margin-bottom: 20px;
  border-bottom: 1px solid #23449F;
  text-align: center;
  color: #026698;
}
.price-item .price-item-pricebox .price-item__price {
  line-height: 1;
  font-size: 4.75rem;
}
.price-item .price-item-pricebox .price-item__unit {
  font-size: 2.25rem;
}
.price-item .price-item__list {
  list-style: none;
  margin-bottom: 20px;
}
.price-item .price-item__list li {
  background: url(../img/common/item/price/ico--check.svg) left top no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
  -webkit-box-sizing: 0.88rem;
          box-sizing: 0.88rem;
  line-height: 1.5;
}
.price-item .price-item__list li:last-child {
  margin-bottom: 0;
}
.price-item .price-item-btn {
  background: #026698;
  width: 100%;
  display: block;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.price-item .price-item-btn .btn-detail-yellow {
  font-size: 0.88rem;
}
@media screen and (min-width: 699px) {
  .price-item {
    width: 335px;
    margin-right: 20px;
  }
  .price-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .price-item {
    margin-bottom: 30px;
  }
}

.course-price-item-wrap .price-item {
  padding-bottom: 40px;
}
.course-price-item-wrap .price-item .price-item__list {
  margin-bottom: 0;
}
.course-price-item-wrap .price-item .price-item__list li:last-child {
  margin-bottom: 0;
}

.point-note {
  background: #026698;
  padding: 64px 40px 60px;
  position: relative;
  color: #fff;
}
.point-note .point-note__ico {
  position: absolute;
  top: -42px;
  left: calc(50% - 42px);
}
.point-note .point-note__title {
  margin-bottom: 107px;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .point-note {
    margin-left: -24px;
    margin-right: -24px;
    padding: 85px 20px 50px;
  }
}

.point-note-sub {
  border: 1px solid #FFF;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.point-note-sub .point-note-sub__ico {
  position: absolute;
  top: -62px;
  left: calc(50% - 42px);
}
.point-note-sub .point-note-sub__title {
  width: 100%;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .point-note-sub {
    margin-bottom: 90px;
  }
  .point-note-sub:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 699px) {
  .point-note-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point-note-content .point-note-sub {
    width: 456px;
  }
}

.faq {
  padding-left: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6F0F7;
}
.faq dt {
  background: url(../img/common/item/faq/ico--plus.svg) left 5px no-repeat;
  margin-left: -60px;
  padding-left: 60px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #026698;
}
.faq dd {
  background-position: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  display: none;
}
.faq.active dt {
  background-image: url(../img/common/item/faq/ico--minus.svg);
}
.faq.active dd {
  display: block;
}
@media screen and (max-width: 699px) {
  .faq dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.common-contact {
  background: url(../img/common/item/contact/bgi--01.svg) center top no-repeat;
  margin-bottom: 80px;
}
.common-contact .common-contact__title {
  background: url(../img/common/item/contact/pic--title-sub.svg) left top no-repeat;
  padding-top: 75px;
  margin-bottom: 50px;
}
.common-contact .common-contact__btn {
  background: #026698 url(../img/common/item/mark/ico--link-outside-white.svg) calc(50% + 3em) calc(50% + 2px) no-repeat;
  width: 295px;
  text-align: center;
  margin-left: 0;
}
@media screen and (min-width: 699px) {
  .common-contact .common-contact-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-contact .common-contact-layout .common-contact__pic {
    width: 557px;
  }
  .common-contact .common-contact-layout > div {
    margin-left: 105px;
  }
  .common-contact .common-contact-layout .common-contact__text {
    padding-top: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 699px) {
  .common-contact {
    background: url(../img/common/item/contact/bgi--01.svg) 20px 70px no-repeat;
    background-size: 340px auto;
  }
  .common-contact .common-contact-layout .common-contact__pic {
    margin-bottom: 40px;
  }
  .common-contact .common-contact-layout .common-contact__text {
    margin-bottom: 20px;
  }
  .common-contact .common-contact__btn {
    margin-left: auto;
  }
}

@media screen and (max-width: 699px) {
  .layout-container .common-contact .layout-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.difference-table {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.difference-table::after {
  content: " ";
  width: 25%;
  height: calc(100% + 0px);
  border: 7px solid #28C8E4;
  border-radius: 5px;
  position: absolute;
  top: -6px;
  left: calc(25% - 7px);
}
.difference-table tr > th, .difference-table tr > td {
  width: 25%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.difference-table tr > th {
  border: 1px solid #fff;
}
.difference-table tr > td {
  border-right: 1px solid #D5D5D5;
}
.difference-table tr:nth-child(odd) > td {
  background: #F1F1F1;
}
.difference-table tr:nth-child(odd) > td.difference-table__td-01 {
  background: #E6F0F7;
}
.difference-table tr:last-child > td {
  border-bottom: 1px solid #D5D5D5;
}
.difference-table .difference-table__th-01 {
  background: #026698;
  font-size: 1.25rem;
  color: #fff;
}
.difference-table .difference-table__th-02 {
  background: #999999;
  color: #fff;
}
.difference-table .difference-table__td-01 {
  line-height: 1.6;
  font-size: 1.25rem;
}
.difference-table .difference-table__td-01.lh12 {
  line-height: 1.2;
}

.difference-table-sp {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.5;
}
.difference-table-sp tr > th, .difference-table-sp tr > td {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.difference-table-sp tr > th {
  border: 1px solid #fff;
  line-height: 1.5;
}
.difference-table-sp tr > td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.difference-table-sp tr:last-child > td {
  border-bottom: 1px solid #D5D5D5;
}
.difference-table-sp .difference-table__th-01 {
  background: #026698;
  padding: 10px 10px;
  font-size: 1.25rem;
  color: #fff;
}
.difference-table-sp .difference-table__th-02 {
  background: #999999;
  color: #fff;
}
.difference-table-sp .difference-table__td-01 {
  background: #E6F0F7;
  line-height: 1.6;
  border-bottom: 0;
  font-size: 1.13rem;
}
.common-result {
  background: url(../img/top/result/bgi--05.webp) calc(50% + 320px) 182px no-repeat, url(../img/top/result/bgi--04.webp) calc(50% - 320px) 182px no-repeat, url(../img/top/result/bgi--02.webp) calc(50% - 610px) -20px no-repeat, url(../img/top/result/bgi--01.svg) center 96px no-repeat;
  background-size: 128px auto, 128px auto, 456px auto, auto;
  padding-top: 180px;
  position: relative;
}
.common-result::before {
  content: " ";
  background: url(../img/top/result/bgi--03.webp) left top no-repeat;
  background-size: auto 100%;
  width: 250px;
  height: 240px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 2;
}
.common-result .common-result__title {
  margin-bottom: 20px;
  text-align: center;
}
.common-result .common-result__text {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .common-result {
    background: url(../img/top/result/bgi--05.webp) right 17px top no-repeat, url(../img/top/result/bgi--04.webp) 17px 0 no-repeat, url(../img/top/result/bgi--03.webp) left -90px top 80px no-repeat, url(../img/top/result/bgi--02.webp) right -120px top 180px no-repeat, url(../img/top/result/bgi--01-sp.svg) center 25px no-repeat;
    background-size: 60px auto, 60px auto, 225px auto, 254px auto, auto;
    padding-top: 50px;
  }
  .common-result .common-result__title {
    margin-bottom: 50px;
  }
  .common-result .common-result__text {
    width: 280px;
    margin: 0 auto 35px;
  }
  .common-result::before {
    content: none;
  }
}

.common-result-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common-result-list li {
  background: #fff url(../img/top/result/bgi--list.svg) right bottom no-repeat;
  padding: 25px 25px 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 34px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 34px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.25rem;
}
.common-result-list li .common-result-list__name {
  margin-bottom: 15px;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}
.common-result-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.common-result-list li .common-result-list__no {
  padding-right: 10px;
  display: block;
  line-height: 1;
  font-size: 3.5rem;
}
.common-result-list li .common-result-list__unit {
  display: block;
  margin-right: 13px;
  padding-bottom: 6px;
}
.common-result-list li .common-result-list__result {
  display: block;
  padding-bottom: 5px;
  font-size: 2rem;
}
@media screen and (min-width: 699px) {
  .common-result-list li {
    width: 332px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .common-result-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 699px) {
  .common-result-list {
    padding: 0 0;
  }
  .common-result-list li {
    background-size: 45px auto;
    width: calc(50% - 5px);
    padding: 7px 5px 7px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .common-result-list li:nth-child(2n) {
    margin-right: 0;
  }
  .common-result-list li .common-result-list__name {
    margin-bottom: 5px;
    font-size: 0.88rem;
  }
  .common-result-list li .common-result-list__no {
    font-size: 2rem;
  }
  .common-result-list li .common-result-list__unit {
    font-size: 0.75rem;
  }
  .common-result-list li .common-result-list__result {
    font-size: 1.13rem;
  }
}

/*
	サイト全体のアイテムの設定
*/
.top-main {
  background: url(../img/top/main/pic--main.webp) calc(50% + 420px) bottom no-repeat, url(../img/top/main/bgi--01.svg) center 100px no-repeat;
  background-size: 575px auto, auto;
  background-color: #026698;
  height: 750px;
  position: relative;
}
.top-main .top-main-copy {
  background: url(../img/top/main/pic--lede.svg) left top no-repeat;
  width: 0;
  height: 276px;
  position: absolute;
  top: 152px;
  left: calc(50% - 620px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top-main .top-main-copy.active {
  -webkit-animation: top_main_01 0.5s ease-out forwards;
          animation: top_main_01 0.5s ease-out forwards;
}
.top-main .top-main-title {
  background: url(../img/top/main/pic--title.svg) left top no-repeat;
  width: 0;
  height: 198px;
  position: absolute;
  top: 495px;
  left: calc(50% - 620px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  overflow: hidden;
  text-indent: -9999px;
}
.top-main .top-main-title.active {
  -webkit-animation: top_main_02 0.5s ease-out forwards;
          animation: top_main_02 0.5s ease-out forwards;
}
.top-main .top-main-cotact {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.top-main .top-main-cotact img {
  -webkit-filter: drop-shadow(2px 4px 17px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 4px 17px rgba(0, 0, 0, 0.3));
  text-decoration: none;
}
.top-main .top-point {
  list-style: none;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 208px);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
}
.top-main .top-point li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-main .top-point li:nth-child(1) {
  margin-left: 89px;
}
.top-main .top-point li:nth-child(2) {
  margin-left: 40px;
}
.top-main .top-point.active {
  -webkit-animation: top_main_03 0.5s ease-out forwards;
          animation: top_main_03 0.5s ease-out forwards;
}
@media screen and (max-width: 699px) {
  .top-main {
    background: url(../img/top/main/pic--main.webp) calc(50% + 100px) calc(100% + 60px) no-repeat, url(../img/top/main/bgi--01-sp.svg) center top no-repeat;
    background-size: 400px auto, 100% auto;
    background-color: #026698;
    padding-top: 17px;
    padding-left: 17px;
    padding-bottom: 12px;
    height: auto;
  }
  .top-main .top-main-copy {
    background: url(../img/top/main/pic--lede-sp.svg) left top no-repeat;
    width: 0;
    height: 223px;
    position: static;
    margin: 0 0 30px 0;
  }
  .top-main .top-main-copy.active {
    -webkit-animation: top_main_01_sp 0.5s ease-out forwards;
            animation: top_main_01_sp 0.5s ease-out forwards;
  }
  .top-main .top-main-title {
    background: url(../img/top/main/pic--title.svg) left top no-repeat;
    background-size: 164px auto;
    width: 0;
    height: 92px;
    margin-bottom: 30px;
    position: static;
  }
  .top-main .top-main-title.active {
    -webkit-animation: top_main_02_sp 0.5s ease-out forwards;
            animation: top_main_02_sp 0.5s ease-out forwards;
  }
  .top-main .top-point {
    list-style: none;
    position: static;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 0;
  }
  .top-main .top-point li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-main .top-point li li {
    margin-bottom: 8px;
  }
  .top-main .top-point li li img {
    height: 42px;
  }
  .top-main .top-point li:nth-child(1) {
    margin-left: 0;
  }
  .top-main .top-point li:nth-child(2) {
    margin-left: 0;
  }
  .top-main .top-point.active {
    -webkit-animation: top_main_03 0.5s ease-out forwards;
            animation: top_main_03 0.5s ease-out forwards;
  }
  .top-main .top-main-cotact {
    display: none;
  }
}

.top-intro .top-intro-bg {
  background: url(../img/top/intro/bgi--section.svg) center bottom no-repeat;
  background-size: cover;
  padding: 104px calc(50vw - 523px) 138px;
  margin-bottom: 0;
}
.top-intro .top-intro__title {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 699px) {
  .top-intro .top-intro-bg {
    padding: 40px 15px 60px;
  }
}

.top-problem {
  list-style: none;
}
.top-problem li {
  background: #fff;
  border-radius: 12px 0 12px 0;
  line-height: 1.4;
  position: relative;
  font-size: 1.75rem;
}
.top-problem li::before {
  content: " ";
  background: url(../img/top/intro/ico--quot.svg) left top no-repeat;
  width: 44px;
  height: 36px;
  display: block;
  position: absolute;
  left: 10px;
  top: -26px;
}
.top-problem li span {
  padding: 40px 0;
  display: block;
  position: relative;
}
.top-problem li span::before {
  content: " ";
  background: url(../img/top/intro/ico--triangle.svg) left top no-repeat;
  width: 27px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -19px;
}
@media screen and (min-width: 699px) {
  .top-problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-problem li {
    width: 240px;
  }
  .top-problem li:nth-child(1) {
    margin-top: 23px;
  }
  .top-problem li:nth-child(1)::after {
    content: " ";
    background: url(../img/top/intro/ill--01.svg) left top no-repeat;
    width: 106px;
    height: 97px;
    display: block;
    position: absolute;
    bottom: -79px;
    left: 40px;
  }
  .top-problem li:nth-child(2) {
    margin-top: 74px;
  }
  .top-problem li:nth-child(2)::after {
    content: " ";
    background: url(../img/top/intro/ill--02.svg) left top no-repeat;
    width: 78px;
    height: 79px;
    display: block;
    position: absolute;
    right: 30px;
    top: -90px;
  }
  .top-problem li:nth-child(4) {
    margin-top: 55px;
  }
  .top-problem li:nth-child(4)::after {
    content: " ";
    background: url(../img/top/intro/ill--03.svg) left top no-repeat;
    width: 86px;
    height: 85px;
    display: block;
    position: absolute;
    right: -30px;
    top: -45px;
  }
}
@media screen and (max-width: 699px) {
  .top-problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-problem li {
    width: 48%;
    margin-bottom: 55px;
    font-size: 1.25rem;
  }
  .top-problem li span {
    padding: 27px 20px;
  }
  .top-problem li:nth-child(1)::after {
    content: " ";
    background: url(../img/top/intro/ill--01.svg) left top no-repeat;
    background-size: 100% auto;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 60px;
  }
  .top-problem li:nth-child(2) {
    margin-top: 41px;
  }
  .top-problem li:nth-child(2)::after {
    content: " ";
    background: url(../img/top/intro/ill--02.svg) left top no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 20px;
    top: -60px;
  }
  .top-problem li:nth-child(4) {
    margin-top: 55px;
  }
  .top-problem li:nth-child(4)::after {
    content: " ";
    background: url(../img/top/intro/ill--03.svg) left top no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0px;
    top: -15px;
  }
}

.top-problem-image {
  display: block;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 699px) {
  .top-problem-image {
    width: 174px;
  }
}

.top-solution {
  background: url(../img/top/intro/pic--02.webp) calc(50% + 327px) top no-repeat;
  background-size: 717px auto;
  text-align: left;
  padding: 44px calc(50vw - 523px) 106px;
}
.top-solution .top-solution__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  position: relative;
}
.top-solution .top-solution__title span {
  position: relative;
  z-index: 1;
}
.top-solution .top-solution__title::before {
  content: " ";
  background: #FCDD3B;
  width: 0;
  height: 35px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 0;
}
.top-solution .top-solution__title.active::before {
  -webkit-animation: marker-draw01 0.5s ease-out forwards;
          animation: marker-draw01 0.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-solution .top-solution-point__marker {
  position: relative;
  z-index: 1;
}
.top-solution .top-solution-point__marker::before {
  content: " ";
  background: #E6F0F7;
  width: 0;
  height: 17px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: -1;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
.top-solution .top-solution-point__marker.active::before {
  -webkit-animation: marker-draw01 0.5s ease-out forwards;
          animation: marker-draw01 0.5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 699px) {
  .top-solution {
    background: url(../img/top/intro/pic--02.webp) right bottom no-repeat;
    background-size: 84vw auto;
    padding: 42px 24px 240px;
    margin-bottom: 43px;
  }
  .top-solution .top-solution__title {
    margin: 0 auto 50px;
    text-align: center;
  }
  .top-solution .top-solution__title::before {
    content: none;
  }
  .top-solution .top-solution__title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .top-solution .top-solution__title span::before {
    content: " ";
    background: #FCDD3B;
    width: calc(100% + 10px);
    height: 11px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
    z-index: -1;
  }
}

.top-solution-point {
  list-style: none;
}
.top-solution-point li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #026698;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.top-solution-point li .top-solution-point__em {
  font-size: 2.63rem;
}
@media screen and (max-width: 699px) {
  .top-solution-point {
    padding-left: 20px;
  }
  .top-solution-point li {
    margin-bottom: 25px;
    font-size: 1rem;
  }
  .top-solution-point li .top-solution-point__em {
    font-size: 1.69rem;
  }
}

.top-bg-01 {
  background: #E6F0F7;
  padding-bottom: 100px;
}
.top-bg-01 .common-result::before {
  bottom: -150px;
}
@media screen and (max-width: 699px) {
  .top-bg-01 {
    padding-bottom: 50px;
  }
}

.top-plan {
  background: url(../img/top/planning/bgi--01.svg) center 50px no-repeat;
  padding-top: 130px;
}
.top-plan .top-plan__title {
  margin-bottom: 50px;
  text-align: center;
}
.top-plan .top-plan__text {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-plan {
    background: url(../img/top/planning/bgi--01-sp.svg) center 125px no-repeat;
    padding-top: 70px;
    margin-bottom: calc(50.9vw + 40px);
  }
  .top-plan .top-plan__title {
    margin-bottom: 60px;
  }
  .top-plan .top-plan__text {
    letter-spacing: 0.3px;
  }
}

.top-plan-sub {
  background: #fff;
  padding: 55px;
  position: relative;
}
.top-plan-sub .top-plan-sub__pic {
  position: absolute;
}
.top-plan-sub .top-plan-sub__title {
  padding-left: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2rem;
}
.top-plan-sub.top-plan-sub--01 .top-plan-sub__title {
  background: url(../img/top/planning/ico--01.svg) left center no-repeat;
  padding-top: 0;
  padding-bottom: 0;
}
.top-plan-sub.top-plan-sub--02 .top-plan-sub__title {
  background: url(../img/top/planning/ico--02.svg) left center no-repeat;
}
.top-plan-sub.top-plan-sub--03 .top-plan-sub__title {
  background: url(../img/top/planning/ico--03.svg) left center no-repeat;
}
@media screen and (min-width: 699px) {
  .top-plan-sub {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-plan-sub.top-plan-sub--01, .top-plan-sub.top-plan-sub--03 {
    width: 654px;
    margin-bottom: 130px;
  }
  .top-plan-sub.top-plan-sub--01 .top-plan-sub__pic, .top-plan-sub.top-plan-sub--03 .top-plan-sub__pic {
    width: 413px;
    position: absolute;
    right: -390px;
    bottom: -75px;
  }
  .top-plan-sub.top-plan-sub--02 {
    width: 682px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .top-plan-sub.top-plan-sub--02 .top-plan-sub__pic {
    width: 380px;
    position: absolute;
    left: -365px;
    bottom: 0px;
  }
}
@media screen and (max-width: 699px) {
  .top-plan-sub {
    padding: 30px 20px;
    margin-bottom: 65vw;
  }
  .top-plan-sub .top-plan-sub__title {
    background-size: 40px auto !important;
    background-position: 3px center;
    padding-left: 52px;
    margin-bottom: 20px;
    font-size: 1.13rem;
  }
  .top-plan-sub.top-plan-sub--01 .top-plan-sub__pic, .top-plan-sub.top-plan-sub--03 .top-plan-sub__pic {
    width: 80vw;
    position: absolute;
    right: -22px;
    bottom: -50.9vw;
  }
  .top-plan-sub.top-plan-sub--02 .top-plan-sub__pic {
    width: 80vw;
    position: absolute;
    left: -24px;
    bottom: -43.9vw;
  }
  .top-plan-sub.top-plan-sub--03 {
    margin-bottom: 0;
  }
}

.top-voice {
  background: url(../img/top/voice/bgi--02.svg) calc(50% + 350px) 268px no-repeat, url(../img/top/voice/bgi--01.svg) calc(50% - 210px) top no-repeat;
  padding-top: 160px;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
.top-voice .top-voice__title {
  margin-bottom: 95px;
}
.top-voice .top-voice__lede {
  background: #026698;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 17px;
  margin-bottom: 25px;
  display: block;
  line-height: 1.5;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 699px) {
  .top-voice .top-voice-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-voice .top-voice-content > img {
    width: 488px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 699px) {
  .top-voice {
    background: url(../img/top/voice/bgi--02.svg) calc(50% + 350px) 268px no-repeat, url(../img/top/voice/bgi--01.svg) center 40px no-repeat;
    background-size: auto, 345px auto;
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .top-voice .top-voice__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .top-voice .top-voice-content img {
    width: calc(100% - 30px);
    margin: 0 -10px 30px 25px;
  }
  .top-voice .top-voice__lede {
    padding: 5px 30px;
    margin: 0 auto 30px;
    font-size: 1.13rem;
  }
}

.top-method .top-method__title {
  margin-bottom: 40px;
  text-align: center;
}
.top-method .top-method__text {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-method {
    padding: 0 24px;
  }
  .top-method .top-method__text {
    text-align: left;
  }
}

.top-method-layout {
  margin-bottom: 15px;
}
@media screen and (min-width: 699px) {
  .top-method-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-method-layout .top-method-sub {
    width: 444px;
  }
}

.top-method-sub .top-method-sub__pic {
  display: block;
  margin-bottom: 15px;
}
.top-method-sub .top-method-sub__title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
}
.top-method-sub .top-method-sub__sub {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 0.88rem;
}
.top-method-sub .top-method-sub__sub span {
  color: #026698;
}
.top-method-sub .top-method-sub__sub::before {
  content: " ";
  background: #026698;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 15px);
}
.top-method-sub p {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-method-sub {
    margin-bottom: 20px;
  }
  .top-method-sub .top-method-sub__title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.63rem;
  }
}

.top-study {
  background: #E6F0F7 url(../img/top/study/bgi--01.svg) left top no-repeat;
  background-size: 100% auto;
}
.top-study .top-study__pic {
  display: block;
  margin: 0 auto 120px;
}
@media screen and (min-width: 699px) {
  .top-study {
    padding-top: 200px;
  }
  .top-study .top-study__text {
    margin-left: 330px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 699px) {
  .top-study {
    padding-top: 80px;
  }
  .top-study .marker-study-title {
    margin-bottom: 40px;
  }
  .top-study .top-study__text {
    margin-bottom: 50px;
  }
  .top-study .top-study__pic {
    margin-right: -2vw;
  }
}

.top-difference {
  background: url(../img/top/difference/bgi--01.svg) left top no-repeat;
  background-size: 100% 372px;
  padding-top: 350px;
  position: relative;
  z-index: 2;
}
.top-difference .top-difference__title {
  text-align: center;
  margin-bottom: 76px;
}
@media screen and (max-width: 699px) {
  .top-difference {
    background: url(../img/top/difference/bgi--01.svg) left top no-repeat;
    background-size: 100% 103px;
    padding-top: 130px;
  }
}

.top-teacher {
  background: url(../img/top/teacher/pic--01.webp) calc(50% - 354px) bottom no-repeat, url(../img/top/teacher/bgi--01.svg) left -1px no-repeat, url(../img/top/teacher/bgi--02.svg) calc(50% + 435px) 130px no-repeat;
  background-color: #026698;
  background-size: 616px auto, 100% 375px, auto;
  padding-top: 375px;
  padding-bottom: 40px;
  margin-top: -40px;
  position: relative;
  color: #fff;
}
.top-teacher .top-teacher__title {
  margin-bottom: 35px;
}
@media screen and (max-width: 699px) {
  .top-teacher {
    background: url(../img/top/teacher/bgi--01.svg) left -1px no-repeat, url(../img/top/teacher/bgi--02.svg) right 22px top 60px no-repeat;
    background-color: #026698;
    background-size: 100% 102px, 210px auto;
    padding-top: 140px;
    margin-top: 40px;
  }
  .top-teacher .top-teacher__title {
    text-align: center;
  }
}

.top-teacher-content .top-teacher__lede {
  margin-bottom: 30px;
}
.top-teacher-content .top-teacher__lede strong {
  background: #23449F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  display: block;
  font-size: 2rem;
  color: #fff;
}
.top-teacher-content .top-teacher__text {
  margin: 0 0 36px 16px;
}
@media screen and (min-width: 699px) {
  .top-teacher-content {
    margin-left: 456px;
  }
}
@media screen and (max-width: 699px) {
  .top-teacher-content .top-teacher__lede strong {
    margin-bottom: 10px;
    font-size: 1.13rem;
  }
  .top-teacher-content .top-teacher__text {
    background: url(../img/top/teacher/pic--01.webp) center bottom no-repeat;
    background-size: 90% auto;
    padding-bottom: 82vw;
  }
}

.top-teacher-sub .top-teacher-sub__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.top-teacher-sub ul {
  margin-bottom: 20px;
  list-style: none;
}
.top-teacher-sub ul li {
  padding: 7px 0;
  font-size: 0.88rem;
}
.top-teacher-sub .top-teacher-sub__btn {
  padding: 8px 50px 8px 30px;
  margin-right: 0;
  font-size: 1.13rem;
}
@media screen and (min-width: 699px) {
  .top-teacher-sub {
    margin-left: 16px;
  }
}
@media screen and (max-width: 699px) {
  .top-teacher-sub ul li {
    padding: 5px 0;
  }
}

.top-voice2 {
  background: url(../img/top/voice2/bgi--01.svg) calc(50% - 42px) -10px no-repeat;
  padding-top: 150px;
  margin-bottom: 65px;
  text-align: center;
}
.top-voice2 .top-voice2__title {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-voice2 {
    background: url(../img/top/voice2/bgi--01.svg) center top no-repeat;
    background-size: 350px auto;
    padding-top: 50px;
    margin-top: 60px;
  }
  .top-voice2 .top-voice2__title {
    margin-bottom: 30px;
  }
}

.top-voice2-content .top-voice2__lede {
  background: #026698;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #fff;
}
.top-voice2-content .top-voice2__text {
  margin-bottom: 30px;
}
.top-voice2-content .top-voice2__dl {
  margin-bottom: 30px;
}
.top-voice2-content .top-voice2__dl dt {
  border-bottom: 1px solid #10214F;
  padding-bottom: 12px;
  margin-bottom: 7px;
  font-size: 1.5rem;
}
.top-voice2-content .top-voice2__dl dd {
  font-size: 0.88rem;
}
@media screen and (min-width: 699px) {
  .top-voice2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-voice2-content div {
    width: 604px;
  }
  .top-voice2-content img {
    width: 390px;
  }
}
@media screen and (max-width: 699px) {
  .top-voice2-content .top-voice2__lede {
    padding: 5px 7px;
    margin: 0 auto 35px;
    font-size: 1.13rem;
  }
  .top-voice2-content img {
    width: 78%;
    margin-left: auto;
    margin-right: -24px;
    margin-bottom: 16px;
    display: block;
  }
}

.top-price {
  background: url(../img/top/price/bgi--01.svg) center top no-repeat;
  padding-top: 60px;
  margin-bottom: 90px;
}
.top-price .top-price__title {
  margin-bottom: 50px;
  text-align: center;
}
.top-price .price-item-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .top-price {
    background-size: 286px auto;
  }
}

.top-point-note {
  margin-bottom: 60px;
}

.top-faq {
  background: url(../img/top/faq/bgi--01.svg) center top no-repeat;
  margin-bottom: 80px;
}
.top-faq .top-faq__title {
  padding: 70px 0 70px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .top-faq {
    background-size: 178px auto;
  }
  .top-faq .top-faq__title {
    padding: 25px 0 0;
    margin-bottom: 50px;
  }
}

.top-insta {
  margin-bottom: 30px;
}
.top-insta .top-insta__title {
  width: 190px;
  margin: 0 auto 20px;
}
.top-insta .top-insta-content {
  max-width: 560px;
  margin: 0 auto 30px;
}
.top-insta .top-insta__btn {
  background: url(../img/top/insta/ico--insta.svg) left 37px top calc(50% + 1px) no-repeat, url(../img/common/item/mark/ico--link-arrow.svg) right 37px top calc(50% + 1px) no-repeat;
  background-color: #026698;
  padding: 18px 65px;
  font-size: 1.13rem;
}

.top-news {
  background: url(../img/top/news/bgi--01.svg) calc(50% - 367px) top no-repeat;
  padding-top: 90px;
  margin-bottom: 120px;
}
.top-news .top-news__title {
  margin-bottom: 40px;
}
.top-news .top-news__text {
  margin-bottom: 80px;
}
@media screen and (max-width: 699px) {
  .top-news {
    background: url(../img/top/news/bgi--01.svg) left 25px top 60px no-repeat;
    background-size: 266px auto;
    padding-top: 90px;
  }
}

.top-news-item {
  background: #E6F0F7;
  border: 3px solid #026698;
  margin-bottom: 30px;
  position: relative;
}
.top-news-item a {
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top-news-item a img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top-news-item .top-news-item-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 130px 25px 40px;
}
.top-news-item .top-news-item-category {
  margin-bottom: 15px;
}
.top-news-item .top-news-item__title {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 1.38rem;
  color: #23449F;
}
.top-news-item .top-news-item__text {
  margin-bottom: 26px;
  color: #000;
}
.top-news-item .top-news-item__arrow {
  background: url(../img/top/news/ico--arrow.svg) right calc(50% + 2px) no-repeat;
  padding-right: 27px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-decoration: underline;
  color: #026698;
}
@media screen and (min-width: 699px) {
  .top-news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-item .top-news-item__thumb {
    width: 313px;
    border-right: 3px solid #026698;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-news-item .top-news-item-content {
    width: calc(100% - 313px);
  }
}
@media screen and (max-width: 699px) {
  .top-news-item .top-news-item-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 50px;
  }
  .top-news-item .top-news-item__title {
    margin-bottom: 10px;
  }
  .top-news-item .top-news-item__text {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.top-news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-news-author .top-news-author__pic {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid #026698;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news-author .top-news-author__name {
  display: block;
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
.top-news-author .top-news-author__date {
  display: block;
  line-height: 1.5;
  font-size: 0.88rem;
}

.top-company {
  background: #026698 url(../img/top/company/bgi--01.svg) calc(50% - 30px) -18px no-repeat;
  padding-top: 100px;
  padding-bottom: 90px;
  color: #fff;
}
.top-company .top-company__title {
  margin-bottom: 95px;
}
.top-company .top-company__logo {
  margin-bottom: 50px;
}
.top-company .top-company__name {
  font-size: 1.13rem;
}
.top-company .top-company__text {
  margin-bottom: 25px;
}
@media screen and (min-width: 699px) {
  .top-company .top-company-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-company .top-company-layout > div {
    width: 535px;
  }
  .top-company .top-company-layout .top-company__pic {
    width: 446px;
  }
}
@media screen and (max-width: 699px) {
  .top-company {
    background: #026698 url(../img/top/company/bgi--01.svg) center 10px no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .top-company .layout-container {
    text-align: center;
  }
  .top-company .top-company__title {
    margin-bottom: 30px;
  }
}

.top-company-dl {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-company-dl dt {
  width: 94px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 15px;
  text-align: center;
  font-size: 0.88rem;
}
.top-company-dl .top-company-dl__tel {
  font-size: 1.13rem;
  text-decoration: none;
  letter-spacing: 2.35px;
  color: #fff;
}
@media screen and (max-width: 699px) {
  .top-company-dl {
    display: block;
  }
  .top-company-dl dt {
    margin: 0 auto 10px;
  }
  .top-company-dl dd {
    margin-bottom: 30px;
  }
  .top-company-dl .top-company-dl__tel {
    font-size: 1.63rem;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

.u-font-style-lv1, .title-lv1, .news-archive-pagetitle, .article-latest .article-latest__title, .self-support .self-support__title, .common-contact .common-contact__title, .common-result .common-result__title, .top-intro .top-intro__title, .top-solution .top-solution__title, .top-plan .top-plan__title, .top-voice .top-voice__title, .top-method .top-method__title, .top-difference .top-difference__title, .top-teacher .top-teacher__title, .top-voice2 .top-voice2__title, .top-price .top-price__title, .top-faq .top-faq__title, .top-news .top-news__title, .top-company .top-company__title {
  line-height: normal;
  font-size: 4rem;
}
@media screen and (max-width: 699px) {
  .u-font-style-lv1, .title-lv1, .news-archive-pagetitle, .article-latest .article-latest__title, .self-support .self-support__title, .common-contact .common-contact__title, .common-result .common-result__title, .top-intro .top-intro__title, .top-solution .top-solution__title, .top-plan .top-plan__title, .top-voice .top-voice__title, .top-method .top-method__title, .top-difference .top-difference__title, .top-teacher .top-teacher__title, .top-voice2 .top-voice2__title, .top-price .top-price__title, .top-faq .top-faq__title, .top-news .top-news__title, .top-company .top-company__title {
    font-size: 2rem;
  }
}

.u-font-style-lv2, .title-lv2, .news-single-header .news-single__title, .self-support .self-support__sub, .self-study-sub .self-study-sub__title, .faq dt {
  line-height: normal;
  font-size: 2rem;
}
@media screen and (max-width: 699px) {
  .u-font-style-lv2, .title-lv2, .news-single-header .news-single__title, .self-support .self-support__sub, .self-study-sub .self-study-sub__title, .faq dt {
    font-size: 1.5em;
  }
}

.u-font-style-lv3, .title-lv3 {
  line-height: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .u-font-style-lv3, .title-lv3 {
    font-size: 1.25em;
  }
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #23449F;
}

.u-color-sub {
  color: #FCDD3B;
}

/* フォントの設定 */
.u-ff-en {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  text-decoration: underline;
  text-decoration-color: #FFF238;
  text-decoration-thickness: 11px;
  text-underline-offset: -3px;
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.u-marker-blue {
  text-decoration: underline;
  text-decoration-color: #23449F;
  text-decoration-thickness: 11px;
  text-underline-offset: -3px;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

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

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

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--mid {
  margin-bottom: 40px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
@media (min-width: 700px) {
  .u-over-parent {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + 8px);
  }
}

@media (min-width: 700px) {
  .u-padding-pagewidth {
    padding-left: calc(50vw - 523px);
    padding-right: calc(50vw - 523px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

.u-target {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .is-sp {
    display: none;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=top.css.map */