@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
  position: relative;
  width: 100%;
  padding: 41px 0 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}

.pc_view {
  display: none !important;
}

a {
  color: #333;
}

sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

.icon-outer {
  font-size: 1.4rem;
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("/senka/contactus/common/icon/fonts/icomoon.eot?1gueqo");
  src: url("/senka/contactus/common/icon/fonts/icomoon.eot?1gueqo#iefix") format("embedded-opentype"), url("/senka/contactus/common/icon/fonts/icomoon.woff2?1gueqo") format("woff2"), url("/senka/contactus/common/icon/fonts/icomoon.ttf?1gueqo") format("truetype"), url("/senka/contactus/common/icon/fonts/icomoon.woff?1gueqo") format("woff"), url("/senka/contactus/common/icon/fonts/icomoon.svg?1gueqo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-bold:before {
  content: "\f067";
}

.icon-minus-bold:before {
  content: "\f068";
}

.icon-th:before {
  content: "\f00a";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-phone:before {
  content: "\f095";
}

.icon-icon-consideration02:before {
  content: "\e919";
}

.icon-reservation:before {
  content: "\e918";
}

.icon-arow-scoreup:before {
  content: "\e917";
}

.icon-minus:before {
  content: "\e915";
}

.icon-plus:before {
  content: "\e916";
}

.icon-pagetop:before {
  content: "\e914";
}

.icon-menu:before {
  content: "\e913";
}

.icon-chevron-left:before {
  content: "\e911";
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-document:before {
  content: "\e900";
}

.icon-consideration:before {
  content: "\e901";
}

.icon-counseling:before {
  content: "\e902";
}

.icon-lesson:before {
  content: "\e903";
}

.icon-seminar:before {
  content: "\e904";
}

.icon-thin-left:before {
  content: "\e905";
}

.icon-thin-right:before {
  content: "\e906";
}

.icon-left:before {
  content: "\e907";
}

.icon-right:before {
  content: "\e908";
}

.icon-up:before {
  content: "\e909";
}

.icon-down:before {
  content: "\e90a";
}

.icon-chevron-circle-left:before {
  content: "\e90b";
}

.icon-chevron-circle-right:before {
  content: "\e90c";
}

.icon-outer:before {
  content: "\e90d";
}

.icon-freecall:before {
  content: "\e90e";
}

.icon-map:before {
  content: "\e90f";
}

.icon-home:before {
  content: "\e910";
}

/* ============================================================ */
/* .slider_pager  */
/* ============================================================ */
.slider_pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slider_pager .pager-item .pager-link {
  display: block;
  margin: 0 12px;
  background: #fff;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.slider_pager .pager-item .pager-link.active {
  background: #86002e;
}

/* ============================================================ */
/* #modal_window */
/* ============================================================ */
html.modal-show {
  height: 100%;
  overflow: hidden;
}

html.modal-show body {
  height: 100%;
  overflow: hidden;
}

html.modal-show #history_menu {
  display: none;
}

.modal_content {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 20px 20px 50px;
  margin: 15px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  z-index: 120;
}

.modal_content .movie {
  position: relative;
}

.modal_content .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
}

.modal_content.modal_long {
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal_content .modal_close {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 5;
  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;
  background: #86002e;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.modal_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*----- .thumb -----*/
.modal .thumb,
.movie .thumb {
  position: relative;
}

.modal .thumb img,
.movie .thumb img {
  width: 100%;
}

.modal .thumb::before, .modal .thumb::after,
.movie .thumb::before,
.movie .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .thumb::before,
.movie .thumb::before {
  width: 40px;
  height: 40px;
  background: #86002e;
  border-radius: 4px;
}

.modal .thumb::after,
.movie .thumb::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 8px 0 8px 13px;
}

.modal .thumb:hover,
.movie .thumb:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* header */
/* ============================================================ */
header {
  background: #debc49;
  /* .header_logo
	----------------------------------------------------------- */
  /* #btn_tel
	----------------------------------------------------------- */
  /* #btn_menu
	----------------------------------------------------------- */
  /* .btn_block
	----------------------------------------------------------- */
}

header .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 41px;
  padding: 0 0 0 15px;
  background: #debc49;
}

header .header_logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
}

header .header_logo a {
  display: block;
  max-width: 260px;/*全日制英会話専科*/
}

header .header_logo a img {
  width: 100%;
}

header #btn_tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  margin: 0 6px 0 10px;
  background: #002791;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
}

header #btn_tel .icon-phone {
  font-size: 1.5rem;
}

header #btn_tel span {
  margin: 2px 0 0;
  font-size: 1.0rem;
}

header #btn_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 41px;
  background: #7f0031;
  color: #fff;
  line-height: 1;
}

header #btn_menu .icon-menu {
  font-size: 1.4rem;
}

header #btn_menu span {
  margin: 5px 0 0;
  font-size: 1.0rem;
}

header .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 20px;
  background: #debc49;
}

header .btn_block a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 47.5%;
          flex: 1 0 47.5%;
  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;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 100px;
}

header .btn_block a .icon-map {
  margin: 0 2px 0 0;
  font-size: 2.0rem;
}

header .btn_block a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.0rem;
}

header .btn_block .btn_school {
  background: #62420b;
}

header .btn_block .btn_lesson {
  margin: 0 0 0 14px;
  background: #2c2c4e;
}

/* ============================================================ */
/* #sp_menu */
/* ============================================================ */
#sp_menu {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  /* .global_nav
	----------------------------------------------------------- */
  /* .contact
	----------------------------------------------------------- */
  /* .btn_close
	----------------------------------------------------------- */
}

#sp_menu > ul:not(.global_nav) {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#sp_menu > ul:not(.global_nav) li {
  border-top: 1px solid #ddd;
}

#sp_menu > ul:not(.global_nav) li a {
  display: table;
  padding: 0 15px;
  line-height: 42px;
}

#sp_menu > ul:not(.global_nav) li a .icon-right {
  display: table-cell;
  width: 20px;
  vertical-align: middle;
  font-size: 1.0rem;
}

#sp_menu > ul:not(.global_nav) li a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#sp_menu .global_nav > li {
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #86002e;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 45px;
}

#sp_menu .global_nav > li > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin: -0.5em 0 0;
  font-family: 'icomoon';
  content: "\e906";
  font-size: 1.3rem;
  line-height: 1;
}

#sp_menu .global_nav > li .dropdown ul li {
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li .dropdown ul li a {
  display: block;
  padding: 15px;
  font-weight: bold;
  line-height: 1.3;
}

#sp_menu .global_nav > li .dropdown ul li a img {
  display: none;
}

#sp_menu .global_nav > li .dropdown ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sp_menu .global_nav > li .dropdown ul li a p .icon-chevron-circle-right {
  margin: 0 10px 0 0;
  color: #b1892f;
}

#sp_menu .global_nav > li .dropdown > p {
  padding: 15px;
  border-top: 1px solid #ddd;
}

#sp_menu .global_nav > li .dropdown > p a {
  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;
  height: 40px;
  background: #c49e36;
  color: #fff;
  border-radius: 100px;
}

#sp_menu .global_nav > li .dropdown > p a .icon-chevron-circle-right {
  margin: 0 5px 0 0;
}

#sp_menu .global_nav > li.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#sp_menu .contact {
  padding: 20px 15px;
  background: #eee;
}

#sp_menu .contact a {
  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;
  height: 40px;
  margin: 0 0 10px;
  background: #2c2c4e;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}

#sp_menu .contact a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

#sp_menu .contact p {
  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-family: Arial, Helvetica," sans-serif";
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

#sp_menu .contact p .icon-freecall {
  margin: 0 8px 0 0;
  color: #0e0d6a;
}

#sp_menu .btn_close {
  padding: 5px 0;
  background: #86002e;
  color: #fff;
  text-align: center;
}

#sp_menu .btn_close .icon-close {
  font-size: 1.6rem;
  line-height: 1;
}

.sp_menu_show #visual, .sp_menu_show #history_menu, .sp_menu_show #contents, .sp_menu_show footer {
  display: none;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */
#contents {
  position: relative;
}

/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl02 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl02::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #2EA7C2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row {
  padding: 60px 15px;
}

/* ============================================================ */
/* #free_flow */
/* ============================================================ */
#free_flow {
  padding: 60px 15px;
  background: #eee;
}

#free_flow h2 {
  margin: 0 0 20px;
  color: #86002e;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

#free_flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
  counter-reset: li;
}

#free_flow ol li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0 14px;
  background: #dcdcdc;
  color: #86002e;
  text-align: center;
  width: 138px;
  height: 138px;
  border-radius: 50%;
}

#free_flow ol li::before {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  counter-increment: li;
  content: counter(li);
  background: #86002e;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#free_flow ol li:nth-child(-n+2) {
  margin-top: 0;
}

#free_flow ol li:nth-child(2n+1) {
  margin-left: 0;
}

#free_flow ol li p {
  margin: 5px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#free_flow ol li i {
  font-size: 6.0rem;
}

/* ============================================================ */
/* .panel_bnr */
/* ============================================================ */
.panel_bnr {
  padding: 40px 15px;
}

.panel_bnr [class^="bnr_"] a {
  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;
  height: 58px;
  color: #fff;
  font-weight: bold;
}

.panel_bnr .bnr_school a {
  background: #86002e;
}

.panel_bnr .bnr_school a .icon-map {
  margin: 0 5px 0 0;
  font-size: 2.0rem;
}

.panel_bnr .bnr_lesson {
  margin: 10px 0 0;
}

.panel_bnr .bnr_lesson a {
  background: #bd9025;
}

.panel_bnr .bnr_lesson a .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

.panel_bnr .bnr_lesson a .icon-document {
  margin: 0 2px 0 0;
  font-size: 2.0rem;
}

/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
  padding: 0 0 20px;
  /* .footer_nav
	----------------------------------------------------------- */
  /* .footer_logo
	----------------------------------------------------------- */
  /* .copyright
	----------------------------------------------------------- */
}

footer .footer_nav > ul {
  background: #555;
}

footer .footer_nav > ul > li {
  border-bottom: 1px solid #626262;
}

footer .footer_nav > ul > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 15px;
  color: #fff;
  line-height: 1.2;
}

footer .footer_nav > ul > li a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "\e906";
  color: #b5b5b5;
  font-family: 'icomoon';
  font-size: 1.0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .footer_nav > ul > li .icon-home {
  margin: 0 8px 0 0;
}

footer .footer_nav > ul > li .icon-outer {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

footer .footer_nav > ul > li ul {
  display: none;
}

footer .footer_logo {
  width: 77%;
  margin: 20px auto 5px;
  line-height: 1;
}

footer .footer_logo img {
  width: 100%;
  vertical-align: middle;
}

footer .copyright {
  font-size: 1.1rem;
  text-align: center;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
#index {
  /* #visual
	----------------------------------------------------------- */
  /* #news
----------------------------------------------------------- */
  /* #aboutus
	----------------------------------------------------------- */
  /* #course
	----------------------------------------------------------- */
  /* #graduate
	----------------------------------------------------------- */
  /* #student
	----------------------------------------------------------- */
  /* .bnr_block
	----------------------------------------------------------- */
}

#index .row .btn {
  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;
  height: 75px;
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #ac9360;
  color: #9e7846;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#index .row .btn .icon-chevron-right {
  margin: 0 10px 0 0;
  padding: 0 0 0 2px;
  background: #bd9025;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#index #visual {
  position: relative;
  overflow: hidden;
}

#index #visual .slider figure img {
  width: 100%;
}

#index #visual .slider .btn_prev,
#index #visual .slider .btn_next {
  position: absolute;
  top: 50%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#index #visual .slider .btn_prev i,
#index #visual .slider .btn_next i {
  color: #fff;
  font-size: 2.0rem;
  line-height: 32px;
}

#index #visual .slider .btn_prev {
  left: 10px;
}

#index #visual .slider .btn_next {
  right: 10px;
}

#index #news {
  background: #eee;
}

#index #news .row {
  padding: 25px 15px;
}

#index #news .row h2 {
  padding: 0 0 10px;
  color: #b1892f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #news .row ul li {
  border-top: 1px dotted #000;
}

#index #news .row ul li a {
  position: relative;
  display: block;
  padding: 15px 35px 15px 0;
}

#index #news .row ul li a::before {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "\e906";
  color: #d7ceb3;
  font-family: 'icomoon';
  font-size: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #news .row ul li time {
  color: #b1892f;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

#index #news .row .btn_more {
  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;
  height: 50px;
  background: #fff;
  border: 1px solid #b1892f;
  color: #b1892f;
}

#index #news .row .btn_more p:first-child {
  margin: 0 5px 0 0;
  font-size: 1.2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 1;
}

#index #aboutus {
  padding: 50px 15px 0;
}

#index #aboutus ul {
  margin: 30px -15px 0;
}

#index #aboutus ul li {
  margin: 1px 0 0;
}

#index #aboutus ul li a {
  position: relative;
  display: block;
  height: 110px;
}

#index #aboutus ul li a figure {
  position: relative;
  height: 110px;
  overflow: hidden;
}

#index #aboutus ul li a figure img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #aboutus ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}

#index #aboutus ul li a div p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #aboutus ul li a div .icon-chevron-circle-right {
  margin: 5px 0 0;
  font-size: 2.4rem;
}

#index #course {
  background: #eee;
}

#index #course ol {
  margin: 30px 0;
}

#index #course ol li a {
  position: relative;
  display: block;
  padding: 15px 15px 30px;
  color: #fff;
}

#index #course ol li a .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

#index #course ol li a .level p:first-child {
  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: 0 10px 0 0;
  padding: 5px 0 0;
  border: 2px dotted #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#index #course ol li a .level p:first-child span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #course ol li a .level p:first-child span:first-line {
  font-size: 1.0rem;
}

#index #course ol li a .level p:last-child {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

#index #course ol li a .level .icon-chevron-circle-right {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 2.0rem;
}

#index #course ol li a .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index #course ol li a .score dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0 0 10px;
  text-align: center;
}

#index #course ol li a .score dl dd {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#index #course ol li a .score dl dd span {
  font-size: 3.0rem;
}

#index #course ol li a .score dl:first-child {
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
}

#index #course ol li:nth-child(1) a {
  background: #e7c655;
}

#index #course ol li:nth-child(2) a {
  background: #cfa536;
}

#index #course ol li:nth-child(3) a {
  background: #bd8d27;
}

#index #course ol li:nth-child(4) a {
  background: #ae7a0c;
}

#index #course ol li:nth-child(5) a {
  background: #95690c;
}

#index #graduate {
  position: relative;
  z-index: 0;
  background: url(/senka/img/bg_graduate_sp.png) top center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

#index #graduate::before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#index #graduate::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

#index #graduate .row {
  position: relative;
  z-index: 1;
  color: #fff;
}

#index #graduate .row ul {
  margin: 30px 0 40px;
}

#index #graduate .row ul li {
  background: #fff;
  color: #000;
}

#index #graduate .row ul li:not(:first-child) {
  margin: 10px 0 0;
}

#index #graduate .row ul li .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#index #graduate .row ul li .ttl .case {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  margin: 0 10px 0 0;
  color: #999;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}

#index #graduate .row ul li .ttl .case:first-line {
  font-size: 1.8rem;
}

#index #graduate .row ul li .ttl .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.8rem;
}

#index #graduate .row ul li .ttl::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f055";
  color: #808080;
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #graduate .row ul li .ttl.active::after {
  content: "\f056";
}

#index #graduate .row ul li a {
  display: none;
  width: 100%;
}

#index #graduate .row ul li a div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 38px 10px 10px;
}

#index #graduate .row ul li a div::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e906";
  color: #c7c7c7;
  font-family: 'icomoon' !important;
  font-size: 3.5rem;
}

#index #graduate .row ul li a figure {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  height: 130px;
  margin: 0 10px 0 0;
}

#index #graduate .row ul li a figure img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#index #graduate .row ul li a p {
  font-size: 1.2rem;
}

#index #graduate .row .btn {
  border: 1px solid #b9a083;
  color: #6b6b6b;
}

#index #student {
  padding: 50px 15px;
}

#index #student ul {
  margin: 30px 0 0;
}

#index #student ul li {
  background: #f9f3dd;
}

#index #student ul li:not(:first-child) {
  margin: 10px 0 0;
}

#index #student ul li .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 15px;
}

#index #student ul li .ttl h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #student ul li .ttl::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f055";
  color: #bd9025;
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index #student ul li .ttl.active::after {
  content: "\f056";
}

#index #student ul li .ttl + div,
#index #student ul li .ttl + a {
  display: none;
  padding: 0 15px 15px;
}

#index #student ul li figure img {
  width: 100%;
}

#index #student ul li p {
  margin: 15px 0 0;
}

#index #student ul li .icon-chevron-circle-right {
  margin: 0 5px 0 0;
  color: #8c6a23;
  font-size: 1.2rem;
}

#index .bnr_block {
  position: relative;
  margin: 0 0 40px;
  padding: 0 10px;
  overflow: hidden;
}

#index .bnr_block ul {
  width: 260px;
  margin: 0 auto;
  overflow: hidden;
}

#index .bnr_block ul li {
  float: left;
  width: 220px;
}

#index .bnr_block ul li a {
  position: relative;
  display: block;
}

#index .bnr_block ul li a img {
  width: 100%;
}

#index .bnr_block .bx-prev,
#index .bnr_block .bx-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#index .bnr_block .bx-prev::before,
#index .bnr_block .bx-next::before {
  color: #86002e;
  font-family: 'icomoon';
  font-size: 1.8rem;
}

#index .bnr_block .bx-prev {
  left: 5px;
}

#index .bnr_block .bx-prev::before {
  content: "\e905";
}

#index .bnr_block .bx-next {
  right: 5px;
}

#index .bnr_block .bx-next::before {
  content: "\e906";
}

/*# sourceMappingURL=../maps/sp/common.css.map */
