@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
.container--bg .heading--academics:first-child, .container--bg-lt .heading--academics:first-child {
  margin-top: 0;
}

.container--bg .heading--academics:last-child, .container--bg-lt .heading--academics:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .container--bg .heading--academics:first-child, .container--bg-lt .heading--academics:first-child {
    margin-top: 0;
  }
  .container--bg .heading--academics:last-child, .container--bg-lt .heading--academics:last-child {
    margin-bottom: 0;
  }
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

:root {
  overflow-y: scroll;
  line-height: 2;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.-fixed {
  position: fixed;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
}

:-webkit-any-link {
  text-decoration: none;
}

:-moz-any-link {
  text-decoration: none;
}

a,
:any-link {
  text-decoration: none;
}

a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
textarea,
input {
  -webkit-appearance: none;
}

input,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}

ul, ol {
  list-style: none;
}

.wrapper {
  min-width: 100%;
  overflow: hidden;
}

main {
  display: block;
}

.main {
  padding-top: 100px;
}

@media (max-width: 960px) {
  .main {
    padding-top: 120px;
  }
}

.js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
  transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
  transition: opacity .6s ease-out, transform .6s ease-out;
  transition: opacity .6s ease-out, transform .6s ease-out, -webkit-transform .6s ease-out;
}

@media only screen and (max-width: 767px) {
  .js-scrollAnimation {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1141px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
  .for-tab {
    display: none !important;
  }
}

@media print {
  .for-pc {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
}

@media (min-width: 961px) {
  .header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}

@media print {
  .header {
    position: absolute !important;
  }
}

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 961px) {
  .header__logo {
    height: 100px;
    margin-left: 36px;
    font-size: 16px;
  }
}

@media (max-width: 1240px) and (min-width: 961px) {
  .header__logo {
    margin-left: 16px;
  }
}

@media (max-width: 1023px) and (min-width: 961px) {
  .header__logo {
    font-size: 14px;
  }
}

@media (min-width: 961px) {
  .header__logo img {
    width: 226px;
    margin-right: 40px;
  }
}

@media (max-width: 1240px) and (min-width: 961px) {
  .header__logo img {
    margin-right: 16px;
  }
}

@media (max-width: 960px) {
  .header__logo img {
    width: 142px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 359px) {
  .header__logo img {
    width: 110px;
  }
}

.header__logo-link--img {
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.others .header__logo-link--img:hover {
  opacity: .7;
}

.header__logo-link--txt {
  color: #000;
}

.others .header__logo-link--txt {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .header__logo-link--txt .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .header__logo-link--txt .icon--ex::before,
.others .header__logo-link--txt .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .header__logo-link--txt .icon--ex::after,
.others .header__logo-link--txt .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .header__logo-link--txt::before {
  content: none;
}

.others .header__logo-link--txt::after {
  content: none;
}

.others .header__logo-link--txt:hover {
  color: #E8380D;
}

.others .header__logo-link--txt:hover .icon--next::before {
  border-color: #E8380D;
}

.others .header__logo-link--txt:hover .icon--ex::before,
.others .header__logo-link--txt:hover .icon--file::before {
  opacity: 0;
}

.others .header__logo-link--txt:hover .icon--ex::after,
.others .header__logo-link--txt:hover .icon--file::after {
  opacity: 1;
}

@media (max-width: 960px) {
  .header__nav {
    position: relative;
    color: #FFF;
    line-height: 1.4;
    background-color: #E8380D;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.3) inset;
  }
  .header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
  }
  .header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    height: 55px;
    text-align: center;
    border-right: solid 2px #FFF;
  }
  .header__nav-item:last-child {
    border-right: 0;
  }
  .header__nav-link {
    color: #FFF;
    text-decoration: none;
  }
}

@media (min-width: 961px) {
  .header__nav {
    position: fixed;
    top: 105px;
    right: 0;
    z-index: 1001;
    color: #FFF;
  }
  .header__nav-inner {
    font-size: 16px;
  }
  .header__nav-item:nth-child(n+2) {
    margin-top: 6px;
  }
  .header__nav-link {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    width: 55px;
    padding: 30px 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #E8380D;
    border-radius: 10px 0 0 10px;
  }
}

@media (min-width: 961px) and (max-height: 600px) {
  .header__nav-link {
    padding: 14px 10px;
  }
}

.header__sns {
  position: absolute;
  top: 50%;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -19px;
}

@media (max-width: 960px) {
  .header__sns {
    top: 50%;
    right: 44px;
    margin-top: -42px;
  }
}

.header__sns-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-color: #584A4F;
  border-radius: 51%;
}

@media (max-width: 960px) {
  .header__sns-icon {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 359px) {
  .header__sns-icon {
    margin: 0 3px;
  }
}

.header__sns-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  .header__sns-icon img {
    width: 21px;
    height: 21px;
  }
}

@media print {
  .header__nav {
    display: none;
  }
}

.footer {
  font-size: 14px;
}

.footer__nav {
  position: relative;
  color: #FFF;
  background-color: #584A4F;
}

@media (min-width: 768px) {
  .footer__nav {
    line-height: 1.6;
    padding: 20px 20px 0;
  }
}

.footer__nav-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .footer__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    border-bottom: solid 1px #CCC8CA;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 105px;
        flex-basis: 105px;
    max-width: 105px;
    height: 60px;
    text-align: center;
    border-right: solid 1px #CCC8CA;
  }
}

@media (min-width: 768px) {
  .footer__nav-top {
    max-width: 1010px;
    margin: 0 auto 10px;
    font-weight: bold;
  }
}

.footer__nav-privacy {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer__nav-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .footer__nav-privacy {
    margin-bottom: 8px;
    text-align: right;
  }
}

.footer__nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1010px;
  margin: 0 auto 10px;
}

@media (max-width: 1080px) and (min-width: 961px) {
  .footer__nav-row {
    padding-right: 40px;
  }
}

.footer__nav-row--lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav-row--lv2 .footer__nav-heading {
  margin-top: 40px;
}

.footer__nav-col {
  margin: 0 5px;
}

.footer__nav-col:nth-child(1) {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
}

.footer__nav-col:nth-child(2) {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
}

.footer__nav-col:nth-child(3) {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}

.footer__nav-heading {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer__nav-heading:nth-of-type(n+2) {
  margin-top: 40px;
}

.footer__nav-list {
  margin-left: 16px;
}

.footer__nav-list dt {
  font-size: 12px;
}

.footer__nav-list .footer__nav-heading {
  margin-top: 0;
  margin-bottom: 8px;
}

.footer__nav-list-link {
  font-size: 12px;
  padding-top: 12px;
  padding-left: 11px;
  border-left: solid 1px #FFF;
  line-height: 1;
}

.footer__nav-list-link + dt {
  margin-top: 40px;
}

.footer__nav-item-ttl {
  font-size: 12px;
  margin-top: 8px;
  margin-left: 16px;
}

.footer__nav-list + .footer__nav-item-ttl {
  margin-top: 40px;
}

.footer__nav-item, .footer__nav-item--etc {
  font-size: 12px;
  margin-bottom: 8px;
}

.footer__nav-item--etc {
  margin-top: 22px;
}

.footer__nav-link {
  color: #FFF;
  text-decoration: none;
}

.others .footer__nav-link:hover {
  text-decoration: underline;
}

.footer__nav-career {
  margin-bottom: 30px;
}

.footer__copyright {
  padding: 5px;
  text-align: center;
  font-size: 10px;
}

@media (min-width: 768px) {
  .footer__copyright {
    position: relative;
    padding: 20px;
  }
  .footer__copyright::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100vw;
    border-top: solid 1px #CCC8CA;
    margin-left: -50vw;
  }
}

.footer .icon--home {
  margin-right: 10px;
}

.footer .icon--home::before {
  top: -3px;
  background: url('../images/svg/img_icon_home_w.svg') center center no-repeat;
  background-size: 16px 14px;
}

.container {
  margin-bottom: 70px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 60px;
  }
}

.container--sub {
  overflow: hidden;
  margin-bottom: 70px;
  padding: 1px 20px;
  background-color: #EDEBEB;
}

@media (min-width: 768px) {
  .container--sub {
    padding: 1px 60px;
  }
}

.container--sub .section {
  margin: 39px auto 69px;
}

.container--bg, .container--bg-lt {
  overflow: hidden;
  padding: 20px 20px 40px;
}

@media (min-width: 768px) {
  .container--bg, .container--bg-lt {
    padding: 40px 60px 60px;
  }
}

.container--bg .section, .container--bg-lt .section {
  margin: 20px auto 10px;
}

.container--bg-lt {
  background-color: #EDE9E2;
}

.section {
  max-width: 1020px;
  margin: 40px auto 70px;
}

.section + .section {
  margin-top: 70px;
}

.aside {
  max-width: 1020px;
  margin: 70px auto 70px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 961px) {
  .gnavSP {
    display: none;
  }
}

.gnavSP__btn, .gnavSP__btn--close {
  overflow: hidden;
  position: absolute;
  width: 40px;
  top: 0;
  right: 2px;
  height: 65px;
  padding-top: 65px;
  border: 0;
  background: transparent url('../images/svg/bg_menu.svg') no-repeat 5px center;
  background-size: 24px 19px;
  outline: none;
}

.gnavSP__btn--close {
  display: none;
  position: fixed;
  z-index: 10;
  background: transparent url('../images/svg/bg_menu_close.svg') no-repeat 2px center;
  background-size: 30px 30px;
}

.-show .gnavSP__btn--close {
  display: inherit;
}

.gnavSP__menu {
  position: fixed;
  top: 0;
  left: 105%;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  width: 100vw;
  padding: 0 20px;
  background-color: #584A4F;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: left ease-in-out .3s;
  transition: left ease-in-out .3s;
}

.gnavSP__menu.-show {
  left: 0;
}

.gnavSP__list:first-of-type {
  margin-top: 100px;
}

.gnavSP__list--lv2 {
  display: none;
}

.gnavSP__list-ttl {
  position: relative;
  text-align: center;
  background-color: #584A4F;
  color: #FFF;
  font-size: 12px;
  margin-top: -1px;
}

.gnavSP__item {
  position: relative;
}

.gnavSP__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom: solid 1px #FFF;
}

.gnavSP__item.-open + .gnavSP__item.-open {
  margin-top: 20px;
}

.gnavSP__item.-open .gnavSP__item:last-child::before {
  content: none;
}

.gnavSP__item.-open .gnavSP__item::before {
  left: 20px;
  right: 20px;
  border-bottom-color: #584A4F;
}

.gnavSP__item.-open > .gnavSP__link::before, .gnavSP__item.-open > .gnavSP__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.-open .gnavSP__item.-open > .gnavSP__link::before, .-open .gnavSP__item.-open > .gnavSP__link::after {
  background-color: #584A4F;
}

.gnavSP__item.-open > .gnavSP__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.gnavSP__item.-open > .gnavSP__link::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.gnavSP__list--lv2 .gnavSP__item:last-child > .gnavSP__link {
  border-bottom: 0;
}

.gnavSP__link {
  color: #FFF;
  position: relative;
  display: block;
  padding: 8px 20px 8px 0;
}

.-open .gnavSP__link {
  padding: 8px 40px 8px 20px;
  color: #584A4F;
  border-bottom-color: #584A4F;
  background-color: #FFF;
}

.gnavSP__link::before, .gnavSP__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.-open .gnavSP__link::before, .-open .gnavSP__link::after {
  background-color: #584A4F;
  right: 30px;
}

.gnavSP__link::before {
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.gnavSP__link::after {
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.gnavSP__request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 283px;
  height: 52px;
  margin: 50px auto;
  padding: 0 40px 0 10px;
  color: #584A4F;
  font-weight: bold;
  background-color: #FFF;
}

.gnavSP__request::before, .gnavSP__request::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  background-color: #584A4F;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.gnavSP__request::before {
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}

.gnavSP__request::after {
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}

.gnavPC {
  position: absolute;
  top: 0;
  right: 120px;
}

@media (max-width: 1240px) and (min-width: 961px) {
  .gnavPC {
    right: 110px;
  }
}

.gnavPC__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnavPC__item {
  margin-right: 20px;
}

@media (max-width: 1240px) and (min-width: 961px) {
  .gnavPC__item {
    margin-right: 10px;
  }
}

.gnavPC__trigger, .gnavPC__trigger--noContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100px;
  padding: 20px 22px;
  color: #000;
  font-weight: bold;
}

@media (max-width: 1240px) and (min-width: 961px) {
  .gnavPC__trigger, .gnavPC__trigger--noContent {
    padding-left: 8px;
    padding-right: 20px;
  }
}

@media (max-width: 1060px) and (min-width: 961px) {
  .gnavPC__trigger, .gnavPC__trigger--noContent {
    padding-left: 6px;
    padding-right: 18px;
  }
}

@media (max-width: 1023px) and (min-width: 961px) {
  .gnavPC__trigger, .gnavPC__trigger--noContent {
    font-size: 14px;
  }
}

.others .gnavPC__trigger, .others .gnavPC__trigger--noContent {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .gnavPC__trigger:hover, .others .gnavPC__trigger--noContent:hover {
  color: #E8380D;
}

.others .gnavPC__trigger:hover::after, .others .gnavPC__trigger--noContent:hover::after {
  border-color: #E8380D;
}

.gnavPC__trigger::after, .gnavPC__trigger--noContent::after {
  content: "";
  position: absolute;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.ie .gnavPC__trigger::after, .ie .gnavPC__trigger--noContent::after {
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
}

.gnavPC__trigger--noContent {
  padding-right: 4px;
}

.gnavPC__trigger--noContent::after {
  content: none;
}

.gnavPC__content {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 14px;
  background-color: #EDEBEB;
}

.gnavPC__list-ttl {
  background-color: #584A4F;
  color: #FFF;
  text-align: center;
}

.gnavPC__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1080px) and (min-width: 961px) {
  .gnavPC__inner {
    max-width: 1000px;
    padding-right: 75px;
  }
}

.gnavPC__inner--expenses {
  max-width: 860px;
}

.gnavPC__list-ttl--lv2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
}

.gnavPC__link {
  color: #000;
}

.gnavPC__link:hover {
  color: #E8380D;
}

.gnavPC__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.gnavPC__about .gnavPC__link {
  margin: 0 30px;
}

.gnavPC__career {
  margin: 0 auto;
  text-align: center;
}

.gnavPC__career .gnavPC__list-ttl--lv2,
.gnavPC__career .gnavPC__list-item--lv2,
.gnavPC__career .gnavPC__list--lv2 li {
  display: inline-block;
  margin: 0;
}

.gnavPC__career .gnavPC__link {
  margin: 0 22px;
}

.gnavPC__admission {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnavPC__admission .gnavPC__list-item--lv2:nth-child(1) {
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em;
}

.gnavPC__admission .gnavPC__list-item--lv2:nth-child(2) {
  -ms-flex-preferred-size: 20em;
      flex-basis: 20em;
}

.gnavPC__admission .gnavPC__list-item--lv2:nth-child(3) {
  -ms-flex-preferred-size: 11em;
      flex-basis: 11em;
}

.gnavPC__admission .gnavPC__list-item--lv2:nth-child(4) {
  -ms-flex-preferred-size: 13em;
      flex-basis: 13em;
  margin-right: 0;
}

.gnavPC__expenses {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.gnavPC__expenses .gnavPC__list-item--lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnavPC__tec .gnavPC__list-item--lv2:first-of-type {
  margin-right: 2em;
}

.gnavPC__pharma {
  min-width: 3em;
}

.gnavPC__med_c .gnavPC__list-item--lv2:first-of-type {
  margin-right: 2em;
}

@media (min-width: 1024px) {
  .gnavPC__tec, .gnavPC__pharma, .gnavPC__med_c, .gnavPC__fut_d {
    clear: both;
    overflow: hidden;
  }
  .gnavPC__tec .gnavPC__list-item--lv2, .gnavPC__pharma .gnavPC__list-item--lv2, .gnavPC__med_c .gnavPC__list-item--lv2, .gnavPC__fut_d .gnavPC__list-item--lv2 {
    float: left;
    margin: 0;
  }
  .gnavPC__tec {
    width: 17em;
    margin-right: 2.5%;
  }
  .gnavPC__pharma {
    margin-right: 7.5%;
  }
  .gnavPC__med_c {
    width: 16em;
    margin-right: 2.5%;
  }
  .gnavPC__med_c .gnavPC__list-item--lv2 {
    float: left;
  }
  .gnavPC__fut_d {
    margin-right: 5%;
  }
  .gnavPC__grd {
    overflow: hidden;
    clear: both;
  }
}

@media (min-width: 961px) and (max-width: 1023px) {
  .gnavPC__admission .gnavPC__list-item--lv2 {
    margin: 0;
  }
  .gnavPC__grd {
    margin-right: 30px;
  }
}

@media (max-width: 960px) {
  .gnavPC {
    display: none;
  }
}

.gnavPC__list-item--lv2 {
  margin: 0 1em 0 0;
}

@media print {
  .gnavPC {
    display: none !important;
  }
}

.heading--lv1 {
  margin: 50px 0 20px;
  color: #E8380D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.heading--lv1 small {
  display: block;
  font-size: 16px;
}

.heading--lv1.-c-Bk {
  color: #000;
}

.heading--large {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--large {
    font-size: 32px;
  }
}

.heading--large small {
  display: block;
  font-size: 18px;
  margin-top: 16px;
}

.heading--large small.note {
  font-size: 12px;
  margin-top: 0;
}

.heading--large-non-num {
  margin-top: 4px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--large-non-num {
    font-size: 32px;
  }
}

.heading--large-non-num + p .note {
  display: block;
  text-align: center;
  margin-top: -4px;
}

.heading--large-lv2 {
  margin-bottom: 16px;
  padding-top: 70px;
  color: #E8380D;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #584A4F;
}

.heading--lv2 {
  margin: 20px 0 16px;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.heading--lv2 small {
  font-size: 12px;
}

.heading--lv3 {
  margin: 40px 0 16px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.heading--lv4 {
  margin: 40px 0 16px;
  padding: 0 10px;
  font-weight: normal;
  background-color: #EDE9E2;
}

.heading--lv3 + .heading--lv4 {
  margin-top: 16px;
}

.heading--lv5 {
  margin: 20px 0 16px;
  font-weight: bold;
}

.main p + p {
  margin-top: 20px;
}

.note {
  font-size: 12px;
}

span.note {
  font-size: 12px;
  display: inline-block;
}

.center {
  text-align: center !important;
}

.font--XL {
  font-size: 24px;
}

.font--L {
  font-size: 18px;
}

.font--M {
  font-size: 16px;
}

.font--S {
  font-size: 14px;
}

.font--XS {
  font-size: 12px;
}

.hr {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  border-top: solid 1px #584A4F;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.order .order, .order--num .order, .order--circle .order, .order--paren .order, .order--kana .order, .order .order--num, .order--num .order--num, .order--circle .order--num, .order--paren .order--num, .order--kana .order--num, .order .order--circle, .order--num .order--circle, .order--circle .order--circle, .order--paren .order--circle, .order--kana .order--circle, .order .order--paren, .order--num .order--paren, .order--circle .order--paren, .order--paren .order--paren, .order--kana .order--paren, .order .order--kana, .order--num .order--kana, .order--circle .order--kana, .order--paren .order--kana, .order--kana .order--kana {
  margin-left: 1em;
}

.order small, .order--num small, .order--circle small, .order--paren small, .order--kana small {
  font-size: 12px;
}

.order--num > li {
  position: relative;
  padding-left: 1em;
}

.order--num > li + li {
  margin-top: 0;
}

.order--num > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.order--num > li:nth-child(1)::before {
  content: "1";
}

.order--num > li:nth-child(2)::before {
  content: "2";
}

.order--num > li:nth-child(3)::before {
  content: "3";
}

.order--num > li:nth-child(4)::before {
  content: "4";
}

.order--num > li:nth-child(5)::before {
  content: "5";
}

.order--num > li:nth-child(6)::before {
  content: "6";
}

.order--num > li:nth-child(7)::before {
  content: "7";
}

.order--num > li:nth-child(8)::before {
  content: "8";
}

.order--num > li:nth-child(9)::before {
  content: "9";
}

.order--num > li:nth-child(10)::before {
  content: "10";
}

.order--circle > li {
  position: relative;
  padding-left: 0;
}

.order--circle > li + li {
  margin-top: 0;
}

.order--circle > li::before {
  content: '';
}

.order--circle > li:nth-child(1)::before {
  content: "①";
}

.order--circle > li:nth-child(2)::before {
  content: "②";
}

.order--circle > li:nth-child(3)::before {
  content: "③";
}

.order--circle > li:nth-child(4)::before {
  content: "④";
}

.order--circle > li:nth-child(5)::before {
  content: "⑤";
}

.order--circle > li:nth-child(6)::before {
  content: "⑥";
}

.order--circle > li:nth-child(7)::before {
  content: "⑦";
}

.order--circle > li:nth-child(8)::before {
  content: "⑧";
}

.order--paren > li {
  position: relative;
  padding-left: 0;
}

.order--paren > li + li {
  margin-top: 0;
}

.order--paren > li::before {
  content: '';
}

.order--paren > li:nth-child(1)::before {
  content: "(1)";
}

.order--paren > li:nth-child(2)::before {
  content: "(2)";
}

.order--paren > li:nth-child(3)::before {
  content: "(3)";
}

.order--paren > li:nth-child(4)::before {
  content: "(4)";
}

.order--paren > li:nth-child(5)::before {
  content: "(5)";
}

.order--paren > li:nth-child(6)::before {
  content: "(6)";
}

.order--kana > li {
  position: relative;
  padding-left: 1.5em;
}

.order--kana > li + li {
  margin-top: 0;
}

.order--kana > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.order--kana > li:nth-child(1)::before {
  content: "ア";
}

.order--kana > li:nth-child(2)::before {
  content: "イ";
}

.order--kana > li:nth-child(3)::before {
  content: "ウ";
}

.order--kana > li:nth-child(4)::before {
  content: "エ";
}

.order--kana > li:nth-child(5)::before {
  content: "オ";
}

.order--kana > li:nth-child(6)::before {
  content: "カ";
}

.order--kana > li:nth-child(7)::before {
  content: "キ";
}

.order--kana > li:nth-child(8)::before {
  content: "ク";
}

.order--kana > li:nth-child(9)::before {
  content: "ケ";
}

.order--kana > li:nth-child(10)::before {
  content: "コ";
}

.define {
  margin-bottom: 30px;
}

.define dt {
  font-weight: bold;
}

.define dd {
  margin: 0 0 10px 10px;
}

.define dd + dt {
  margin-top: 30px;
}

.link {
  color: #E8380D;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link .icon--next::before {
  border-color: #E8380D;
}

.bnr__link {
  display: inline-block;
  position: relative;
}

.bnr__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.others .bnr__link:hover::before {
  opacity: 1;
}

.icon, .icon--next, .icon--home, .icon--open, .icon--close, .icon--arrow-top, .icon--arrow-next, .icon--file, .icon--ex {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}

.icon::before, .icon--next::before, .icon--home::before, .icon--open::before, .icon--close::before, .icon--arrow-top::before, .icon--arrow-next::before, .icon--file::before, .icon--ex::before, .icon::after, .icon--next::after, .icon--home::after, .icon--open::after, .icon--close::after, .icon--arrow-top::after, .icon--arrow-next::after, .icon--file::after, .icon--ex::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.icon--next::before {
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.icon--home::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('../images/svg/img_icon_home.svg') center center no-repeat;
  background-size: 16px 14px;
}

.icon--open::before {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-top: solid 2px #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform linear .3s;
  transition: -webkit-transform linear .3s;
  transition: transform linear .3s;
  transition: transform linear .3s, -webkit-transform linear .3s;
}

.icon--open::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform linear .3s;
  transition: -webkit-transform linear .3s;
  transition: transform linear .3s;
  transition: transform linear .3s, -webkit-transform linear .3s;
}

.-open .icon--open::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.-open .icon--open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.icon--close {
  width: 1em;
  height: 1em;
}

.icon--close::before {
  top: 50%;
  left: 50%;
  width: 1em;
  height: 2px;
  border-top: solid 2px #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.icon--close::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.icon--arrow-top::before {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.icon--arrow-top::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon--arrow-next::before {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.icon--arrow-next::after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-top: solid 2px #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon--file {
  margin-left: 4px;
}

.icon--file::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  background: url('../images/svg/img_icon_file.svg') center center no-repeat;
  background-size: 15px 19px;
}

.icon--file::after {
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  background: url('../images/svg/img_icon_file_h.svg') center center no-repeat;
  background-size: 15px 19px;
  opacity: 0;
}

.icon--ex {
  margin-left: 4px;
}

.icon--ex::before {
  top: -2px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url('../images/svg/img_icon_ex.svg') center center no-repeat;
  background-size: 19px 19px;
}

.icon--ex::after {
  top: -2px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url('../images/svg/img_icon_ex_h.svg') center center no-repeat;
  background-size: 19px 19px;
  opacity: 0;
}

.num--lv1 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 88px;
  line-height: 1.1;
  vertical-align: -2px;
}

@media (min-width: 768px) {
  .num--lv1 {
    font-size: 120px;
  }
}

.num--lv2 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}

.num--lv3 {
  font-family: Oswald;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.num--r, .num--r-bdr {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  font-family: Oswald;
  font-weight: 500;
  color: #FFF;
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  background-color: #E8380D;
  border-radius: 51%;
}

.num--r-bdr {
  color: #E8380D;
  font-size: 20px;
  text-align: center;
  background-color: #FFF;
}

.num--r-bdr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 2px #E8380D;
  border-radius: 51%;
}

.btn, .btn--strong, .btn--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70px;
  padding: 0 24px 0 20px;
  color: #FFF;
  line-height: 1.5;
  background-color: #E8380D;
  border-radius: 6px;
}

.others .btn, .others .btn--strong, .others .btn--sub {
  overflow: hidden;
}

.others .btn::before, .others .btn--strong::before, .others .btn--sub::before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #FFF;
  border-radius: 6px;
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .btn::after, .others .btn--strong::after, .others .btn--sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: solid 1px #E8380D;
  border-radius: 6px;
}

.others .btn:hover, .others .btn--strong:hover, .others .btn--sub:hover {
  color: #E8380D;
}

.others .btn:hover::before, .others .btn--strong:hover::before, .others .btn--sub:hover::before {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.others .btn:hover .icon--next::before, .others .btn--strong:hover .icon--next::before, .others .btn--sub:hover .icon--next::before {
  border-color: #E8380D;
}

.btn--strong {
  max-width: 335px;
  margin: 0 auto;
  background-color: #E8380D !important;
}

.btn--strong.-disabled {
  pointer-events: none;
  background-color: #584A4F !important;
}

.btn--strong.-disabled::after {
  border: solid 1px #584A4F !important;
}

.btn--strong .icon--file::before {
  background: url('../images/svg/img_icon_file_w.svg') center center no-repeat;
  background-size: 15px 19px;
}

.others .btn--strong:not(.-disabled)::after {
  border: solid 1px #E8380D !important;
}

.others .btn--strong:not(.-disabled):hover {
  color: #E8380D !important;
}

.others .btn--strong:not(.-disabled):hover .icon--next::before {
  border-color: #E8380D !important;
}

.others .btn--strong:not(.-disabled):hover .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 0;
}

.others .btn--strong:not(.-disabled):hover .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 1;
}

.btn__txt {
  position: relative;
  z-index: 1;
}

.btn .icon--next, .btn--strong .icon--next, .btn--sub .icon--next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

.btn .icon--next::before, .btn--strong .icon--next::before, .btn--sub .icon--next::before {
  border-color: #FFF;
}

.btn .icon--file, .btn--strong .icon--file, .btn--sub .icon--file {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
}

.btn .icon--file::before, .btn--strong .icon--file::before, .btn--sub .icon--file::before {
  border-color: #FFF;
}

.btn .icon--ex, .btn--strong .icon--ex, .btn--sub .icon--ex {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
}

.btn--sub {
  color: #000;
  background-color: #FFF;
}

.others .btn--sub {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .btn--sub::before {
  content: none;
}

.others .btn--sub::after {
  content: none;
}

.others .btn--sub:hover {
  color: #E8380D;
}

.others .btn--sub:hover .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border-color: #E8380D;
}

.others .btn--sub:hover .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 0;
}

.others .btn--sub:hover .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 1;
}

.others .btn--sub:hover .icon--ex::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 0;
}

.others .btn--sub:hover .icon--ex::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 1;
}

.btn--sub .icon--next::before {
  border-color: #000;
}

.btn--s {
  display: table;
  position: relative;
  min-width: 232px;
  min-height: 40px;
  margin: 10px auto;
  padding: 5px 37px 3px 9px;
  color: #000;
  line-height: 1.8;
  border: solid 1px #000;
  border-radius: 6px;
  background-color: #FFF;
}

.schedule .btn--s {
  display: inline-block;
}

.others .btn--s:hover {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  color: #E8380D;
  border-color: #E8380D;
}

.others .btn--s:hover .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 0;
}

.others .btn--s:hover .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  opacity: 1;
}

.others .btn--s:hover .icon--next::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
  border-color: #E8380D;
}

.btn--s .icon--file {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -11px;
}

.btn--s .icon--next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

.btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 42px;
  margin: 0 auto;
  font-family: Oswald;
  color: #000;
  font-size: 14px;
  background-color: #FFF;
  border-radius: 6px;
}

.others .btn--more {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .btn--more:hover {
  color: #FFF;
  background-color: #E8380D;
}

.others .btn--more:hover .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border-color: #FFF;
}

.btn--more .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.btn--academics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  max-width: 437px;
  margin: 40px auto 39px;
  height: 72px;
  padding: 0 40px 0 36px;
  color: #E8380D;
  font-size: 20px;
  line-height: 1.5;
  background-color: #FFF;
  border: solid 2px #E8380D;
  border-radius: 37px;
  -webkit-transition: .3s;
  transition: .3s;
}

.others .btn--academics:hover {
  border-width: 5px;
  padding: 0 37px 0 33px;
}

.others .btn--academics:hover .icon--next {
  right: 17px;
}

.btn--academics .icon--next {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn--academics .icon--next::before {
  border-color: #E8380D;
}

.btn--academics.-E-01 {
  color: #008CCF;
  border-color: #008CCF;
}

.btn--academics.-E-01 .icon--next::before {
  border-color: #008CCF;
}

.btn--academics.-E-03 {
  color: #E6A004;
  border-color: #FDD000;
}

.btn--academics.-E-03 .icon--next::before {
  border-color: #E6A004;
}

.btn--academics.-E-04 {
  color: #E8373D;
  border-color: #E8373D;
}

.btn--academics.-E-04 .icon--next::before {
  border-color: #E8373D;
}

.btn--academics.-E-05 {
  color: #B963A4;
  border-color: #B963A4;
}

.btn--academics.-E-05 .icon--next::before {
  border-color: #B963A4;
}

.btn--academics.-M-02 {
  color: #EC6D81;
  border-color: #EC6D81;
}

.btn--academics.-M-02 .icon--next::before {
  border-color: #EC6D81;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto;
}

@media (min-width: 768px) {
  .btn-wrap {
    max-width: 730px;
  }
  .btn-wrap p {
    -ms-flex-preferred-size: 335px;
        flex-basis: 335px;
    max-width: calc(50% - 30px);
  }
  .btn-wrap p:only-child {
    margin: 0 auto;
  }
  .btn-wrap p + p {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .btn-wrap {
    width: auto;
    display: block;
  }
}

@media (min-width: 768px) {
  .btn-wrap .btn, .btn-wrap .btn--strong, .btn-wrap .btn--sub,
  .btn-wrap .btn--sub {
    width: 100%;
  }
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFF;
  font-size: 16px;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  margin: -1px;
  min-width: 172px;
  height: 46px;
  padding: 7px 40px 7px 20px;
  color: #585858;
  border: 0;
  font-size: 16px;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}

.select select::-ms-expand {
  display: none;
}

.select::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lead {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lead__txt {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.net-entry {
  text-align: center;
  color: #E8380D;
}

.net-entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 335px;
  height: 96px;
  margin: 5px auto 0;
  padding-left: 20px;
  border: solid 2px #E8380D;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .net-entry__btn {
    max-width: 590px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.others .net-entry__btn {
  -webkit-transition: border .3s;
  transition: border .3s;
}

.others .net-entry__btn:hover {
  border-width: 5px;
}

.net-entry__btn img {
  max-width: 240px;
}

.net-entry .link {
  font-size: 18px;
}

.hus-navi {
  text-align: center;
  color: #00B8E0;
}

.hus-navi__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 335px;
  height: 96px;
  margin: 5px auto 0;
  border: solid 2px #00B8E0;
  border-radius: 50px;
  background-color: #FFF;
}

.others .hus-navi__btn {
  -webkit-transition: border .3s;
  transition: border .3s;
}

.others .hus-navi__btn:hover {
  border-width: 5px;
}

.hus-navi__btn img {
  max-width: 173px;
}

.hus-navi .link {
  font-size: 18px;
}

@media (min-width: 768px) {
  .list-link--admission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
  }
  .list-link--admission::after {
    content: "";
    display: block;
    -ms-flex-preferred-size: calc(33.33% - 15px);
        flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
  .list-link--admission .list-link__item {
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(33.33% - 15px);
        flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
  .list-link--admission .list-link__sub {
    margin-top: 0;
  }
  .list-link--admission .list-link__sub-item {
    margin-top: 0;
    border-top: solid 1px #FFF;
  }
  .list-link--admission .list-link__sub-item:first-child {
    border-top: 0;
  }
  .list-link--admission .accordion {
    position: relative;
    margin-top: 0;
  }
  .list-link--admission .accordion .icon--open {
    display: inherit;
  }
  .list-link--admission .accordion .accordion__ttl {
    font-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
  .list-link--admission .accordion .accordion__content {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #EDEBEB;
    border-radius: 0 0 6px 6px;
  }
  .list-link--admission .accordion .accordion__content .mCSB_inside > .mCSB_container {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .list-link--expenses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 728px;
    margin: 0 auto;
  }
  .list-link--expenses .accordion__ttl {
    font-size: 16px;
  }
  .list-link--expenses .list-link__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .list-link--expenses .list-link__sub-link {
    font-size: 14px;
    height: 40px;
  }
  .list-link--expenses .list-link__sub-link .icon--next {
    right: 0;
  }
  .list-link--expenses .accordion,
  .list-link--expenses .btn,
  .list-link--expenses .btn--strong,
  .list-link--expenses .btn--sub {
    height: 210px;
    margin-top: 0;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .list-link--expenses .list-link__sub-link .icon--next {
    right: 14px;
  }
}

@media (min-width: 768px) {
  .list-link--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 728px;
    margin: 0 auto;
  }
  .list-link--information .list-link__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.list-link--information + .btn--s {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .list-link--academics {
    margin-bottom: -40px;
  }
  .list-link--academics .accordion__ttl {
    font-size: 16px;
  }
  .list-link--academics .list-link__item {
    margin-bottom: 40px;
    padding: 21px 25px 21px 10px;
    background-color: #FFF;
    border-radius: 6px;
  }
  .list-link--academics .list-link__item:last-child .accordion {
    height: 108px;
  }
}

.list-link .accordion, .list-link--admission .accordion, .list-link--expenses .accordion, .list-link--information .accordion, .list-link--academics .accordion {
  margin-bottom: 0;
}

.list-link .accordion.-open, .list-link--admission .accordion.-open, .list-link--expenses .accordion.-open, .list-link--information .accordion.-open, .list-link--academics .accordion.-open {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .list-link__item + .list-link__item {
    margin-top: 20px;
  }
}

.-Galileo .list-link__item.-Galileo {
  display: none;
}

.-S-refer .list-link__item.-S-refer {
  display: none;
}

.-Refer .list-link__item.-Refer {
  display: none;
}

.-Exam .list-link__item.-Exam {
  display: none;
}

.-C-exam .list-link__item.-C-exam {
  display: none;
}

.-Admit .list-link__item.-Admit {
  display: none;
}

.-Non-degree .list-link__item.-Non-degree {
  display: none;
}

.-Abroad .list-link__item.-Abroad {
  display: none;
}

.list-link__sub {
  overflow: hidden;
  margin-top: 2px;
  border-radius: 0 0 6px 6px;
}

.list-link__sub-item {
  margin-top: 1px;
  background-color: #EDEBEB;
}

.topContents__inner#academics .list-link__sub-item,
.container--sub .list-link__sub-item {
  background-color: #FFF;
}

.list-link__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  padding: 0 20px;
  color: #000;
}

.others .list-link__sub-link:hover {
  color: #E8380D;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  text-decoration: none;
}

.others .list-link__sub-link:hover .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border-color: #E8380D;
}

.list-link__sub-link .icon--next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

@media (min-width: 768px) {
  .list-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-link-wrap .list-link, .list-link-wrap .list-link--admission, .list-link-wrap .list-link--expenses, .list-link-wrap .list-link--information, .list-link-wrap .list-link--academics {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .list-link-wrap {
    margin-bottom: -20px;
  }
  .list-link-wrap .list-link, .list-link-wrap .list-link--admission, .list-link-wrap .list-link--expenses, .list-link-wrap .list-link--information, .list-link-wrap .list-link--academics {
    margin-bottom: 20px;
  }
}

.accordion {
  overflow: hidden;
  border-radius: 6px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.accordion.-open {
  overflow: visible;
  border-radius: 6px 6px 0 0;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .accordion.-open {
    margin-bottom: 40px;
  }
}

.accordion__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  line-height: 1.5;
  color: #FFF;
  background-color: #FFF;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .accordion__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    padding: 0 30px;
    cursor: default;
  }
}

.accordion__ttl .icon--open {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

.accordion__ttl .icon--open::before, .accordion__ttl .icon--open::after {
  border-color: #FFF;
}

@media (min-width: 768px) {
  .accordion__ttl .icon--open {
    display: none;
  }
}

.container--sub .accordion__ttl {
  background-color: #FFF;
  color: #000;
}

.container--sub .accordion__ttl .icon--open::before, .container--sub .accordion__ttl .icon--open::after {
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  .accordion__content {
    display: none;
  }
}

.accordion__content .table:first-child {
  margin-top: 20px;
}

.topContents__inner#academics .accordion__content,
.container--sub .accordion__content {
  margin-top: 0;
}

.accordion .heading--large {
  margin: 10px 0;
  line-height: 1.5;
}

.accordion__note {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .accordion__note {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  .list-link--academics .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .list-link--academics .accordion .accordion__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    height: 50px;
    padding: 0 20px 0 27px;
    text-align: left;
    border-radius: 0;
  }
  .list-link--academics .accordion .accordion__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    min-width: 170px;
    border-radius: 0;
  }
  .list-link--expenses .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px 5px 0;
    background-color: #FFF;
    border-radius: 6px;
  }
  .list-link--expenses .accordion .accordion__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    -ms-flex-preferred-size: calc(3em + 20px);
        flex-basis: calc(3em + 20px);
    min-width: calc(3em + 20px);
    max-width: calc(3em + 20px);
    height: 30px;
    padding: 0 0 0 20px;
    text-align: left;
    border-radius: 0;
  }
  .list-link--expenses .accordion .accordion__content {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    min-width: 180px;
    border-radius: 0;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .list-link--expenses .accordion {
    padding: 5px 0 5px 0;
  }
}

.table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px;
  line-height: 1.8;
}

.table caption {
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}

.table__col-faculty {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .table__col-faculty {
    width: 33%;
  }
}

.table__col-course {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .table__col-course {
    width: 132px;
  }
}

.table__col-quota {
  width: 90px;
}

.table__col-quota-doctor {
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .table__col-quota-doctor {
    width: 72px;
  }
}

.table__col-major {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .table__col-major {
    width: 132px;
  }
}

.table thead th {
  padding: 5px 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #584A4F;
}

.table thead th + th {
  border-left: 1px solid #707070;
}

.table tbody th {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  background-color: #EDE9E2;
}

.table tbody th.table__th--even {
  background-color: #D9D5CD;
}

.table tbody td {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .table tbody td {
    padding: 5px 20px;
  }
}

.table tbody td.table__num {
  text-align: right;
}

.table tbody td.table__num--odd {
  text-align: right;
  background-color: #EDE9E2;
}

.table tbody td.table__num--even {
  text-align: right;
  background-color: #D9D5CD !important;
}

.table tbody td.table__some {
  text-align: center;
  background-color: #EDE9E2;
}

.table tbody tr:nth-child(even) td {
  background-color: #EDEBEB;
}

.table + p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.table--fees {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 12px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .table--fees {
    font-size: 14px;
  }
}

.table--fees thead th {
  padding: 8px 10px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #584A4F;
}

@media only screen and (max-width: 767px) {
  .table--fees thead th:nth-child(1) {
    width: 70px;
  }
  .table--fees thead th:nth-child(2) {
    width: 70px;
  }
}

.table--fees thead th + th {
  border-left: 1px solid #707070;
}

.table--fees tbody th {
  padding: 8px 0 8px 10px;
  font-weight: normal;
  text-align: left;
}

.table--fees tbody th.table__th--odd {
  padding: 8px 10px;
  background-color: #EDE9E2;
}

.table--fees tbody th.table__th--even {
  padding: 8px 10px;
  background-color: #D9D5CD;
}

.table--fees tbody td {
  padding: 8px 20px 8px 0;
  text-align: right;
  background-color: #FFF;
}

.table--fees tbody td.table__blank {
  padding: 8px 20px;
  text-align: center;
}

.table--fees tbody td.table__even {
  background-color: #EDEBEB;
}

.table--fees tbody .table__even th,
.table--fees tbody .table__even td {
  background-color: #EDEBEB;
}

.table--fees tbody .sub-total th,
.table--fees tbody .sub-total td {
  background-color: #FCE8C8;
}

.table--fees tbody .total [rowspan],
.table--fees tbody .total th,
.table--fees tbody .total td {
  background-color: #F7D7A1;
}

.table--fees tbody .sum-total [rowspan],
.table--fees tbody .sum-total th,
.table--fees tbody .sum-total td {
  background-color: #D9D5CD;
}

.table__block {
  display: inline-block;
}

.schedule {
  margin-top: 20px;
}

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

@media (max-width: 1140px) {
  .schedule .btn--strong {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
}

.schedule__table {
  table-layout: fixed;
}

@media (min-width: 768px) {
  .schedule__table {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .schedule__table {
    width: 100%;
  }
  .schedule__table + .schedule__table {
    margin-top: 40px;
  }
}

@media print {
  .schedule__table {
    margin-bottom: 40px;
  }
}

.schedule__table th {
  width: 36px;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  vertical-align: top;
}

.schedule__table th .num--lv2 {
  font-size: 20px;
}

.schedule__table td {
  padding: 0 0 30px 20px;
  vertical-align: top;
}

@media (max-width: 359px) {
  .schedule__table td {
    padding: 0 0 30px 14px;
  }
}

.schedule__table tr:first-child th {
  padding-top: 18px;
  background-image: url('../images/bg_schedule_01.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}

.schedule__table tr:last-child th {
  padding-bottom: 18px;
  background-image: url('../images/bg_schedule_02.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}

.schedule__table tr:last-child td {
  padding-bottom: 0;
}

.schedule__table tr:only-child th {
  padding-bottom: 18px;
  background-image: url('../images/bg_schedule_01.png'), url('../images/bg_schedule_02.png');
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% 18px;
}

.schedule__heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.schedule__link .btn--s {
  margin: -5px 0 0;
}

.schedule__ttl {
  position: relative;
  padding: 0 20px;
  font-weight: normal;
  background-color: #EDE9E2;
}

.schedule__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 6px;
}

.schedule__term + .schedule__ttl {
  margin-top: 30px;
}

.schedule__ttl-term, .schedule__ttl-term--long {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 78px;
}

.schedule__ttl-term::before, .schedule__ttl-term--long::before, .schedule__ttl-term::after, .schedule__ttl-term--long::after {
  content: "";
  position: absolute;
}

.schedule__ttl-term::before, .schedule__ttl-term--long::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 76px;
  border-left: solid 3px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.schedule__ttl-term::after, .schedule__ttl-term--long::after {
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 6px;
}

.schedule__ttl-term--long {
  height: 192px;
}

.schedule__ttl-term--long::before {
  height: 190px;
}

.schedule__balloon {
  position: relative;
  margin: 10px 5px 10px 20px;
  padding: 7px;
  border: solid 1px;
}

@media (min-width: 768px) {
  .schedule__balloon {
    margin-right: 30px;
  }
}

.schedule__balloon::before, .schedule__balloon::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 12px;
  height: 12px;
  border-right: solid 6px transparent;
  border-bottom: solid 12px;
  border-left: solid 6px transparent;
}

.schedule__balloon::before {
  top: -12px;
}

.schedule__balloon::after {
  top: -10px;
  border-bottom-color: #FFF;
}

.schedule__balloon .schedule__term {
  padding: 0;
  font-size: 14px;
}

.schedule__balloon .schedule__date {
  padding: 0;
}

.schedule__term {
  line-height: 1.6;
  padding: 0 0 0 20px;
}

@media (max-width: 374px) {
  .schedule__term {
    margin-right: -20px;
  }
}

@media (max-width: 359px) {
  .schedule__term {
    padding: 0 0 0 14px;
  }
}

.schedule__date {
  line-height: 1;
}

.schedule__date-block {
  display: inline-block;
}

.schedule__date-ttl {
  display: inline-block;
  margin-bottom: 3px;
  padding: 4px 8px;
  color: #FFF;
  font-size: 14px;
  background-color: #584A4F;
  border-radius: 4px;
}

.news {
  overflow: hidden;
  margin-bottom: 0;
  padding: 1px 20px;
  background-color: #EDEBEB;
}

@media (min-width: 768px) {
  .news {
    padding: 1px 60px;
  }
}

.news .section {
  margin: 39px auto;
  padding: 60px 30px;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .news .section {
    position: relative;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .news .section {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news .section {
    margin: 34px 0;
    padding: 30px 15px;
  }
}

.news__ttl {
  display: table;
  margin: 0 auto 40px;
  padding: 0 10px;
  position: relative;
  font-family: Oswald;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 768px) {
  .news__ttl {
    position: absolute;
    left: 30px;
    top: 60px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .news__ttl {
    position: relative;
    top: auto;
    left: auto;
  }
}

.news__ttl span {
  position: relative;
}

.news__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 14px;
  background-color: #E8380D;
}

.news__list {
  position: relative;
  margin-left: 240px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .news__list {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  .news__list {
    margin: 0 auto 20px;
    max-width: 335px;
  }
}

.news__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}

@media (min-width: 768px) {
  .news__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news__item {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.news__link {
  color: #000;
}

@media (min-width: 768px) {
  .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.others .news__link {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .news__link .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .news__link .icon--ex::before,
.others .news__link .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .news__link .icon--ex::after,
.others .news__link .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .news__link::before {
  content: none;
}

.others .news__link::after {
  content: none;
}

.others .news__link:hover {
  color: #E8380D;
}

.others .news__link:hover .icon--next::before {
  border-color: #E8380D;
}

.others .news__link:hover .icon--ex::before,
.others .news__link:hover .icon--file::before {
  opacity: 0;
}

.others .news__link:hover .icon--ex::after,
.others .news__link:hover .icon--file::after {
  opacity: 1;
}

.others .news__link:hover .news__date {
  border-color: #E8380D;
}

.others .news__link:hover .news__item-img::before {
  opacity: 1;
}

.news__heading {
  display: block;
  line-height: 1.8;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news__heading {
    height: 1.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 767px) {
  .news__heading {
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.news__date {
  display: block;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .news__date {
    -ms-flex-preferred-size: 112px;
        flex-basis: 112px;
    max-width: 112px;
    min-width: 112px;
  }
}

@media only screen and (max-width: 767px) {
  .news__date {
    font-size: 14px;
  }
}

.news .btn--more {
  color: #FFF;
  background-color: #000;
}

@media (min-width: 768px) {
  .news .btn--more {
    position: absolute;
    left: 30px;
    bottom: 50px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .news .btn--more {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.news .btn--more .icon--next::before {
  border-color: #FFF;
}

.others .news .btn--more:hover {
  background-color: #E8380D;
}

.inquiry {
  overflow: hidden;
  margin-top: 70px;
  text-align: center;
  border: solid 1px #E8380D;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }
}

.inquiry__head {
  padding: 5px 10px;
  color: #FFF;
  background-color: #E8380D;
}

.inquiry__body {
  padding: 25px 20px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .inquiry__body {
    padding: 25px 10px 20px;
  }
  .inquiry__body span {
    display: inline-block;
    line-height: 1.3;
  }
}

.inquiry__ttl {
  display: inline-block;
  font-size: 18px;
}

.inquiry__num {
  display: inline-block;
  margin-bottom: 10px;
  color: #E8380D;
  font-family: Oswald;
  font-size: 50px;
  font-weight: 500;
}

@media (max-width: 359px) {
  .inquiry__num {
    font-size: 42px;
  }
}

.inquiry__num a {
  color: #E8380D;
}

.inquiry__ttl {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
}

.hus-group {
  max-width: 1000px;
  margin: 40px auto 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .hus-group {
    margin-bottom: 30px;
  }
}

.hus-group__head {
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .hus-group__head {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}

.hus-group__head .hus-group__logo {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .hus-group__head .hus-group__logo {
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.hus-group__head .link {
  display: none;
}

.hus-group__head-txt {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .hus-group__head-txt {
    display: inline-block;
    margin-top: 18px;
    margin-left: 20px;
    vertical-align: middle;
  }
}

.hus-group__logo {
  width: 205px;
}

@media (min-width: 768px) {
  .hus-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hus-group__item {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .hus-group__item {
    margin: 0 30px 30px;
  }
}

.hus-group__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hus-group__sns-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background-color: #584A4F;
  border-radius: 51%;
}

.hus-group__sns-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.interview__title {
  position: relative;
  z-index: 1;
  margin: 0 auto -20px;
  width: 310px;
}

.interview__list {
  display: block;
  margin: 0 -20px 70px;
}

.interview__list .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  padding-top: 30px;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url('../images/bg_slide_arrow.png') center center no-repeat;
  background-size: 9px 28px;
}

.interview__list .slick-arrow.slick-prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.interview__list .slick-arrow.slick-next {
  right: -20px;
}

.interview__item {
  position: relative;
  float: left;
  width: calc(50% - 40px);
  max-width: 490px;
  margin: 0 20px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .interview__item {
    width: auto;
    max-width: 100%;
  }
  .interview__item img {
    width: 100%;
    max-width: none;
  }
}

.interview__link {
  display: block;
  color: #000;
}

.others .interview__link {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .interview__link .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .interview__link .icon--ex::before,
.others .interview__link .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .interview__link .icon--ex::after,
.others .interview__link .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .interview__link::before {
  content: none;
}

.others .interview__link::after {
  content: none;
}

.others .interview__link:hover {
  color: #E8380D;
}

.others .interview__link:hover .icon--next::before {
  border-color: #E8380D;
}

.others .interview__link:hover .icon--ex::before,
.others .interview__link:hover .icon--file::before {
  opacity: 0;
}

.others .interview__link:hover .icon--ex::after,
.others .interview__link:hover .icon--file::after {
  opacity: 1;
}

.others .interview__link:hover .interview__more {
  border-color: #E8380D;
}

.others .interview__link:hover .interview__item-img::before {
  opacity: 1;
}

.interview__item-img {
  position: relative;
  margin-bottom: 20px;
}

.interview__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.interview__item-detail {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .interview__item-detail {
    margin: 0 20px;
  }
}

.interview__heading {
  font-weight: bold;
}

.interview__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #000;
  font-family: Oswald;
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .interview__more {
    right: 20px;
    left: 20px;
  }
}

.interview__more .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.read-more {
  border-bottom: solid 1px #000;
}

.read-more__link {
  display: block;
  text-align: right;
  margin-top: 10px;
  padding: 5px;
}

.read-more__link:hover {
  background-color: #000;
}

.read-more__link:hover .read-more__txt {
  color: #FFF;
}

.read-more__link:hover .icon--next::before {
  border-color: #FFF;
}

.read-more__txt {
  color: #000;
  font-family: Oswald;
}

.read-more__txt .icon--next {
  top: -2px;
}

.admission-block p {
  margin-bottom: 30px;
}

.admission-block p + .order, .admission-block p + .order--num, .admission-block p + .order--circle, .admission-block p + .order--paren, .admission-block p + .order--kana {
  margin-top: -30px;
}

.admission-block sub {
  font-size: 75%;
  vertical-align: baseline;
}

.admission-block .heading--lv3 {
  color: #000;
}

.admission-block__must {
  font-weight: bold;
  color: #E8380D;
}

.-Graduate .admission-block__must {
  color: #0800D1;
}

.admission-block__lead {
  margin: 20px auto;
}

.admission-block__lead p {
  margin-bottom: 0;
  text-align: center;
}

.admission-block__ttl--num {
  margin: 70px 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #E8380D;
}

.admission-block__ttl--num:first-child {
  margin-top: 20px;
}

.admission-block__ttl--num .num--r, .admission-block__ttl--num .num--r-bdr {
  margin-right: 15px;
}

.admission-block__ttl {
  margin: 20px 0 16px;
  padding: 0 10px;
  font-weight: normal;
  background-color: #EDE9E2;
}

@media (min-width: 768px) {
  .admission-block__ttl {
    padding: 10px 30px;
  }
}

.table + .admission-block__ttl {
  margin-top: 40px;
}

.admission-block__ttl--strong {
  margin: 20px 0 16px;
  padding: 5px 10px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: #E8380D;
}

.admission-block__ttl--lv2 {
  font-weight: bold;
  color: #E8380D;
  margin-top: 10px;
}

.admission-block__dl {
  margin-bottom: 30px;
}

.admission-block__dl:first-child {
  margin-top: 20px;
}

.admission-block__pcCol .admission-block__dl:first-child {
  margin-top: 0;
}

.admission-block__dl dt {
  font-weight: bold;
}

.admission-block__dl dd {
  margin: 0 0 20px 10px;
}

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

@media (min-width: 768px) {
  .admission-block__pcCol {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.admission-block__pcCol .admission-block__ttl--lv2 {
  margin-top: 0;
}

.admission-block__tableCol--essential {
  width: 186px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--essential {
    width: 80px;
  }
}

.admission-block__tableCol--hour {
  width: 186px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--hour {
    width: 30%;
  }
}

.admission-block__tableCol--num {
  width: 30px;
}

.admission-block__tableCol--rating {
  width: 186px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--rating {
    width: 112px;
  }
}

.admission-block__tableCol--score {
  width: 244px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--score {
    width: 96px;
  }
}

.admission-block__tableCol--select {
  width: 186px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--select {
    width: 96px;
  }
}

.admission-block__tableCol--subject {
  width: 96px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--subject {
    width: 70px;
  }
}

.admission-block__tableCol--subject-common {
  width: 96px;
}

.admission-block__tableCol--total {
  width: 288px;
}

@media only screen and (max-width: 767px) {
  .admission-block__tableCol--total {
    width: 130px;
  }
}

.admission-block__rate {
  max-width: 380px;
  margin: 7px auto;
  text-align: left;
  font-size: 14px;
}

.admission-block__rate li {
  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;
}

.admission-block__rate li span:last-child {
  display: inline-block;
  min-width: 7em;
  margin-left: 0.5em;
  text-align: right;
}

.admission-block__rate li span:last-child::before {
  content: "\2026";
  margin-right: 0.25em;
}

.admission-block__table {
  width: 100%;
  max-width: 820px;
  margin: 20px 0;
  font-size: 14px;
}

.admission-block__table + .admission-block__ttl--lv2 {
  margin-top: 40px;
}

.admission-block__table thead th {
  padding: 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #584A4F;
}

.admission-block__table thead th + th {
  border-left: 1px solid #707070;
}

.admission-block__table thead td {
  padding: 3px 10px;
  font-size: 12px;
  background-color: #D9D5CD;
  text-align: center;
}

.admission-block__table thead td + td {
  border-left: 1px solid #EDE9E2;
}

.admission-block__table tbody th {
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
}

.admission-block__table tbody th.admission-block__rating {
  text-align: center;
}

.admission-block__table tbody td {
  padding: 10px;
}

.admission-block__table tbody td[rowspan], .admission-block__table tbody td.admission-block__hour {
  text-align: center;
}

.admission-block__table tbody tr:nth-child(odd) th {
  background-color: #EDE9E2;
}

.admission-block__table tbody tr:nth-child(even) th {
  background-color: #D9D5CD;
}

.admission-block__table tbody tr:nth-child(even) td {
  background-color: #EDEBEB;
}

.admission-block__gr-05 {
  background-color: #C6C0B5 !important;
}

.admission-block__gr-03 {
  background-color: #EDE9E2 !important;
}

.admission-block__gr-02 {
  background-color: #D9D5CD !important;
}

.select-view {
  margin-top: 20px;
  text-align: center;
}

.select-view__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 232px;
  height: 46px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  border: solid 1px #707070;
  border-radius: 20px;
}

.select-view__btn .icon--next {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
}

.select-view__btn .icon--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.select-view-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 70px;
}

.select-view-content.-active {
  display: block;
}

.pagination {
  margin: 60px 0 0;
}

.pagination__list {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .pagination__list {
    max-width: 300px;
    margin: 70px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pagination__list > span:only-child {
  display: none;
}

.pagination a,
.pagination span {
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  font-size: 18px;
  font-family: Oswald;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #EDE9E2;
}

@media only screen and (max-width: 767px) {
  .pagination a,
  .pagination span {
    margin: 0;
  }
}

.pagination a:hover,
.pagination span:hover {
  text-decoration: underline;
}

.pagination a.link_first, .pagination a.link_before, .pagination a.link_next, .pagination a.link_last,
.pagination span.link_first,
.pagination span.link_before,
.pagination span.link_next,
.pagination span.link_last {
  overflow: hidden;
  text-indent: 100%;
  padding-top: 30px;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.pagination a.link_first,
.pagination span.link_first {
  background-image: url('../images/bg_pagination_arrow_02.png');
}

.pagination a.link_before,
.pagination span.link_before {
  background-image: url('../images/bg_pagination_arrow_01.png');
}

.pagination a.link_next,
.pagination span.link_next {
  background-image: url('../images/bg_pagination_arrow_01.png');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination a.link_last,
.pagination span.link_last {
  background-image: url('../images/bg_pagination_arrow_02.png');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination a.current_page,
.pagination span.current_page {
  color: #FFF;
  background-color: #584A4F;
}

.pagination a.current_page:hover,
.pagination span.current_page:hover {
  text-decoration: none;
}

.attention {
  margin: 20px 0 40px;
  padding: 18px;
  border: solid 2px #E8380D;
}

.laboContent {
  max-width: 1020px;
  margin: 40px auto 0;
}

.laboContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 924px;
  margin: 0 auto -60px;
}

@media only screen and (max-width: 767px) {
  .laboContent__list {
    display: block;
    margin-bottom: 0;
  }
}

.laboContent__list .laboContent__item {
  -ms-flex-preferred-size: 432px;
      flex-basis: 432px;
  max-width: 432px;
}

@media (max-width: 1434px) {
  .laboContent__list .laboContent__item {
    -ms-flex-preferred-size: calc(50% - 2.09vw);
        flex-basis: calc(50% - 2.09vw);
  }
}

@media only screen and (max-width: 767px) {
  .laboContent__list .laboContent__item {
    max-width: none;
    margin: 0 auto 40px;
  }
}

.laboContent__item {
  position: relative;
  margin-bottom: 60px;
}

.laboContent__item p + p {
  margin-top: 0;
}

.laboContent__link {
  display: block;
  color: #000;
  border-bottom: solid 1px #000;
  -webkit-transition: color ease-in-out .3s, border-color ease-in-out .3s;
  transition: color ease-in-out .3s, border-color ease-in-out .3s;
}

.others .laboContent__link:hover {
  border-color: #E8380D;
}

.others .laboContent__link:hover .laboContent__item-img::before {
  opacity: 1;
}

.laboContent__item-img {
  overflow: hidden;
  position: relative;
}

.laboContent__item-img + .laboContent__item-detail .laboContent__caption {
  top: -16px;
  margin-bottom: 0;
}

.laboContent__item-img img {
  width: 100%;
  max-width: none;
}

.laboContent__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.laboContent__list .laboContent__item-img {
  padding-top: 61.17%;
  background-color: #EDE9E2;
}

.laboContent__list .laboContent__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.laboContent__list .laboContent__item-img img.-long {
  width: 100%;
  height: auto;
}

.laboContent__list .laboContent__item-img img.-short {
  width: auto;
  height: 100%;
}

.laboContent__item-detail {
  position: relative;
  padding-bottom: 50px;
}

.laboContent__list .laboContent__item-detail {
  padding-bottom: 40px;
}

.laboContent__caption {
  display: inline-block;
  position: relative;
  z-index: 3;
  height: 33px;
  margin-bottom: 20px;
  padding: 6px 20px 0;
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  background-color: #E8380D;
}

@media only screen and (max-width: 767px) {
  .laboContent__caption {
    height: 27px;
    font-size: 14px;
  }
}

.laboContent__list .laboContent__caption {
  height: 27px;
  font-size: 14px;
}

.laboContent__heading {
  margin: 20px 0 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.66;
}

.laboContent__list .laboContent__heading {
  margin: 0 0 10px;
  font-size: 18px;
}

.-no-image .laboContent__heading {
  margin-top: 12px;
}

.laboContent__heading small {
  display: block;
  font-weight: normal;
}

.laboContent__outline {
  height: 4em;
  overflow: hidden;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .laboContent__outline {
    font-size: 16px;
  }
}

.laboContent__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: Oswald;
  font-size: 14px;
  text-align: right;
}

.laboContent__more .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.laboContent__more .icon--next::before {
  -webkit-transition: border-color ease-in-out .3s;
  transition: border-color ease-in-out .3s;
}

.laboContent__foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  border-bottom: solid 1px #000;
  font-size: 14px;
}

.laboContent__foot .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.laboContent__prev {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.others .laboContent__prev:not(.-disabled) {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .laboContent__prev:not(.-disabled) .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .laboContent__prev:not(.-disabled) .icon--ex::before,
.others .laboContent__prev:not(.-disabled) .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .laboContent__prev:not(.-disabled) .icon--ex::after,
.others .laboContent__prev:not(.-disabled) .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .laboContent__prev:not(.-disabled)::before {
  content: none;
}

.others .laboContent__prev:not(.-disabled)::after {
  content: none;
}

.others .laboContent__prev:not(.-disabled):hover {
  color: #E8380D;
}

.others .laboContent__prev:not(.-disabled):hover .icon--next::before {
  border-color: #E8380D;
}

.others .laboContent__prev:not(.-disabled):hover .icon--ex::before,
.others .laboContent__prev:not(.-disabled):hover .icon--file::before {
  opacity: 0;
}

.others .laboContent__prev:not(.-disabled):hover .icon--ex::after,
.others .laboContent__prev:not(.-disabled):hover .icon--file::after {
  opacity: 1;
}

.laboContent__prev .icon--next {
  margin-right: 7px;
  vertical-align: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.laboContent__next {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  text-align: right;
}

.others .laboContent__next:not(.-disabled) {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .laboContent__next:not(.-disabled) .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .laboContent__next:not(.-disabled) .icon--ex::before,
.others .laboContent__next:not(.-disabled) .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .laboContent__next:not(.-disabled) .icon--ex::after,
.others .laboContent__next:not(.-disabled) .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .laboContent__next:not(.-disabled)::before {
  content: none;
}

.others .laboContent__next:not(.-disabled)::after {
  content: none;
}

.others .laboContent__next:not(.-disabled):hover {
  color: #E8380D;
}

.others .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #E8380D;
}

.others .laboContent__next:not(.-disabled):hover .icon--ex::before,
.others .laboContent__next:not(.-disabled):hover .icon--file::before {
  opacity: 0;
}

.others .laboContent__next:not(.-disabled):hover .icon--ex::after,
.others .laboContent__next:not(.-disabled):hover .icon--file::after {
  opacity: 1;
}

.laboContent__next .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.laboContent__article p {
  margin-bottom: 20px;
}

.laboContent__article h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.laboContent__article h3, .laboContent__article h4, .laboContent__article h5, .laboContent__article h6 {
  font-weight: normal;
}

.laboContent__article hr {
  height: 1px;
  margin: 20px 0;
  border-top: solid 1px #000;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.laboContent__article blockquote {
  position: relative;
  padding: 30px 40px;
  font-weight: bold;
  font-style: normal;
  background-color: #EDEBEB;
}

@media only screen and (max-width: 767px) {
  .laboContent__article blockquote {
    margin: 20px 0;
    padding: 16px 30px;
    font-size: 13px;
  }
}

.laboContent__article blockquote::before, .laboContent__article blockquote::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('../images/bg_quot.png') no-repeat;
  background-size: 15px 15px;
}

.laboContent__article blockquote::before {
  top: 10px;
  left: 15px;
}

.laboContent__article blockquote::after {
  right: 15px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.laboContent__article ol,
.laboContent__article ul {
  margin-bottom: 20px;
  font-size: 14px;
}

.laboContent__article ol {
  counter-reset: li;
}

.laboContent__article ol li {
  position: relative;
  padding-left: 1.15em;
}

.laboContent__article ol li:nth-child(n+10) {
  padding-left: 1.75em;
}

.laboContent__article ol > li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}

.laboContent__article ul > li::before {
  content: "\25a0";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.5em;
  vertical-align: 0.25em;
}

.laboContent__article a {
  color: #E8380D;
  text-decoration: underline;
  word-break: break-all;
}

.laboContent__article a:hover {
  text-decoration: none;
}

.laboContent__teacher {
  margin-top: 40px;
}

.laboContent__teacher h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.laboContent__teacher ul {
  margin-bottom: 20px;
  font-size: 14px;
}

.laboContent__teacher ul > li::before {
  content: "\25a0";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.5em;
  vertical-align: 0.25em;
}

.laboContent__btn-wrap {
  margin-top: 60px;
  margin-bottom: 45px;
  color: #1E2B5C;
  text-align: center;
}

.laboContent__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 335px;
  height: 96px;
  margin: 5px auto 0;
  padding-left: 20px;
  border: solid 2px #1E2B5C;
  border-radius: 50px;
}

.others .laboContent__btn {
  -webkit-transition: border .3s;
  transition: border .3s;
}

.others .laboContent__btn:hover {
  border-width: 5px;
}

.kv {
  max-width: 1060px;
  height: 960px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .kv {
    margin: 20px 0 0;
    height: auto;
    padding-bottom: 40px;
  }
}

.kv__fig {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

@media only screen and (max-width: 767px) {
  .kv__fig {
    position: static;
    width: auto;
    max-width: 375px;
    margin: 0 0 30px;
  }
}

.kv__img--ttl {
  position: absolute;
  width: 74px;
  margin-top: -3px;
  margin-left: -14px;
}

.kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 960px;
  margin-left: 50%;
}

@media only screen and (max-width: 767px) {
  .kv__inner {
    display: block;
    height: auto;
    margin-left: 0;
  }
}

.kv__ttl {
  position: relative;
  text-align: center;
  font-size: 50px;
  margin: 0 60px 50px;
  padding-bottom: 40px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .kv__ttl {
    font-size: 40px;
    margin: 0 20px 40px;
    padding-bottom: 20px;
  }
}

.kv__ttl::before, .kv__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
}

.kv__ttl::before {
  width: 72px;
  border-top: solid 2px #000;
  margin-left: -36px;
}

.kv__ttl::after {
  width: 36px;
  border-top: solid 2px #D9D5CD;
}

.kv__ttl small {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}

.kv__ttl span {
  display: inline-block;
}

.kv__ttl-sub {
  text-align: center;
  font-size: 24px;
  padding: 0 50px;
  margin-bottom: 40px;
}

.kv__ttl-sub span {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .kv__ttl-sub {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.kv__lead {
  margin: 0 auto;
  padding: 0 60px 20px;
  max-width: 476px;
}

@media only screen and (max-width: 767px) {
  .kv__lead {
    padding: 0 20px 20px;
  }
}

/*modal*/
.modal {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal__wrapper {
  background-color: #fff;
  overflow-y: auto;
  max-height: 94vh;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}

@media only screen and (max-width: 767px) {
  .modal__wrapper {
    width: 90%;
    max-height: calc(100vh - 160px);
  }
}

.ipad .modal__wrapper {
  max-height: calc(100vh - 160px);
}

.modal__wrapper .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.modal__wrapper .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #FFF;
}

.modal__close {
  position: absolute;
  top: 40px;
  right: 14px;
}

.modal__close .icon--close {
  width: 40px;
  height: 40px;
}

.modal__close .icon--close::before {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  border-top: solid 2px #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close .icon--close::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  border-right: solid 2px #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal__content {
  padding: 0 20px;
}

.modal__list-link-item {
  position: relative;
}

.modal__list-link-ttl {
  position: relative;
  text-align: center;
  background-color: #584A4F;
  color: #FFF;
  font-size: 12px;
  margin: -1px -20px 0;
  padding-right: 16px;
}

.modal__list-link-ttl a {
  color: #FFF;
}

.modal__list-link-ttl02 {
  position: relative;
  text-align: left;
  background-color: #584A4F;
  color: #FFF;
  font-size: 16px;
  margin: -1px -20px 0;
  padding: 8px 36px 8px 36px;
}

.modal__list-link-ttl02 a {
  color: #FFF;
  width: 100%;
}

.modal__list-link-ttl02::before {
  content: "";
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__list-link-link {
  color: #FFF;
  position: relative;
  display: block;
  padding: 8px 36px 8px 16px;
  color: #584A4F;
  border-bottom: solid 1px #584A4F;
  background-color: #FFF;
}

.modal__list-link-link .icon--next {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}

.modalLayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.heading--academics {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--academics {
    margin-top: 20px;
  }
}

.heading--academics span {
  display: inline-block;
}

.vision {
  overflow: hidden;
  padding: 0 60px 60px;
}

@media only screen and (max-width: 767px) {
  .vision {
    padding: 0 20px 40px;
  }
}

.vision .section {
  margin: 0 auto;
}

.vision__ttl {
  margin: 0 0 20px;
  padding: 60px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .vision__ttl {
    margin: 0 -20px 40px;
    padding: 50px 0;
  }
}

.vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .vision__list {
    display: block;
  }
}

.vision__item {
  position: relative;
  background-color: #FFF;
  width: calc(33% - 26px);
  padding: 20px 16px;
}

@media (max-width: 1023px) {
  .vision__item {
    width: auto;
    margin-bottom: 30px;
  }
}

.vision__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  bottom: -9px;
  left: 0;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
}

.vision__heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.vision__heading span {
  display: inline-block;
}

.vision__heading strong {
  display: block;
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 1;
  font-family: Oswald;
}

.vision__point {
  margin: 0 0 15px;
  padding: 0 5px 8px;
  border-bottom: solid 2px #000;
  font-family: Oswald;
}

.vision__list--btn {
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .vision__list--btn {
    max-width: 335px;
  }
}

.vision__list--btn li {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 767px) {
  .vision__list--btn li {
    width: calc(100%);
  }
}

.vision__list--btn li:nth-child(-n+2) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .vision__list--btn li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.career {
  max-width: 700px;
  margin: 40px auto -30px;
}

.career .btn, .career .btn--strong, .career .btn--sub {
  margin: 40px auto;
  max-width: 335px;
}

.panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .panel__list {
    display: block;
  }
}

.panel__item {
  position: relative;
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .panel__item {
    max-width: none;
  }
  .panel__item:nth-child(2) {
    display: none;
  }
}

.panel__item-img {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  background-color: #EDE9E2;
  position: relative;
}

@media (min-width: 768px) {
  .panel__item-img {
    height: 293px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .panel__item-img {
    overflow: hidden;
    height: calc((50vw - 90px) * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  .panel__item-img {
    overflow: hidden;
    height: calc((100vw - 40px) * 0.61);
  }
}

.panel__item-img img {
  width: 100%;
  max-width: none;
}

.panel__item-img img.-short {
  width: auto;
}

@media (min-width: 768px) {
  .panel__item-img img.-short {
    height: 294px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .panel__item-img img.-short {
    height: calc((50vw - 90px) * 0.61);
  }
}

@media only screen and (max-width: 767px) {
  .panel__item-img img.-short {
    height: calc((100vw - 40px) * 0.612);
  }
}

.panel__item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.panel__link {
  display: block;
  padding-bottom: 40px;
  color: #000;
}

.others .panel__link {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .panel__link .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .panel__link .icon--ex::before,
.others .panel__link .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .panel__link .icon--ex::after,
.others .panel__link .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .panel__link::before {
  content: none;
}

.others .panel__link::after {
  content: none;
}

.others .panel__link:hover {
  color: #E8380D;
}

.others .panel__link:hover .icon--next::before {
  border-color: #E8380D;
}

.others .panel__link:hover .icon--ex::before,
.others .panel__link:hover .icon--file::before {
  opacity: 0;
}

.others .panel__link:hover .icon--ex::after,
.others .panel__link:hover .icon--file::after {
  opacity: 1;
}

.others .panel__link:hover .panel__item-img::before {
  opacity: 1;
}

.others .panel__link:hover .panel__more {
  border-color: #E8380D;
}

.panel__item-detail {
  padding: 0 10px;
}

.panel__more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-bottom: solid 1px #000;
  font-family: Oswald;
  font-size: 14px;
  text-align: right;
}

.panel__more .icon--next {
  margin-left: 7px;
  vertical-align: -2px;
}

.policy {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .policy {
    margin-top: 39px;
    margin-bottom: -30px;
    display: block;
    text-align: center;
  }
}

.policy__item {
  margin: 0 16px;
}

@media only screen and (max-width: 767px) {
  .policy__item {
    margin-bottom: 20px;
  }
}

.policy__link {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.others .policy__link {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .policy__link .icon--next::before {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .policy__link .icon--ex::before,
.others .policy__link .icon--file::before {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .policy__link .icon--ex::after,
.others .policy__link .icon--file::after {
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.others .policy__link::before {
  content: none;
}

.others .policy__link::after {
  content: none;
}

.others .policy__link:hover {
  color: #E8380D;
}

.others .policy__link:hover .icon--next::before {
  border-color: #E8380D;
}

.others .policy__link:hover .icon--ex::before,
.others .policy__link:hover .icon--file::before {
  opacity: 0;
}

.others .policy__link:hover .icon--ex::after,
.others .policy__link:hover .icon--file::after {
  opacity: 1;
}

.policy__link .icon--file {
  vertical-align: 1px;
}

.bnr-area__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0;
}

.bnr-area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 274px;
      flex-basis: 274px;
  max-width: 274px;
  height: 274px;
  margin: 0 20px;
  color: #000;
  border: solid 2px #000;
  text-align: center;
}

.bnr-area__btn img {
  width: 120px;
  margin-bottom: 16px;
}

.vision-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  padding: 0 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  background-color: #584A4F;
}

@media only screen and (max-width: 767px) {
  .vision-block__ttl {
    margin: 0 -20px;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vision-block__num {
  margin-right: 4px;
  font-family: Oswald;
  font-size: 32px;
}

.vision-block__inner {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .vision-block__inner {
    margin-bottom: -40px;
  }
}

.vision-block__inner.-open {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .vision-block__inner.-open {
    margin-bottom: 0;
  }
}

.vision-block__lead {
  margin: 12px 0;
}

.vision-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  color: #FFF;
  border-radius: 6px 6px 0 0;
  background-color: #E8380D;
}

.vision-block__heading .icon--open {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

.vision-block__heading .icon--open::before, .vision-block__heading .icon--open::after {
  border-color: #FFF;
}

@media (min-width: 768px) {
  .vision-block__heading .icon--open {
    display: none;
  }
}

.vision-block__list {
  padding: 10px 20px 20px;
  background-color: #EDEBEB;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
}

@media only screen and (max-width: 767px) {
  .vision-block__list {
    display: none;
  }
}

.vision-block__list-ttl {
  margin-bottom: 10px;
  padding: 2px 7px;
  color: #FFF;
  background-color: #E8380D;
}

.vision-block__etc + .vision-block__list-ttl {
  margin-top: 40px;
}

.vision-block__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vision-block__legend .vision-block__item, .vision-block__legend .vision-block__item--opt {
  margin: 0 0.5em 5px;
}

.vision-block__list .vision-block__legend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vision-block__list .vision-block__legend .vision-block__item, .vision-block__list .vision-block__legend .vision-block__item--opt {
  margin: 0 0 0 1em;
}

.vision-block__item, .vision-block__item--opt {
  position: relative;
  padding-left: 14px;
}

.vision-block__item::before, .vision-block__item--opt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 11px;
  width: 7px;
  height: 7px;
  background-color: #E8380D;
}

.vision-block__item--opt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 11px;
  width: 7px;
  height: 7px;
  background-color: #CCC8CA;
}

.vision-block__etc {
  max-width: 210px;
  text-align: right;
}

.statistics-btn {
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.statistics-btn__link {
  display: inline-block;
  color: #FFF;
}

.statistics-btn__link .icon--ex::before {
  background: url('../images/svg/img_icon_ex_w.svg') center center no-repeat;
  background-size: 19px 19px;
}

.others .statistics-btn__link {
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.others .statistics-btn__link:hover {
  opacity: .7;
}

.statistics {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  margin: -10px;
}

@media only screen and (max-width: 767px) {
  .statistics {
    display: block;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    margin: -10px 0 0;
  }
}

.statistics__item {
  position: relative;
  height: 100%;
  padding: 30px 50px 50px;
  z-index: 10;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics__item {
    padding: 30px 25px;
  }
}

.statistics__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .statistics__item:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .statistics__item {
    grid-row: inherit !important;
    grid-column: inherit !important;
    padding: 0;
  }
  .statistics__item + .statistics__item {
    margin-top: 20px;
  }
}

.statistics__item--examination-data {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.statistics__item--classification {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.statistics__item--capacity {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.statistics__item--total-graduates {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.statistics__item--distribution-map {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.statistics__item--students {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.statistics__item--teachers {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.statistics__item--scholarship {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.statistics__item--advancement-rate {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.statistics__item--acceptance-rate {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.statistics__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .statistics__item-inner {
    display: block;
    padding: 20px;
    background: #fff;
  }
}

.statistics__item-inner > div {
  position: relative;
  width: 100%;
}

.statistics__heading {
  line-height: 1.444;
  margin: 0 0 14px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

.-E-01 .statistics__heading {
  color: #008CCF;
}

.-E-02 .statistics__heading {
  color: #A40019;
}

.-E-03 .statistics__heading {
  color: #E6A004;
}

.-E-04 .statistics__heading {
  color: #E8373D;
}

.-E-05 .statistics__heading {
  color: #B963A4;
}

.-P-00 .statistics__heading {
  color: #00B9EF;
}

.-M-01 .statistics__heading {
  color: #00A73C;
}

.-M-02 .statistics__heading {
  color: #EC6D81;
}

.-M-03 .statistics__heading {
  color: #8FC31F;
}

.-M-04 .statistics__heading {
  color: #26B7BC;
}

.-M-05 .statistics__heading {
  color: #884798;
}

.-F-01 .statistics__heading {
  color: #006428;
}

.-F-02 .statistics__heading {
  color: #5EB7E8;
}

.statistics__heading span {
  display: inline-block;
}

.statistics__heading small {
  font-size: 12px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics__heading {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics__heading {
    line-height: 2;
    margin-top: calc((1 - 2) * 0.5em);
    margin-bottom: 0;
    font-size: 14px;
  }
}

.statistics .statistics-examination-data__block > p {
  font-size: 16px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-examination-data__block > p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__block > p {
    font-size: 12px;
  }
}

.statistics .statistics-examination-data__block + .statistics-examination-data__block {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__block + .statistics-examination-data__block {
    margin-top: 10px;
  }
}

.statistics .statistics-examination-data__chart {
  position: relative;
  width: calc(100% - 30px);
  height: 48px;
  margin: 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__chart {
    height: 32px;
    margin: 0;
  }
}

.statistics .statistics-examination-data__chart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  z-index: 11;
}

.statistics .statistics-examination-data__chart span {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 0;
  z-index: 10;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__chart span {
    top: 5px;
    bottom: 5px;
  }
}

.statistics .statistics-examination-data__chart span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.-E-01 .statistics .statistics-examination-data__chart span:before {
  background-color: #008CCF;
}

.-E-02 .statistics .statistics-examination-data__chart span:before {
  background-color: #A40019;
}

.-E-03 .statistics .statistics-examination-data__chart span:before {
  background-color: #FDD000;
}

.-E-04 .statistics .statistics-examination-data__chart span:before {
  background-color: #E8373D;
}

.-E-05 .statistics .statistics-examination-data__chart span:before {
  background-color: #B963A4;
}

.-P-00 .statistics .statistics-examination-data__chart span:before {
  background-color: #00B9EF;
}

.-M-01 .statistics .statistics-examination-data__chart span:before {
  background-color: #00A73C;
}

.-M-02 .statistics .statistics-examination-data__chart span:before {
  background-color: #EC6D81;
}

.-M-03 .statistics .statistics-examination-data__chart span:before {
  background-color: #8FC31F;
}

.-M-04 .statistics .statistics-examination-data__chart span:before {
  background-color: #26B7BC;
}

.-M-05 .statistics .statistics-examination-data__chart span:before {
  background-color: #884798;
}

.-F-01 .statistics .statistics-examination-data__chart span:before {
  background-color: #006428;
}

.-F-02 .statistics .statistics-examination-data__chart span:before {
  background-color: #5EB7E8;
}

.statistics .statistics-examination-data__chart span:nth-child(1) {
  display: block;
}

.statistics .statistics-examination-data__chart span:nth-child(1):before {
  opacity: .5;
}

.statistics .statistics-examination-data__chart span:nth-child(2):before {
  opacity: .7;
}

.statistics .statistics-examination-data__chart span:nth-child(3):before {
  opacity: 1;
}

.statistics .statistics-examination-data__chart div {
  position: absolute;
  top: 7px;
  right: 0;
  width: 38px;
  bottom: 7px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__chart div {
    top: 5px;
    bottom: 5px;
  }
}

.statistics .statistics-examination-data__chart div.-show {
  opacity: 1;
}

.statistics .statistics-examination-data__chart div svg {
  height: 100%;
  width: auto;
}

.-E-01 .statistics .statistics-examination-data__chart div svg {
  fill: #008CCF;
}

.-E-02 .statistics .statistics-examination-data__chart div svg {
  fill: #A40019;
}

.-E-03 .statistics .statistics-examination-data__chart div svg {
  fill: #FDD000;
}

.-E-04 .statistics .statistics-examination-data__chart div svg {
  fill: #E8373D;
}

.-E-05 .statistics .statistics-examination-data__chart div svg {
  fill: #B963A4;
}

.-P-00 .statistics .statistics-examination-data__chart div svg {
  fill: #00B9EF;
}

.-M-01 .statistics .statistics-examination-data__chart div svg {
  fill: #00A73C;
}

.-M-02 .statistics .statistics-examination-data__chart div svg {
  fill: #EC6D81;
}

.-M-03 .statistics .statistics-examination-data__chart div svg {
  fill: #8FC31F;
}

.-M-04 .statistics .statistics-examination-data__chart div svg {
  fill: #26B7BC;
}

.-M-05 .statistics .statistics-examination-data__chart div svg {
  fill: #884798;
}

.-F-01 .statistics .statistics-examination-data__chart div svg {
  fill: #006428;
}

.-F-02 .statistics .statistics-examination-data__chart div svg {
  fill: #5EB7E8;
}

.statistics .statistics-examination-data__text {
  position: relative;
  width: calc(100% - 30px);
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text {
    height: 60px;
  }
}

.statistics .statistics-examination-data__text > div {
  position: absolute;
  top: 26px;
  line-height: 1;
  font-size: 14px;
  background: #fc9;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.statistics .statistics-examination-data__text > div.-show {
  opacity: 1;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-examination-data__text > div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div {
    top: 20px;
    font-size: 12px;
  }
}

.statistics .statistics-examination-data__text > div:first-child > div {
  left: 0;
}

.statistics .statistics-examination-data__text > div:first-child > div:before {
  display: none;
}

.statistics .statistics-examination-data__text > div:first-child > div:after {
  top: -33px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div:first-child > div:after {
    top: -25px;
    height: 22px;
  }
}

.statistics .statistics-examination-data__text > div > div {
  position: absolute;
  left: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div > div {
    left: -10px;
  }
}

.statistics .statistics-examination-data__text > div > div:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(135deg, transparent 48%, #000 48%, #000 52%, transparent 52%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-examination-data__text > div > div:before {
    background: none !important;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div > div:before {
    top: -25px;
    width: 10px;
    height: 10px;
  }
}

.statistics .statistics-examination-data__text > div > div:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div > div:after {
    top: -15px;
    height: 12px;
  }
}

.statistics .statistics-examination-data__text > div > div span {
  display: block;
  margin: 2px 0 0;
  font-family: Oswald;
  font-size: 38px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-examination-data__text > div > div span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-examination-data__text > div > div span {
    font-size: 25px;
  }
}

@media (max-width: 374px) {
  .statistics .statistics-examination-data__text > div > div span {
    font-size: 22px;
  }
}

.statistics .statistics-classification {
  position: relative;
}

.statistics .statistics-classification__chart {
  position: relative;
  width: calc(100% - 50px);
  height: 48px;
  margin: 0;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__chart {
    width: calc(100% - 40px);
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__chart {
    height: 32px;
    width: calc(100% - 30px);
    margin: 40px 0;
  }
}

.statistics .statistics-classification__chart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  z-index: 11;
}

.statistics .statistics-classification__chart > span {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 0;
  z-index: 10;
  background: #EDEBEB;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__chart > span {
    top: 5px;
    bottom: 5px;
  }
}

.statistics .statistics-classification__chart > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.-E-01 .statistics .statistics-classification__chart > span:before {
  background-color: #008CCF;
}

.-E-02 .statistics .statistics-classification__chart > span:before {
  background-color: #A40019;
}

.-E-03 .statistics .statistics-classification__chart > span:before {
  background-color: #FDD000;
}

.-E-04 .statistics .statistics-classification__chart > span:before {
  background-color: #E8373D;
}

.-E-05 .statistics .statistics-classification__chart > span:before {
  background-color: #B963A4;
}

.-P-00 .statistics .statistics-classification__chart > span:before {
  background-color: #00B9EF;
}

.-M-01 .statistics .statistics-classification__chart > span:before {
  background-color: #00A73C;
}

.-M-02 .statistics .statistics-classification__chart > span:before {
  background-color: #EC6D81;
}

.-M-03 .statistics .statistics-classification__chart > span:before {
  background-color: #8FC31F;
}

.-M-04 .statistics .statistics-classification__chart > span:before {
  background-color: #26B7BC;
}

.-M-05 .statistics .statistics-classification__chart > span:before {
  background-color: #884798;
}

.-F-01 .statistics .statistics-classification__chart > span:before {
  background-color: #006428;
}

.-F-02 .statistics .statistics-classification__chart > span:before {
  background-color: #5EB7E8;
}

.statistics .statistics-classification__chart > span:nth-child(1) {
  display: block;
}

.statistics .statistics-classification__chart > span:nth-child(1):before {
  opacity: 0;
}

.statistics .statistics-classification__chart > span:nth-child(2):before {
  opacity: .5;
}

.statistics .statistics-classification__chart > span:nth-child(3):before {
  opacity: .7;
}

.statistics .statistics-classification__chart div {
  line-height: 1;
  position: absolute;
  top: calc(50% - 10px);
  right: -60px;
  width: 70px;
  margin-right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 11;
}

.statistics .statistics-classification__chart div.-show {
  opacity: 1;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__chart div {
    width: 50px;
    right: -40px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__chart div {
    width: 44px;
    right: -33px;
    font-size: 12px;
  }
}

.statistics .statistics-classification__chart div span {
  display: block;
  position: relative;
  margin-top: 3px;
  padding: 0;
  font-family: Oswald;
  font-size: 38px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__chart div span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__chart div span {
    font-size: 25px;
  }
}

.statistics .statistics-classification__chart div span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  bottom: -5px;
  width: 1px;
  background: #000;
}

.statistics .statistics-classification__text {
  position: relative;
}

.statistics .statistics-classification__text > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 11;
}

.statistics .statistics-classification__text > div.-show {
  opacity: 1;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text > div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text > div {
    font-size: 12px;
  }
}

.statistics .statistics-classification__text > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 34px;
  background: #000;
  z-index: 11;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text > div:before {
    height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text > div:before {
    height: 20px;
  }
}

.statistics .statistics-classification__text > div:nth-child(1) {
  position: relative;
}

.statistics .statistics-classification__text > div > div {
  position: absolute;
}

@media (min-width: 768px) {
  .statistics .statistics-classification__text > div > div:first-child {
    position: relative;
  }
}

.statistics .statistics-classification__text > div span:first-child {
  display: inline-block;
}

.statistics .statistics-classification__text > div span:first-child br {
  display: none;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text > div span:first-child {
    line-height: 1.2;
  }
  .statistics .statistics-classification__text > div span:first-child br {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text > div span:first-child {
    line-height: 1.2;
  }
  .statistics .statistics-classification__text > div span:first-child br {
    display: inherit;
  }
}

.statistics .statistics-classification__text > div span:last-child {
  margin-left: 4px;
  font-family: Oswald;
  font-size: 38px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text > div span:last-child {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text > div span:last-child {
    font-size: 25px;
  }
}

.statistics .statistics-classification__text:first-of-type > div:nth-child(1):before {
  bottom: 16px;
  left: 3%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(1):before {
    bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(1):before {
    bottom: 6px;
  }
}

.statistics .statistics-classification__text:first-of-type > div:nth-child(1) div {
  left: -1%;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(1) div {
    bottom: 4px;
  }
}

.statistics .statistics-classification__text:first-of-type > div:nth-child(2):before {
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(2):before {
    bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(2):before {
    bottom: 6px;
  }
}

.statistics .statistics-classification__text:first-of-type > div:nth-child(2) div {
  left: 40%;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:first-of-type > div:nth-child(2) div {
    bottom: 4px;
  }
}

.statistics .statistics-classification__text:last-of-type > div {
  margin-bottom: -20px;
}

.statistics .statistics-classification__text:last-of-type > div:nth-child(1):before {
  top: 16px;
  left: 20%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(1):before {
    top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(1):before {
    top: -14px;
  }
}

.statistics .statistics-classification__text:last-of-type > div:nth-child(1) div {
  top: -10px;
  left: 10%;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(1) div {
    top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(1) div {
    top: auto;
    left: 13%;
    bottom: -14px;
  }
}

@media (max-width: 359px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(1) div {
    right: auto;
    left: 0 !important;
  }
}

.statistics .statistics-classification__text:last-of-type > div:nth-child(2):before {
  top: 16px;
  left: 80%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(2):before {
    top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(2):before {
    right: calc(30px + 2%);
    top: -14px;
    left: auto;
  }
}

.statistics .statistics-classification__text:last-of-type > div:nth-child(2) div {
  top: -10px;
  left: calc(100% - 200px);
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-classification__text:last-of-type > div:nth-child(2) div {
    top: auto;
    right: 30px;
    bottom: -21px;
    left: auto;
  }
}

.statistics .statistics-capacity {
  position: relative;
}

.statistics .statistics-capacity__chart {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__chart {
    height: 32px;
    margin: 0;
  }
}

.statistics .statistics-capacity__chart:before, .statistics .statistics-capacity__chart:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  z-index: 11;
}

.statistics .statistics-capacity__chart:before {
  left: 0;
}

.statistics .statistics-capacity__chart:after {
  right: 0;
}

.statistics .statistics-capacity__chart > span {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 0;
  z-index: 10;
  background: #EDEBEB;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__chart > span {
    top: 5px;
    bottom: 5px;
  }
}

.statistics .statistics-capacity__chart > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.-E-01 .statistics .statistics-capacity__chart > span:before {
  background-color: #008CCF;
}

.-E-02 .statistics .statistics-capacity__chart > span:before {
  background-color: #A40019;
}

.-E-03 .statistics .statistics-capacity__chart > span:before {
  background-color: #FDD000;
}

.-E-04 .statistics .statistics-capacity__chart > span:before {
  background-color: #E8373D;
}

.-E-05 .statistics .statistics-capacity__chart > span:before {
  background-color: #B963A4;
}

.-P-00 .statistics .statistics-capacity__chart > span:before {
  background-color: #00B9EF;
}

.-M-01 .statistics .statistics-capacity__chart > span:before {
  background-color: #00A73C;
}

.-M-02 .statistics .statistics-capacity__chart > span:before {
  background-color: #EC6D81;
}

.-M-03 .statistics .statistics-capacity__chart > span:before {
  background-color: #8FC31F;
}

.-M-04 .statistics .statistics-capacity__chart > span:before {
  background-color: #26B7BC;
}

.-M-05 .statistics .statistics-capacity__chart > span:before {
  background-color: #884798;
}

.-F-01 .statistics .statistics-capacity__chart > span:before {
  background-color: #006428;
}

.-F-02 .statistics .statistics-capacity__chart > span:before {
  background-color: #5EB7E8;
}

.statistics .statistics-capacity__chart > span:nth-child(1) {
  display: block;
}

.statistics .statistics-capacity__chart > span:nth-child(1):before {
  opacity: 0;
}

.statistics .statistics-capacity__chart > span:nth-child(2):before {
  opacity: 1;
}

.statistics .statistics-capacity__text {
  position: relative;
  margin-bottom: -30px;
}

.statistics .statistics-capacity__text > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 11;
}

.statistics .statistics-capacity__text > div.-show {
  opacity: 1;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-capacity__text > div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div {
    font-size: 12px;
  }
}

.statistics .statistics-capacity__text > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  background: #000;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div:before {
    height: 34px;
  }
}

.statistics .statistics-capacity__text > div > div {
  position: absolute;
}

.statistics .statistics-capacity__text > div > div:first-child {
  position: relative;
}

.statistics .statistics-capacity__text > div span {
  margin-left: 4px;
  font-family: Oswald;
  font-size: 38px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-capacity__text > div span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div span {
    font-size: 36px;
  }
}

.statistics .statistics-capacity__text > div:nth-child(1) {
  position: relative;
}

.statistics .statistics-capacity__text > div:nth-child(1):before {
  top: 26px;
  left: 14%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-capacity__text > div:nth-child(1):before {
    top: 16px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div:nth-child(1):before {
    top: 20px;
  }
  .-F-01 .statistics .statistics-capacity__text > div:nth-child(1):before,
  .-F-02 .statistics .statistics-capacity__text > div:nth-child(1):before {
    top: 14px;
  }
}

.statistics .statistics-capacity__text > div:nth-child(1) div {
  top: -10px;
  left: 4%;
}

.-F-01 .statistics .statistics-capacity__text > div:nth-child(1) div,
.-F-02 .statistics .statistics-capacity__text > div:nth-child(1) div {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .-F-01 .statistics .statistics-capacity__text > div:nth-child(1) div,
  .-F-02 .statistics .statistics-capacity__text > div:nth-child(1) div {
    top: -22px;
  }
}

.statistics .statistics-capacity__text > div:nth-child(2):before {
  top: 26px;
  left: 80%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div:nth-child(2):before {
    top: 20px;
  }
}

.statistics .statistics-capacity__text > div:nth-child(2) div {
  top: 26px;
  left: 66%;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-capacity__text > div:nth-child(2) div {
    top: 26px;
  }
}

.-M-01 .statistics .statistics-capacity__text > div:nth-child(2) div,
.-M-02 .statistics .statistics-capacity__text > div:nth-child(2) div,
.-M-03 .statistics .statistics-capacity__text > div:nth-child(2) div,
.-M-04 .statistics .statistics-capacity__text > div:nth-child(2) div,
.-M-05 .statistics .statistics-capacity__text > div:nth-child(2) div {
  left: 62%;
}

.-F-01 .statistics .statistics-capacity__text > div:nth-child(2) div,
.-F-02 .statistics .statistics-capacity__text > div:nth-child(2) div {
  left: 58%;
}

@media only screen and (max-width: 767px) {
  .-F-01 .statistics .statistics-capacity__text > div:nth-child(2) div,
  .-F-02 .statistics .statistics-capacity__text > div:nth-child(2) div {
    top: 28px;
  }
}

.statistics .statistics-capacity__text > div:nth-child(2) div span {
  margin-left: 1em;
  font-size: inherit;
  font-family: inherit;
}

.statistics .statistics-total-graduates {
  text-align: center;
  line-height: 1;
  font-family: Oswald;
  font-size: 120px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-total-graduates {
    font-size: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-total-graduates {
    padding: 10px 0;
    font-size: 80px;
  }
}

.statistics .statistics-distribution-map {
  text-align: center;
}

.statistics .statistics-distribution-map__inner {
  position: relative;
  display: inline-block;
  text-align: center;
}

.statistics .statistics-distribution-map__inner img {
  width: 400px;
  height: auto;
}

.statistics .statistics-distribution-map__inner ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.statistics .statistics-distribution-map__inner li {
  line-height: 1;
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: right;
}

.statistics .statistics-distribution-map__inner li span {
  position: absolute;
  bottom: 0;
}

.statistics .statistics-distribution-map__inner li span:nth-child(1) {
  left: 0;
  font-size: 16px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-distribution-map__inner li span:nth-child(1) {
    font-size: 12px;
    letter-spacing: -.025em;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-distribution-map__inner li span:nth-child(1) {
    font-size: 12px;
    letter-spacing: -.025em;
  }
}

@media (max-width: 359px) {
  .statistics .statistics-distribution-map__inner li span:nth-child(1) {
    font-size: 10px;
  }
}

.statistics .statistics-distribution-map__inner li span:nth-child(2) {
  right: 0;
  font-family: Oswald;
  font-size: 38px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-distribution-map__inner li span:nth-child(2) {
    font-size: 28px;
    letter-spacing: -.025em;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-distribution-map__inner li span:nth-child(2) {
    font-size: 25px;
  }
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__sapporo {
  top: 22%;
  left: 0;
  width: 40%;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__douoh {
  top: 45.5%;
  left: 0;
  width: 40%;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__dounan {
  top: 75%;
  left: 0;
  width: 40%;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__dohuoku {
  top: 17.5%;
  right: 0;
  width: 22%;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__doutou {
  top: 43%;
  right: 0;
  width: 22%;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__touhoku {
  top: 71%;
  right: 0;
  width: 22%;
}

.-E-04 .statistics .statistics-distribution-map__inner li.statistics-distribution-map__touhoku,
.-E-05 .statistics .statistics-distribution-map__inner li.statistics-distribution-map__touhoku {
  margin-top: 10px;
}

.statistics .statistics-distribution-map__inner li.statistics-distribution-map__others {
  top: 95%;
  right: 0;
  width: 36%;
}

.statistics .statistics-students__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-students__gender {
    max-width: 190px;
  }
}

.statistics .statistics-students__gender + .statistics-students__gender {
  margin-top: 20px;
}

.statistics .statistics-students__gender > span {
  line-height: 1;
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-students__gender > span {
    font-size: 12px;
  }
}

.statistics .statistics-students__gender > span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statistics .statistics-students__gender > span:nth-child(1) span {
  display: block;
}

.statistics .statistics-students__gender > span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: Oswald;
  font-size: 110px;
  text-align: right;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-students__gender > span:last-child {
    font-size: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-students__gender > span:last-child {
    font-size: 73px;
  }
}

.statistics .statistics-students img {
  width: auto;
  height: 97px;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-students img {
    height: 64px;
  }
}

.statistics .statistics-teachers {
  text-align: center;
}

.statistics .statistics-teachers__total {
  display: block;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
  font-family: Oswald;
  font-size: 120px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-teachers__total {
    font-size: 96px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__total {
    font-size: 80px;
  }
}

.statistics .statistics-teachers__number {
  position: relative;
  display: inline-block;
  text-align: left;
}

.statistics .statistics-teachers__experienced {
  display: inline-block;
  padding-right: 120px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__experienced {
    padding-right: 90px;
  }
}

.statistics .statistics-teachers__experienced > span {
  display: inline-block;
  width: 30px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.statistics .statistics-teachers__experienced > span.-show {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__experienced > span {
    width: 22px;
  }
}

.statistics .statistics-teachers__experienced div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 12px;
  right: 0;
  max-width: 120px;
  padding: 0 0 0 20px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-teachers__experienced div {
    top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__experienced div {
    top: 4px;
    max-width: 100px;
    padding: 0 0 0 10px;
  }
}

.statistics .statistics-teachers__experienced div span {
  display: block;
}

.statistics .statistics-teachers__experienced div span:first-child {
  line-height: 1.366;
  font-size: 14px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-teachers__experienced div span:first-child {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__experienced div span:first-child {
    font-size: 12px;
  }
}

.statistics .statistics-teachers__experienced div span:last-child {
  line-height: 1;
  margin: -6px 0 0 10px;
  font-family: Oswald;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__experienced div span:last-child {
    font-size: 39px;
  }
}

.statistics .statistics-teachers__other {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  opacity: .54;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__other {
    margin-top: 10px;
  }
}

.statistics .statistics-teachers__other span {
  display: inline-block;
  width: 30px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-teachers__other span {
    width: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers__other span {
    width: 22px;
  }
}

.statistics .statistics-teachers__other span.-show {
  opacity: 1;
}

.statistics .statistics-teachers img {
  width: 23px;
  height: auto;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-teachers img {
    width: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers img {
    width: 15px;
  }
}

.statistics .statistics-teachers span.statistics-teachers__smallWrap {
  width: 80px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  vertical-align: bottom;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers span.statistics-teachers__smallWrap {
    line-height: 1.2;
  }
}

.statistics .statistics-teachers span.statistics-teachers__small {
  width: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers span.statistics-teachers__small {
    width: 16px;
  }
}

.statistics .statistics-teachers span.statistics-teachers__small.-show {
  opacity: 1;
}

.statistics .statistics-teachers span.statistics-teachers__small img {
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-teachers span.statistics-teachers__small img {
    width: 14px;
  }
}

@media (max-width: 374px) {
  .statistics .statistics-scholarship {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.-E-01 .statistics .statistics-scholarship svg {
  fill: #008CCF;
  stroke: #008CCF;
}

.-E-02 .statistics .statistics-scholarship svg {
  fill: #A40019;
  stroke: #A40019;
}

.-E-03 .statistics .statistics-scholarship svg {
  fill: #E6A004;
  stroke: #E6A004;
}

.-E-04 .statistics .statistics-scholarship svg {
  fill: #E8373D;
  stroke: #E8373D;
}

.-E-05 .statistics .statistics-scholarship svg {
  fill: #B963A4;
  stroke: #B963A4;
}

.-P-00 .statistics .statistics-scholarship svg {
  fill: #00B9EF;
  stroke: #00B9EF;
}

.-M-01 .statistics .statistics-scholarship svg {
  fill: #00A73C;
  stroke: #00A73C;
}

.-M-02 .statistics .statistics-scholarship svg {
  fill: #EC6D81;
  stroke: #EC6D81;
}

.-M-03 .statistics .statistics-scholarship svg {
  fill: #8FC31F;
  stroke: #8FC31F;
}

.-M-04 .statistics .statistics-scholarship svg {
  fill: #26B7BC;
  stroke: #26B7BC;
}

.-M-05 .statistics .statistics-scholarship svg {
  fill: #884798;
  stroke: #884798;
}

.-F-01 .statistics .statistics-scholarship svg {
  fill: #006428;
  stroke: #006428;
}

.-F-02 .statistics .statistics-scholarship svg {
  fill: #5EB7E8;
  stroke: #5EB7E8;
}

.statistics .statistics-scholarship__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-scholarship__inner {
    margin: 0 -10px;
  }
}

.statistics .statistics-scholarship__rank {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.statistics .statistics-scholarship__rank span {
  display: block;
}

.statistics .statistics-scholarship__rank span svg {
  width: auto;
  height: 85px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-scholarship__rank span svg {
    height: 56px;
  }
}

.statistics .statistics-scholarship__rank span:nth-child(1) {
  padding: 20px 0 10px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-scholarship__rank span:nth-child(1) {
    padding: 20px 0 0;
  }
}

.statistics .statistics-scholarship__rank span:nth-child(2) {
  font-size: 14px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-scholarship__rank span:nth-child(2) {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-scholarship__rank span:nth-child(2) {
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .statistics .statistics-scholarship__rank span:nth-child(2) {
    font-size: 10px;
  }
}

.statistics .statistics-scholarship__rank span:nth-child(3) {
  line-height: 1;
  font-family: Oswald;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-scholarship__rank span:nth-child(3) {
    font-size: 39px;
  }
}

.statistics .statistics-scholarship .note {
  display: block;
  margin: 10px 0 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.statistics .statistics-advancement-rate__graph {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph {
    height: 160px;
    margin: 0 30px 0 10px;
  }
}

.statistics .statistics-advancement-rate__graph > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div {
  position: relative;
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div:before {
    display: none;
  }
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child {
    top: -6px;
  }
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 80px;
  background: #fff;
  z-index: 11;
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  position: absolute;
  top: -3px;
  left: -1px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  max-width: calc(100% + 2px);
}

.-E-01 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #008CCF;
}

.-E-02 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #A40019;
}

.-E-03 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #FDD000;
}

.-E-04 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #E8373D;
}

.-E-05 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #B963A4;
}

.-P-00 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #00B9EF;
}

.-M-01 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #00A73C;
}

.-M-02 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #EC6D81;
}

.-M-03 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #8FC31F;
}

.-M-04 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #26B7BC;
}

.-M-05 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #884798;
}

.-F-01 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #006428;
}

.-F-02 .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
  fill: #5EB7E8;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:first-child svg {
    top: 0;
    height: auto;
  }
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:last-child {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  z-index: 11;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:last-child.-show {
  opacity: 1;
}

.statistics .statistics-advancement-rate__graph > div:last-child .statistics-advancement-rate__graph-bar > div div:last-child svg {
  fill: #fff;
}

.statistics .statistics-advancement-rate__graph-bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.statistics .statistics-advancement-rate__graph-bar > span {
  line-height: 1;
  font-family: Oswald;
  font-size: 36px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-advancement-rate__graph-bar > span {
    font-size: 24px;
  }
}

.-P-00 .statistics .statistics-advancement-rate__graph-bar > span {
  font-size: 28px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .-P-00 .statistics .statistics-advancement-rate__graph-bar > span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .-P-00 .statistics .statistics-advancement-rate__graph-bar > span {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 359px) {
  .-P-00 .statistics .statistics-advancement-rate__graph-bar > span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bar > span {
    font-size: 22px;
  }
}

.statistics .statistics-advancement-rate__graph-bar > span span {
  font-size: 18px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-advancement-rate__graph-bar > span span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bar > span span {
    font-size: 11px;
  }
}

@media (max-width: 359px) {
  .statistics .statistics-advancement-rate__graph-bar > span span {
    font-size: 10px;
  }
}

.statistics .statistics-advancement-rate__graph-bar > div {
  width: 35px;
  height: 100%;
  margin: 0 auto;
}

.-E-01 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #008CCF;
}

.-E-02 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #A40019;
}

.-E-03 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #FDD000;
}

.-E-04 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #E8373D;
}

.-E-05 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #B963A4;
}

.-P-00 .statistics .statistics-advancement-rate__graph-bar > div {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  background-color: #00B9EF;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .-P-00 .statistics .statistics-advancement-rate__graph-bar > div {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}

.-M-01 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #00A73C;
}

.-M-02 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #EC6D81;
}

.-M-03 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #8FC31F;
}

.-M-04 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #26B7BC;
}

.-M-05 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #884798;
}

.-F-01 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #006428;
}

.-F-02 .statistics .statistics-advancement-rate__graph-bar > div {
  background-color: #5EB7E8;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bar > div {
    width: 23px;
  }
}

.statistics .statistics-advancement-rate__graph-scale {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
  padding: 5px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-scale {
    margin: 0 30px 0 10px;
    padding: 0;
  }
}

.statistics .statistics-advancement-rate__graph-scale:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-scale:before {
    height: 1px;
  }
}

.statistics .statistics-advancement-rate__graph-scale:after {
  content: "（%）";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-advancement-rate__graph-scale:after {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-scale:after {
    font-size: 11px;
  }
}

@media (max-width: 359px) {
  .statistics .statistics-advancement-rate__graph-scale:after {
    font-size: 10px;
  }
}

.statistics .statistics-advancement-rate__graph-scale div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .statistics .statistics-advancement-rate__graph-scale div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-scale div {
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .statistics .statistics-advancement-rate__graph-scale div {
    font-size: 10px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition-property: opacity, margin-top;
  transition-property: opacity, margin-top;
}

.statistics .statistics-advancement-rate__graph-bg div.-show {
  opacity: 1;
  margin-top: -5px;
}

.statistics .statistics-advancement-rate__graph-bg div:nth-child(1) {
  top: -30px;
  right: 50px;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bg div:nth-child(1) {
    top: -24px;
    right: 40px;
    width: 16px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div:nth-child(2) {
  top: 0;
  right: -6px;
  width: 39px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bg div:nth-child(2) {
    top: 10px;
    right: 4px;
    width: 25px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div:nth-child(3) {
  top: 56px;
  right: 20px;
  width: 17px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bg div:nth-child(3) {
    top: 38px;
    width: 11px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div:nth-child(4) {
  top: 90px;
  right: 20px;
  width: 17px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bg div:nth-child(4) {
    top: 60px;
    width: 11px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div:nth-child(5) {
  top: 130px;
  right: 4px;
  width: 23px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-advancement-rate__graph-bg div:nth-child(5) {
    top: 90px;
    width: 15px;
  }
}

.statistics .statistics-advancement-rate__graph-bg div svg {
  max-width: 100%;
}

.-E-01 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #008CCF;
}

.-E-02 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #A40019;
}

.-E-03 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #FDD000;
}

.-E-04 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #E8373D;
}

.-E-05 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #B963A4;
}

.-P-00 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #00B9EF;
}

.-M-01 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #00A73C;
}

.-M-02 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #EC6D81;
}

.-M-03 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #8FC31F;
}

.-M-04 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #26B7BC;
}

.-M-05 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #884798;
}

.-F-01 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #006428;
}

.-F-02 .statistics .statistics-advancement-rate__graph-bg div svg {
  fill: #5EB7E8;
}

.statistics .statistics-acceptance-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .statistics .statistics-acceptance-rate {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.statistics .statistics-acceptance-rate__bg {
  position: relative;
  width: 168px;
  height: 115px;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .statistics .statistics-acceptance-rate__bg {
    width: 113px;
    height: 77px;
  }
}

@media screen and (max-width: 359px) {
  .statistics .statistics-acceptance-rate__bg {
    width: 90px;
    height: 61px;
  }
}

.-P-00 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(0, 185, 239, 0.5);
}

.-M-01 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(0, 167, 60, 0.5);
}

.-M-02 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(236, 109, 129, 0.5);
}

.-M-03 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(143, 195, 31, 0.5);
}

.-M-04 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(38, 183, 188, 0.5);
}

.-M-05 .statistics .statistics-acceptance-rate__bg {
  background-color: rgba(136, 71, 152, 0.5);
}

.statistics .statistics-acceptance-rate__wave {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 131px;
  -webkit-transform: translate(-50%, 0) scale(1.48);
          transform: translate(-50%, 0) scale(1.48);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media (max-width: 1080px) {
  .statistics .statistics-acceptance-rate__wave {
    margin-top: 71px;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}

@media screen and (max-width: 359px) {
  .statistics .statistics-acceptance-rate__wave {
    margin-top: 45px;
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
  }
}

.statistics .statistics-acceptance-rate__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bg_acceptance.png') no-repeat;
  background-size: cover;
}

.statistics .statistics-acceptance-rate__num {
  width: 250px;
  line-height: 1;
  font-family: Oswald;
  font-size: 106px;
  text-align: right;
}

@media (max-width: 1080px) {
  .statistics .statistics-acceptance-rate__num {
    width: 168px;
    font-size: 72px;
  }
}

@media screen and (max-width: 359px) {
  .statistics .statistics-acceptance-rate__num {
    width: 154px;
    font-size: 64px;
  }
}

.statistics .statistics-acceptance-rate__num small {
  font-size: 46px;
  margin-left: .1em;
}

@media (max-width: 1080px) {
  .statistics .statistics-acceptance-rate__num small {
    font-size: 32px;
  }
}

@media screen and (max-width: 359px) {
  .statistics .statistics-acceptance-rate__num small {
    margin-left: 0;
    font-size: 30px;
  }
}

.-E-01 .cls-1 {
  fill: #008CCF;
}

.-E-02 .cls-1 {
  fill: #A40019;
}

.-E-03 .cls-1 {
  fill: #FDD000;
}

.-E-04 .cls-1 {
  fill: #E8373D;
}

.-E-05 .cls-1 {
  fill: #B963A4;
}

.-P-00 .cls-1 {
  fill: #00B9EF;
}

.-M-01 .cls-1 {
  fill: #00A73C;
}

.-M-02 .cls-1 {
  fill: #EC6D81;
}

.-M-03 .cls-1 {
  fill: #8FC31F;
}

.-M-04 .cls-1 {
  fill: #26B7BC;
}

.-M-05 .cls-1 {
  fill: #884798;
}

.-F-01 .cls-1 {
  fill: #006428;
}

.-F-02 .cls-1 {
  fill: #5EB7E8;
}

.-E-01 .cls-2 {
  stroke: #008CCF;
}

.-E-02 .cls-2 {
  stroke: #A40019;
}

.-E-03 .cls-2 {
  stroke: #FDD000;
}

.-E-04 .cls-2 {
  stroke: #E8373D;
}

.-E-05 .cls-2 {
  stroke: #B963A4;
}

.-P-00 .cls-2 {
  stroke: #00B9EF;
}

.-M-01 .cls-2 {
  stroke: #00A73C;
}

.-M-02 .cls-2 {
  stroke: #EC6D81;
}

.-M-03 .cls-2 {
  stroke: #8FC31F;
}

.-M-04 .cls-2 {
  stroke: #26B7BC;
}

.-M-05 .cls-2 {
  stroke: #884798;
}

.-F-01 .cls-2 {
  stroke: #006428;
}

.-F-02 .cls-2 {
  stroke: #5EB7E8;
}

.num--lv1 {
  font-size: 72px;
}

.num--lv1 small {
  font-size: 33px;
}

.career-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin-top: 35px;
  padding: 0 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .career-block__ttl {
    margin: 30px 0 0;
  }
}

.career-block__ttl--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #FFF;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .career-block__ttl--sub {
    height: 70px;
    padding: 0 20px;
    line-height: 1.5;
    position: relative;
  }
  .career-block__ttl--sub .icon--open {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -8px;
  }
  .career-block__ttl--sub .icon--open::before, .career-block__ttl--sub .icon--open::after {
    border-color: #FFF;
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
  .career-block__ttl--sub .icon--open {
    display: none;
  }
}

.career-block .container--bg {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .career-block .container--bg {
    padding-top: 12px;
  }
}

.career-block .container--bg .section {
  margin: 0 auto;
}

.career-block .container--bg-lt {
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.career-block__point {
  max-width: 1020px;
  margin: 0 auto;
}

.career-block__point-ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .career-block__point-ttl {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.career-block__point-ttl span {
  display: inline-block;
}

.career-block__point-list {
  counter-reset: li;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 20px 0;
}

@media (min-width: 961px) {
  .career-block__point-list {
    overflow: hidden;
    position: relative;
  }
  .career-block__point-list::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    height: 20px;
    right: 0;
    top: 0;
    left: 0;
    border-top: solid 20px #FFF;
  }
  .career-block__point-list::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: solid 20px #FFF;
  }
}

@media (max-width: 960px) {
  .career-block__point-list {
    display: block;
    padding: 0 20px;
  }
}

.career-block__point-item {
  position: relative;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 30px 0 60px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 960px) {
  .career-block__point-item {
    max-width: none;
    padding: 14px 10px 14px 32px;
  }
}

.career-block__point-item::before {
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  font-family: Oswald;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 960px) {
  .career-block__point-item::before {
    width: 30px;
  }
}

@media (min-width: 961px) {
  .career-block__point-item::after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    bottom: -100px;
    width: 1px;
  }
}

.career-block__point-item:last-child {
  border: 0 !important;
}

.career-block__point-item:last-child::after {
  content: none;
}

.career-block__num-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  margin: -10px auto 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .career-block__num-row {
    display: block;
    width: auto;
    padding: 0 20px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .career-block__num-row p + p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__num-row p + p {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .career-block__num-caption {
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__num-caption {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.career-block__num-caption span {
  display: inline-block;
}

.career-block__heading {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.career-block__txt {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .career-block__txt {
    font-size: 16px;
  }
}

.career-block__txt sub {
  font-size: 75%;
  vertical-align: baseline;
}

.career-block .career-block__etc {
  text-align: right;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .career-block__content {
    display: none;
  }
}

.career-block__content .career-block__heading {
  margin-bottom: 0;
  text-align: left;
}

.career-block__content .career-block__heading + .career-block__heading {
  margin-top: 10px;
}

.career-block__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 942px;
  margin: 15px auto 0;
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-block__result {
    margin: 15px -7px 0;
  }
  .career-block__result .career-results__txt {
    width: 70px;
  }
  .career-block__result .num--lv2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__result {
    display: block;
    padding: 0 5px 10px;
  }
}

@media (max-width: 359px) {
  .career-block__result {
    margin: 0 -10px;
    padding: 0 0 10px;
  }
}

.career-block__resultItem {
  overflow: hidden;
  background-color: #FFF;
  border-radius: 6px;
  margin: 0 10px 20px;
  width: calc(20% - 20px);
  height: 102px;
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-block__resultItem {
    width: calc(20% - 14px);
    margin: 0 7px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__resultItem {
    float: left;
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .career-block__resultItem--area {
    width: calc(60% - 20px);
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-block__resultItem--area {
    width: calc(60% - 14px);
  }
}

@media only screen and (max-width: 767px) {
  .career-block__resultItem--area {
    height: 224px;
  }
}

.career-block__resultTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  background-color: #584A4F;
}

.career-block__pcRow {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .career-block__pcRow {
    display: block;
    margin-top: 36px;
  }
}

.career-block__pcCol {
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  max-width: 375px;
  margin: 0 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .career-block__pcCol {
    margin: 0 auto 40px;
  }
}

@media (max-width: 375px) {
  .career-block__pcCol {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__pcCol:first-child {
    margin-bottom: 80px;
  }
}

.career-block__pcCol:first-child::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -19px;
  bottom: 0;
  width: 1px;
  border-right: solid 1px #584A4F;
}

@media only screen and (max-width: 767px) {
  .career-block__pcCol:first-child::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    width: calc(100vw - 40px);
    height: 1px;
    border-right: 0;
    border-bottom: solid 1px #584A4F;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.career-block__pcCol:only-child::after {
  content: none;
}

.career-block__interview + .career-block__interview {
  margin-top: 50px;
  margin-bottom: 30px;
}

.career-block__interview-ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .career-block__interview-ttl {
    margin-bottom: 12px;
  }
}

.career-block__interview-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .career-block__interview-personal {
    display: block;
    margin-bottom: 24px;
  }
}

.career-block__interview-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  min-width: 280px;
  margin-right: -10%;
  padding: 5% 20px;
  font-size: 14px;
  line-height: 1.7;
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .career-block__interview-prof {
    display: block;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0 20px;
    color: #FFF;
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__interview-fig {
    text-align: center;
    margin: 0 -20px 16px;
  }
  .career-block__interview-fig img {
    width: 100%;
    max-width: 414px;
  }
}

.career-block__interview-name {
  margin: 10px 0 16px;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .career-block__interview-name {
    margin: 6px 0 10px;
    font-size: 18px;
    font-weight: normal;
  }
}

.career-block__interview-name small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.career-block__interview-history {
  position: relative;
  padding-left: 14px;
}

.career-block__interview-history::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 6px;
  width: 9px;
  height: 9px;
}

@media only screen and (max-width: 767px) {
  .career-block__interview-history::before {
    background-color: #FFF;
  }
}

.career-block__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .career-block__faq {
    display: block;
  }
}

.career-block__faq-item {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 6px 6px 0 0;
}

@media (min-width: 768px) {
  .career-block__faq-item:only-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__faq-item {
    overflow: hidden;
    max-width: none;
    border-radius: 6px;
  }
  .career-block__faq-item.-open {
    border-radius: 6px 6px 0 0;
  }
}

.career-block__faq-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  padding: 2px 20px 0;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .career-block__faq-heading {
    padding-right: 30px;
  }
}

.career-block__faq-heading .icon--open {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
}

@media (min-width: 768px) {
  .career-block__faq-heading .icon--open {
    display: none;
  }
}

.career-block__faq-q {
  line-height: 1;
  font-family: Oswald;
  font-size: 24px;
  margin-top: -6px;
  margin-right: 4px;
}

.career-block__faq-content {
  padding: 14px 20px;
}

@media only screen and (max-width: 767px) {
  .career-block__faq-content {
    display: none;
  }
}

.career-block__note {
  font-size: 12px;
}

.career-block.-E-01 .career-block__ttl,
.career-block.-E-01 .career-block__ttl--sub {
  background-color: #008CCF;
}

.career-block.-E-01 .career-block__heading {
  color: #008CCF;
}

.career-block.-E-01 .container--bg {
  background-color: #008CCF;
}

.career-block.-E-01 .container--bg-lt {
  background-color: rgba(0, 140, 207, 0.1);
}

@media (min-width: 961px) {
  .career-block.-E-01 .career-block__point-item::after {
    border-right: solid 1px #008CCF;
  }
}

@media (max-width: 960px) {
  .career-block.-E-01 .career-block__point-item {
    border-bottom: solid 1px #008CCF;
  }
}

@media (min-width: 768px) {
  .career-block.-E-01 .career-block__interview-history::before {
    background-color: #008CCF;
  }
}

.career-block.-E-01 .career-block__faq-heading {
  color: #008CCF;
}

.career-block.-E-01 .career-block__faq-heading .icon--open::before,
.career-block.-E-01 .career-block__faq-heading .icon--open::after {
  border-color: #008CCF;
}

.career-block.-E-01 .career-block__faq-content {
  border-top: solid 2px #008CCF;
}

.career-block.-E-02 .career-block__ttl,
.career-block.-E-02 .career-block__ttl--sub {
  background-color: #A40019;
}

.career-block.-E-02 .career-block__heading {
  color: #A40019;
}

.career-block.-E-02 .container--bg {
  background-color: #A40019;
}

.career-block.-E-02 .container--bg-lt {
  background-color: rgba(164, 0, 25, 0.1);
}

@media (min-width: 961px) {
  .career-block.-E-02 .career-block__point-item::after {
    border-right: solid 1px #A40019;
  }
}

@media (max-width: 960px) {
  .career-block.-E-02 .career-block__point-item {
    border-bottom: solid 1px #A40019;
  }
}

@media (min-width: 768px) {
  .career-block.-E-02 .career-block__interview-history::before {
    background-color: #A40019;
  }
}

.career-block.-E-02 .career-block__faq-heading {
  color: #A40019;
}

.career-block.-E-02 .career-block__faq-heading .icon--open::before,
.career-block.-E-02 .career-block__faq-heading .icon--open::after {
  border-color: #A40019;
}

.career-block.-E-02 .career-block__faq-content {
  border-top: solid 2px #A40019;
}

.career-block.-E-03 .career-block__ttl,
.career-block.-E-03 .career-block__ttl--sub {
  color: #000;
  background-color: #FDD000;
}

.career-block.-E-03 .career-block__heading {
  color: #E6A004;
}

.career-block.-E-03 .container--bg {
  background-color: #FDD000;
}

.career-block.-E-03 .container--bg-lt {
  background-color: rgba(253, 208, 0, 0.1);
}

@media (min-width: 961px) {
  .career-block.-E-03 .career-block__point-item::after {
    border-right: solid 1px #FDD000;
  }
}

@media (max-width: 960px) {
  .career-block.-E-03 .career-block__point-item {
    border-bottom: solid 1px #FDD000;
  }
}

.career-block.-E-03 .career-block__ttl--sub .icon--open::before,
.career-block.-E-03 .career-block__ttl--sub .icon--open::after {
  border-color: #000;
}

.career-block.-E-03 .career-block__interview-ttl {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .career-block.-E-03 .career-block__interview-prof {
    color: #000;
  }
}

@media (min-width: 768px) {
  .career-block.-E-03 .career-block__interview-history::before {
    background-color: #FDD000;
  }
}

@media only screen and (max-width: 767px) {
  .career-block.-E-03 .career-block__interview-history::before {
    background-color: #000;
  }
}

.career-block.-E-03 .career-block__faq-heading {
  color: #E6A004;
}

.career-block.-E-03 .career-block__faq-heading .icon--open::before,
.career-block.-E-03 .career-block__faq-heading .icon--open::after {
  border-color: #FDD000;
}

.career-block.-E-03 .career-block__faq-content {
  border-top: solid 2px #FDD000;
}

.career-block.-E-04 .career-block__ttl,
.career-block.-E-04 .career-block__ttl--sub {
  background-color: #E8373D;
}

.career-block.-E-04 .career-block__heading {
  color: #E8373D;
}

.career-block.-E-04 .container--bg {
  background-color: #E8373D;
}

.career-block.-E-04 .container--bg-lt {
  background-color: rgba(232, 55, 61, 0.1);
}

@media (min-width: 961px) {
  .career-block.-E-04 .career-block__point-item::after {
    border-right: solid 1px #E8373D;
  }
}

@media (max-width: 960px) {
  .career-block.-E-04 .career-block__point-item {
    border-bottom: solid 1px #E8373D;
  }
}

@media (min-width: 768px) {
  .career-block.-E-04 .career-block__interview-history::before {
    background-color: #E8373D;
  }
}

.career-block.-E-04 .career-block__faq-heading {
  color: #E8373D;
}

.career-block.-E-04 .career-block__faq-heading .icon--open::before,
.career-block.-E-04 .career-block__faq-heading .icon--open::after {
  border-color: #E8373D;
}

.career-block.-E-04 .career-block__faq-content {
  border-top: solid 2px #E8373D;
}

.career-block.-E-05 .career-block__ttl,
.career-block.-E-05 .career-block__ttl--sub {
  background-color: #B963A4;
}

.career-block.-E-05 .career-block__heading {
  color: #B963A4;
}

.career-block.-E-05 .container--bg {
  background-color: #B963A4;
}

.career-block.-E-05 .container--bg-lt {
  background-color: rgba(185, 99, 164, 0.1);
}

@media (min-width: 961px) {
  .career-block.-E-05 .career-block__point-item::after {
    border-right: solid 1px #B963A4;
  }
}

@media (max-width: 960px) {
  .career-block.-E-05 .career-block__point-item {
    border-bottom: solid 1px #B963A4;
  }
}

@media (min-width: 768px) {
  .career-block.-E-05 .career-block__interview-history::before {
    background-color: #B963A4;
  }
}

.career-block.-E-05 .career-block__faq-heading {
  color: #B963A4;
}

.career-block.-E-05 .career-block__faq-heading .icon--open::before,
.career-block.-E-05 .career-block__faq-heading .icon--open::after {
  border-color: #B963A4;
}

.career-block.-E-05 .career-block__faq-content {
  border-top: solid 2px #B963A4;
}

.career-block.-P-00 .career-block__ttl,
.career-block.-P-00 .career-block__ttl--sub {
  background-color: #00B9EF;
}

.career-block.-P-00 .career-block__heading {
  color: #00B9EF;
}

.career-block.-P-00 .container--bg {
  background-color: #00B9EF;
}

.career-block.-P-00 .container--bg-lt {
  background-color: rgba(0, 185, 239, 0.1);
}

@media (min-width: 961px) {
  .career-block.-P-00 .career-block__point-item::after {
    border-right: solid 1px #00B9EF;
  }
}

@media (max-width: 960px) {
  .career-block.-P-00 .career-block__point-item {
    border-bottom: solid 1px #00B9EF;
  }
}

@media (min-width: 768px) {
  .career-block.-P-00 .career-block__interview-history::before {
    background-color: #00B9EF;
  }
}

.career-block.-P-00 .career-block__faq-heading {
  color: #00B9EF;
}

.career-block.-P-00 .career-block__faq-heading .icon--open::before,
.career-block.-P-00 .career-block__faq-heading .icon--open::after {
  border-color: #00B9EF;
}

.career-block.-P-00 .career-block__faq-content {
  border-top: solid 2px #00B9EF;
}

.career-block.-M-01 .career-block__ttl,
.career-block.-M-01 .career-block__ttl--sub {
  background-color: #00A73C;
}

.career-block.-M-01 .career-block__heading {
  color: #00A73C;
}

.career-block.-M-01 .container--bg {
  background-color: #00A73C;
}

.career-block.-M-01 .container--bg-lt {
  background-color: rgba(0, 167, 60, 0.1);
}

@media (min-width: 961px) {
  .career-block.-M-01 .career-block__point-item::after {
    border-right: solid 1px #00A73C;
  }
}

@media (max-width: 960px) {
  .career-block.-M-01 .career-block__point-item {
    border-bottom: solid 1px #00A73C;
  }
}

@media (min-width: 768px) {
  .career-block.-M-01 .career-block__interview-history::before {
    background-color: #00A73C;
  }
}

.career-block.-M-01 .career-block__faq-heading {
  color: #00A73C;
}

.career-block.-M-01 .career-block__faq-heading .icon--open::before,
.career-block.-M-01 .career-block__faq-heading .icon--open::after {
  border-color: #00A73C;
}

.career-block.-M-01 .career-block__faq-content {
  border-top: solid 2px #00A73C;
}

.career-block.-M-02 .career-block__ttl,
.career-block.-M-02 .career-block__ttl--sub {
  background-color: #EC6D81;
}

.career-block.-M-02 .career-block__heading {
  color: #EC6D81;
}

.career-block.-M-02 .container--bg {
  background-color: #EC6D81;
}

.career-block.-M-02 .container--bg-lt {
  background-color: rgba(236, 109, 129, 0.1);
}

@media (min-width: 961px) {
  .career-block.-M-02 .career-block__point-item::after {
    border-right: solid 1px #EC6D81;
  }
}

@media (max-width: 960px) {
  .career-block.-M-02 .career-block__point-item {
    border-bottom: solid 1px #EC6D81;
  }
}

@media (min-width: 768px) {
  .career-block.-M-02 .career-block__interview-history::before {
    background-color: #EC6D81;
  }
}

.career-block.-M-02 .career-block__faq-heading {
  color: #EC6D81;
}

.career-block.-M-02 .career-block__faq-heading .icon--open::before,
.career-block.-M-02 .career-block__faq-heading .icon--open::after {
  border-color: #EC6D81;
}

.career-block.-M-02 .career-block__faq-content {
  border-top: solid 2px #EC6D81;
}

.career-block.-M-03 .career-block__ttl,
.career-block.-M-03 .career-block__ttl--sub {
  background-color: #8FC31F;
}

.career-block.-M-03 .career-block__heading {
  color: #8FC31F;
}

.career-block.-M-03 .container--bg {
  background-color: #8FC31F;
}

.career-block.-M-03 .container--bg-lt {
  background-color: rgba(143, 195, 31, 0.1);
}

@media (min-width: 961px) {
  .career-block.-M-03 .career-block__point-item {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    padding-left: 50px;
  }
  .career-block.-M-03 .career-block__point-item::before {
    width: 50px;
  }
  .career-block.-M-03 .career-block__point-item::after {
    border-right: solid 1px #8FC31F;
  }
}

@media (max-width: 960px) {
  .career-block.-M-03 .career-block__point-item {
    border-bottom: solid 1px #8FC31F;
  }
}

@media (min-width: 768px) {
  .career-block.-M-03 .career-block__interview-history::before {
    background-color: #8FC31F;
  }
}

.career-block.-M-03 .career-block__faq-heading {
  color: #8FC31F;
}

.career-block.-M-03 .career-block__faq-heading .icon--open::before,
.career-block.-M-03 .career-block__faq-heading .icon--open::after {
  border-color: #8FC31F;
}

.career-block.-M-03 .career-block__faq-content {
  border-top: solid 2px #8FC31F;
}

.career-block.-M-04 .career-block__ttl,
.career-block.-M-04 .career-block__ttl--sub {
  background-color: #26B7BC;
}

.career-block.-M-04 .career-block__heading {
  color: #26B7BC;
}

.career-block.-M-04 .container--bg {
  background-color: #26B7BC;
}

.career-block.-M-04 .container--bg-lt {
  background-color: rgba(38, 183, 188, 0.1);
}

@media (min-width: 961px) {
  .career-block.-M-04 .career-block__point-item::after {
    border-right: solid 1px #26B7BC;
  }
}

@media (max-width: 960px) {
  .career-block.-M-04 .career-block__point-item {
    border-bottom: solid 1px #26B7BC;
  }
}

@media (min-width: 768px) {
  .career-block.-M-04 .career-block__interview-history::before {
    background-color: #26B7BC;
  }
}

.career-block.-M-04 .career-block__faq-heading {
  color: #26B7BC;
}

.career-block.-M-04 .career-block__faq-heading .icon--open::before,
.career-block.-M-04 .career-block__faq-heading .icon--open::after {
  border-color: #26B7BC;
}

.career-block.-M-04 .career-block__faq-content {
  border-top: solid 2px #26B7BC;
}

.career-block.-M-05 .career-block__ttl,
.career-block.-M-05 .career-block__ttl--sub {
  background-color: #884798;
}

.career-block.-M-05 .career-block__heading {
  color: #884798;
}

.career-block.-M-05 .container--bg {
  background-color: #884798;
}

.career-block.-M-05 .container--bg-lt {
  background-color: rgba(136, 71, 152, 0.1);
}

@media (min-width: 961px) {
  .career-block.-M-05 .career-block__point-item::after {
    border-right: solid 1px #884798;
  }
}

@media (max-width: 960px) {
  .career-block.-M-05 .career-block__point-item {
    border-bottom: solid 1px #884798;
  }
}

@media (min-width: 768px) {
  .career-block.-M-05 .career-block__interview-history::before {
    background-color: #884798;
  }
}

.career-block.-M-05 .career-block__faq-heading {
  color: #884798;
}

.career-block.-M-05 .career-block__faq-heading .icon--open::before,
.career-block.-M-05 .career-block__faq-heading .icon--open::after {
  border-color: #884798;
}

.career-block.-M-05 .career-block__faq-content {
  border-top: solid 2px #884798;
}

.career-block.-F-01 .career-block__ttl,
.career-block.-F-01 .career-block__ttl--sub {
  background-color: #006428;
}

.career-block.-F-01 .career-block__heading {
  color: #006428;
}

.career-block.-F-01 .container--bg {
  background-color: #006428;
}

.career-block.-F-01 .container--bg-lt {
  background-color: rgba(0, 100, 40, 0.1);
}

@media (min-width: 961px) {
  .career-block.-F-01 .career-block__point-item::after {
    border-right: solid 1px #006428;
  }
}

@media (max-width: 960px) {
  .career-block.-F-01 .career-block__point-item {
    border-bottom: solid 1px #006428;
  }
}

@media (min-width: 768px) {
  .career-block.-F-01 .career-block__interview-history::before {
    background-color: #006428;
  }
}

.career-block.-F-01 .career-block__faq-heading {
  color: #006428;
}

.career-block.-F-01 .career-block__faq-heading .icon--open::before,
.career-block.-F-01 .career-block__faq-heading .icon--open::after {
  border-color: #006428;
}

.career-block.-F-01 .career-block__faq-content {
  border-top: solid 2px #006428;
}

.career-block.-F-02 .career-block__ttl,
.career-block.-F-02 .career-block__ttl--sub {
  background-color: #5EB7E8;
}

.career-block.-F-02 .career-block__heading {
  color: #5EB7E8;
}

.career-block.-F-02 .container--bg {
  background-color: #5EB7E8;
}

.career-block.-F-02 .container--bg-lt {
  background-color: rgba(94, 183, 232, 0.1);
}

@media (min-width: 961px) {
  .career-block.-F-02 .career-block__point-item {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    padding-left: 50px;
  }
  .career-block.-F-02 .career-block__point-item::before {
    width: 50px;
  }
  .career-block.-F-02 .career-block__point-item::after {
    border-right: solid 1px #5EB7E8;
  }
}

@media (max-width: 960px) {
  .career-block.-F-02 .career-block__point-item {
    border-bottom: solid 1px #5EB7E8;
  }
}

@media (min-width: 768px) {
  .career-block.-F-02 .career-block__interview-history::before {
    background-color: #5EB7E8;
  }
}

.career-block.-F-02 .career-block__faq-heading {
  color: #5EB7E8;
}

.career-block.-F-02 .career-block__faq-heading .icon--open::before,
.career-block.-F-02 .career-block__faq-heading .icon--open::after {
  border-color: #5EB7E8;
}

.career-block.-F-02 .career-block__faq-content {
  border-top: solid 2px #5EB7E8;
}

.career-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 296px;
  height: 74px;
  margin: 10px auto 5px;
  padding-left: 14px;
  color: #FFF;
}

.-E-01 .career-balloon {
  background-color: #008CCF;
}

.-E-02 .career-balloon {
  background-color: #A40019;
}

.-E-03 .career-balloon {
  background-color: #FDD000;
  color: #000;
}

.-E-04 .career-balloon {
  background-color: #E8373D;
}

.-E-05 .career-balloon {
  background-color: #B963A4;
}

.-P-00 .career-balloon {
  background-color: #00B9EF;
  padding-left: 10px;
}

.-M-01 .career-balloon {
  background-color: #00A73C;
  padding-left: 24px;
}

.-M-02 .career-balloon {
  background-color: #EC6D81;
  padding-left: 10px;
}

.-M-03 .career-balloon {
  background-color: #8FC31F;
}

.-M-04 .career-balloon {
  background-color: #26B7BC;
}

.-M-05 .career-balloon {
  background-color: #884798;
  padding-left: 10px;
}

.-F-01 .career-balloon {
  background-color: #006428;
}

.-F-02 .career-balloon {
  background-color: #5EB7E8;
}

.career-balloon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 74px;
  width: 16px;
  height: 16px;
  border-top: solid 8px transparent;
  border-right: solid 8px #584A4F;
  border-bottom: solid 8px #584A4F;
  border-left: solid 8px transparent;
}

.-E-01 .career-balloon::before {
  border-right-color: #008CCF;
  border-bottom-color: #008CCF;
}

.-E-02 .career-balloon::before {
  border-right-color: #A40019;
  border-bottom-color: #A40019;
}

.-E-03 .career-balloon::before {
  border-right-color: #FDD000;
  border-bottom-color: #FDD000;
}

.-E-04 .career-balloon::before {
  border-right-color: #E8373D;
  border-bottom-color: #E8373D;
}

.-E-05 .career-balloon::before {
  border-right-color: #B963A4;
  border-bottom-color: #B963A4;
}

.-P-00 .career-balloon::before {
  border-right-color: #00B9EF;
  border-bottom-color: #00B9EF;
}

.-M-01 .career-balloon::before {
  border-right-color: #00A73C;
  border-bottom-color: #00A73C;
}

.-M-02 .career-balloon::before {
  border-right-color: #EC6D81;
  border-bottom-color: #EC6D81;
}

.-M-03 .career-balloon::before {
  border-right-color: #8FC31F;
  border-bottom-color: #8FC31F;
}

.-M-04 .career-balloon::before {
  border-right-color: #26B7BC;
  border-bottom-color: #26B7BC;
}

.-M-05 .career-balloon::before {
  border-right-color: #884798;
  border-bottom-color: #884798;
}

.-F-01 .career-balloon::before {
  border-right-color: #006428;
  border-bottom-color: #006428;
}

.-F-02 .career-balloon::before {
  border-right-color: #5EB7E8;
  border-bottom-color: #5EB7E8;
}

.career-balloon__left {
  margin-right: 14px;
  font-size: 18px;
  width: 84px;
  white-space: nowrap;
  text-align: right;
}

.-P-00 .career-balloon__left,
.-M-02 .career-balloon__left,
.-M-05 .career-balloon__left {
  margin-right: 10px;
  width: 92px;
}

.career-balloon__right {
  line-height: 1.8;
}

.career-balloon__num {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  font-family: Oswald;
  margin-right: 8px;
}

.career-results {
  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: 62px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .career-results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .career-block__resultItem--area .career-results {
    height: 182px;
  }
}

.career-results__graph {
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #EDEBEB;
  border-radius: 51%;
}

.career-results__graph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background-color: #FFF;
  border-radius: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.career-results__circle {
  width: 42px;
  height: 42px;
}

.-E-01 .career-results__stroke {
  stroke: #008CCF;
}

.-E-02 .career-results__stroke {
  stroke: #A40019;
}

.-E-03 .career-results__stroke {
  stroke: #FDD000;
}

.-E-04 .career-results__stroke {
  stroke: #E8373D;
}

.-E-05 .career-results__stroke {
  stroke: #B963A4;
}

.-P-00 .career-results__stroke {
  stroke: #00B9EF;
}

.-M-01 .career-results__stroke {
  stroke: #00A73C;
}

.-M-02 .career-results__stroke {
  stroke: #EC6D81;
}

.-M-03 .career-results__stroke {
  stroke: #8FC31F;
}

.-M-04 .career-results__stroke {
  stroke: #26B7BC;
}

.-M-05 .career-results__stroke {
  stroke: #884798;
}

.-F-01 .career-results__stroke {
  stroke: #006428;
}

.-F-02 .career-results__stroke {
  stroke: #5EB7E8;
}

.career-results__txt {
  width: 81px;
  text-align: right;
}

.career-results__hokkaido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .career-results__hokkaido {
    -ms-flex-preferred-size: 224px;
        flex-basis: 224px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-results__hokkaido {
    -ms-flex-preferred-size: 196px;
        flex-basis: 196px;
  }
}

@media only screen and (max-width: 767px) {
  .career-results__hokkaido {
    -ms-flex-preferred-size: calc(100% - 14px);
        flex-basis: calc(100% - 14px);
    margin-top: -5px;
    padding-top: 7px;
    border-top: solid 1px #000;
  }
}

.career-results__heading {
  font-size: 12px;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .career-results__heading {
    margin-bottom: 2px;
  }
}

.career-results__hokkaido .career-results__heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 768px) {
  .career-results__others .career-results__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .career-results__others .career-results__heading {
    display: block;
    height: auto;
  }
}

.-E-01 .career-results__heading {
  color: #008CCF;
}

.-E-02 .career-results__heading {
  color: #A40019;
}

.-E-03 .career-results__heading {
  color: #FDD000;
}

.-E-04 .career-results__heading {
  color: #E8373D;
}

.-E-05 .career-results__heading {
  color: #B963A4;
}

.-P-00 .career-results__heading {
  color: #00B9EF;
}

.-M-01 .career-results__heading {
  color: #00A73C;
}

.-M-02 .career-results__heading {
  color: #EC6D81;
}

.-M-03 .career-results__heading {
  color: #8FC31F;
}

.-M-04 .career-results__heading {
  color: #26B7BC;
}

.-M-05 .career-results__heading {
  color: #884798;
}

.-F-01 .career-results__heading {
  color: #006428;
}

.-F-02 .career-results__heading {
  color: #5EB7E8;
}

.career-results__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 10px;
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-results__area {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .career-results__area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
    margin-left: 5px;
  }
}

.career-results__areaHeading {
  font-size: 12px;
  min-width: 32px;
}

@media (max-width: 960px) and (min-width: 768px) {
  .career-results__areaHeading {
    min-width: 0;
  }
}

.career-results__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .career-results__others {
    margin-left: 20px;
    padding-left: 16px;
    border-left: dashed 1px #000;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  .career-results__others {
    display: block;
    height: auto;
    margin-left: 8px;
    padding-left: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .career-results__others {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    -ms-flex-preferred-size: calc(100% - 14px);
        flex-basis: calc(100% - 14px);
    margin: -5px 0 0;
    padding: 7px 0 0;
    border-top: dashed 1px #000;
  }
}

.career-results .num--lv3 {
  width: 58px;
  text-align: right;
}

@media (max-width: 1140px) and (min-width: 768px) {
  .career-results .num--lv3 {
    width: 52px;
    font-size: 18px;
  }
}

.career-entry {
  width: 296px;
  margin: 0 auto;
  font-size: 14px;
}

.career-entry__graph {
  position: relative;
  height: 196px;
  margin-left: 10px;
}

.career-entry__graph::before {
  content: "";
  position: absolute;
  bottom: 63px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: solid 1px #584A4F;
}

.career-entry__human {
  position: absolute;
  top: 73px;
  left: 16px;
}

.career-entry__build {
  position: absolute;
  top: 0;
  right: 50px;
}

.-E-01 .career-entry__build .cls-1 {
  fill: #589DD7;
}

.-E-02 .career-entry__build .cls-1 {
  fill: #A23D4C;
}

.-E-03 .career-entry__build .cls-1 {
  fill: #F7D436;
}

.-E-04 .career-entry__build .cls-1 {
  fill: #E87073;
}

.-E-05 .career-entry__build .cls-1 {
  fill: #C691B9;
}

.-M-01 .career-entry__build .cls-1 {
  fill: #59C17E;
}

.-M-02 .career-entry__build .cls-1 {
  fill: #EFA8B3;
}

.-M-03 .career-entry__build .cls-1 {
  fill: #AEC975;
}

.-M-04 .career-entry__build .cls-1 {
  fill: #64BEC1;
}

.-M-05 .career-entry__build .cls-1 {
  fill: #A470B1;
}

.-F-01 .career-entry__build .cls-1 {
  fill: #4F9A6D;
}

.-F-02 .career-entry__build .cls-1 {
  fill: #90CCED;
}

.career-entry__result {
  position: absolute;
  bottom: 64px;
  left: 87px;
  width: 64px;
}

.-E-01 .career-entry__result {
  background-color: #008CCF;
}

.-E-02 .career-entry__result {
  background-color: #A40019;
}

.-E-03 .career-entry__result {
  background-color: #E6A004;
}

.-E-04 .career-entry__result {
  background-color: #E8373D;
}

.-E-05 .career-entry__result {
  background-color: #B963A4;
}

.-P-00 .career-entry__result {
  background-color: #00B9EF;
}

.-M-01 .career-entry__result {
  background-color: #00A73C;
}

.-M-02 .career-entry__result {
  background-color: #EC6D81;
}

.-M-03 .career-entry__result {
  background-color: #8FC31F;
}

.-M-04 .career-entry__result {
  background-color: #26B7BC;
}

.-M-05 .career-entry__result {
  background-color: #884798;
}

.-F-01 .career-entry__result {
  background-color: #006428;
}

.-F-02 .career-entry__result {
  background-color: #5EB7E8;
}

.career-entry__average {
  position: absolute;
  top: 134px;
  right: 25px;
  width: 82px;
  text-align: center;
}

.career-entry__hus {
  position: absolute;
  top: 134px;
  left: 55px;
  width: 128px;
  text-align: center;
}

.career-entry__note {
  text-align: right;
  font-size: 12px;
}

.career-entry .num--lv2 {
  margin-right: 2px;
}

.career-region {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .career-region {
    margin: 0 -20px;
  }
}

.career-region__inner {
  width: 296px;
  margin: 0 auto;
  position: relative;
}

.career-region__note {
  width: 296px;
  margin: 10px auto 0;
  font-size: 12px;
}

.career-region__note span {
  display: inline-block;
}

.career-region .num--lv2 {
  margin-right: 2px;
}

.career-region li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 174px;
}

.-M-03 .career-region li,
.-M-04 .career-region li {
  letter-spacing: -0.05em;
}

.career-region li:nth-child(1) {
  top: 6px;
  left: 0;
}

.-M-03 .career-region li:nth-child(1),
.-M-04 .career-region li:nth-child(1) {
  width: 192px;
}

.career-region li:nth-child(2) {
  top: 46px;
  left: 0;
}

.-M-03 .career-region li:nth-child(2),
.-M-04 .career-region li:nth-child(2) {
  width: 192px;
}

.career-region li:nth-child(3) {
  top: 86px;
  left: 0;
}

.-M-03 .career-region li:nth-child(3),
.-M-04 .career-region li:nth-child(3) {
  width: 180px;
}

.career-region li:nth-child(4) {
  top: 200px;
  right: 0;
  width: 120px;
}

.-M-03 .career-region li:nth-child(4),
.-M-04 .career-region li:nth-child(4) {
  width: 122px;
}

.career-region li:nth-child(5) {
  top: 238px;
  right: 0;
  width: 120px;
}

.-M-03 .career-region li:nth-child(5),
.-M-04 .career-region li:nth-child(5) {
  width: 122px;
}

.career-region li:nth-child(6) {
  top: 274px;
  right: 0;
  width: 120px;
}

.-M-03 .career-region li:nth-child(6),
.-M-04 .career-region li:nth-child(6) {
  width: 150px;
}

.career-region .career-balloon {
  margin-top: 16px;
}

.-Galileo .heading--lv1, .-Galileo.heading--lv1,
.-Galileo .heading--large-lv2 {
  color: #456CB7;
}

.-Galileo .heading--lv5, .-Galileo.heading--lv5 {
  color: #456CB7;
}

.-Galileo .define dt {
  color: #456CB7;
}

.-Galileo .num--r, .-Galileo .num--r-bdr, .-Galileo.num--r, .-Galileo.num--r-bdr {
  background-color: #456CB7;
}

.-Galileo .num--r-bdr, .-Galileo.num--r-bdr {
  color: #456CB7;
  background-color: #FFF;
}

.-Galileo .num--r-bdr::before, .-Galileo.num--r-bdr::before {
  border-color: #456CB7;
}

.-Galileo .btn, .-Galileo .btn--strong, .-Galileo .btn--sub, .-Galileo.btn, .-Galileo.btn--strong, .-Galileo.btn--sub {
  background-color: #456CB7;
}

.others .-Galileo .btn::after, .others .-Galileo .btn--strong::after, .others .-Galileo .btn--sub::after, .others .-Galileo.btn::after, .others .-Galileo.btn--strong::after, .others .-Galileo.btn--sub::after {
  border-color: #456CB7;
}

.others .-Galileo .btn:hover, .others .-Galileo .btn--strong:hover, .others .-Galileo .btn--sub:hover, .others .-Galileo.btn:hover, .others .-Galileo.btn--strong:hover, .others .-Galileo.btn--sub:hover {
  color: #456CB7;
}

.others .-Galileo .btn:hover .icon--next::before, .others .-Galileo .btn--strong:hover .icon--next::before, .others .-Galileo .btn--sub:hover .icon--next::before, .others .-Galileo.btn:hover .icon--next::before, .others .-Galileo.btn--strong:hover .icon--next::before, .others .-Galileo.btn--sub:hover .icon--next::before {
  border-color: #456CB7;
}

.list-link--admission .-Galileo .btn, .list-link--admission .-Galileo .btn--strong, .list-link--admission .-Galileo .btn--sub {
  background-color: #456CB7;
}

.others .list-link--admission .-Galileo .btn::after, .others .list-link--admission .-Galileo .btn--strong::after, .others .list-link--admission .-Galileo .btn--sub::after {
  border-color: #456CB7;
}

.others .list-link--admission .-Galileo .btn:hover, .others .list-link--admission .-Galileo .btn--strong:hover, .others .list-link--admission .-Galileo .btn--sub:hover {
  color: #456CB7;
}

.others .list-link--admission .-Galileo .btn:hover .icon--next::before, .others .list-link--admission .-Galileo .btn--strong:hover .icon--next::before, .others .list-link--admission .-Galileo .btn--sub:hover .icon--next::before {
  border-color: #456CB7;
}

.-Galileo .schedule__table th {
  background-color: #456CB7;
}

.-Galileo .schedule__table th::after {
  background-color: #456CB7;
}

.-Galileo .schedule__heading,
.-Galileo .schedule__date {
  color: #456CB7;
}

.-Galileo .schedule__ttl::before {
  background-color: #456CB7;
}

.-Galileo .schedule__ttl-term::before, .-Galileo .schedule__ttl-term--long::before {
  border-color: #456CB7;
}

.-Galileo .schedule__ttl-term::after, .-Galileo .schedule__ttl-term--long::after {
  background-color: #456CB7;
}

.-Galileo .schedule__balloon {
  border-color: #456CB7;
}

.-Galileo .schedule__balloon::before {
  border-bottom-color: #456CB7;
}

.-Galileo .admission-block__ttl--num,
.-Galileo .admission-block__ttl--lv2,
.-Galileo .admission-block__dl dt {
  color: #456CB7;
}

.-Galileo .admission-block__ttl--strong {
  background-color: #456CB7;
}

.-Galileo .accordion__ttl,
.list-link--admission .-Galileo .accordion__ttl {
  background-color: #456CB7;
}

.-S-refer .heading--lv1, .-S-refer.heading--lv1,
.-S-refer .heading--large-lv2 {
  color: #DDAC4F;
}

.-S-refer .heading--lv5, .-S-refer.heading--lv5 {
  color: #DDAC4F;
}

.-S-refer .define dt {
  color: #DDAC4F;
}

.-S-refer .num--r, .-S-refer .num--r-bdr, .-S-refer.num--r, .-S-refer.num--r-bdr {
  background-color: #DDAC4F;
}

.-S-refer .num--r-bdr, .-S-refer.num--r-bdr {
  color: #DDAC4F;
  background-color: #FFF;
}

.-S-refer .num--r-bdr::before, .-S-refer.num--r-bdr::before {
  border-color: #DDAC4F;
}

.-S-refer .btn, .-S-refer .btn--strong, .-S-refer .btn--sub, .-S-refer.btn, .-S-refer.btn--strong, .-S-refer.btn--sub {
  background-color: #DDAC4F;
}

.others .-S-refer .btn::after, .others .-S-refer .btn--strong::after, .others .-S-refer .btn--sub::after, .others .-S-refer.btn::after, .others .-S-refer.btn--strong::after, .others .-S-refer.btn--sub::after {
  border-color: #DDAC4F;
}

.others .-S-refer .btn:hover, .others .-S-refer .btn--strong:hover, .others .-S-refer .btn--sub:hover, .others .-S-refer.btn:hover, .others .-S-refer.btn--strong:hover, .others .-S-refer.btn--sub:hover {
  color: #DDAC4F;
}

.others .-S-refer .btn:hover .icon--next::before, .others .-S-refer .btn--strong:hover .icon--next::before, .others .-S-refer .btn--sub:hover .icon--next::before, .others .-S-refer.btn:hover .icon--next::before, .others .-S-refer.btn--strong:hover .icon--next::before, .others .-S-refer.btn--sub:hover .icon--next::before {
  border-color: #DDAC4F;
}

.list-link--admission .-S-refer .btn, .list-link--admission .-S-refer .btn--strong, .list-link--admission .-S-refer .btn--sub {
  background-color: #DDAC4F;
}

.others .list-link--admission .-S-refer .btn::after, .others .list-link--admission .-S-refer .btn--strong::after, .others .list-link--admission .-S-refer .btn--sub::after {
  border-color: #DDAC4F;
}

.others .list-link--admission .-S-refer .btn:hover, .others .list-link--admission .-S-refer .btn--strong:hover, .others .list-link--admission .-S-refer .btn--sub:hover {
  color: #DDAC4F;
}

.others .list-link--admission .-S-refer .btn:hover .icon--next::before, .others .list-link--admission .-S-refer .btn--strong:hover .icon--next::before, .others .list-link--admission .-S-refer .btn--sub:hover .icon--next::before {
  border-color: #DDAC4F;
}

.-S-refer .schedule__table th {
  background-color: #DDAC4F;
}

.-S-refer .schedule__table th::after {
  background-color: #DDAC4F;
}

.-S-refer .schedule__heading,
.-S-refer .schedule__date {
  color: #DDAC4F;
}

.-S-refer .schedule__ttl::before {
  background-color: #DDAC4F;
}

.-S-refer .schedule__ttl-term::before, .-S-refer .schedule__ttl-term--long::before {
  border-color: #DDAC4F;
}

.-S-refer .schedule__ttl-term::after, .-S-refer .schedule__ttl-term--long::after {
  background-color: #DDAC4F;
}

.-S-refer .schedule__balloon {
  border-color: #DDAC4F;
}

.-S-refer .schedule__balloon::before {
  border-bottom-color: #DDAC4F;
}

.-S-refer .admission-block__ttl--num,
.-S-refer .admission-block__ttl--lv2,
.-S-refer .admission-block__dl dt {
  color: #DDAC4F;
}

.-S-refer .admission-block__ttl--strong {
  background-color: #DDAC4F;
}

.-S-refer .accordion__ttl,
.list-link--admission .-S-refer .accordion__ttl {
  background-color: #DDAC4F;
}

.-Refer .heading--lv1, .-Refer.heading--lv1,
.-Refer .heading--large-lv2 {
  color: #C35487;
}

.-Refer .heading--lv5, .-Refer.heading--lv5 {
  color: #C35487;
}

.-Refer .define dt {
  color: #C35487;
}

.-Refer .num--r, .-Refer .num--r-bdr, .-Refer.num--r, .-Refer.num--r-bdr {
  background-color: #C35487;
}

.-Refer .num--r-bdr, .-Refer.num--r-bdr {
  color: #C35487;
  background-color: #FFF;
}

.-Refer .num--r-bdr::before, .-Refer.num--r-bdr::before {
  border-color: #C35487;
}

.-Refer .btn, .-Refer .btn--strong, .-Refer .btn--sub, .-Refer.btn, .-Refer.btn--strong, .-Refer.btn--sub {
  background-color: #C35487;
}

.others .-Refer .btn::after, .others .-Refer .btn--strong::after, .others .-Refer .btn--sub::after, .others .-Refer.btn::after, .others .-Refer.btn--strong::after, .others .-Refer.btn--sub::after {
  border-color: #C35487;
}

.others .-Refer .btn:hover, .others .-Refer .btn--strong:hover, .others .-Refer .btn--sub:hover, .others .-Refer.btn:hover, .others .-Refer.btn--strong:hover, .others .-Refer.btn--sub:hover {
  color: #C35487;
}

.others .-Refer .btn:hover .icon--next::before, .others .-Refer .btn--strong:hover .icon--next::before, .others .-Refer .btn--sub:hover .icon--next::before, .others .-Refer.btn:hover .icon--next::before, .others .-Refer.btn--strong:hover .icon--next::before, .others .-Refer.btn--sub:hover .icon--next::before {
  border-color: #C35487;
}

.list-link--admission .-Refer .btn, .list-link--admission .-Refer .btn--strong, .list-link--admission .-Refer .btn--sub {
  background-color: #C35487;
}

.others .list-link--admission .-Refer .btn::after, .others .list-link--admission .-Refer .btn--strong::after, .others .list-link--admission .-Refer .btn--sub::after {
  border-color: #C35487;
}

.others .list-link--admission .-Refer .btn:hover, .others .list-link--admission .-Refer .btn--strong:hover, .others .list-link--admission .-Refer .btn--sub:hover {
  color: #C35487;
}

.others .list-link--admission .-Refer .btn:hover .icon--next::before, .others .list-link--admission .-Refer .btn--strong:hover .icon--next::before, .others .list-link--admission .-Refer .btn--sub:hover .icon--next::before {
  border-color: #C35487;
}

.-Refer .schedule__table th {
  background-color: #C35487;
}

.-Refer .schedule__table th::after {
  background-color: #C35487;
}

.-Refer .schedule__heading,
.-Refer .schedule__date {
  color: #C35487;
}

.-Refer .schedule__ttl::before {
  background-color: #C35487;
}

.-Refer .schedule__ttl-term::before, .-Refer .schedule__ttl-term--long::before {
  border-color: #C35487;
}

.-Refer .schedule__ttl-term::after, .-Refer .schedule__ttl-term--long::after {
  background-color: #C35487;
}

.-Refer .schedule__balloon {
  border-color: #C35487;
}

.-Refer .schedule__balloon::before {
  border-bottom-color: #C35487;
}

.-Refer .admission-block__ttl--num,
.-Refer .admission-block__ttl--lv2,
.-Refer .admission-block__dl dt {
  color: #C35487;
}

.-Refer .admission-block__ttl--strong {
  background-color: #C35487;
}

.-Refer .accordion__ttl,
.list-link--admission .-Refer .accordion__ttl {
  background-color: #C35487;
}

.-Exam .heading--lv1, .-Exam.heading--lv1,
.-Exam .heading--large-lv2 {
  color: #C75E45;
}

.-Exam .heading--lv5, .-Exam.heading--lv5 {
  color: #C75E45;
}

.-Exam .define dt {
  color: #C75E45;
}

.-Exam .num--r, .-Exam .num--r-bdr, .-Exam.num--r, .-Exam.num--r-bdr {
  background-color: #C75E45;
}

.-Exam .num--r-bdr, .-Exam.num--r-bdr {
  color: #C75E45;
  background-color: #FFF;
}

.-Exam .num--r-bdr::before, .-Exam.num--r-bdr::before {
  border-color: #C75E45;
}

.-Exam .btn, .-Exam .btn--strong, .-Exam .btn--sub, .-Exam.btn, .-Exam.btn--strong, .-Exam.btn--sub {
  background-color: #C75E45;
}

.others .-Exam .btn::after, .others .-Exam .btn--strong::after, .others .-Exam .btn--sub::after, .others .-Exam.btn::after, .others .-Exam.btn--strong::after, .others .-Exam.btn--sub::after {
  border-color: #C75E45;
}

.others .-Exam .btn:hover, .others .-Exam .btn--strong:hover, .others .-Exam .btn--sub:hover, .others .-Exam.btn:hover, .others .-Exam.btn--strong:hover, .others .-Exam.btn--sub:hover {
  color: #C75E45;
}

.others .-Exam .btn:hover .icon--next::before, .others .-Exam .btn--strong:hover .icon--next::before, .others .-Exam .btn--sub:hover .icon--next::before, .others .-Exam.btn:hover .icon--next::before, .others .-Exam.btn--strong:hover .icon--next::before, .others .-Exam.btn--sub:hover .icon--next::before {
  border-color: #C75E45;
}

.list-link--admission .-Exam .btn, .list-link--admission .-Exam .btn--strong, .list-link--admission .-Exam .btn--sub {
  background-color: #C75E45;
}

.others .list-link--admission .-Exam .btn::after, .others .list-link--admission .-Exam .btn--strong::after, .others .list-link--admission .-Exam .btn--sub::after {
  border-color: #C75E45;
}

.others .list-link--admission .-Exam .btn:hover, .others .list-link--admission .-Exam .btn--strong:hover, .others .list-link--admission .-Exam .btn--sub:hover {
  color: #C75E45;
}

.others .list-link--admission .-Exam .btn:hover .icon--next::before, .others .list-link--admission .-Exam .btn--strong:hover .icon--next::before, .others .list-link--admission .-Exam .btn--sub:hover .icon--next::before {
  border-color: #C75E45;
}

.-Exam .schedule__table th {
  background-color: #C75E45;
}

.-Exam .schedule__table th::after {
  background-color: #C75E45;
}

.-Exam .schedule__heading,
.-Exam .schedule__date {
  color: #C75E45;
}

.-Exam .schedule__ttl::before {
  background-color: #C75E45;
}

.-Exam .schedule__ttl-term::before, .-Exam .schedule__ttl-term--long::before {
  border-color: #C75E45;
}

.-Exam .schedule__ttl-term::after, .-Exam .schedule__ttl-term--long::after {
  background-color: #C75E45;
}

.-Exam .schedule__balloon {
  border-color: #C75E45;
}

.-Exam .schedule__balloon::before {
  border-bottom-color: #C75E45;
}

.-Exam .admission-block__ttl--num,
.-Exam .admission-block__ttl--lv2,
.-Exam .admission-block__dl dt {
  color: #C75E45;
}

.-Exam .admission-block__ttl--strong {
  background-color: #C75E45;
}

.-Exam .accordion__ttl,
.list-link--admission .-Exam .accordion__ttl {
  background-color: #C75E45;
}

.-C-exam .heading--lv1, .-C-exam.heading--lv1,
.-C-exam .heading--large-lv2 {
  color: #489F6D;
}

.-C-exam .heading--lv5, .-C-exam.heading--lv5 {
  color: #489F6D;
}

.-C-exam .define dt {
  color: #489F6D;
}

.-C-exam .num--r, .-C-exam .num--r-bdr, .-C-exam.num--r, .-C-exam.num--r-bdr {
  background-color: #489F6D;
}

.-C-exam .num--r-bdr, .-C-exam.num--r-bdr {
  color: #489F6D;
  background-color: #FFF;
}

.-C-exam .num--r-bdr::before, .-C-exam.num--r-bdr::before {
  border-color: #489F6D;
}

.-C-exam .btn, .-C-exam .btn--strong, .-C-exam .btn--sub, .-C-exam.btn, .-C-exam.btn--strong, .-C-exam.btn--sub {
  background-color: #489F6D;
}

.others .-C-exam .btn::after, .others .-C-exam .btn--strong::after, .others .-C-exam .btn--sub::after, .others .-C-exam.btn::after, .others .-C-exam.btn--strong::after, .others .-C-exam.btn--sub::after {
  border-color: #489F6D;
}

.others .-C-exam .btn:hover, .others .-C-exam .btn--strong:hover, .others .-C-exam .btn--sub:hover, .others .-C-exam.btn:hover, .others .-C-exam.btn--strong:hover, .others .-C-exam.btn--sub:hover {
  color: #489F6D;
}

.others .-C-exam .btn:hover .icon--next::before, .others .-C-exam .btn--strong:hover .icon--next::before, .others .-C-exam .btn--sub:hover .icon--next::before, .others .-C-exam.btn:hover .icon--next::before, .others .-C-exam.btn--strong:hover .icon--next::before, .others .-C-exam.btn--sub:hover .icon--next::before {
  border-color: #489F6D;
}

.list-link--admission .-C-exam .btn, .list-link--admission .-C-exam .btn--strong, .list-link--admission .-C-exam .btn--sub {
  background-color: #489F6D;
}

.others .list-link--admission .-C-exam .btn::after, .others .list-link--admission .-C-exam .btn--strong::after, .others .list-link--admission .-C-exam .btn--sub::after {
  border-color: #489F6D;
}

.others .list-link--admission .-C-exam .btn:hover, .others .list-link--admission .-C-exam .btn--strong:hover, .others .list-link--admission .-C-exam .btn--sub:hover {
  color: #489F6D;
}

.others .list-link--admission .-C-exam .btn:hover .icon--next::before, .others .list-link--admission .-C-exam .btn--strong:hover .icon--next::before, .others .list-link--admission .-C-exam .btn--sub:hover .icon--next::before {
  border-color: #489F6D;
}

.-C-exam .schedule__table th {
  background-color: #489F6D;
}

.-C-exam .schedule__table th::after {
  background-color: #489F6D;
}

.-C-exam .schedule__heading,
.-C-exam .schedule__date {
  color: #489F6D;
}

.-C-exam .schedule__ttl::before {
  background-color: #489F6D;
}

.-C-exam .schedule__ttl-term::before, .-C-exam .schedule__ttl-term--long::before {
  border-color: #489F6D;
}

.-C-exam .schedule__ttl-term::after, .-C-exam .schedule__ttl-term--long::after {
  background-color: #489F6D;
}

.-C-exam .schedule__balloon {
  border-color: #489F6D;
}

.-C-exam .schedule__balloon::before {
  border-bottom-color: #489F6D;
}

.-C-exam .admission-block__ttl--num,
.-C-exam .admission-block__ttl--lv2,
.-C-exam .admission-block__dl dt {
  color: #489F6D;
}

.-C-exam .admission-block__ttl--strong {
  background-color: #489F6D;
}

.-C-exam .accordion__ttl,
.list-link--admission .-C-exam .accordion__ttl {
  background-color: #489F6D;
}

.-Admit .heading--lv1, .-Admit.heading--lv1,
.-Admit .heading--large-lv2 {
  color: #7C50B7;
}

.-Admit .heading--lv5, .-Admit.heading--lv5 {
  color: #7C50B7;
}

.-Admit .define dt {
  color: #7C50B7;
}

.-Admit .num--r, .-Admit .num--r-bdr, .-Admit.num--r, .-Admit.num--r-bdr {
  background-color: #7C50B7;
}

.-Admit .num--r-bdr, .-Admit.num--r-bdr {
  color: #7C50B7;
  background-color: #FFF;
}

.-Admit .num--r-bdr::before, .-Admit.num--r-bdr::before {
  border-color: #7C50B7;
}

.-Admit .btn, .-Admit .btn--strong, .-Admit .btn--sub, .-Admit.btn, .-Admit.btn--strong, .-Admit.btn--sub {
  background-color: #7C50B7;
}

.others .-Admit .btn::after, .others .-Admit .btn--strong::after, .others .-Admit .btn--sub::after, .others .-Admit.btn::after, .others .-Admit.btn--strong::after, .others .-Admit.btn--sub::after {
  border-color: #7C50B7;
}

.others .-Admit .btn:hover, .others .-Admit .btn--strong:hover, .others .-Admit .btn--sub:hover, .others .-Admit.btn:hover, .others .-Admit.btn--strong:hover, .others .-Admit.btn--sub:hover {
  color: #7C50B7;
}

.others .-Admit .btn:hover .icon--next::before, .others .-Admit .btn--strong:hover .icon--next::before, .others .-Admit .btn--sub:hover .icon--next::before, .others .-Admit.btn:hover .icon--next::before, .others .-Admit.btn--strong:hover .icon--next::before, .others .-Admit.btn--sub:hover .icon--next::before {
  border-color: #7C50B7;
}

.list-link--admission .-Admit .btn, .list-link--admission .-Admit .btn--strong, .list-link--admission .-Admit .btn--sub {
  background-color: #7C50B7;
}

.others .list-link--admission .-Admit .btn::after, .others .list-link--admission .-Admit .btn--strong::after, .others .list-link--admission .-Admit .btn--sub::after {
  border-color: #7C50B7;
}

.others .list-link--admission .-Admit .btn:hover, .others .list-link--admission .-Admit .btn--strong:hover, .others .list-link--admission .-Admit .btn--sub:hover {
  color: #7C50B7;
}

.others .list-link--admission .-Admit .btn:hover .icon--next::before, .others .list-link--admission .-Admit .btn--strong:hover .icon--next::before, .others .list-link--admission .-Admit .btn--sub:hover .icon--next::before {
  border-color: #7C50B7;
}

.-Admit .schedule__table th {
  background-color: #7C50B7;
}

.-Admit .schedule__table th::after {
  background-color: #7C50B7;
}

.-Admit .schedule__heading,
.-Admit .schedule__date {
  color: #7C50B7;
}

.-Admit .schedule__ttl::before {
  background-color: #7C50B7;
}

.-Admit .schedule__ttl-term::before, .-Admit .schedule__ttl-term--long::before {
  border-color: #7C50B7;
}

.-Admit .schedule__ttl-term::after, .-Admit .schedule__ttl-term--long::after {
  background-color: #7C50B7;
}

.-Admit .schedule__balloon {
  border-color: #7C50B7;
}

.-Admit .schedule__balloon::before {
  border-bottom-color: #7C50B7;
}

.-Admit .admission-block__ttl--num,
.-Admit .admission-block__ttl--lv2,
.-Admit .admission-block__dl dt {
  color: #7C50B7;
}

.-Admit .admission-block__ttl--strong {
  background-color: #7C50B7;
}

.-Admit .accordion__ttl,
.list-link--admission .-Admit .accordion__ttl {
  background-color: #7C50B7;
}

.-Non-degree .heading--lv1, .-Non-degree.heading--lv1,
.-Non-degree .heading--large-lv2 {
  color: #799823;
}

.-Non-degree .heading--lv5, .-Non-degree.heading--lv5 {
  color: #799823;
}

.-Non-degree .define dt {
  color: #799823;
}

.-Non-degree .num--r, .-Non-degree .num--r-bdr, .-Non-degree.num--r, .-Non-degree.num--r-bdr {
  background-color: #799823;
}

.-Non-degree .num--r-bdr, .-Non-degree.num--r-bdr {
  color: #799823;
  background-color: #FFF;
}

.-Non-degree .num--r-bdr::before, .-Non-degree.num--r-bdr::before {
  border-color: #799823;
}

.-Non-degree .btn, .-Non-degree .btn--strong, .-Non-degree .btn--sub, .-Non-degree.btn, .-Non-degree.btn--strong, .-Non-degree.btn--sub {
  background-color: #799823;
}

.others .-Non-degree .btn::after, .others .-Non-degree .btn--strong::after, .others .-Non-degree .btn--sub::after, .others .-Non-degree.btn::after, .others .-Non-degree.btn--strong::after, .others .-Non-degree.btn--sub::after {
  border-color: #799823;
}

.others .-Non-degree .btn:hover, .others .-Non-degree .btn--strong:hover, .others .-Non-degree .btn--sub:hover, .others .-Non-degree.btn:hover, .others .-Non-degree.btn--strong:hover, .others .-Non-degree.btn--sub:hover {
  color: #799823;
}

.others .-Non-degree .btn:hover .icon--next::before, .others .-Non-degree .btn--strong:hover .icon--next::before, .others .-Non-degree .btn--sub:hover .icon--next::before, .others .-Non-degree.btn:hover .icon--next::before, .others .-Non-degree.btn--strong:hover .icon--next::before, .others .-Non-degree.btn--sub:hover .icon--next::before {
  border-color: #799823;
}

.list-link--admission .-Non-degree .btn, .list-link--admission .-Non-degree .btn--strong, .list-link--admission .-Non-degree .btn--sub {
  background-color: #799823;
}

.others .list-link--admission .-Non-degree .btn::after, .others .list-link--admission .-Non-degree .btn--strong::after, .others .list-link--admission .-Non-degree .btn--sub::after {
  border-color: #799823;
}

.others .list-link--admission .-Non-degree .btn:hover, .others .list-link--admission .-Non-degree .btn--strong:hover, .others .list-link--admission .-Non-degree .btn--sub:hover {
  color: #799823;
}

.others .list-link--admission .-Non-degree .btn:hover .icon--next::before, .others .list-link--admission .-Non-degree .btn--strong:hover .icon--next::before, .others .list-link--admission .-Non-degree .btn--sub:hover .icon--next::before {
  border-color: #799823;
}

.-Non-degree .schedule__table th {
  background-color: #799823;
}

.-Non-degree .schedule__table th::after {
  background-color: #799823;
}

.-Non-degree .schedule__heading,
.-Non-degree .schedule__date {
  color: #799823;
}

.-Non-degree .schedule__ttl::before {
  background-color: #799823;
}

.-Non-degree .schedule__ttl-term::before, .-Non-degree .schedule__ttl-term--long::before {
  border-color: #799823;
}

.-Non-degree .schedule__ttl-term::after, .-Non-degree .schedule__ttl-term--long::after {
  background-color: #799823;
}

.-Non-degree .schedule__balloon {
  border-color: #799823;
}

.-Non-degree .schedule__balloon::before {
  border-bottom-color: #799823;
}

.-Non-degree .admission-block__ttl--num,
.-Non-degree .admission-block__ttl--lv2,
.-Non-degree .admission-block__dl dt {
  color: #799823;
}

.-Non-degree .admission-block__ttl--strong {
  background-color: #799823;
}

.-Non-degree .accordion__ttl,
.list-link--admission .-Non-degree .accordion__ttl {
  background-color: #799823;
}

.-Graduate .heading--lv1, .-Graduate.heading--lv1,
.-Graduate .heading--large-lv2 {
  color: #C13B5A;
}

.-Graduate .heading--lv5, .-Graduate.heading--lv5 {
  color: #C13B5A;
}

.-Graduate .define dt {
  color: #C13B5A;
}

.-Graduate .num--r, .-Graduate .num--r-bdr, .-Graduate.num--r, .-Graduate.num--r-bdr {
  background-color: #C13B5A;
}

.-Graduate .num--r-bdr, .-Graduate.num--r-bdr {
  color: #C13B5A;
  background-color: #FFF;
}

.-Graduate .num--r-bdr::before, .-Graduate.num--r-bdr::before {
  border-color: #C13B5A;
}

.-Graduate .btn, .-Graduate .btn--strong, .-Graduate .btn--sub, .-Graduate.btn, .-Graduate.btn--strong, .-Graduate.btn--sub {
  background-color: #C13B5A;
}

.others .-Graduate .btn::after, .others .-Graduate .btn--strong::after, .others .-Graduate .btn--sub::after, .others .-Graduate.btn::after, .others .-Graduate.btn--strong::after, .others .-Graduate.btn--sub::after {
  border-color: #C13B5A;
}

.others .-Graduate .btn:hover, .others .-Graduate .btn--strong:hover, .others .-Graduate .btn--sub:hover, .others .-Graduate.btn:hover, .others .-Graduate.btn--strong:hover, .others .-Graduate.btn--sub:hover {
  color: #C13B5A;
}

.others .-Graduate .btn:hover .icon--next::before, .others .-Graduate .btn--strong:hover .icon--next::before, .others .-Graduate .btn--sub:hover .icon--next::before, .others .-Graduate.btn:hover .icon--next::before, .others .-Graduate.btn--strong:hover .icon--next::before, .others .-Graduate.btn--sub:hover .icon--next::before {
  border-color: #C13B5A;
}

.list-link--admission .-Graduate .btn, .list-link--admission .-Graduate .btn--strong, .list-link--admission .-Graduate .btn--sub {
  background-color: #C13B5A;
}

.others .list-link--admission .-Graduate .btn::after, .others .list-link--admission .-Graduate .btn--strong::after, .others .list-link--admission .-Graduate .btn--sub::after {
  border-color: #C13B5A;
}

.others .list-link--admission .-Graduate .btn:hover, .others .list-link--admission .-Graduate .btn--strong:hover, .others .list-link--admission .-Graduate .btn--sub:hover {
  color: #C13B5A;
}

.others .list-link--admission .-Graduate .btn:hover .icon--next::before, .others .list-link--admission .-Graduate .btn--strong:hover .icon--next::before, .others .list-link--admission .-Graduate .btn--sub:hover .icon--next::before {
  border-color: #C13B5A;
}

.-Graduate .schedule__table th {
  background-color: #C13B5A;
}

.-Graduate .schedule__table th::after {
  background-color: #C13B5A;
}

.-Graduate .schedule__heading,
.-Graduate .schedule__date {
  color: #C13B5A;
}

.-Graduate .schedule__ttl::before {
  background-color: #C13B5A;
}

.-Graduate .schedule__ttl-term::before, .-Graduate .schedule__ttl-term--long::before {
  border-color: #C13B5A;
}

.-Graduate .schedule__ttl-term::after, .-Graduate .schedule__ttl-term--long::after {
  background-color: #C13B5A;
}

.-Graduate .schedule__balloon {
  border-color: #C13B5A;
}

.-Graduate .schedule__balloon::before {
  border-bottom-color: #C13B5A;
}

.-Graduate .admission-block__ttl--num,
.-Graduate .admission-block__ttl--lv2,
.-Graduate .admission-block__dl dt {
  color: #C13B5A;
}

.-Graduate .admission-block__ttl--strong {
  background-color: #C13B5A;
}

.-Graduate .accordion__ttl,
.list-link--admission .-Graduate .accordion__ttl {
  background-color: #C13B5A;
}

.-Abroad .heading--lv1, .-Abroad.heading--lv1,
.-Abroad .heading--large-lv2 {
  color: #3992A7;
}

.-Abroad .heading--lv5, .-Abroad.heading--lv5 {
  color: #3992A7;
}

.-Abroad .define dt {
  color: #3992A7;
}

.-Abroad .num--r, .-Abroad .num--r-bdr, .-Abroad.num--r, .-Abroad.num--r-bdr {
  background-color: #3992A7;
}

.-Abroad .num--r-bdr, .-Abroad.num--r-bdr {
  color: #3992A7;
  background-color: #FFF;
}

.-Abroad .num--r-bdr::before, .-Abroad.num--r-bdr::before {
  border-color: #3992A7;
}

.-Abroad .btn, .-Abroad .btn--strong, .-Abroad .btn--sub, .-Abroad.btn, .-Abroad.btn--strong, .-Abroad.btn--sub {
  background-color: #3992A7;
}

.others .-Abroad .btn::after, .others .-Abroad .btn--strong::after, .others .-Abroad .btn--sub::after, .others .-Abroad.btn::after, .others .-Abroad.btn--strong::after, .others .-Abroad.btn--sub::after {
  border-color: #3992A7;
}

.others .-Abroad .btn:hover, .others .-Abroad .btn--strong:hover, .others .-Abroad .btn--sub:hover, .others .-Abroad.btn:hover, .others .-Abroad.btn--strong:hover, .others .-Abroad.btn--sub:hover {
  color: #3992A7;
}

.others .-Abroad .btn:hover .icon--next::before, .others .-Abroad .btn--strong:hover .icon--next::before, .others .-Abroad .btn--sub:hover .icon--next::before, .others .-Abroad.btn:hover .icon--next::before, .others .-Abroad.btn--strong:hover .icon--next::before, .others .-Abroad.btn--sub:hover .icon--next::before {
  border-color: #3992A7;
}

.list-link--admission .-Abroad .btn, .list-link--admission .-Abroad .btn--strong, .list-link--admission .-Abroad .btn--sub {
  background-color: #3992A7;
}

.others .list-link--admission .-Abroad .btn::after, .others .list-link--admission .-Abroad .btn--strong::after, .others .list-link--admission .-Abroad .btn--sub::after {
  border-color: #3992A7;
}

.others .list-link--admission .-Abroad .btn:hover, .others .list-link--admission .-Abroad .btn--strong:hover, .others .list-link--admission .-Abroad .btn--sub:hover {
  color: #3992A7;
}

.others .list-link--admission .-Abroad .btn:hover .icon--next::before, .others .list-link--admission .-Abroad .btn--strong:hover .icon--next::before, .others .list-link--admission .-Abroad .btn--sub:hover .icon--next::before {
  border-color: #3992A7;
}

.-Abroad .schedule__table th {
  background-color: #3992A7;
}

.-Abroad .schedule__table th::after {
  background-color: #3992A7;
}

.-Abroad .schedule__heading,
.-Abroad .schedule__date {
  color: #3992A7;
}

.-Abroad .schedule__ttl::before {
  background-color: #3992A7;
}

.-Abroad .schedule__ttl-term::before, .-Abroad .schedule__ttl-term--long::before {
  border-color: #3992A7;
}

.-Abroad .schedule__ttl-term::after, .-Abroad .schedule__ttl-term--long::after {
  background-color: #3992A7;
}

.-Abroad .schedule__balloon {
  border-color: #3992A7;
}

.-Abroad .schedule__balloon::before {
  border-bottom-color: #3992A7;
}

.-Abroad .admission-block__ttl--num,
.-Abroad .admission-block__ttl--lv2,
.-Abroad .admission-block__dl dt {
  color: #3992A7;
}

.-Abroad .admission-block__ttl--strong {
  background-color: #3992A7;
}

.-Abroad .accordion__ttl,
.list-link--admission .-Abroad .accordion__ttl {
  background-color: #3992A7;
}

.-E-00 .heading--lv1, .-E-00.heading--lv1,
.-E-00 .heading--large-lv2 {
  color: #4F64AE;
}

.-E-00 .heading--lv5, .-E-00.heading--lv5 {
  color: #4F64AE;
}

.-E-00 .define dt {
  color: #4F64AE;
}

.-E-00 .num--r, .-E-00 .num--r-bdr, .-E-00.num--r, .-E-00.num--r-bdr {
  background-color: #4F64AE;
}

.-E-00 .num--r-bdr, .-E-00.num--r-bdr {
  color: #4F64AE;
  background-color: #FFF;
}

.-E-00 .num--r-bdr::before, .-E-00.num--r-bdr::before {
  border-color: #4F64AE;
}

.-E-00 .btn, .-E-00 .btn--strong, .-E-00 .btn--sub, .-E-00.btn, .-E-00.btn--strong, .-E-00.btn--sub {
  background-color: #4F64AE;
}

.others .-E-00 .btn::after, .others .-E-00 .btn--strong::after, .others .-E-00 .btn--sub::after, .others .-E-00.btn::after, .others .-E-00.btn--strong::after, .others .-E-00.btn--sub::after {
  border-color: #4F64AE;
}

.others .-E-00 .btn:hover, .others .-E-00 .btn--strong:hover, .others .-E-00 .btn--sub:hover, .others .-E-00.btn:hover, .others .-E-00.btn--strong:hover, .others .-E-00.btn--sub:hover {
  color: #4F64AE;
}

.others .-E-00 .btn:hover .icon--next::before, .others .-E-00 .btn--strong:hover .icon--next::before, .others .-E-00 .btn--sub:hover .icon--next::before, .others .-E-00.btn:hover .icon--next::before, .others .-E-00.btn--strong:hover .icon--next::before, .others .-E-00.btn--sub:hover .icon--next::before {
  border-color: #4F64AE;
}

@media only screen and (max-width: 767px) {
  .-E-00 .accordion__ttl, .-E-00.accordion__ttl {
    padding-left: 36px;
  }
  .-E-00 .accordion__ttl::before, .-E-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 14px;
    border-left: solid 6px #4F64AE;
  }
  .-open .-E-00 .accordion__ttl, .-open .-E-00.accordion__ttl {
    color: #FFF;
    background-color: #4F64AE;
  }
  .-open .-E-00 .accordion__ttl::before, .-open .-E-00.accordion__ttl::before {
    border-color: #FFF;
  }
  .-open .-E-00 .accordion__ttl .icon--open::before, .-open .-E-00 .accordion__ttl .icon--open::after, .-open .-E-00.accordion__ttl .icon--open::before, .-open .-E-00.accordion__ttl .icon--open::after {
    border-color: #FFF;
  }
}

@media (min-width: 768px) {
  .-E-00 .accordion__ttl::before, .-E-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 14px;
    border-left: solid 6px #4F64AE;
  }
}

.-E-01 .heading--lv1, .-E-01.heading--lv1,
.-E-01 .heading--large-lv2 {
  color: #008CCF;
}

.-E-01 .heading--lv5, .-E-01.heading--lv5 {
  color: #008CCF;
}

.-E-01 .define dt {
  color: #008CCF;
}

.-E-01 .num--r, .-E-01 .num--r-bdr, .-E-01.num--r, .-E-01.num--r-bdr {
  background-color: #008CCF;
}

.-E-01 .num--r-bdr, .-E-01.num--r-bdr {
  color: #008CCF;
  background-color: #FFF;
}

.-E-01 .num--r-bdr::before, .-E-01.num--r-bdr::before {
  border-color: #008CCF;
}

.-E-01 .btn, .-E-01 .btn--strong, .-E-01 .btn--sub, .-E-01.btn, .-E-01.btn--strong, .-E-01.btn--sub {
  background-color: #008CCF;
}

.others .-E-01 .btn::after, .others .-E-01 .btn--strong::after, .others .-E-01 .btn--sub::after, .others .-E-01.btn::after, .others .-E-01.btn--strong::after, .others .-E-01.btn--sub::after {
  border-color: #008CCF;
}

.others .-E-01 .btn:hover, .others .-E-01 .btn--strong:hover, .others .-E-01 .btn--sub:hover, .others .-E-01.btn:hover, .others .-E-01.btn--strong:hover, .others .-E-01.btn--sub:hover {
  color: #008CCF;
}

.others .-E-01 .btn:hover .icon--next::before, .others .-E-01 .btn--strong:hover .icon--next::before, .others .-E-01 .btn--sub:hover .icon--next::before, .others .-E-01.btn:hover .icon--next::before, .others .-E-01.btn--strong:hover .icon--next::before, .others .-E-01.btn--sub:hover .icon--next::before {
  border-color: #008CCF;
}

.-E-01 .laboContent__heading {
  color: #008CCF;
}

.-E-01 .laboContent__caption {
  background-color: #008CCF;
}

.others .-E-01 .laboContent__link:hover {
  color: #008CCF;
  border-color: #008CCF;
}

.others .-E-01 .laboContent__link:hover .icon--next::before {
  border-color: #008CCF;
}

.others .-E-01 .laboContent__link:hover .laboContent__more {
  color: #008CCF;
}

.-E-01 .laboContent__article a {
  color: #008CCF;
}

.others .-E-01 .laboContent__prev:not(.-disabled):hover,
.others .-E-01 .laboContent__next:not(.-disabled):hover {
  color: #008CCF;
}

.others .-E-01 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-E-01 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #008CCF;
}

.-E-01.list-link__sub-link {
  padding-left: 27px;
}

.-E-01.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #008CCF;
}

.others .-E-01.list-link__sub-link:hover {
  color: #008CCF;
}

.others .-E-01.list-link__sub-link:hover .icon--next::before {
  border-color: #008CCF;
}

.-E-02 .heading--lv1, .-E-02.heading--lv1,
.-E-02 .heading--large-lv2 {
  color: #A40019;
}

.-E-02 .heading--lv5, .-E-02.heading--lv5 {
  color: #A40019;
}

.-E-02 .define dt {
  color: #A40019;
}

.-E-02 .num--r, .-E-02 .num--r-bdr, .-E-02.num--r, .-E-02.num--r-bdr {
  background-color: #A40019;
}

.-E-02 .num--r-bdr, .-E-02.num--r-bdr {
  color: #A40019;
  background-color: #FFF;
}

.-E-02 .num--r-bdr::before, .-E-02.num--r-bdr::before {
  border-color: #A40019;
}

.-E-02 .btn, .-E-02 .btn--strong, .-E-02 .btn--sub, .-E-02.btn, .-E-02.btn--strong, .-E-02.btn--sub {
  background-color: #A40019;
}

.others .-E-02 .btn::after, .others .-E-02 .btn--strong::after, .others .-E-02 .btn--sub::after, .others .-E-02.btn::after, .others .-E-02.btn--strong::after, .others .-E-02.btn--sub::after {
  border-color: #A40019;
}

.others .-E-02 .btn:hover, .others .-E-02 .btn--strong:hover, .others .-E-02 .btn--sub:hover, .others .-E-02.btn:hover, .others .-E-02.btn--strong:hover, .others .-E-02.btn--sub:hover {
  color: #A40019;
}

.others .-E-02 .btn:hover .icon--next::before, .others .-E-02 .btn--strong:hover .icon--next::before, .others .-E-02 .btn--sub:hover .icon--next::before, .others .-E-02.btn:hover .icon--next::before, .others .-E-02.btn--strong:hover .icon--next::before, .others .-E-02.btn--sub:hover .icon--next::before {
  border-color: #A40019;
}

.-E-02 .laboContent__heading {
  color: #A40019;
}

.-E-02 .laboContent__caption {
  background-color: #A40019;
}

.others .-E-02 .laboContent__link:hover {
  color: #A40019;
  border-color: #A40019;
}

.others .-E-02 .laboContent__link:hover .icon--next::before {
  border-color: #A40019;
}

.others .-E-02 .laboContent__link:hover .laboContent__more {
  color: #A40019;
}

.-E-02 .laboContent__article a {
  color: #A40019;
}

.others .-E-02 .laboContent__prev:not(.-disabled):hover,
.others .-E-02 .laboContent__next:not(.-disabled):hover {
  color: #A40019;
}

.others .-E-02 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-E-02 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #A40019;
}

.-E-02.list-link__sub-link {
  padding-left: 27px;
}

.-E-02.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #A40019;
}

.others .-E-02.list-link__sub-link:hover {
  color: #A40019;
}

.others .-E-02.list-link__sub-link:hover .icon--next::before {
  border-color: #A40019;
}

.-E-03 .heading--lv1, .-E-03.heading--lv1,
.-E-03 .heading--large-lv2 {
  color: #FDD000;
}

.-E-03 .heading--lv5, .-E-03.heading--lv5 {
  color: #FDD000;
}

.-E-03 .define dt {
  color: #FDD000;
}

.-E-03 .num--r, .-E-03 .num--r-bdr, .-E-03.num--r, .-E-03.num--r-bdr {
  background-color: #FDD000;
}

.-E-03 .num--r-bdr, .-E-03.num--r-bdr {
  color: #FDD000;
  background-color: #FFF;
}

.-E-03 .num--r-bdr::before, .-E-03.num--r-bdr::before {
  border-color: #FDD000;
}

.-E-03 .btn, .-E-03 .btn--strong, .-E-03 .btn--sub, .-E-03.btn, .-E-03.btn--strong, .-E-03.btn--sub {
  background-color: #FDD000;
}

.others .-E-03 .btn::after, .others .-E-03 .btn--strong::after, .others .-E-03 .btn--sub::after, .others .-E-03.btn::after, .others .-E-03.btn--strong::after, .others .-E-03.btn--sub::after {
  border-color: #FDD000;
}

.others .-E-03 .btn:hover, .others .-E-03 .btn--strong:hover, .others .-E-03 .btn--sub:hover, .others .-E-03.btn:hover, .others .-E-03.btn--strong:hover, .others .-E-03.btn--sub:hover {
  color: #FDD000;
}

.others .-E-03 .btn:hover .icon--next::before, .others .-E-03 .btn--strong:hover .icon--next::before, .others .-E-03 .btn--sub:hover .icon--next::before, .others .-E-03.btn:hover .icon--next::before, .others .-E-03.btn--strong:hover .icon--next::before, .others .-E-03.btn--sub:hover .icon--next::before {
  border-color: #FDD000;
}

.-E-03 .laboContent__heading {
  color: #E6A004;
}

.-E-03 .laboContent__caption {
  background-color: #FDD000;
}

.others .-E-03 .laboContent__link:hover {
  color: #E6A004;
  border-color: #E6A004;
}

.others .-E-03 .laboContent__link:hover .icon--next::before {
  border-color: #E6A004;
}

.others .-E-03 .laboContent__link:hover .laboContent__more {
  color: #E6A004;
}

.-E-03 .laboContent__article a {
  color: #E6A004;
}

.others .-E-03 .laboContent__prev:not(.-disabled):hover,
.others .-E-03 .laboContent__next:not(.-disabled):hover {
  color: #E6A004;
}

.others .-E-03 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-E-03 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #E6A004;
}

.-E-03.list-link__sub-link {
  padding-left: 27px;
}

.-E-03.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #FDD000;
}

.others .-E-03.list-link__sub-link:hover {
  color: #E6A004;
}

.others .-E-03.list-link__sub-link:hover .icon--next::before {
  border-color: #FDD000;
}

.-E-03 .laboContent__caption {
  color: #000;
}

.-E-03 .btn, .-E-03 .btn--strong, .-E-03 .btn--sub, .-E-03.btn, .-E-03.btn--strong, .-E-03.btn--sub {
  color: #000;
}

.-E-03 .btn .icon--next::before, .-E-03 .btn--strong .icon--next::before, .-E-03 .btn--sub .icon--next::before, .-E-03.btn .icon--next::before, .-E-03.btn--strong .icon--next::before, .-E-03.btn--sub .icon--next::before {
  border-color: #000;
}

.others .-E-03 .btn:hover, .others .-E-03 .btn--strong:hover, .others .-E-03 .btn--sub:hover, .others .-E-03.btn:hover, .others .-E-03.btn--strong:hover, .others .-E-03.btn--sub:hover {
  color: #000;
}

.others .-E-03 .btn:hover .icon--next::before, .others .-E-03 .btn--strong:hover .icon--next::before, .others .-E-03 .btn--sub:hover .icon--next::before, .others .-E-03.btn:hover .icon--next::before, .others .-E-03.btn--strong:hover .icon--next::before, .others .-E-03.btn--sub:hover .icon--next::before {
  border-color: #000;
}

.-E-04 .heading--lv1, .-E-04.heading--lv1,
.-E-04 .heading--large-lv2 {
  color: #E8373D;
}

.-E-04 .heading--lv5, .-E-04.heading--lv5 {
  color: #E8373D;
}

.-E-04 .define dt {
  color: #E8373D;
}

.-E-04 .num--r, .-E-04 .num--r-bdr, .-E-04.num--r, .-E-04.num--r-bdr {
  background-color: #E8373D;
}

.-E-04 .num--r-bdr, .-E-04.num--r-bdr {
  color: #E8373D;
  background-color: #FFF;
}

.-E-04 .num--r-bdr::before, .-E-04.num--r-bdr::before {
  border-color: #E8373D;
}

.-E-04 .btn, .-E-04 .btn--strong, .-E-04 .btn--sub, .-E-04.btn, .-E-04.btn--strong, .-E-04.btn--sub {
  background-color: #E8373D;
}

.others .-E-04 .btn::after, .others .-E-04 .btn--strong::after, .others .-E-04 .btn--sub::after, .others .-E-04.btn::after, .others .-E-04.btn--strong::after, .others .-E-04.btn--sub::after {
  border-color: #E8373D;
}

.others .-E-04 .btn:hover, .others .-E-04 .btn--strong:hover, .others .-E-04 .btn--sub:hover, .others .-E-04.btn:hover, .others .-E-04.btn--strong:hover, .others .-E-04.btn--sub:hover {
  color: #E8373D;
}

.others .-E-04 .btn:hover .icon--next::before, .others .-E-04 .btn--strong:hover .icon--next::before, .others .-E-04 .btn--sub:hover .icon--next::before, .others .-E-04.btn:hover .icon--next::before, .others .-E-04.btn--strong:hover .icon--next::before, .others .-E-04.btn--sub:hover .icon--next::before {
  border-color: #E8373D;
}

.-E-04 .laboContent__heading {
  color: #E8373D;
}

.-E-04 .laboContent__caption {
  background-color: #E8373D;
}

.others .-E-04 .laboContent__link:hover {
  color: #E8373D;
  border-color: #E8373D;
}

.others .-E-04 .laboContent__link:hover .icon--next::before {
  border-color: #E8373D;
}

.others .-E-04 .laboContent__link:hover .laboContent__more {
  color: #E8373D;
}

.-E-04 .laboContent__article a {
  color: #E8373D;
}

.others .-E-04 .laboContent__prev:not(.-disabled):hover,
.others .-E-04 .laboContent__next:not(.-disabled):hover {
  color: #E8373D;
}

.others .-E-04 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-E-04 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #E8373D;
}

.-E-04.list-link__sub-link {
  padding-left: 27px;
}

.-E-04.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #E8373D;
}

.others .-E-04.list-link__sub-link:hover {
  color: #E8373D;
}

.others .-E-04.list-link__sub-link:hover .icon--next::before {
  border-color: #E8373D;
}

.-E-05 .heading--lv1, .-E-05.heading--lv1,
.-E-05 .heading--large-lv2 {
  color: #B963A4;
}

.-E-05 .heading--lv5, .-E-05.heading--lv5 {
  color: #B963A4;
}

.-E-05 .define dt {
  color: #B963A4;
}

.-E-05 .num--r, .-E-05 .num--r-bdr, .-E-05.num--r, .-E-05.num--r-bdr {
  background-color: #B963A4;
}

.-E-05 .num--r-bdr, .-E-05.num--r-bdr {
  color: #B963A4;
  background-color: #FFF;
}

.-E-05 .num--r-bdr::before, .-E-05.num--r-bdr::before {
  border-color: #B963A4;
}

.-E-05 .btn, .-E-05 .btn--strong, .-E-05 .btn--sub, .-E-05.btn, .-E-05.btn--strong, .-E-05.btn--sub {
  background-color: #B963A4;
}

.others .-E-05 .btn::after, .others .-E-05 .btn--strong::after, .others .-E-05 .btn--sub::after, .others .-E-05.btn::after, .others .-E-05.btn--strong::after, .others .-E-05.btn--sub::after {
  border-color: #B963A4;
}

.others .-E-05 .btn:hover, .others .-E-05 .btn--strong:hover, .others .-E-05 .btn--sub:hover, .others .-E-05.btn:hover, .others .-E-05.btn--strong:hover, .others .-E-05.btn--sub:hover {
  color: #B963A4;
}

.others .-E-05 .btn:hover .icon--next::before, .others .-E-05 .btn--strong:hover .icon--next::before, .others .-E-05 .btn--sub:hover .icon--next::before, .others .-E-05.btn:hover .icon--next::before, .others .-E-05.btn--strong:hover .icon--next::before, .others .-E-05.btn--sub:hover .icon--next::before {
  border-color: #B963A4;
}

.-E-05 .laboContent__heading {
  color: #B963A4;
}

.-E-05 .laboContent__caption {
  background-color: #B963A4;
}

.others .-E-05 .laboContent__link:hover {
  color: #B963A4;
  border-color: #B963A4;
}

.others .-E-05 .laboContent__link:hover .icon--next::before {
  border-color: #B963A4;
}

.others .-E-05 .laboContent__link:hover .laboContent__more {
  color: #B963A4;
}

.-E-05 .laboContent__article a {
  color: #B963A4;
}

.others .-E-05 .laboContent__prev:not(.-disabled):hover,
.others .-E-05 .laboContent__next:not(.-disabled):hover {
  color: #B963A4;
}

.others .-E-05 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-E-05 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #B963A4;
}

.-E-05.list-link__sub-link {
  padding-left: 27px;
}

.-E-05.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #B963A4;
}

.others .-E-05.list-link__sub-link:hover {
  color: #B963A4;
}

.others .-E-05.list-link__sub-link:hover .icon--next::before {
  border-color: #B963A4;
}

.-P-00 .heading--lv1, .-P-00.heading--lv1,
.-P-00 .heading--large-lv2 {
  color: #00B9EF;
}

.-P-00 .heading--lv5, .-P-00.heading--lv5 {
  color: #00B9EF;
}

.-P-00 .define dt {
  color: #00B9EF;
}

.-P-00 .num--r, .-P-00 .num--r-bdr, .-P-00.num--r, .-P-00.num--r-bdr {
  background-color: #00B9EF;
}

.-P-00 .num--r-bdr, .-P-00.num--r-bdr {
  color: #00B9EF;
  background-color: #FFF;
}

.-P-00 .num--r-bdr::before, .-P-00.num--r-bdr::before {
  border-color: #00B9EF;
}

.-P-00 .btn, .-P-00 .btn--strong, .-P-00 .btn--sub, .-P-00.btn, .-P-00.btn--strong, .-P-00.btn--sub {
  background-color: #00B9EF;
}

.others .-P-00 .btn::after, .others .-P-00 .btn--strong::after, .others .-P-00 .btn--sub::after, .others .-P-00.btn::after, .others .-P-00.btn--strong::after, .others .-P-00.btn--sub::after {
  border-color: #00B9EF;
}

.others .-P-00 .btn:hover, .others .-P-00 .btn--strong:hover, .others .-P-00 .btn--sub:hover, .others .-P-00.btn:hover, .others .-P-00.btn--strong:hover, .others .-P-00.btn--sub:hover {
  color: #00B9EF;
}

.others .-P-00 .btn:hover .icon--next::before, .others .-P-00 .btn--strong:hover .icon--next::before, .others .-P-00 .btn--sub:hover .icon--next::before, .others .-P-00.btn:hover .icon--next::before, .others .-P-00.btn--strong:hover .icon--next::before, .others .-P-00.btn--sub:hover .icon--next::before {
  border-color: #00B9EF;
}

@media only screen and (max-width: 767px) {
  .-P-00 .accordion__ttl, .-P-00.accordion__ttl {
    padding-left: 36px;
  }
  .-P-00 .accordion__ttl::before, .-P-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 14px;
    border-left: solid 6px #00B9EF;
  }
  .-open .-P-00 .accordion__ttl, .-open .-P-00.accordion__ttl {
    color: #FFF;
    background-color: #00B9EF;
  }
  .-open .-P-00 .accordion__ttl::before, .-open .-P-00.accordion__ttl::before {
    border-color: #FFF;
  }
  .-open .-P-00 .accordion__ttl .icon--open::before, .-open .-P-00 .accordion__ttl .icon--open::after, .-open .-P-00.accordion__ttl .icon--open::before, .-open .-P-00.accordion__ttl .icon--open::after {
    border-color: #FFF;
  }
}

@media (min-width: 768px) {
  .-P-00 .accordion__ttl::before, .-P-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 14px;
    border-left: solid 6px #00B9EF;
  }
}

.-P-00 .laboContent__heading {
  color: #00B9EF;
}

.-P-00 .laboContent__caption {
  background-color: #00B9EF;
}

.others .-P-00 .laboContent__link:hover {
  color: #00B9EF;
  border-color: #00B9EF;
}

.others .-P-00 .laboContent__link:hover .icon--next::before {
  border-color: #00B9EF;
}

.others .-P-00 .laboContent__link:hover .laboContent__more {
  color: #00B9EF;
}

.-P-00 .laboContent__article a {
  color: #00B9EF;
}

.others .-P-00 .laboContent__prev:not(.-disabled):hover,
.others .-P-00 .laboContent__next:not(.-disabled):hover {
  color: #00B9EF;
}

.others .-P-00 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-P-00 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #00B9EF;
}

.-P-00.list-link__sub-link {
  padding-left: 27px;
}

.-P-00.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #00B9EF;
}

.others .-P-00.list-link__sub-link:hover {
  color: #00B9EF;
}

.others .-P-00.list-link__sub-link:hover .icon--next::before {
  border-color: #00B9EF;
}

.-M-00 .heading--lv1, .-M-00.heading--lv1,
.-M-00 .heading--large-lv2 {
  color: #F6AB00;
}

.-M-00 .heading--lv5, .-M-00.heading--lv5 {
  color: #F6AB00;
}

.-M-00 .define dt {
  color: #F6AB00;
}

.-M-00 .num--r, .-M-00 .num--r-bdr, .-M-00.num--r, .-M-00.num--r-bdr {
  background-color: #F6AB00;
}

.-M-00 .num--r-bdr, .-M-00.num--r-bdr {
  color: #F6AB00;
  background-color: #FFF;
}

.-M-00 .num--r-bdr::before, .-M-00.num--r-bdr::before {
  border-color: #F6AB00;
}

.-M-00 .btn, .-M-00 .btn--strong, .-M-00 .btn--sub, .-M-00.btn, .-M-00.btn--strong, .-M-00.btn--sub {
  background-color: #F6AB00;
}

.others .-M-00 .btn::after, .others .-M-00 .btn--strong::after, .others .-M-00 .btn--sub::after, .others .-M-00.btn::after, .others .-M-00.btn--strong::after, .others .-M-00.btn--sub::after {
  border-color: #F6AB00;
}

.others .-M-00 .btn:hover, .others .-M-00 .btn--strong:hover, .others .-M-00 .btn--sub:hover, .others .-M-00.btn:hover, .others .-M-00.btn--strong:hover, .others .-M-00.btn--sub:hover {
  color: #F6AB00;
}

.others .-M-00 .btn:hover .icon--next::before, .others .-M-00 .btn--strong:hover .icon--next::before, .others .-M-00 .btn--sub:hover .icon--next::before, .others .-M-00.btn:hover .icon--next::before, .others .-M-00.btn--strong:hover .icon--next::before, .others .-M-00.btn--sub:hover .icon--next::before {
  border-color: #F6AB00;
}

@media only screen and (max-width: 767px) {
  .-M-00 .accordion__ttl, .-M-00.accordion__ttl {
    padding-left: 36px;
  }
  .-M-00 .accordion__ttl::before, .-M-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 14px;
    border-left: solid 6px #F6AB00;
  }
  .-open .-M-00 .accordion__ttl, .-open .-M-00.accordion__ttl {
    color: #FFF;
    background-color: #F6AB00;
  }
  .-open .-M-00 .accordion__ttl::before, .-open .-M-00.accordion__ttl::before {
    border-color: #FFF;
  }
  .-open .-M-00 .accordion__ttl .icon--open::before, .-open .-M-00 .accordion__ttl .icon--open::after, .-open .-M-00.accordion__ttl .icon--open::before, .-open .-M-00.accordion__ttl .icon--open::after {
    border-color: #FFF;
  }
}

@media (min-width: 768px) {
  .-M-00 .accordion__ttl::before, .-M-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 14px;
    border-left: solid 6px #F6AB00;
  }
}

.-M-01 .heading--lv1, .-M-01.heading--lv1,
.-M-01 .heading--large-lv2 {
  color: #00A73C;
}

.-M-01 .heading--lv5, .-M-01.heading--lv5 {
  color: #00A73C;
}

.-M-01 .define dt {
  color: #00A73C;
}

.-M-01 .num--r, .-M-01 .num--r-bdr, .-M-01.num--r, .-M-01.num--r-bdr {
  background-color: #00A73C;
}

.-M-01 .num--r-bdr, .-M-01.num--r-bdr {
  color: #00A73C;
  background-color: #FFF;
}

.-M-01 .num--r-bdr::before, .-M-01.num--r-bdr::before {
  border-color: #00A73C;
}

.-M-01 .btn, .-M-01 .btn--strong, .-M-01 .btn--sub, .-M-01.btn, .-M-01.btn--strong, .-M-01.btn--sub {
  background-color: #00A73C;
}

.others .-M-01 .btn::after, .others .-M-01 .btn--strong::after, .others .-M-01 .btn--sub::after, .others .-M-01.btn::after, .others .-M-01.btn--strong::after, .others .-M-01.btn--sub::after {
  border-color: #00A73C;
}

.others .-M-01 .btn:hover, .others .-M-01 .btn--strong:hover, .others .-M-01 .btn--sub:hover, .others .-M-01.btn:hover, .others .-M-01.btn--strong:hover, .others .-M-01.btn--sub:hover {
  color: #00A73C;
}

.others .-M-01 .btn:hover .icon--next::before, .others .-M-01 .btn--strong:hover .icon--next::before, .others .-M-01 .btn--sub:hover .icon--next::before, .others .-M-01.btn:hover .icon--next::before, .others .-M-01.btn--strong:hover .icon--next::before, .others .-M-01.btn--sub:hover .icon--next::before {
  border-color: #00A73C;
}

.-M-01 .laboContent__heading {
  color: #00A73C;
}

.-M-01 .laboContent__caption {
  background-color: #00A73C;
}

.others .-M-01 .laboContent__link:hover {
  color: #00A73C;
  border-color: #00A73C;
}

.others .-M-01 .laboContent__link:hover .icon--next::before {
  border-color: #00A73C;
}

.others .-M-01 .laboContent__link:hover .laboContent__more {
  color: #00A73C;
}

.-M-01 .laboContent__article a {
  color: #00A73C;
}

.others .-M-01 .laboContent__prev:not(.-disabled):hover,
.others .-M-01 .laboContent__next:not(.-disabled):hover {
  color: #00A73C;
}

.others .-M-01 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-M-01 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #00A73C;
}

.-M-01.list-link__sub-link {
  padding-left: 27px;
}

.-M-01.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #00A73C;
}

.others .-M-01.list-link__sub-link:hover {
  color: #00A73C;
}

.others .-M-01.list-link__sub-link:hover .icon--next::before {
  border-color: #00A73C;
}

.-M-02 .heading--lv1, .-M-02.heading--lv1,
.-M-02 .heading--large-lv2 {
  color: #EC6D81;
}

.-M-02 .heading--lv5, .-M-02.heading--lv5 {
  color: #EC6D81;
}

.-M-02 .define dt {
  color: #EC6D81;
}

.-M-02 .num--r, .-M-02 .num--r-bdr, .-M-02.num--r, .-M-02.num--r-bdr {
  background-color: #EC6D81;
}

.-M-02 .num--r-bdr, .-M-02.num--r-bdr {
  color: #EC6D81;
  background-color: #FFF;
}

.-M-02 .num--r-bdr::before, .-M-02.num--r-bdr::before {
  border-color: #EC6D81;
}

.-M-02 .btn, .-M-02 .btn--strong, .-M-02 .btn--sub, .-M-02.btn, .-M-02.btn--strong, .-M-02.btn--sub {
  background-color: #EC6D81;
}

.others .-M-02 .btn::after, .others .-M-02 .btn--strong::after, .others .-M-02 .btn--sub::after, .others .-M-02.btn::after, .others .-M-02.btn--strong::after, .others .-M-02.btn--sub::after {
  border-color: #EC6D81;
}

.others .-M-02 .btn:hover, .others .-M-02 .btn--strong:hover, .others .-M-02 .btn--sub:hover, .others .-M-02.btn:hover, .others .-M-02.btn--strong:hover, .others .-M-02.btn--sub:hover {
  color: #EC6D81;
}

.others .-M-02 .btn:hover .icon--next::before, .others .-M-02 .btn--strong:hover .icon--next::before, .others .-M-02 .btn--sub:hover .icon--next::before, .others .-M-02.btn:hover .icon--next::before, .others .-M-02.btn--strong:hover .icon--next::before, .others .-M-02.btn--sub:hover .icon--next::before {
  border-color: #EC6D81;
}

.-M-02 .laboContent__heading {
  color: #EC6D81;
}

.-M-02 .laboContent__caption {
  background-color: #EC6D81;
}

.others .-M-02 .laboContent__link:hover {
  color: #EC6D81;
  border-color: #EC6D81;
}

.others .-M-02 .laboContent__link:hover .icon--next::before {
  border-color: #EC6D81;
}

.others .-M-02 .laboContent__link:hover .laboContent__more {
  color: #EC6D81;
}

.-M-02 .laboContent__article a {
  color: #EC6D81;
}

.others .-M-02 .laboContent__prev:not(.-disabled):hover,
.others .-M-02 .laboContent__next:not(.-disabled):hover {
  color: #EC6D81;
}

.others .-M-02 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-M-02 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #EC6D81;
}

.-M-02.list-link__sub-link {
  padding-left: 27px;
}

.-M-02.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #EC6D81;
}

.others .-M-02.list-link__sub-link:hover {
  color: #EC6D81;
}

.others .-M-02.list-link__sub-link:hover .icon--next::before {
  border-color: #EC6D81;
}

.-M-03 .heading--lv1, .-M-03.heading--lv1,
.-M-03 .heading--large-lv2 {
  color: #8FC31F;
}

.-M-03 .heading--lv5, .-M-03.heading--lv5 {
  color: #8FC31F;
}

.-M-03 .define dt {
  color: #8FC31F;
}

.-M-03 .num--r, .-M-03 .num--r-bdr, .-M-03.num--r, .-M-03.num--r-bdr {
  background-color: #8FC31F;
}

.-M-03 .num--r-bdr, .-M-03.num--r-bdr {
  color: #8FC31F;
  background-color: #FFF;
}

.-M-03 .num--r-bdr::before, .-M-03.num--r-bdr::before {
  border-color: #8FC31F;
}

.-M-03 .btn, .-M-03 .btn--strong, .-M-03 .btn--sub, .-M-03.btn, .-M-03.btn--strong, .-M-03.btn--sub {
  background-color: #8FC31F;
}

.others .-M-03 .btn::after, .others .-M-03 .btn--strong::after, .others .-M-03 .btn--sub::after, .others .-M-03.btn::after, .others .-M-03.btn--strong::after, .others .-M-03.btn--sub::after {
  border-color: #8FC31F;
}

.others .-M-03 .btn:hover, .others .-M-03 .btn--strong:hover, .others .-M-03 .btn--sub:hover, .others .-M-03.btn:hover, .others .-M-03.btn--strong:hover, .others .-M-03.btn--sub:hover {
  color: #8FC31F;
}

.others .-M-03 .btn:hover .icon--next::before, .others .-M-03 .btn--strong:hover .icon--next::before, .others .-M-03 .btn--sub:hover .icon--next::before, .others .-M-03.btn:hover .icon--next::before, .others .-M-03.btn--strong:hover .icon--next::before, .others .-M-03.btn--sub:hover .icon--next::before {
  border-color: #8FC31F;
}

.-M-03 .laboContent__heading {
  color: #8FC31F;
}

.-M-03 .laboContent__caption {
  background-color: #8FC31F;
}

.others .-M-03 .laboContent__link:hover {
  color: #8FC31F;
  border-color: #8FC31F;
}

.others .-M-03 .laboContent__link:hover .icon--next::before {
  border-color: #8FC31F;
}

.others .-M-03 .laboContent__link:hover .laboContent__more {
  color: #8FC31F;
}

.-M-03 .laboContent__article a {
  color: #8FC31F;
}

.others .-M-03 .laboContent__prev:not(.-disabled):hover,
.others .-M-03 .laboContent__next:not(.-disabled):hover {
  color: #8FC31F;
}

.others .-M-03 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-M-03 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #8FC31F;
}

.-M-03.list-link__sub-link {
  padding-left: 27px;
}

.-M-03.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #8FC31F;
}

.others .-M-03.list-link__sub-link:hover {
  color: #8FC31F;
}

.others .-M-03.list-link__sub-link:hover .icon--next::before {
  border-color: #8FC31F;
}

.-M-04 .heading--lv1, .-M-04.heading--lv1,
.-M-04 .heading--large-lv2 {
  color: #26B7BC;
}

.-M-04 .heading--lv5, .-M-04.heading--lv5 {
  color: #26B7BC;
}

.-M-04 .define dt {
  color: #26B7BC;
}

.-M-04 .num--r, .-M-04 .num--r-bdr, .-M-04.num--r, .-M-04.num--r-bdr {
  background-color: #26B7BC;
}

.-M-04 .num--r-bdr, .-M-04.num--r-bdr {
  color: #26B7BC;
  background-color: #FFF;
}

.-M-04 .num--r-bdr::before, .-M-04.num--r-bdr::before {
  border-color: #26B7BC;
}

.-M-04 .btn, .-M-04 .btn--strong, .-M-04 .btn--sub, .-M-04.btn, .-M-04.btn--strong, .-M-04.btn--sub {
  background-color: #26B7BC;
}

.others .-M-04 .btn::after, .others .-M-04 .btn--strong::after, .others .-M-04 .btn--sub::after, .others .-M-04.btn::after, .others .-M-04.btn--strong::after, .others .-M-04.btn--sub::after {
  border-color: #26B7BC;
}

.others .-M-04 .btn:hover, .others .-M-04 .btn--strong:hover, .others .-M-04 .btn--sub:hover, .others .-M-04.btn:hover, .others .-M-04.btn--strong:hover, .others .-M-04.btn--sub:hover {
  color: #26B7BC;
}

.others .-M-04 .btn:hover .icon--next::before, .others .-M-04 .btn--strong:hover .icon--next::before, .others .-M-04 .btn--sub:hover .icon--next::before, .others .-M-04.btn:hover .icon--next::before, .others .-M-04.btn--strong:hover .icon--next::before, .others .-M-04.btn--sub:hover .icon--next::before {
  border-color: #26B7BC;
}

.-M-04 .laboContent__heading {
  color: #26B7BC;
}

.-M-04 .laboContent__caption {
  background-color: #26B7BC;
}

.others .-M-04 .laboContent__link:hover {
  color: #26B7BC;
  border-color: #26B7BC;
}

.others .-M-04 .laboContent__link:hover .icon--next::before {
  border-color: #26B7BC;
}

.others .-M-04 .laboContent__link:hover .laboContent__more {
  color: #26B7BC;
}

.-M-04 .laboContent__article a {
  color: #26B7BC;
}

.others .-M-04 .laboContent__prev:not(.-disabled):hover,
.others .-M-04 .laboContent__next:not(.-disabled):hover {
  color: #26B7BC;
}

.others .-M-04 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-M-04 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #26B7BC;
}

.-M-04.list-link__sub-link {
  padding-left: 27px;
}

.-M-04.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #26B7BC;
}

.others .-M-04.list-link__sub-link:hover {
  color: #26B7BC;
}

.others .-M-04.list-link__sub-link:hover .icon--next::before {
  border-color: #26B7BC;
}

.-M-05 .heading--lv1, .-M-05.heading--lv1,
.-M-05 .heading--large-lv2 {
  color: #884798;
}

.-M-05 .heading--lv5, .-M-05.heading--lv5 {
  color: #884798;
}

.-M-05 .define dt {
  color: #884798;
}

.-M-05 .num--r, .-M-05 .num--r-bdr, .-M-05.num--r, .-M-05.num--r-bdr {
  background-color: #884798;
}

.-M-05 .num--r-bdr, .-M-05.num--r-bdr {
  color: #884798;
  background-color: #FFF;
}

.-M-05 .num--r-bdr::before, .-M-05.num--r-bdr::before {
  border-color: #884798;
}

.-M-05 .btn, .-M-05 .btn--strong, .-M-05 .btn--sub, .-M-05.btn, .-M-05.btn--strong, .-M-05.btn--sub {
  background-color: #884798;
}

.others .-M-05 .btn::after, .others .-M-05 .btn--strong::after, .others .-M-05 .btn--sub::after, .others .-M-05.btn::after, .others .-M-05.btn--strong::after, .others .-M-05.btn--sub::after {
  border-color: #884798;
}

.others .-M-05 .btn:hover, .others .-M-05 .btn--strong:hover, .others .-M-05 .btn--sub:hover, .others .-M-05.btn:hover, .others .-M-05.btn--strong:hover, .others .-M-05.btn--sub:hover {
  color: #884798;
}

.others .-M-05 .btn:hover .icon--next::before, .others .-M-05 .btn--strong:hover .icon--next::before, .others .-M-05 .btn--sub:hover .icon--next::before, .others .-M-05.btn:hover .icon--next::before, .others .-M-05.btn--strong:hover .icon--next::before, .others .-M-05.btn--sub:hover .icon--next::before {
  border-color: #884798;
}

.-M-05 .laboContent__heading {
  color: #884798;
}

.-M-05 .laboContent__caption {
  background-color: #884798;
}

.others .-M-05 .laboContent__link:hover {
  color: #884798;
  border-color: #884798;
}

.others .-M-05 .laboContent__link:hover .icon--next::before {
  border-color: #884798;
}

.others .-M-05 .laboContent__link:hover .laboContent__more {
  color: #884798;
}

.-M-05 .laboContent__article a {
  color: #884798;
}

.others .-M-05 .laboContent__prev:not(.-disabled):hover,
.others .-M-05 .laboContent__next:not(.-disabled):hover {
  color: #884798;
}

.others .-M-05 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-M-05 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #884798;
}

.-M-05.list-link__sub-link {
  padding-left: 27px;
}

.-M-05.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #884798;
}

.others .-M-05.list-link__sub-link:hover {
  color: #884798;
}

.others .-M-05.list-link__sub-link:hover .icon--next::before {
  border-color: #884798;
}

.-F-00 .heading--lv1, .-F-00.heading--lv1,
.-F-00 .heading--large-lv2 {
  color: #E5005A;
}

.-F-00 .heading--lv5, .-F-00.heading--lv5 {
  color: #E5005A;
}

.-F-00 .define dt {
  color: #E5005A;
}

.-F-00 .num--r, .-F-00 .num--r-bdr, .-F-00.num--r, .-F-00.num--r-bdr {
  background-color: #E5005A;
}

.-F-00 .num--r-bdr, .-F-00.num--r-bdr {
  color: #E5005A;
  background-color: #FFF;
}

.-F-00 .num--r-bdr::before, .-F-00.num--r-bdr::before {
  border-color: #E5005A;
}

.-F-00 .btn, .-F-00 .btn--strong, .-F-00 .btn--sub, .-F-00.btn, .-F-00.btn--strong, .-F-00.btn--sub {
  background-color: #E5005A;
}

.others .-F-00 .btn::after, .others .-F-00 .btn--strong::after, .others .-F-00 .btn--sub::after, .others .-F-00.btn::after, .others .-F-00.btn--strong::after, .others .-F-00.btn--sub::after {
  border-color: #E5005A;
}

.others .-F-00 .btn:hover, .others .-F-00 .btn--strong:hover, .others .-F-00 .btn--sub:hover, .others .-F-00.btn:hover, .others .-F-00.btn--strong:hover, .others .-F-00.btn--sub:hover {
  color: #E5005A;
}

.others .-F-00 .btn:hover .icon--next::before, .others .-F-00 .btn--strong:hover .icon--next::before, .others .-F-00 .btn--sub:hover .icon--next::before, .others .-F-00.btn:hover .icon--next::before, .others .-F-00.btn--strong:hover .icon--next::before, .others .-F-00.btn--sub:hover .icon--next::before {
  border-color: #E5005A;
}

@media only screen and (max-width: 767px) {
  .-F-00 .accordion__ttl, .-F-00.accordion__ttl {
    padding-left: 36px;
  }
  .-F-00 .accordion__ttl::before, .-F-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 14px;
    border-left: solid 6px #E5005A;
  }
  .-open .-F-00 .accordion__ttl, .-open .-F-00.accordion__ttl {
    color: #FFF;
    background-color: #E5005A;
  }
  .-open .-F-00 .accordion__ttl::before, .-open .-F-00.accordion__ttl::before {
    border-color: #FFF;
  }
  .-open .-F-00 .accordion__ttl .icon--open::before, .-open .-F-00 .accordion__ttl .icon--open::after, .-open .-F-00.accordion__ttl .icon--open::before, .-open .-F-00.accordion__ttl .icon--open::after {
    border-color: #FFF;
  }
}

@media (min-width: 768px) {
  .-F-00 .accordion__ttl::before, .-F-00.accordion__ttl::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 14px;
    border-left: solid 6px #E5005A;
  }
}

.-F-01 .heading--lv1, .-F-01.heading--lv1,
.-F-01 .heading--large-lv2 {
  color: #006428;
}

.-F-01 .heading--lv5, .-F-01.heading--lv5 {
  color: #006428;
}

.-F-01 .define dt {
  color: #006428;
}

.-F-01 .num--r, .-F-01 .num--r-bdr, .-F-01.num--r, .-F-01.num--r-bdr {
  background-color: #006428;
}

.-F-01 .num--r-bdr, .-F-01.num--r-bdr {
  color: #006428;
  background-color: #FFF;
}

.-F-01 .num--r-bdr::before, .-F-01.num--r-bdr::before {
  border-color: #006428;
}

.-F-01 .btn, .-F-01 .btn--strong, .-F-01 .btn--sub, .-F-01.btn, .-F-01.btn--strong, .-F-01.btn--sub {
  background-color: #006428;
}

.others .-F-01 .btn::after, .others .-F-01 .btn--strong::after, .others .-F-01 .btn--sub::after, .others .-F-01.btn::after, .others .-F-01.btn--strong::after, .others .-F-01.btn--sub::after {
  border-color: #006428;
}

.others .-F-01 .btn:hover, .others .-F-01 .btn--strong:hover, .others .-F-01 .btn--sub:hover, .others .-F-01.btn:hover, .others .-F-01.btn--strong:hover, .others .-F-01.btn--sub:hover {
  color: #006428;
}

.others .-F-01 .btn:hover .icon--next::before, .others .-F-01 .btn--strong:hover .icon--next::before, .others .-F-01 .btn--sub:hover .icon--next::before, .others .-F-01.btn:hover .icon--next::before, .others .-F-01.btn--strong:hover .icon--next::before, .others .-F-01.btn--sub:hover .icon--next::before {
  border-color: #006428;
}

.-F-01 .laboContent__heading {
  color: #006428;
}

.-F-01 .laboContent__caption {
  background-color: #006428;
}

.others .-F-01 .laboContent__link:hover {
  color: #006428;
  border-color: #006428;
}

.others .-F-01 .laboContent__link:hover .icon--next::before {
  border-color: #006428;
}

.others .-F-01 .laboContent__link:hover .laboContent__more {
  color: #006428;
}

.-F-01 .laboContent__article a {
  color: #006428;
}

.others .-F-01 .laboContent__prev:not(.-disabled):hover,
.others .-F-01 .laboContent__next:not(.-disabled):hover {
  color: #006428;
}

.others .-F-01 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-F-01 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #006428;
}

.-F-01.list-link__sub-link {
  padding-left: 27px;
}

.-F-01.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #006428;
}

.others .-F-01.list-link__sub-link:hover {
  color: #006428;
}

.others .-F-01.list-link__sub-link:hover .icon--next::before {
  border-color: #006428;
}

.-F-02 .heading--lv1, .-F-02.heading--lv1,
.-F-02 .heading--large-lv2 {
  color: #5EB7E8;
}

.-F-02 .heading--lv5, .-F-02.heading--lv5 {
  color: #5EB7E8;
}

.-F-02 .define dt {
  color: #5EB7E8;
}

.-F-02 .num--r, .-F-02 .num--r-bdr, .-F-02.num--r, .-F-02.num--r-bdr {
  background-color: #5EB7E8;
}

.-F-02 .num--r-bdr, .-F-02.num--r-bdr {
  color: #5EB7E8;
  background-color: #FFF;
}

.-F-02 .num--r-bdr::before, .-F-02.num--r-bdr::before {
  border-color: #5EB7E8;
}

.-F-02 .btn, .-F-02 .btn--strong, .-F-02 .btn--sub, .-F-02.btn, .-F-02.btn--strong, .-F-02.btn--sub {
  background-color: #5EB7E8;
}

.others .-F-02 .btn::after, .others .-F-02 .btn--strong::after, .others .-F-02 .btn--sub::after, .others .-F-02.btn::after, .others .-F-02.btn--strong::after, .others .-F-02.btn--sub::after {
  border-color: #5EB7E8;
}

.others .-F-02 .btn:hover, .others .-F-02 .btn--strong:hover, .others .-F-02 .btn--sub:hover, .others .-F-02.btn:hover, .others .-F-02.btn--strong:hover, .others .-F-02.btn--sub:hover {
  color: #5EB7E8;
}

.others .-F-02 .btn:hover .icon--next::before, .others .-F-02 .btn--strong:hover .icon--next::before, .others .-F-02 .btn--sub:hover .icon--next::before, .others .-F-02.btn:hover .icon--next::before, .others .-F-02.btn--strong:hover .icon--next::before, .others .-F-02.btn--sub:hover .icon--next::before {
  border-color: #5EB7E8;
}

.-F-02 .laboContent__heading {
  color: #5EB7E8;
}

.-F-02 .laboContent__caption {
  background-color: #5EB7E8;
}

.others .-F-02 .laboContent__link:hover {
  color: #5EB7E8;
  border-color: #5EB7E8;
}

.others .-F-02 .laboContent__link:hover .icon--next::before {
  border-color: #5EB7E8;
}

.others .-F-02 .laboContent__link:hover .laboContent__more {
  color: #5EB7E8;
}

.-F-02 .laboContent__article a {
  color: #5EB7E8;
}

.others .-F-02 .laboContent__prev:not(.-disabled):hover,
.others .-F-02 .laboContent__next:not(.-disabled):hover {
  color: #5EB7E8;
}

.others .-F-02 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-F-02 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #5EB7E8;
}

.-F-02.list-link__sub-link {
  padding-left: 27px;
}

.-F-02.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #5EB7E8;
}

.others .-F-02.list-link__sub-link:hover {
  color: #5EB7E8;
}

.others .-F-02.list-link__sub-link:hover .icon--next::before {
  border-color: #5EB7E8;
}

.-D-01 .heading--lv1, .-D-01.heading--lv1,
.-D-01 .heading--large-lv2 {
  color: #C4D700;
}

.-D-01 .heading--lv5, .-D-01.heading--lv5 {
  color: #C4D700;
}

.-D-01 .define dt {
  color: #C4D700;
}

.-D-01 .num--r, .-D-01 .num--r-bdr, .-D-01.num--r, .-D-01.num--r-bdr {
  background-color: #C4D700;
}

.-D-01 .num--r-bdr, .-D-01.num--r-bdr {
  color: #C4D700;
  background-color: #FFF;
}

.-D-01 .num--r-bdr::before, .-D-01.num--r-bdr::before {
  border-color: #C4D700;
}

.-D-01 .btn, .-D-01 .btn--strong, .-D-01 .btn--sub, .-D-01.btn, .-D-01.btn--strong, .-D-01.btn--sub {
  background-color: #C4D700;
}

.others .-D-01 .btn::after, .others .-D-01 .btn--strong::after, .others .-D-01 .btn--sub::after, .others .-D-01.btn::after, .others .-D-01.btn--strong::after, .others .-D-01.btn--sub::after {
  border-color: #C4D700;
}

.others .-D-01 .btn:hover, .others .-D-01 .btn--strong:hover, .others .-D-01 .btn--sub:hover, .others .-D-01.btn:hover, .others .-D-01.btn--strong:hover, .others .-D-01.btn--sub:hover {
  color: #C4D700;
}

.others .-D-01 .btn:hover .icon--next::before, .others .-D-01 .btn--strong:hover .icon--next::before, .others .-D-01 .btn--sub:hover .icon--next::before, .others .-D-01.btn:hover .icon--next::before, .others .-D-01.btn--strong:hover .icon--next::before, .others .-D-01.btn--sub:hover .icon--next::before {
  border-color: #C4D700;
}

.-D-01 .laboContent__heading {
  color: #C4D700;
}

.-D-01 .laboContent__caption {
  background-color: #C4D700;
}

.others .-D-01 .laboContent__link:hover {
  color: #C4D700;
  border-color: #C4D700;
}

.others .-D-01 .laboContent__link:hover .icon--next::before {
  border-color: #C4D700;
}

.others .-D-01 .laboContent__link:hover .laboContent__more {
  color: #C4D700;
}

.-D-01 .laboContent__article a {
  color: #C4D700;
}

.others .-D-01 .laboContent__prev:not(.-disabled):hover,
.others .-D-01 .laboContent__next:not(.-disabled):hover {
  color: #C4D700;
}

.others .-D-01 .laboContent__prev:not(.-disabled):hover .icon--next::before,
.others .-D-01 .laboContent__next:not(.-disabled):hover .icon--next::before {
  border-color: #C4D700;
}

.-D-01.list-link__sub-link {
  padding-left: 27px;
}

.-D-01.list-link__sub-link::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  border-left: solid 6px #C4D700;
}

.others .-D-01.list-link__sub-link:hover {
  color: #C4D700;
}

.others .-D-01.list-link__sub-link:hover .icon--next::before {
  border-color: #C4D700;
}

.-D-01 .laboContent__caption {
  color: #000;
}

.-D-01 .btn, .-D-01 .btn--strong, .-D-01 .btn--sub, .-D-01.btn, .-D-01.btn--strong, .-D-01.btn--sub {
  color: #000;
}

.-D-01 .btn .icon--next::before, .-D-01 .btn--strong .icon--next::before, .-D-01 .btn--sub .icon--next::before, .-D-01.btn .icon--next::before, .-D-01.btn--strong .icon--next::before, .-D-01.btn--sub .icon--next::before {
  border-color: #000;
}

.others .-D-01 .btn:hover, .others .-D-01 .btn--strong:hover, .others .-D-01 .btn--sub:hover, .others .-D-01.btn:hover, .others .-D-01.btn--strong:hover, .others .-D-01.btn--sub:hover {
  color: #000;
}

.others .-D-01 .btn:hover .icon--next::before, .others .-D-01 .btn--strong:hover .icon--next::before, .others .-D-01 .btn--sub:hover .icon--next::before, .others .-D-01.btn:hover .icon--next::before, .others .-D-01.btn--strong:hover .icon--next::before, .others .-D-01.btn--sub:hover .icon--next::before {
  border-color: #000;
}