@charset "UTF-8";
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

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

html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  html {
    zoom: 0.72;
    font-size: 65%;
  }
}

#wrap {
  position: relative;
  min-width: 1024px;
  width: 100%;
  color: #3e2b0a;
  font-size: 1.5rem;
  line-height: 1.8;
}

.dropdown_overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sp_view {
  display: none !important;
}

a {
  color: #3e2b0a;
}

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 {
  margin: 0 4px;
}

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

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

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

.modal_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 610px;
  padding: 20px 30px 30px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  z-index: 120;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_content .movie {
  position: relative;
}

.modal_content .movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.modal_content .modal_close {
  position: absolute;
  bottom: 15px;
  left: 50%;
  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;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.modal_content .modal_close:hover {
  opacity: 0.7;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/*----- .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 {
  position: relative;
  z-index: 20;
  /* .header_logo
	----------------------------------------------------------- */
  /* btn
	----------------------------------------------------------- */
  /* navigation
	----------------------------------------------------------- */
}

header .header_upper {
  background: -webkit-linear-gradient(top, #fff2bf 0%, #f4d357 100%);
  background: linear-gradient(to bottom, #fff2bf 0%, #f4d357 100%);
}

header .header_upper .header_upper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  height: 125px;
  margin: 0 auto;
}

header .header_logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

header .header_logo .tagline {
  margin: 0 0 10px;
  color: #473001;
  font-size: 1.2rem;
  line-height: 1.5;
}

header .header_logo a {
  display: block;
  /*max-width: 524px;*/
  /*max-width: 564px;/*55周年ロゴ*/
	max-width: 330px;/*全日制英会話専科*/
}

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

header .btn_freecall,
header .btn_lesson {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 254px;
          flex: 0 0 254px;
  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: 44px;
  margin: 0 0 0 10px;
  box-shadow: 0 2px 1px rgba(100, 79, 14, 0.25);
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

header .btn_freecall {
  background: -webkit-linear-gradient(top, #b28817 0%, #7c5b14 100%);
  background: linear-gradient(to bottom, #b28817 0%, #7c5b14 100%);
}

header .btn_freecall .icon-freecall {
  position: relative;
  top: 5px;
  margin: 0 8px 0 0;
  font-size: 2.6rem;
}

header .btn_freecall span {
  letter-spacing: 0.02em;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}

header .btn_freecall span abbr[title] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .btn_freecall span abbr[title]::after {
  position: relative;
  top: 0.2rem;
  content: attr(title);
  font-size: 1.0rem;
  line-height: 1;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

header .btn_freecall span abbr[title]:first-of-type {
  margin: 0 -5px;
}

header .btn_freecall span abbr[title]:last-of-type {
  margin: 0 -10px;
}

header .btn_lesson {
  background: -webkit-linear-gradient(top, #3c3c5e 0%, #232341 100%);
  background: linear-gradient(to bottom, #3c3c5e 0%, #232341 100%);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

header .btn_lesson .icon-outer {
  margin: 0 -5px 0 3px;
}

header .btn_lesson:hover {
  opacity: 0.7;
}

header nav {
  position: relative;
  z-index: 1;
  background: rgba(134, 0, 46, 0.7);
}

header nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

header nav .inner > ul:not(.global_nav) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

header nav .inner > ul:not(.global_nav) li {
  margin: 0 0 0 25px;
  padding: 0 0 3px;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 1179px) {
  header nav .inner > ul:not(.global_nav) li {
    margin: 0 0 0 15px;
  }
}

header nav .inner > ul:not(.global_nav) li a {
  display: block;
  color: #fff;
}

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

header nav .inner > ul:not(.global_nav) li a:hover {
  opacity: 0.7;
}

/* .global_nav
----------------------------------------------------------- */
.global_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global_nav > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 0 1px;
}

.global_nav > li > a {
  position: relative;
  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: 64px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.global_nav > li > a br.pc_view {
  display: none;
}

@media only screen and (max-width: 1179px) {
  .global_nav > li > a {
    font-size: 1.4rem;
  }
  .global_nav > li > a br.pc_view {
    display: block;
  }
}

.global_nav > li > a::before {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: -1px;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.global_nav > li > a .icon-down {
  margin: 0 10px 0 0;
  font-size: 1.0rem;
}

.global_nav > li > a .icon-map {
  margin: 0 5px 0 0;
  font-size: 2.0rem;
}

.global_nav > li > a:hover {
  background: #e0c3cd;
  color: #86002e;
}

.global_nav > li > a:hover span::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-bottom: 4px solid #86002e;
}

.global_nav > li:last-child {
  margin-right: 1px;
}

.global_nav > li:last-child ::after {
  position: absolute;
  top: 19px;
  bottom: 19px;
  right: -1px;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/* .dropdown
----------------------------------------------------------- */
.dropdown {
  display: none;
  opacity: 0;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.95);
}

.dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.dropdown ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin: 0 0 0 12px;
}

.dropdown ul li:nth-child(4n+1) {
  margin-left: 0;
}

.dropdown ul li a {
  display: block;
}

.dropdown ul li a img {
  width: 100%;
}

.dropdown ul li a p {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.dropdown ul li a p .icon-chevron-circle-right {
  position: absolute;
  top: 5px;
  left: 0;
  color: #b28218;
  font-size: 1.6rem;
}

.dropdown ul li a:hover img {
  opacity: 0.7;
}

.dropdown ul li a:hover p span {
  text-decoration: underline;
}

.dropdown > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: 20px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.dropdown > p a {
  font-size: 1.8rem;
}

.dropdown > p a .icon-chevron-right {
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
  color: #b78b29;
  font-size: 1.2rem;
}

.dropdown > p:hover span {
  text-decoration: underline;
}

/* ============================================================ */
/* #pc_menu */
/* ============================================================ */
#pc_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

#pc_menu .header_upper {
  background: #debc49;
}

#pc_menu .header_upper .header_upper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  height: 45px;
  margin: 0 auto;
}

#pc_menu .header_upper .header_upper_inner .header_logo a {
  display: block;
  width: 295px;
  line-height: 1;
}

#pc_menu .header_upper .header_upper_inner .header_logo a img {
  width: 100%;
}

#pc_menu nav {
  position: relative;
  background: rgba(134, 0, 46, 0.9);
}

#pc_menu nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

#pc_menu nav .inner > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  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: #2c2c4e;
  color: #fff;
}

#pc_menu nav .inner > a .icon-outer {
  margin: 0 0 0 5px;
}

#pc_menu .global_nav > li > a {
  height: 50px;
  font-size: 1.4rem !important;
}

#pc_menu .global_nav > li > a::before {
  top: 12px;
  bottom: 12px;
}

#pc_menu .global_nav > li > a:hover span::after {
  border-bottom: 2px solid #86002e;
}

#pc_menu .global_nav > li:last-child {
  margin-right: 0;
}

#pc_menu .global_nav > li:last-child ::after {
  display: none;
}

#pc_menu .dropdown {
  top: 50px;
}

/* ============================================================ */
/* #contents */
/* ============================================================ */
/* ============================================================ */
/* 見出しスタイル */
/* ============================================================ */
.ttl01 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttl02 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 6px;
  text-align: center;
  font-size: 3rem;
  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 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

/* ============================================================ */
/* #free_flow */
/* ============================================================ */
#free_flow {
  padding: 80px 0 60px;
  background: -webkit-linear-gradient(top, #fff 0%, #e4d8af 100%);
  background: linear-gradient(to bottom, #fff 0%, #e4d8af 100%);
  text-align: center;
}

#free_flow h2 {
  margin: 0 0 20px;
  color: #86002e;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

#free_flow ol {
  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: 35px 0 0;
  counter-reset: li;
}

#free_flow ol li {
  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;
  position: relative;
  margin: 0 30px;
  background: #fff;
  color: #86002e;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

#free_flow ol li::before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  counter-increment: li;
  content: counter(li);
  background: #86002e;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

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

#free_flow ol li .icon-lesson {
  margin-bottom: -10px;
  font-size: 9.4rem;
}

#free_flow ol li p {
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/* ============================================================ */
/* .panel_bnr */
/* ============================================================ */
.panel_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel_bnr section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.panel_bnr section a {
  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: 320px;
  color: #fff;
  text-align: center;
}

.panel_bnr section a .icon-map {
  font-size: 4.8rem;
}

.panel_bnr section a .icon-document {
  font-size: 4.5rem;
}

.panel_bnr section a .icon-outer {
  position: relative;
  top: -5px;
  margin: 0 0 0 10px;
}

.panel_bnr section a h2 {
  margin: 0 0 5px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.panel_bnr section a p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.panel_bnr section a:hover {
  opacity: 0.7;
}

.panel_bnr section.bnr_school a {
  background: url(/senka/img/bg_bnr_school.png) center center no-repeat;
  background-size: cover;
}

.panel_bnr section.bnr_lesson a {
  background: url(/senka/img/bg_bnr_lesson.png) center center no-repeat;
  background-size: cover;
}

/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
  position: relative;
  /* .footer_nav
	----------------------------------------------------------- */
  /* .copyright
	----------------------------------------------------------- */
  /* .btn_pagetop
	----------------------------------------------------------- */
}

footer .footer_nav {
  background: #4d493f;
}

footer .footer_nav a {
  color: #fff;
}

footer .footer_nav a:hover {
  text-decoration: underline;
}

footer .footer_nav > ul {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
  color: #fff;
  font-size: 1.3rem;
}

footer .footer_nav > ul > li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  overflow: hidden;
}

footer .footer_nav > ul > li:not(.fnav_home)::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
}

footer .footer_nav > ul > li.fnav_home {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #898989;
}

footer .footer_nav > ul > li.fnav_home .icon-home {
  position: absolute;
  top: 4px;
  left: 0;
}

footer .footer_nav > ul > li.fnav_aboutus, footer .footer_nav > ul > li.fnav_course, footer .footer_nav > ul > li.fnav_voice {
  float: left;
  width: 25%;
}

footer .footer_nav > ul > li ul {
  margin: 0 0 0 10px;
}

footer .footer_nav > ul > li ul li {
  margin: 10px 0 0;
}

footer .footer_nav > ul > li.fnav_course ul li {
  float: left;
}

footer .footer_nav > ul > li.fnav_course ul li:nth-child(-n+5) {
  width: 70px;
}

footer .footer_nav > ul > li.fnav_course ul li:nth-child(4), footer .footer_nav > ul > li.fnav_course ul li:last-child {
  clear: left;
}

footer .footer_nav > ul::after {
  display: block;
  content: "";
  clear: both;
}

footer .copyright {
  padding: 25px 0;
  background: -webkit-linear-gradient(top, #fff2bf 0%, #f4d357 100%);
  background: linear-gradient(to bottom, #fff2bf 0%, #f4d357 100%);
  color: #3e2b0a;
  font-size: 1.1rem;
  text-align: center;
}

footer .btn_pagetop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100px;
}

footer .btn_pagetop div {
  position: relative;
  max-width: 1572px;
  margin: 0 auto;
  background: #f90;
}

footer .btn_pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #bababa;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

footer .btn_pagetop a .icon-pagetop {
  display: block;
  font-size: 2.6rem;
  line-height: 60px;
}

footer .btn_pagetop a:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
#index {
  /* #visual
	----------------------------------------------------------- */
  /* #news
	----------------------------------------------------------- */
  /* #aboutus
	----------------------------------------------------------- */
  /* #course
	----------------------------------------------------------- */
  /* #graduate
	----------------------------------------------------------- */
  /* #student
	----------------------------------------------------------- */
  /* #modal_contest_movie
	----------------------------------------------------------- */
  /* .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;
  width: 630px;
  height: 90px;
  margin: 0 auto;
  background: -webkit-linear-gradient(top, #fff 0%, #fff5cb 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff5cb 100%);
  box-shadow: 0 2px 4px rgba(199, 155, 49, 0.4);
  color: #95690e;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#index .row .btn .icon-chevron-right {
  display: block;
  margin: 0 10px 0 0;
  padding: 0 0 0 3px;
  background: -webkit-linear-gradient(left, #a77610 0%, #cc9e3d 100%);
  background: linear-gradient(to right, #a77610 0%, #cc9e3d 100%);
  color: #fffae5;
  font-size: 1.4rem;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#index .row .btn:hover {
  background: -webkit-linear-gradient(top, #917623 0%, #655026 100%);
  background: linear-gradient(to bottom, #917623 0%, #655026 100%);
  color: #fff;
}

#index .row .btn:hover .icon-chevron-right {
  background: #fff;
  color: #7d6425;
}

#index #visual {
  position: relative;
  height: 630px;
  margin: -64px 0 0;
  overflow: hidden;
}

#index #visual .btn_prev,
#index #visual .btn_next {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

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

#index #visual .btn_prev:hover,
#index #visual .btn_next:hover {
  opacity: 0.7;
}

#index #visual .btn_prev {
  -webkit-transform: translate(-672px, -50%);
          transform: translate(-672px, -50%);
}

#index #visual .btn_prev i {
  padding: 0 5px 0 0;
}

#index #visual .btn_next {
  -webkit-transform: translate(672px, -50%);
          transform: translate(672px, -50%);
}

#index #visual .btn_next i {
  padding: 0 0 0 5px;
}

#index #news {
  background: -webkit-linear-gradient(top, #fff 0%, #ede6ce 100%);
  background: linear-gradient(to bottom, #fff 0%, #ede6ce 100%);
}

#index #news .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#index #news .row h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  padding: 30px 0;
  color: #c49e36;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#index #news .row ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 30px 0 30px 75px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-left: 1px dotted #000;
}

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

#index #news .row ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #news .row ul li time {
  color: #c49e36;
  font-weight: bold;
}

#index #news .row ul li .icon-right {
  position: relative;
  top: 5px;
  margin: 0 35px;
  font-size: 1.0rem;
}

#index #news .row ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#index #news .row ul li a:hover p {
  text-decoration: underline;
}

#index #aboutus {
  padding: 90px 0 30px;
  text-align: center;
}

#index #aboutus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

#index #aboutus ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.3%;
          flex: 0 1 24.3%;
}

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

#index #aboutus ul li a {
  position: relative;
  display: block;
  color: #fff;
}

#index #aboutus ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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.2);
}

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

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

#index #aboutus ul li a figure {
  width: 100%;
  height: 311px;
  overflow: hidden;
}

#index #aboutus ul li a figure img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index #aboutus ul li a:hover div {
  background: rgba(0, 0, 0, 0.55);
}

#index #aboutus ul li a:hover figure img {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
}

#index #course {
  background: -webkit-linear-gradient(top, #fff 0%, #e4d8af 100%);
  background: linear-gradient(to bottom, #fff 0%, #e4d8af 100%);
}

#index #course .row {
  position: relative;
  padding: 90px 0;
}

#index #course .row .lead {
  position: absolute;
  top: 90px;
  left: 0;
  width: 33.3%;
  height: 350px;
  padding: 70px 40px;
  background: -webkit-linear-gradient(left, #fef5cf 0%, #fff 100%);
  background: linear-gradient(to right, #fef5cf 0%, #fff 100%);
}

#index #course .row ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 35px;
}

#index #course .row ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}

#index #course .row ol li a {
  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;
  width: 100%;
  padding: 35px 0 50px;
  color: #fff;
}

#index #course .row ol li a::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent;
  border-width: 23px 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#index #course .row ol li a:hover {
  background: #c0b284 !important;
}

#index #course .row ol li a .level {
  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: 0 0 30px;
}

#index #course .row 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 0 10px;
  border: 2px dotted #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

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

#index #course .row ol li a .level p:last-child {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #course .row ol li a .level p:last-child .icon-chevron-circle-right {
  position: absolute;
  top: 5px;
  left: 0;
}

#index #course .row ol li a .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index #course .row ol li a .score dl {
  padding: 0 20px;
  text-align: center;
}

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

#index #course .row ol li a .score dl dt {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

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

#index #course .row ol li a .score dl dd span {
  letter-spacing: -0.02em;
  font-size: 4.8rem;
}

#index #course .row ol li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6%;
          flex: 0 0 66.6%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#index #course .row ol li:nth-child(1) a {
  width: 50%;
  background: -webkit-linear-gradient(left, #978b63 0%, #afa276 100%);
  background: linear-gradient(to right, #978b63 0%, #afa276 100%);
}

#index #course .row ol li:nth-child(1) a::before {
  right: -25px;
  border-right: 0;
  border-left-color: #afa276;
}

#index #course .row ol li:nth-child(1) a:hover::before {
  border-left-color: #c0b284;
}

#index #course .row ol li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#index #course .row ol li:nth-child(2) a {
  background: -webkit-linear-gradient(top, #7e6f3f 0%, #9d8f63 100%);
  background: linear-gradient(to bottom, #7e6f3f 0%, #9d8f63 100%);
}

#index #course .row ol li:nth-child(2) a::before {
  top: auto;
  left: 50%;
  bottom: -23px;
  border-top-color: #9d8f63;
  border-bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#index #course .row ol li:nth-child(2) a:hover::before {
  border-top-color: #c0b284;
}

#index #course .row ol li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

#index #course .row ol li:nth-child(3) a {
  background: -webkit-linear-gradient(left, #7f6a3f 0%, #695224 100%);
  background: linear-gradient(to right, #7f6a3f 0%, #695224 100%);
}

#index #course .row ol li:nth-child(3) a::before {
  left: -25px;
  border-right-color: #7f6a3f;
  border-left: 0;
}

#index #course .row ol li:nth-child(3) a:hover::before {
  border-right-color: #c0b284;
}

#index #course .row ol li:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#index #course .row ol li:nth-child(4) a {
  background: -webkit-linear-gradient(left, #736034 0%, #534015 100%);
  background: linear-gradient(to right, #736034 0%, #534015 100%);
}

#index #course .row ol li:nth-child(4) a::before {
  left: -25px;
  border-right-color: #736034;
  border-left: 0;
}

#index #course .row ol li:nth-child(4) a:hover::before {
  border-right-color: #c0b284;
}

#index #course .row ol li:nth-child(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#index #course .row ol li:nth-child(5) a {
  background: -webkit-linear-gradient(left, #614d21 0%, #3d2d09 100%);
  background: linear-gradient(to right, #614d21 0%, #3d2d09 100%);
}

#index #graduate {
  position: relative;
  z-index: 0;
  background: url(/senka/img/bg_graduate_pc.png) center center no-repeat;
  background-size: cover;
  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.5);
}

#index #graduate .row {
  position: relative;
  z-index: 1;
  padding: 90px 0 100px;
  color: #fff;
}

#index #graduate .row > p {
  text-align: center;
}

#index #graduate .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 30px;
}

#index #graduate .row ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index #graduate .row ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 30px;
  background: #fffaef;
  text-align: center;
  line-height: 1.5;
}

#index #graduate .row ul li a div {
  position: relative;
  display: block;
}

#index #graduate .row ul li a figure {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#index #graduate .row ul li a figure img {
  width: 100%;
}

#index #graduate .row ul li a .case {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 5;
  display: inline-block;
  width: auto;
  color: #fff;
  font-family: Arial, Helvetica," sans-serif";
  letter-spacing: -0.01em;
  font-size: 8rem;
  font-weight: bold;
  line-height: 0.9;
}

#index #graduate .row ul li a .case span {
  display: block;
}

#index #graduate .row ul li a .case span:first-child {
  font-size: 3.8rem;
}

#index #graduate .row ul li a .name {
  margin: 30px 0 20px;
  font-size: 1.8rem;
}

#index #graduate .row ul li a:hover figure {
  opacity: 0.7;
}

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

#index #graduate .row ul li:last-child .case {
  color: #ddd;
}

#index #student {
  padding: 90px 0 80px;
}

#index #student > p {
  text-align: center;
}

#index #student ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

#index #student ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
}

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

#index #student ul li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 0 20px;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f6ecc4 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f6ecc4 100%);
}

#index #student ul li > * a {
  display: block;
  cursor: pointer;
}

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

#index #student ul li > * h3 {
  margin: 20px 20px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

#index #student ul li > * p {
  margin: 10px 20px 0;
}

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

#index #student ul li > * p a:hover span {
  text-decoration: underline;
}

#index #student ul li a:hover {
  opacity: 0.7;
}

#index #modal_contest_movie {
  width: 680px;
  height: 380px;
}

#index .bnr_block {
  max-width: 1280px;
  margin: 80px auto;
}

#index .bnr_block .slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index .bnr_block .slider ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin: 25px 0 0 2%;
}

#index .bnr_block .slider ul li:nth-child(-n+3) {
  margin-top: 0;
}

#index .bnr_block .slider ul li:nth-child(3n+1) {
  margin-left: 0;
}

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

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

#index .bnr_block .slider ul li a:hover {
  opacity: 0.7;
}

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