@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* 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 */
body {
  line-height: 1.5;
  min-width: 1020px;
  overflow-x: hidden;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  _font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  text-align: center;
  color: #333;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #003273;
}

a:hover, a:active {
  text-decoration: none;
  color: #4BB3B2;
}

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

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .interview-nav:after, .specific-words .specific-words__tab:after, .parent-feedback li:after, .eikon-result-wrap:after, .eiken-point:after, .spring-seminar-course:after, .news .news__contents:after, .global-nav:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .interview-nav, .specific-words .specific-words__tab, .parent-feedback li, .eikon-result-wrap, .eiken-point, .spring-seminar-course, .news .news__contents, .global-nav, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .interview-nav, .specific-words html .specific-words__tab, .parent-feedback html li, * html .eikon-result-wrap, * html .eiken-point, * html .spring-seminar-course, .news html .news__contents, * html .global-nav, * html .header {
  height: 1%;
}

.clearfix, .interview-nav, .specific-words .specific-words__tab, .parent-feedback li, .eikon-result-wrap, .eiken-point, .spring-seminar-course, .news .news__contents, .global-nav, .header {
  display: block;
}

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

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

/* ページ幅 */
.layout-container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

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

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

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

.layout-mid-content {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.layout-mid-content {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.layout-slim-content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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.last {
  margin-right: 0%;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col.last {
  margin-right: 0;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #fff;
  text-align: left;
}

/* ヘッダー上段 */
.header-primal {
  line-height: 25px;
  font-size: 75%;
  color: #AAA;
}

.site-description {
  font-weight: normal;
  width: 60%;
  font-size: 86%;
  float: left;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 210px;
  float: left;
}

/* ヘッダーお問い合わせ */
.header__btn {
  float: right;
  margin-top: -25px;
}

.fixed-header {
  background: url(../img/common/header/bgi--fixed-header.png);
  width: 100%;
  text-align: left;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
}
.fixed-header .header-site-name {
  display: block;
  padding: 10px 0;
  width: 210px;
  float: left;
}
.fixed-header .header__btn {
  float: right;
  margin-top: 0;
}

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  background: #BDDFE5;
  border-top: 1px solid #003273;
  padding-top: 40px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

.footer-site-name {
  width: 150px;
  float: left;
}

/* フッターナビ */
.footer-nav {
  width: 810px;
  float: right;
  color: #003273;
}
.footer-nav a {
  color: #003273;
}
.footer-nav .footer-nav__item {
  width: 20%;
  float: left;
}
.footer-nav .footer-nav__category {
  font-weight: bold;
}
.footer-nav ul {
  list-style: none;
  margin: 10px 0;
  font-size: 88%;
}
.footer-nav ul li {
  margin-bottom: 5px;
}
.footer-nav ul li:before {
  content: "- ";
}

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

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: block;
  width: 610px;
  height: 60px;
  margin-left: 37px;
  float: left;
}
.global-nav ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
}
.global-nav li {
  float: left;
}
.global-nav a {
  display: block;
  padding: 15px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  color: #363633;
}
.global-nav a:hover, .global-nav a.active {
  background: url(../img/common/menu/bgi--nav.svg) center 50px no-repeat;
}

/* ローカルナビの設定 */
.local-nav {
  background: #0043A1;
  text-align: center;
}
.local-nav ul {
  list-style: none;
}
.local-nav ul li {
  display: inline-block;
}
.local-nav ul li a {
  display: inline-block;
  padding: 18px 15px;
  color: #fff;
}
.local-nav ul li a:hover, .local-nav ul li a.active {
  background: #4BB4B3;
}

.local-class-nav {
  background: #0043A1;
  padding: 18px 0;
  text-align: center;
}
.local-class-nav ul {
  list-style: none;
}
.local-class-nav ul li {
  display: inline-block;
  padding: 0 5px;
}
.local-class-nav ul li a {
  display: inline-block;
  padding: 0;
  color: #fff;
}
.local-class-nav ul li a:hover, .local-class-nav ul li a.active {
  background: #4BB4B3;
}

.fixed-header .local-nav {
  display: none;
  background: url(../img/common/header/bgi--fixed-header-local.png);
}
.fixed-header .local-nav a {
  padding: 10px 15px;
}

.class-nav {
  background: #0043A1;
  text-align: center;
}
.class-nav ul {
  width: 1035px;
  padding: 24px 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.class-nav ul li {
  width: 159px;
  display: inline-block;
}
/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -2px;
  font-size: 313%;
  font-weight: bold;
  color: #003273;
}
.page-title .page-title__sub {
  display: block;
  letter-spacing: 0;
  font-size: 32%;
  font-weight: normal;
  color: #4BB2B2;
}

/* 見出し */
.title-lv1 {
  background: url(../img/common/heading/bgi--title-lv1-1.png) left top no-repeat, url(../img/common/heading/bgi--title-lv1-2.png) right bottom no-repeat;
  padding: 40px 40px;
  min-width: 658px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 188%;
  color: #003273;
}

.title-lv2, .news .news__title {
  background: url(../img/common/heading/bgi--title-lv2.jpg) center bottom no-repeat;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
  color: #003273;
}

.title-lv3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25rem;
  color: #003273;
}

/* 汎用見出し */
.title-other-01 {
  background: url(../img/common/heading/bgi--title-other-01.jpg) left 0.8em no-repeat;
  padding: 0 0 0 40px;
  margin-bottom: 5px;
  color: #003273;
}

.title-other-02 {
  background: #003273;
  padding: 5px 10px;
  color: #fff;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #fff;
  border: 2px solid #0069B5;
  padding: 10px 10px;
  text-align: center;
  color: #003273;
}
.table-ptn--01 td {
  background: #fff;
  border: 2px solid #0069B5;
  padding: 10px 10px;
}

.table-ptn--02 th, .eiken-price__table th {
  background: #003275;
  border: 1px solid #0069B5;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
}
.table-ptn--02 td, .eiken-price__table td {
  background: #fff;
  border: 1px solid #0069B5;
  padding: 15px 10px;
}
.table-ptn--02 table th, .eiken-price__table table th, .table-ptn--02 table td, .eiken-price__table table td {
  padding: 5px 0;
  background: none;
  border: 0;
  color: #333;
  text-align: left;
  vertical-align: top;
}
.table-ptn--02 .cell-none, .eiken-price__table .cell-none {
  border: 0;
  background: no-repeat;
}

.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;
}

.table-ptn--04 th {
  padding: 5px 0;
  vertical-align: top;
  color: #003273;
}
.table-ptn--04 td {
  padding: 5px 0;
}

.sp-static-page .table-ptn--04 th {
  padding: 10px 0 0 0;
  vertical-align: top;
  display: block;
  color: #003273;
}
.sp-static-page .table-ptn--04 td {
  padding: 0 0 10px 0;
  display: block;
  border-bottom: 1px dashed #003273;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = "#787878");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#787878')";
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #003273;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #003273;
  color: #003273;
  text-decoration: none;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.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 {
  background: #BDDFE5;
  padding: 15px;
}

.box-sub--02 {
  border: 3px solid #003273;
  padding: 12px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.news-wrap {
  width: 800px;
  margin: 0 auto;
}

.news {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #666;
}
.news .news__title {
  margin-bottom: 20px;
  font-size: 200%;
}
.news .news__date {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.news .news__detail {
  text-align: right;
}
.news .news__detail a {
  background: #0D3273 url(../img/common/mark/ico--arrow-white.svg) right 27px center no-repeat;
  padding: 15px 45px 15px 38px;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  font-size: 1.13rem;
  color: #fff;
}
.news .news__thumb {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.news p {
  margin-bottom: 40px;
}

.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  font-size: 100%;
  font-weight: normal;
  width: 78%;
  float: left;
}

.category-list {
  list-style: none;
}
.category-list li {
  background: url(../img/common/mark/ico--arrow-01.png) left center no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}

.news-archive-select {
  background: url(../img/common/subcolumn/ico--select.svg) right 10px center no-repeat;
  padding: 10px 30px;
  border: 1px solid #003273;
  border-radius: 6px;
  font-weight: bold;
  color: #003273;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.article-nav {
  margin: 120px 0;
  list-style: none;
  position: relative;
}
.article-nav a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav li:nth-child(1) a {
  background: url(../img/common/mark/news/ico--prev.svg) 20px center no-repeat;
  padding: 20px 30px 20px 46px;
  border: 1px solid #003273;
  border-radius: 36px;
  font-size: 0.88rem;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav li:nth-child(2) a {
  background: url(../img/common/mark/news/ico--next.svg) right 20px center no-repeat;
  padding: 20px 46px 20px 30px;
  border: 1px solid #003273;
  border-radius: 36px;
  font-size: 0.88rem;
}
.article-nav li:nth-child(3) {
  text-align: center;
}
.article-nav li:nth-child(3) a {
  background: #003273;
  padding: 22px 48px;
  border: 1px solid #003273;
  font-size: 1rem;
  color: #fff;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.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: #003273;
}
.pagination a {
  border: 1px solid #003273;
}
.pagination a:hover {
  background-color: #003273;
  border: 1px solid #003273;
  color: #fff;
}
.pagination .current {
  background-color: #003273;
  border: 1px solid #003273;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: #0069B5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 240px;
  padding-top: 45px;
  clear: both;
  color: #fff;
}
.catch .catch__title {
  display: block;
  font-size: 225%;
  font-size: 225%;
}
.catch .catch__sub {
  color: #4BB2B2;
}

.page-contents {
  background: #fff;
  margin-top: -80px;
  padding-top: 50px;
}

.topic-path {
  margin: 30px 0;
}

.bottom-nav {
  margin-top: 80px;
}
.bottom-nav .bottom-nav__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 150%;
  color: #003273;
}
.bottom-nav .bottom-nav__bg {
  background: #0043A1 url(../img/common/item/bottom-nav/pic--bottom-nav-arrow.png) center top no-repeat;
  padding: 40px 0 20px;
  text-align: center;
}
.bottom-nav .bottom-nav__bg ul {
  list-style: none;
  width: 1020px;
  margin: 0 auto;
}
.bottom-nav .bottom-nav__bg ul li {
  background: url(../img/common/item/bottom-nav/bgi--side-line.png) right top no-repeat;
  width: 204px;
  float: left;
}
.bottom-nav .bottom-nav__bg ul li:last-child {
  background: none;
  margin-right: 0;
}
.bottom-nav .bottom-nav__bg ul li a {
  display: block;
  height: 100px;
}

/* 春期講習会 */
.bg-spring {
  background: url(../img/class/spring-seminar/bgi--page.png) center top;
}
.bg-spring .page-contents {
  background: none;
}
.bg-spring .page-contents {
  margin-top: 0;
}
.bg-spring .page-title {
  background: #fff;
  padding-top: 50px;
  margin-top: -130px;
}

.spring-seminar-intro {
  background: url(../img/class/spring-seminar/bgi--intro.png) center top no-repeat;
  padding: 70px 0 80px;
}

.spring-seminar-course dt {
  display: block;
  margin-bottom: 10px;
  float: left;
  font-weight: bold;
  color: #003273;
}
.spring-seminar-course dd {
  overflow: hidden;
  margin-bottom: 30px;
}

/* 塾の方針 */
.fashion {
  background: url(../img/policy/index/bgi--fashion.jpg) left top no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 760px;
  padding-top: 72px;
  padding-left: 286px;
  margin-bottom: 100px;
}

.policy-bg-image {
  background: url(../img/policy/index/bgi--bg-image.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  border: 0;
  width: 100%;
  height: 500px;
}

.rumor-bg-reason {
  background: url(../img/policy/rumor/bgi--bg-reason.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  border: 0;
  width: 100%;
  height: 430px;
}
.rumor-bg-reason p {
  padding: 80px 0 60px;
  font-size: 225%;
  color: #fff;
}

/* クラス紹介 */
.class-intro {
  background: url(../img/class/index/bgi--intro.jpg) center top no-repeat;
  padding: 40px 0;
  text-align: center;
  font-size: 113%;
  color: #003273;
}

.class-list {
  list-style: none;
}
.class-list li {
  margin-bottom: 80px;
}

.common-result {
  background: #B7DAE0;
  padding: 65px 0 75px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + 16px);
  margin-bottom: 80px;
  text-align: center;
}
.common-result .common-result__title {
  background: url(../img/class/index/bgi--result-title.svg) center bottom no-repeat;
  margin-bottom: 23px;
  padding-bottom: 17px;
  font-size: 1px;
  font-size: 1.75rem;
  color: #0D3275;
}

.result-nav {
  background: #B7DAE0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 32px;
  padding: 40px 0;
  list-style: none;
  text-align: center;
}
.result-nav li {
  width: 320px;
  margin: 0 30px;
  display: inline-block;
}
.result-nav li a {
  background: #003273 url(../img/result/ico--scroll.svg) right 27px center no-repeat;
  padding: 30px 26px 30px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  font-size: 1.38rem;
  color: #fff;
}

.goto-succession {
  background: #1869B4 url(../img/common/mark/ico--arrow-white.svg) right 17px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 26px 47px 26px 32px;
  display: block;
  margin: 0 auto 100px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.goto-succession:hover {
  color: #fff;
}

.result-list {
  list-style: none;
}
.result-list li {
  background: url(../img/common/mark/ico--flower-01.png) left center no-repeat;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #003273;
  position: relative;
}
.result-list li .result-list__name {
  font-size: 138%;
  color: #003273;
}
.result-list li .result-list__count {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-weight: bold;
  font-size: 113%;
}
.result-list.result-list--big .result-list__name {
  font-size: 225%;
}
.result-list.result-list--big .result-list__count {
  font-size: 188%;
}

.class-table {
  margin-left: auto;
  margin-right: auto;
}
.class-table table th, .class-table table td {
  padding: 0;
}

.class01-text {
  background: url(../img/class/class01/pic--01.jpg) right top no-repeat;
  height: 350px;
  padding-top: 20px;
}

.class01-aspect {
  width: 680px;
  margin: 0 auto 80px;
}
.class01-aspect .class01-aspect__point {
  background: #EAF5F7;
  padding: 20px 33px;
  margin-bottom: 55px;
  list-style: none;
  font-weight: bold;
  font-size: 1.13rem;
  color: #003273;
}
.class01-aspect .class01-aspect__point li {
  margin-bottom: 10px;
}
.class01-aspect .class01-aspect__point li:last-child {
  margin-bottom: 0;
}

.class01-content-bg {
  background: #BEDFE6;
  padding: 45px 80px 80px;
  margin-bottom: 90px;
}

.class01-table-01 {
  background: #003273;
  border: 3px solid #003273;
  width: 100%;
  margin-bottom: 10px;
}
.class01-table-01 tr th {
  padding: 15px;
  width: 75px;
  border-bottom: 3px solid #003273;
  font-size: 1.13rem;
  font-weight: bold;
  color: #fff;
}
.class01-table-01 tr th span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-size: 0.88em;
}
.class01-table-01 tr td {
  background-color: #fff;
  padding: 15px;
  border-bottom: 3px solid #003273;
  line-height: 1.7;
}
.class01-table-01 tr td:first-of-type {
  padding-right: 0;
}
.class01-table-01 tr td:last-of-type {
  width: 420px;
  padding-left: 0;
  font-size: 0.88rem;
}
.class01-table-01 tr td a {
  color: #1869B5;
}

.class01-table-02 {
  background: #1869B5;
  border: 3px solid #1869B5;
  width: 100%;
  margin-bottom: 40px;
}
.class01-table-02 tr th {
  padding: 15px;
  width: 75px;
  font-size: 1.13rem;
  font-weight: bold;
  color: #fff;
}
.class01-table-02 tr th .class01-table-02__title {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-size: 0.88em;
}
.class01-table-02 tr td {
  background-color: #fff;
  padding: 15px;
  line-height: 1.7;
}
.class01-table-02 tr td:first-of-type {
  padding-right: 0;
}
.class01-table-02 tr td:last-of-type {
  width: 420px;
  padding-left: 0;
  font-size: 0.88rem;
}
.class01-table-02 tr td a {
  color: #1869B5;
}

.class01-table-01__bg01 {
  background: url(../img/class/class01/content/ill--01.png) right 15px bottom 15px no-repeat;
}

.class01-table-01__bg02 {
  background: url(../img/class/class01/content/ill--02.png) right 15px bottom 15px no-repeat;
}

.class01-table-01__bg03 {
  background: url(../img/class/class01/content/ill--03.png) right 15px bottom 15px no-repeat;
}

.class01-content-btn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 30px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 55px 20px 35px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
}
.class01-content-btn:hover {
  color: #fff;
}

.class01-result {
  margin-bottom: 150px;
}

.class01-eiken {
  margin-bottom: 85px;
  list-style: none;
  text-align: center;
}
.class01-eiken li {
  display: inline-block;
  margin: 0 40px;
}
.class01-eiken li:nth-child(1) {
  width: 100%;
  padding-right: 50px;
  margin-bottom: 47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.class01-stepup {
  background: #EAF5F7;
  padding: 65px 0 60px;
  margin-bottom: 150px;
  text-align: center;
  color: #0D3275;
}
.class01-stepup .class01-stepup__title {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
.class01-stepup .class01-stepup__lede {
  background: url(../img/class/class01/stepup/bgi--lede.svg) center bottom no-repeat;
  margin-bottom: 50px;
  line-height: 1.7;
  font-size: 2.5rem;
}
.class01-stepup .class01-stepup__flow {
  display: block;
  margin: 0 auto 45px;
}
.class01-stepup .class01-stepup__text {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.75em;
}
.class01-stepup .class01-stepup__btn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 30px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 20px 55px 20px 35px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
}
.class01-stepup .class01-stepup__btn:hover {
  color: #fff;
}

.class02-specialty {
  background: url(../img/class/class02/pic--01.jpg) center center no-repeat;
}
.class02-specialty p {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

.class03-specialty {
  background: url(../img/class/class03/pic--01.jpg) center center no-repeat;
}
.class03-specialty p {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

.class04-specialty {
  background: url(../img/class/class04/pic--01.jpg) center center no-repeat;
}
.class04-specialty p {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

.class05-specialty {
  background: url(../img/class/class05/pic--01.jpg) center center no-repeat;
}
.class05-specialty p {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

.class02-slide {
  width: 850px;
  margin: 0 auto 120px !important;
  list-style: none;
}
.class02-slide .slick-arrow {
  width: 60px;
  height: 60px;
}
.class02-slide .slick-arrow::before {
  content: none;
}
.class02-slide .slick-arrow.slick-prev {
  background: url(../img/class/class02/slide/ico--prev.png) left top no-repeat;
  left: -80px;
}
.class02-slide .slick-arrow.slick-next {
  background: url(../img/class/class02/slide/ico--next.png) left top no-repeat;
  right: -80px;
}
.class02-slide .slick-dots {
  bottom: -40px;
}
.class02-slide .slick-dots li.slick-active button:before {
  color: #003273;
}

.case02-rankup {
  background: #BEDFE6;
  padding: 60px 85px 80px;
  text-align: center;
}
.case02-rankup .case02-rankup__title {
  margin-bottom: 40px;
  line-height: 1.9;
  font-size: 2.5rem;
  color: #003273;
}
.case02-rankup .case02-rankup__title span {
  padding: 0 0 10px 15px;
}
.case02-rankup .case02-rankup__title span:nth-of-type(1) {
  background: url(../img/class/class02/rankup/bgi--title-01.png) right bottom no-repeat;
}
.case02-rankup .case02-rankup__title span:nth-of-type(2) {
  background: url(../img/class/class02/rankup/bgi--title-02.png) right bottom no-repeat;
}
.case02-rankup .case02-rankup__lede {
  margin-bottom: 60px;
  line-height: 1.79;
  font-weight: bold;
  font-size: 1.75rem;
  color: #0D3275;
}
.case02-rankup .case02-rankup__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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.case02-rankup .case02-rankup__list li {
  width: 414px;
  margin-bottom: 30px;
}
.case02-rankup .case02-rankup__list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.teaching {
  background: #BDDFE5;
  padding: 20px 10px 20px 120px;
}

.class-result-highschool .result-sub-hischool {
  background: #BEDFE6;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 55px;
  padding-bottom: 85px;
  padding-left: calc(50vw - 510px);
  padding-right: calc(50vw - 510px);
}
.class-result-highschool .result-sub-hischool .top-result-sub__lede {
  color: #003273;
}
.class-result-highschool .result-sub-hischool .top-result-sub__btn {
  background-color: #003273;
}

.class-voice-nav {
  list-style: none;
}
.class-voice-nav li {
  width: 50%;
  float: left;
  text-align: center;
}

.class-comment {
  width: 770px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 145px;
  margin-left: auto;
  margin-right: auto;
}

.class-comment--fujiwara {
  background: url(../img/class/index/pic--comment-fujiwara.jpg) left top no-repeat;
}

.class-comment--moriuchi {
  background: url(../img/class/index/pic--comment-moriuchi.jpg) left top no-repeat;
}

.class-result {
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 5px solid #003273;
}
.class-result .class-result__title {
  background: #005A9E;
  padding: 8px 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
  color: #fff;
}
.class-result .class-result__category {
  background: url(../img/common/mark/ico--flower-01.png) left center no-repeat;
  padding: 3px 0 3px 30px;
  display: inline-block;
  font-size: 150%;
  color: #003273;
}
.class-result .class-result__data {
  margin-top: 10px;
  margin-left: 30px;
}

.go-to-faq {
  background: #0043A1;
  padding: 40px;
  position: relative;
  text-align: center;
}
.go-to-faq .go-to-faq__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -44px;
}

/* 英検 */
.eiken-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.eiken-target {
  background: #EAF5F7;
  width: 680px;
  padding: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  position: relative;
  list-style: none;
  text-align: left;
  line-height: 1.78;
  font-weight: bold;
  font-size: 1.13rem;
  color: #0D3275;
}
.eiken-target::before {
  content: " ";
  background: url(../img/class/eiken/intro/ill--01.svg) left top no-repeat;
  width: 108px;
  height: 112px;
  display: block;
  position: absolute;
  top: -15px;
  right: 40px;
}
.eiken-target li {
  background: url(../img/class/eiken/intro/ico--check.svg) left 3px no-repeat;
  padding-left: 35px;
  margin-bottom: 20px;
}
.eiken-target li:last-child {
  margin-bottom: 0;
}

.eiken-intro__lede01 {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  color: #003273;
}
.eiken-intro__lede01 strong {
  display: block;
  font-size: 2.5rem;
}
.eiken-intro__lede01 strong:nth-of-type(1) {
  background: url(../img/class/eiken/intro/bgi--lede-01.svg) center bottom no-repeat;
  padding-top: 15px;
}
.eiken-intro__lede01 strong:nth-of-type(2) {
  background: url(../img/class/eiken/intro/bgi--lede-02.svg) center bottom no-repeat;
  padding-top: 10px;
}
.eiken-intro__lede01::before {
  content: " ";
  background: url(../img/class/eiken/intro/ill--02.png) left top no-repeat;
  background-size: cover;
  width: 137px;
  height: 203px;
  display: block;
  position: absolute;
  top: -130px;
  right: 100px;
}

.eiken-point {
  margin-bottom: 65px;
}
.eiken-point .eiken-point__title {
  background: #BEDFE6;
  padding: 10px 10px 10px 200px;
  margin-bottom: 33px;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #003273;
}
.eiken-point .eiken-point__title img {
  position: absolute;
  left: 21px;
  bottom: 12px;
}
.eiken-point .eiken-point__pic {
  display: block;
  width: 187px;
  float: left;
  margin-right: 10px;
}
.eiken-point .eiken-point__text {
  overflow: hidden;
}

.eiken-feature {
  margin-bottom: 90px;
}
.eiken-feature .eiken-feature__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 43px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.5rem;
  color: #003273;
}
.eiken-feature .eiken-feature__title::before {
  content: " ";
  background: #003273;
  width: 27px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.eiken-feature .eiken-feature__title::after {
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: " ";
  width: 180px;
  height: 122px;
  display: block;
  position: absolute;
  top: -30px;
  left: calc(100% + 40px);
}
.eiken-feature.eiken-feature--01 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--01.png);
}
.eiken-feature.eiken-feature--02 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--02.png);
}
.eiken-feature.eiken-feature--03 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--03.png);
}
.eiken-feature.eiken-feature--04 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--04.png);
}
.eiken-feature.eiken-feature--05 .eiken-feature__title::after {
  background-image: url(../img/class/eiken/feature/pic--05.png);
}
.eiken-feature .eiken-feature__dl {
  padding-left: 25px;
}
.eiken-feature .eiken-feature__dl dt {
  background: #0D3275;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.13rem;
  color: #fff;
}
.eiken-feature .eiken-feature__dl dd {
  padding: 0 15px;
  margin-bottom: 30px;
}
.eiken-feature .eiken-feature__attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #003273;
  padding: 15px 15px;
}

.eiken-price {
  background: #BEDFE5;
  padding: 40px 0;
  margin: 0 -40px;
}

.eiken-price__table {
  width: 750px;
  margin: 0 auto 20px;
}
.eiken-price__table th {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
}
.eiken-price__table td {
  padding: 25px 0;
}

.eiken-price__list {
  margin-left: 130px;
  list-style: none;
  text-align: left;
  font-weight: bold;
  font-size: 1.13rem;
}
.eiken-price__list li {
  margin-bottom: 10px;
}
.eiken-price__list li:last-child {
  margin-bottom: 0;
}
.eiken-price__list span {
  background: url(../img/class/eiken/price/bgi--price-list.svg) right 20px center no-repeat;
  width: 120px;
  display: inline-block;
  font-size: 1.28rem;
  color: #003273;
}

.eiken-price__note {
  text-align: center;
  padding-left: 150px;
}

.eikon-result-wrap {
  background: #EAF5F7;
  padding: 40px;
  margin: 0 -40px;
  color: #003273;
}

.eikon-result {
  width: 185px;
  float: left;
  margin-right: 63px;
  margin-bottom: 65px;
  font-weight: bold;
}
.eikon-result:nth-child(4n) {
  margin-right: 0;
}
.eikon-result:nth-last-child(-n+4) {
  margin-bottom: 30px;
}
.eikon-result dt {
  background: url(../img/class/eiken/result/ico--dt.png) left top no-repeat;
  padding-left: 37px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.eikon-result__list {
  list-style: none;
}
.eikon-result__list li {
  background: url(../img/class/eiken/result/bgi--dot.svg) center bottom 10px repeat-x;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-size: 1.25rem;
}
.eikon-result__list li span {
  background: #EAF5F7;
}
.eikon-result__list li span:nth-of-type(1) {
  padding-right: 10px;
}
.eikon-result__list li span:nth-of-type(2) {
  padding-left: 10px;
}
.eikon-result__list li strong {
  font-size: 2rem;
}

.eikon-result__span {
  text-align: right;
  clear: both;
}

/* アクセス */
.access-way {
  margin-left: 40px;
}
.access-way th {
  color: #003272;
}
.access-way th, .access-way td {
  padding: 10px 0;
}

/* FAQ */
.faq {
  width: 940px;
  margin: 0 auto 40px;
}
.faq dt {
  background: url(../img/common/item/ico--faq-q.png) center top no-repeat, url(../img/common/heading/bgi--title-lv2.jpg) center bottom no-repeat;
  padding: 55px 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  color: #003273;
}
.faq dd {
  padding: 20px 0 40px;
}

.faq-category-index {
  list-style: none;
  margin-bottom: 80px;
}
.faq-category-index li {
  width: 328px;
  float: left;
  margin-right: 18px;
  border-top: 2px solid #BDDFE5;
}
.faq-category-index li:last-child {
  margin-right: 0;
}
.faq-category-index li a {
  background: url(../img/consultation/faq/bgi--faq-category.png) center bottom no-repeat;
  display: block;
  padding: 20px 0 30px;
  text-align: center;
  text-decoration: none;
  font-size: 125%;
  color: #333;
}

/* 親御様の声 */
.parent-feedback-intro {
  background: url(../img/feedback/parent/bgi--parent-feedback-intro.jpg) center top no-repeat;
  min-height: 360px;
  margin-bottom: 80px;
  text-align: center;
}

.parent-feedback {
  list-style: none;
}
.parent-feedback li {
  margin-bottom: 60px;
}

/* 生徒の声 */
.voice-intro {
  background: url(../img/voice/bgi--voice-intro.jpg) left top no-repeat;
  padding: 40px 0;
  text-align: center;
}

.voice {
  background: url(../img/voice/bgi--voice.jpg) right bottom no-repeat;
  padding-right: 80px;
  margin: 0 auto 60px;
}
.voice .voice__photo {
  width: 300px;
  float: left;
}
.voice .voice__photo img {
  border: 1px solid #999;
}
.voice .voice__data {
  width: 600px;
  float: right;
}
.voice .voice__title {
  background: url(../img/common/heading/bgi--title-other-01.jpg) left center no-repeat;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.voice .voice__title a {
  color: #fff;
}
.voice .voice__title span {
  background: #4BB4B3;
  width: 300px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}
.voice .voice_comment dt {
  font-weight: bold;
  font-size: 113%;
  color: #003273;
}
.voice .voice_comment dd {
  margin-bottom: 20px;
}

/*卒熟成の声 */
.q1-section {
  background: #CEDBED;
  padding: 40px 0 60px;
  margin-bottom: 60px;
}

.q3-section {
  background: #BDDFE5;
  padding: 40px 0 60px;
  margin-bottom: 60px;
}

.q5-section {
  background: #94DBFF;
  padding: 40px 0 60px;
  margin-bottom: 0px;
}

.ob-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 250%;
  color: #003273;
}
.ob-title img {
  display: block;
  margin: 0 auto 5px;
}

.ob-answer {
  background: #fff;
  list-style: none;
  border: 1px solid #003274;
  width: 960px;
  height: 500px;
  margin: 0 auto 20px;
  overflow: auto;
}
.ob-answer li {
  padding: 10px;
}
.ob-answer li:nth-child(even) {
  background: #DDF4F8;
}

.ob-answer-totaling {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

/*保護者の声 */
.parent-feedback {
  list-style: none;
}
.parent-feedback li .parent-feedback__sheet {
  display: block;
  width: 500px;
  float: left;
  position: relative;
}
.parent-feedback li .parent-feedback__sheet .parent-feedback__sheet-pic {
  border: 1px solid #003273;
}
.parent-feedback li .parent-feedback__sheet .parent-feedback__icon {
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.parent-feedback li .parent-feedback__comment {
  width: 500px;
  float: right;
}
.parent-feedback li .parent-feedback__comment strong {
  display: block;
  padding: 10px 0;
  font-size: 150%;
  color: #003273;
}

/* 生徒の内なる言葉 */
.specific-words {
  margin-bottom: 80px;
}
.specific-words .specific-words__title {
  background: #0069B5;
  position: relative;
  display: block;
  padding: 15px 0;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.specific-words .specific-words__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0069B5;
}
.specific-words .specific-words__tab {
  list-style: none;
}
.specific-words .specific-words__tab li {
  width: 50%;
  float: left;
}
.specific-words .specific-words__tab li a {
  display: block;
  padding: 10px;
  border: 2px solid #BDDFE5;
  text-align: center;
  font-size: 138%;
  text-decoration: none;
  color: #BDDFE5;
}
.specific-words .specific-words__tab li a.active, .specific-words .specific-words__tab li a:hover {
  background: #B0EDEB;
  border: 2px solid #B0EDEB;
  color: #003273;
}
.specific-words .specific-words__content {
  padding: 40px;
  border: 2px solid #BDDFE5;
  border-top: none;
}
.specific-words .specific-words__content img {
  display: block;
  margin: 0 auto;
}
.specific-words .specific-words__text {
  display: none;
  line-height: 2;
  font-size: 113%;
}

/* インタビュー */
.list-interview {
  list-style: none;
}
.list-interview > li {
  margin-bottom: 80px;
}
.list-interview > li > a {
  display: block;
  margin-bottom: 30px;
}
.list-interview ul {
  list-style: none;
}
.list-interview ul li {
  background: url(../img/common/mark/ico--circle-01.png) 7px center no-repeat;
  padding: 10px 10px 10px 25px;
  border-bottom: 1px dashed #999;
}

.interview-intro {
  background: url(../img/interview/bgi--intro.jpg);
  width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 34px;
  font-size: 113%;
  color: #003273;
}

.interview {
  margin-bottom: 20px;
}

.interview-nav {
  list-style: none;
}
.interview-nav li {
  width: 312px;
  float: left;
  margin-right: 42px;
}
.interview-nav li:last-child {
  margin-right: 0;
}
.interview-nav li a {
  display: block;
  height: 334px;
  text-indent: -9999px;
}
.interview-nav li a:hover, .interview-nav li a.active {
  background-position: left bottom;
}
.interview-nav li a.interview-nav__01 {
  background-image: url(../img/interview/btn--01.jpg);
}
.interview-nav li a.interview-nav__02 {
  background-image: url(../img/interview/btn--02.jpg);
}
.interview-nav li a.interview-nav__03 {
  background-image: url(../img/interview/btn--03.jpg);
}

/* お問い合わせフォーム */
.form-wrap {
  width: 687px;
  margin: 0 auto;
}

/* 代表メッセージ */
.msg-lede--blue {
  background: #3EBBF4;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 188%;
  color: #fff;
}

.msg-lede--green {
  background: #4BB4B3;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 188%;
  color: #fff;
}

.msg-lede--navy {
  background: #003275;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 188%;
  color: #fff;
}

/* 代表メッセージ */
.teacher-profile {
  margin-bottom: 40px;
}

.teacher-profile__title {
  width: 160px;
  float: left;
}

.teacher-profile__content {
  width: 660px;
  float: right;
}

/* 小学６年生講座 受講生の「中学入学時」の成績 */
.succession {
  width: 500px;
  margin: 0 auto 90px;
  color: #0D3275;
}
.succession .succession__header {
  position: relative;
  text-align: center;
}
.succession .succession__header::after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #003273;
  position: absolute;
  bottom: 0;
  left: 0;
}
.succession .succession__header th {
  width: 138px;
  line-height: 1.4rem;
  font-size: 0.88rem;
}
.succession .succession__header th span {
  display: block;
  font-size: 0.75rem;
}
.succession .succession__header th:nth-child(1) {
  width: auto;
}
.succession .succession__header th:nth-child(2), .succession .succession__header th:nth-child(3) {
  background: #EAF5F7;
  border-right: 15px solid #fff;
  padding: 10px 0 7px;
}
.succession .succession__header th:nth-child(2) {
  position: relative;
}
.succession .succession__header th:nth-child(2)::after {
  content: " ";
  background: url(../img/succession/ico--arrow-01.svg) left top no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 16px;
  position: absolute;
  right: -11px;
  top: 25px;
}
.succession .succession__header th:nth-child(3) {
  position: relative;
}
.succession .succession__header th:nth-child(3)::after {
  content: " ";
  background: url(../img/succession/ico--arrow-02.svg) left top no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 16px;
  position: absolute;
  right: -11px;
  top: 25px;
}
.succession .succession__header th:nth-child(4) {
  background: #FFFDCB;
  padding: 10px 0 7px;
}
.succession tr {
  position: relative;
}
.succession tr::after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #003273;
  position: absolute;
  bottom: 0;
  left: 0;
}
.succession tr th:nth-child(1) {
  padding: 10px 15px 7px;
  text-align: center;
}
.succession tr td {
  padding: 15px 15px 7px;
  position: relative;
  text-align: center;
  line-height: 1;
}
.succession tr td:nth-child(2), .succession tr td:nth-child(3) {
  background: #EAF5F7;
  border-right: 15px solid #fff;
}
.succession tr td:nth-child(4) {
  background: #FFFDCB;
}
.succession tr td .succession__pos {
  display: block;
  margin: 0 auto 4px;
}
.succession tr td span {
  font-weight: bold;
  font-size: 1.5rem;
}
.succession tr td .succession__top10 {
  position: absolute;
  top: 3px;
  right: 12px;
}

.succession-brn {
  background: #003273 url(../img/common/mark/ico--arrow-white.svg) right 17px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 26px 65px 26px 55px;
  display: block;
  margin: 0 auto 100px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.succession-brn:hover {
  color: #fff;
}

/* トップ */
.main-image {
  background: url(../img/index/pic--main.jpg) center center no-repeat;
  background-size: cover;
  height: 760px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.main-image .main-image__bgi {
  position: absolute;
  max-width: none !important;
}
.main-image .main-image__lede {
  position: absolute;
  top: 280px;
  left: 50%;
}
.main-image .main-image__bnr {
  position: absolute;
  top: 520px;
  left: 48%;
}

.top-fixed-eiken {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 2;
}
.top-fixed-eiken img {
  width: 115px;
}

.top-intro {
  height: 548px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.top-intro:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: #91A8DB;
}

.top-intro img {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  max-width: none !important;
}

.top-intro-pr {
  position: relative;
  width: 870px;
  margin: 40px auto -20px;
  z-index: 9;
}

.top-news {
  background: #003275;
  height: 90px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.top-news a {
  color: #fff;
}
.top-news .top-news__pic {
  width: 68px;
  margin-right: 25px;
}
.top-news .top-news-content {
  width: 1034px;
  margin: 0px auto;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-news .top-news-content::before {
  content: " ";
  background: url(../img/index/tit--news.svg) left top no-repeat;
  width: 105px;
  height: 95px;
  left: 0;
  top: -30px;
  position: absolute;
}
.top-news .top-news__dl {
  height: 68px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .top-news__dl dt {
  padding: 10px 0 10px 0;
  width: 167px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 113%;
}
.top-news .top-news__dl dt .top-news__pic {
  width: 68px;
  margin-right: 26px;
  vertical-align: middle;
}
.top-news .top-news__dl dd {
  padding: 10px 0 10px 0;
  width: 638px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
}
.top-news .top-news__dl dd .top-news__archive {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
}
.top-news .top-news__dl dd .top-news__archive img {
  vertical-align: middle;
}

.top-class {
  background: #BCDFE6 url(../img/index/bgi--result.jpg);
  padding: 110px 0 70px;
}

.top-class-list {
  width: 1034px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.top-class-list li {
  width: 500px;
  margin-bottom: 30px;
}

.top-result {
  background: #0A2C68;
  padding: 70px calc(50vw - 525px) 20px;
  margin-bottom: 80px;
}
.top-result .page-title {
  color: #fff;
}

.top-result-sub {
  margin-bottom: 80px;
  text-align: left;
}
.top-result-sub .top-result-sub__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 45px;
  margin: 0 auto 45px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #fff;
}

.top-result-sub__lede {
  display: block;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 2.25rem;
  color: #fff;
}

.top-result-sub__btn {
  background: #1869B5 url(../img/index/result/ico--arrow.svg) right 30px center no-repeat;
  width: 320px;
  padding: 25px 0;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
}

.top-result-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-weight: bold;
  font-size: 1.75rem;
}
.top-result-list li:not([class]) {
  background: url(../img/index/result/ico--01.svg) left 17px no-repeat, url(../img/index/result/bgi--dot.svg) center center no-repeat, url(../img/index/result/bgi--list.svg) left bottom repeat-x;
  width: 300px;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-list .top-result-list__total {
  background: url(../img/index/result/pic--01.svg) 100px bottom no-repeat, url(../img/index/result/bgi--dash.svg) left bottom repeat-x;
  width: 300px;
  height: 58px;
  padding-bottom: 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: right;
  line-height: 1;
  font-size: 1.13rem;
  color: #DE0461;
}
.top-result-list .top-result-list__total span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 10px;
  margin-bottom: -5px;
  font-size: 2.25rem;
}
.top-result-list .top-result-list__total p {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 0.88rem;
  color: #0D3275;
}
.top-result-list .top-result-list__school {
  display: block;
  position: relative;
  z-index: 2;
}
.top-result-list .top-result-list__school::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
.top-result-list .top-result-list__count {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.38rem;
  color: #D50031;
}
.top-result-list .top-result-list__count span {
  font-size: 2.8rem;
}
.top-result-list .top-result-list__count::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 30px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
}

.top-result-list--sub {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-weight: bold;
  font-size: 1.13rem;
}
.top-result-list--sub li:not([class]) {
  background: url(../img/index/result/bgi--dot.svg) center center no-repeat, url(../img/index/result/ico--01.svg) left 8px no-repeat;
  width: 290px;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-list--sub .top-result-list__school {
  display: block;
  position: relative;
  z-index: 2;
}
.top-result-list--sub .top-result-list__school::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
.top-result-list--sub .top-result-list__count {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
.top-result-list--sub .top-result-list__count span {
  font-size: 2rem;
}
.top-result-list--sub .top-result-list__count::before {
  content: " ";
  background: #fff;
  display: block;
  width: calc(100% + 10px);
  height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}

.top-result-content-01 {
  background: #fff;
  padding: 35px;
}

.top-result-content-02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-result-content-02__tolal {
  background: #fff;
  width: 668px;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-result-content-02__tolal .top-result-content-02__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: #0D3275;
}
.top-result-content-02__tolal .top-result-content-02__title span {
  font-size: 1.5rem;
}
.top-result-content-02__tolal .top-result-list li {
  width: 290px;
}

.top-result-content-02__graph {
  background: #fff;
  padding: 27px 33px 0;
}

.top-voice .top-voice__lede {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 313%;
  color: #003273;
}

.top-voice-slide .slick-next {
  background: url(../img/index/btn--next.png);
  height: 60px;
  width: 60px;
  right: 20%;
  top: 50%;
  text-indent: -9999px;
}
.top-voice-slide .slick-prev {
  background: url(../img/index/btn--prev.png);
  height: 60px;
  width: 60px;
  left: 20%;
  top: 50%;
  z-index: 1000;
  text-indent: -9999px;
}
.top-voice-slide .slide__item a {
  width: 188px;
  display: block;
  text-decoration: none;
}

.top-current-student {
  background: #4A7AC7;
  padding: 40px 0 40px;
  position: relative;
  color: #fff;
}
.top-current-student .top-current-student__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.top-current-student h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 150%;
}
.top-current-student .slide__item {
  width: 188px !important;
  float: left;
  margin-right: 20px;
}
.top-current-student .top-current-student__list {
  width: 100%;
  height: 326px !important;
  overflow: hidden;
  margin-bottom: 40px;
}
.top-current-student .top-current-student__list img {
  width: 100%;
}
.top-current-student .top-current-student__data {
  background: #4BB4B3;
  padding: 5px 0;
  text-align: left;
  color: #fff;
}
.top-current-student .top-current-student__data .top-current-student__name {
  display: block;
  text-align: right;
}

.top-fun {
  background: #92A9D9;
  padding: 40px 0 40px;
  color: #fff;
}
.top-fun h3 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 150%;
}
.top-fun ul {
  list-style: none;
  margin-bottom: 40px;
}
.top-fun li {
  width: 188px;
  float: left;
  margin-right: 20px;
}
.top-fun .top-fun__data {
  background: #003273;
  padding: 0;
  text-align: left;
  font-size: 200%;
  color: #fff;
}

.top-voice__link {
  background: #BDDFE5;
  position: relative;
}
.top-voice__link .layout-half {
  padding: 67px 0;
  position: relative;
}
.top-voice__link .top-voice__ob {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.top-voice__link .top-voice__parent {
  position: absolute;
  bottom: 0;
  left: 65px;
}

.top-concept {
  background: url(../img/index/bgi--concept.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
}
.top-concept p {
  text-align: center;
  font-size: 125%;
}
.top-concept .top-concept__lede {
  margin: 0 0 60px;
  font-size: 250%;
}

.top-teacher {
  width: 990px;
  margin: 0 auto 80px;
  text-align: left;
  position: relative;
  color: #fff;
}
.top-teacher .top-teacher__message {
  width: 570px;
  position: absolute;
  top: 30px;
  right: 40px;
}

.top-access__data {
  width: 700px;
  margin: 0 auto 40px;
  text-align: left;
}

.top-access__map {
  background: url(../img/index/pic--map.jpg) center bottom no-repeat;
  height: 600px;
  position: relative;
}
.top-access__map .top-access__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -44px;
}

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

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 150%;
}

.u-font-size--xxx-large {
  font-size: 184%;
}

/* 背景色とパディング */
.u-bg-light-blue {
  background: #BDDFE5;
  padding: 60px 0;
}

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

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

.u-color-main {
  color: #003273;
}

.u-color-sub {
  color: #4BB3B2;
}

.u-color-pink {
  color: #FF00FF;
}

.u-ff-bunkyu, .common-result .common-result__title, .class01-stepup .class01-stepup__lede, .case02-rankup .case02-rankup__title, .eiken-intro__lede01 strong, .top-result-sub__lede {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.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;
  behavior: url(PIE.htc);
}

.u-marker-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #81EFEC));
  background: linear-gradient(transparent 40%, #81EFEC 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.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-lede {
  line-height: 1.3;
  font-weight: bold;
  font-size: 163%;
  color: #003273;
}

.sp-static-page .u-lede {
  line-height: 1.3;
  font-weight: bold;
  font-size: 125%;
  color: #003273;
}

.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 20px 20px 0;
}

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

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-margin-bottom--small {
  margin-bottom: 10px;
}

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

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

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

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

.u-margin-left {
  margin-left: 40px;
}

.u-padding-horizontal {
  padding: 0 10px;
}

.u-scroll-target {
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 700px) {
  .u-scroll-target {
    padding-top: 60px;
    margin-top: -60px;
  }
}

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