@charset "UTF-8";
@keyframes movie_icon_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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%;
  -moz-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: Hiragino Sans,"ヒラギノ角ゴシック","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
  html {
    zoom: 0.72;
    font-size: 45%;
  }
}
#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("/multi/contactus/common/icon/fonts/icomoon.eot?e1i5oo");
  src: url("/multi/contactus/common/icon/fonts/icomoon.eot?e1i5oo#iefix") format("embedded-opentype"), url("/multi/contactus/common/icon/fonts/icomoon.ttf?e1i5oo") format("truetype"), url("/multi/contactus/common/icon/fonts/icomoon.woff?e1i5oo") format("woff"), url("/multi/contactus/common/icon/fonts/icomoon.svg?e1i5oo#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-add:before {
  content: "\e145";
}

.icon-remove:before {
  content: "\e15b";
}

.icon-home:before {
  content: "\e88a";
}

.icon-insert_comment:before {
  content: "\e24c";
}

.icon-lightbulb_outline:before {
  content: "\e915";
}

.icon-network_cell:before {
  content: "\e1b9";
}

.icon-wifi:before {
  content: "\e63e";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-done:before {
  content: "\e876";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-sync:before {
  content: "\e627";
}

.icon-mic:before {
  content: "\e029";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-arrow-dotted:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e913";
}

.icon-triangle:before {
  content: "\e911";
}

.icon-circle:before {
  content: "\e912";
}

.icon-menu:before {
  content: "\e910";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-station:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-list:before {
  content: "\e903";
}

.icon-histroy-list:before {
  content: "\e904";
}

.icon-histroy-search:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-dropdown-menu:before {
  content: "\e907";
}

.icon-window:before {
  content: "\e908";
}

.icon-outer:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-down:before {
  content: "\e90c";
}

.icon-up:before {
  content: "\e90d";
}

.icon-right:before {
  content: "\e90e";
}

.icon-left:before {
  content: "\e90f";
}

.icon-play:before {
  content: "\e916";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-youtube-play:before {
  content: "\f16a";
}

/* ============================================================ */
/* .slider_pager  */
/* ============================================================ */
.slider_pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  background: #86002e;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  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: "";
  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,
#pc_menu {
  position: relative;
  z-index: 100;
  min-width: 1020px;
  background: #fff;
  line-height: 1.5;
  /* #header_top
  ----------------------------------------------------------- */
  /*----- .btn -----*/
}
header > div,
#pc_menu > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}
header .inner,
#pc_menu .inner {
  display: flex;
}
header #header_top,
#pc_menu #header_top {
  align-items: center;
  /*----- .contact -----*/
  /*----- .header_logo -----*/
}
header #header_top > p,
#pc_menu #header_top > p {
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
}
header #header_top .contact,
#pc_menu #header_top .contact {
  margin-left: auto;
  text-align: right;
}
header #header_top .contact p,
#pc_menu #header_top .contact p {
  line-height: 20px;
  margin: 0 0 5px;
}
header #header_top .contact p span,
#pc_menu #header_top .contact p span {
  font-size: 1.2rem;
  vertical-align: middle;
}
header #header_top .contact p span:last-child,
#pc_menu #header_top .contact p span:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
header #header_top .contact p span:last-child img,
#pc_menu #header_top .contact p span:last-child img {
  margin: 0 5px 0 0;
}
header #header_top .contact .btn,
#pc_menu #header_top .contact .btn {
  overflow: hideen;
}
header #header_top .contact .btn li,
#pc_menu #header_top .contact .btn li {
  float: left;
  list-style: none;
}
header #header_top .contact .btn li:first-child,
#pc_menu #header_top .contact .btn li:first-child {
  margin: 0 10px 0 0;
}
header #header_top .header_logo h1,
#pc_menu #header_top .header_logo h1 {
  font-size: 1.0rem;
  margin: 0 0 7px;
}
header #header_top .header_logo a,
#pc_menu #header_top .header_logo a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 40px;
}
header #header_top .header_logo a img,
#pc_menu #header_top .header_logo a img {
  max-height: 40px;
  width: 190px;
	/*max-height: 45px;/*55周年ロゴ*/
	/*width: 250px;/*55周年ロゴ*/
  margin: 0 10px 0 0;
}
header .btn .btn_style01,
#pc_menu .btn .btn_style01 {
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 10px;
  white-space: nowrap;
}
header .btn .btn_style01::before,
#pc_menu .btn .btn_style01::before {
  content: "\e906";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
}
header .btn .btn_orange02,
#pc_menu .btn .btn_orange02 {
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 10px;
  white-space: nowrap;
}

/* #pc_menu
----------------------------------------------------------- */
#pc_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0 0 10px rgba(35, 28, 26, 0.6);
}
#pc_menu > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 19px 10px;
}
#pc_menu > .inner .header_logo a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 40px;
}
#pc_menu > .inner .header_logo a img {
  max-height: 40px;
  width: 190px;
  margin: 0 10px 0 0;
}
#pc_menu > .inner .contact {
  margin-left: auto;
  align-items: center;
  display: flex;
  white-space: nowrap;
}
#pc_menu > .inner .contact p {
  line-height: 20px;
  margin: 2px 10px 0 0;
  padding: 4px 10px 4px 0;
  border-right: 1px solid #e0e0e0;
}
#pc_menu > .inner .contact p span {
  font-size: 1.0rem;
  vertical-align: middle;
}
#pc_menu > .inner .contact p span:last-child {
  margin: 0 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
}
#pc_menu > .inner .contact p span:last-child img {
  margin: 0 5px 0 0;
}
#pc_menu > .inner .contact .btn {
  overflow: hideen;
}
#pc_menu > .inner .contact .btn li {
  float: left;
  list-style: none;
}
#pc_menu > .inner .contact .btn li:first-child {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1100px) {
  header .header_logo,
  #pc_menu .header_logo {
    align-self: center;
  }
  header .header_logo a,
  #pc_menu .header_logo a {
    font-size: 1.5rem;
    width: 153px !important;
  }
  header .contact li .btn_style01,
  #pc_menu .contact li .btn_style01 {
    min-width: auto;
    font-size: 1.2rem;
  }
  header .contact li .btn_orange02,
  #pc_menu .contact li .btn_orange02 {
    min-width: auto;
    font-size: 1.2rem;
  }
}
.multi header #header_top {
  margin: 0 0 15px;
}
.multi header .global_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.2);
}
.multi header .global_nav > ul {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
}
.multi header .global_nav > ul > li {
  box-flex: 1;
  flex-grow: 1;
  line-height: 32px;
}
.multi header .global_nav > ul > li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.multi header .global_nav > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-align: center;
  transition: 0.5s color ease;
}
.multi header .global_nav > ul > li a::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  width: 0;
  height: 4px;
  backface-visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-50%);
}
.multi header .global_nav > ul > li a:hover {
  opacity: 1;
}
.multi header .global_nav > ul > li.active > a::after, .multi header .global_nav > ul > li a:hover::after {
  width: 100%;
}

.multi.ios .global_nav > ul > li a::after {
  width: 100%;
}

/* ============================================================ */
/* #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: linear-gradient(to right, #d3b562 0%, #ae8922 50%, #d3b562 100%);
  transform: translateX(-50%);
}

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* ブロック
--------------------------------------------------------------- */
.row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

/* ============================================================ */
/* #free_flow */
/* ============================================================ */
#free_flow {
  padding: 80px 0 60px;
  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: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 0;
  counter-reset: li;
}
#free_flow ol li {
  display: flex;
  flex-direction: column;
  align-items: 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: flex;
}
.panel_bnr section {
  flex: 0 0 50%;
}
.panel_bnr section a {
  display: flex;
  flex-direction: column;
  align-items: 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 .btn_pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #ee0055;
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 20px;
}
footer .btn_pagetop a span {
  font-weight: bold;
  font-size: 1.6rem;
}
footer .btn_pagetop a i {
  margin: 0 8px 0 0;
}
footer small {
  color: #888;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
#index {
  /* #visual
  ----------------------------------------------------------- */
  /* #news
  ----------------------------------------------------------- */
  /* #aboutus
  ----------------------------------------------------------- */
  /* #course
  ----------------------------------------------------------- */
  /* #graduate
  ----------------------------------------------------------- */
  /* #student
  ----------------------------------------------------------- */
  /* #modal_contest_movie
  ----------------------------------------------------------- */
  /* .bnr_block
  ----------------------------------------------------------- */
}
#index .row .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 90px;
  margin: 0 auto;
  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;
  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: 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: 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 {
  transform: translate(-672px, -50%);
}
#index #visual .btn_prev i {
  padding: 0 5px 0 0;
}
#index #visual .btn_next {
  transform: translate(672px, -50%);
}
#index #visual .btn_next i {
  padding: 0 0 0 5px;
}
#index #news {
  background: linear-gradient(to bottom, #fff 0%, #ede6ce 100%);
}
#index #news .row {
  display: flex;
  padding: 0;
}
#index #news .row h2 {
  flex: 0 0 130px;
  padding: 30px 0;
  color: #c49e36;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
#index #news .row ul {
  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: 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 {
  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: flex;
  margin: 40px 0 0;
}
#index #aboutus ul li {
  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: flex;
  flex-direction: column;
  align-items: 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%;
  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 {
  transform: scale(1.34);
}
#index #course {
  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: linear-gradient(to right, #fef5cf 0%, #fff 100%);
}
#index #course .row ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
#index #course .row ol li {
  display: flex;
  flex: 0 0 33.3%;
}
#index #course .row ol li a {
  position: relative;
  display: flex;
  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;
  transform: translate(0, -50%);
}
#index #course .row ol li a:hover {
  background: #c0b284 !important;
}
#index #course .row ol li a .level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
#index #course .row ol li a .level p:first-child {
  display: flex;
  align-items: 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: flex;
  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) {
  order: 1;
  flex: 0 0 66.6%;
  justify-content: flex-end;
}
#index #course .row ol li:nth-child(1) a {
  width: 50%;
  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) {
  order: 2;
}
#index #course .row ol li:nth-child(2) a {
  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;
  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) {
  order: 5;
}
#index #course .row ol li:nth-child(3) a {
  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) {
  order: 4;
}
#index #course .row ol li:nth-child(4) a {
  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) {
  order: 3;
}
#index #course .row ol li:nth-child(5) a {
  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;
  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: flex;
  margin: 40px 0 30px;
}
#index #graduate .row ul li {
  flex: 0 0 32%;
  display: flex;
}
#index #graduate .row ul li a {
  display: flex;
  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 {
  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: flex;
  margin: 40px 0 0;
}
#index #student ul li {
  display: flex;
  flex: 0 0 31.25%;
}
#index #student ul li:not(:first-child) {
  margin: 0 0 0 40px;
}
#index #student ul li > * {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 20px;
  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: flex;
  flex-wrap: wrap;
}
#index .bnr_block .slider ul li {
  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;
}
