/* Scss Document */
/*---------------------------------------------------
		kv
----------------------------------------------------*/
.kv {
  margin: 0 5.72%;
  padding: 70px 0 8.6%;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .kv {
    margin: 0;
    padding: 4% 0 8%; } }
.kv_bg {
  width: 100%;
  height: 300px;
  background: url("../img/gakuhi.jpg") center center no-repeat;
  background-size: cover; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .kv_bg {
    width: 100%;
    height: 300px;
    background: url("../img/gakuhi@2x.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .kv_bg {
    height: 100px;
    background: url("../img/gakuhi.jpg") center center no-repeat;
    background-size: cover; } }
.ss_kv_bg {
  width: 100%;
  height: 300px;
  background: url("../img/sien.jpg") center center no-repeat;
  background-size: cover; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .ss_kv_bg {
    width: 100%;
    background: url("../img/sien.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .ss_kv_bg {
    width: 100%;
    height: 300px;
    background: url(../img/sien.jpg) center center no-repeat;
    background-size: cover; } }
/*---------------------------------------------------
		contents
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_right {
    display: none; } }
.contents .title_box {
  max-width: 1000px;
  margin: 0 auto 8.6%;
  padding-bottom: 8.6%;
  text-align: center;
  border-bottom: 1px solid #23234B; }
  .contents .title_box h2 {
    margin-bottom: 1em;
    font-size: 4rem;
    letter-spacing: 0.3em; }
  .contents .title_box .sub_text {
    font-size: 1.8rem;
    line-height: 2; }
@media screen and (max-width: 768px) {
  .contents .title_box {
    max-width: 90%; }
    .contents .title_box h2 {
      font-size: 2.4rem; }
    .contents .title_box .sub_text {
      font-size: 1.5rem; } }
.contents .tuition {
  padding-bottom: 130px;
  border-bottom: 1px solid #23234B; }
.contents .tuition,
.contents .scholarship {
  max-width: 1000px;
  margin: 0 auto 130px; }
  .contents .tuition .title,
  .contents .scholarship .title {
    margin-bottom: 50px;
    text-align: center; }
    .contents .tuition .title h3,
    .contents .scholarship .title h3 {
      position: relative;
      margin-bottom: .6em;
      padding-bottom: .2em;
      font-size: 4.4rem;
      font-family: miller-banner, serif;
      font-style: italic;
      font-weight: lighter; }
      .contents .tuition .title h3::after,
      .contents .scholarship .title h3::after {
        content: '';
        width: 43px;
        height: 1px;
        background-color: #23234B;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .contents .tuition .title ruby,
    .contents .scholarship .title ruby {
      font-size: 1.7rem; }
  .contents .tuition li:not(:last-child),
  .contents .scholarship li:not(:last-child) {
    margin-bottom: 80px; }
  .contents .tuition h4,
  .contents .scholarship h4 {
    margin-bottom: 2.5em;
    padding: .2em 0;
    background: #53C47F;
    color: #fff;
    font-size: 1.8rem;
    text-align: center; }
  .contents .tuition .information_box,
  .contents .scholarship .information_box {
    font-size: 1.8rem; }
    .contents .tuition .information_box table,
    .contents .scholarship .information_box table {
      border-top: #23234B 1px solid; }
      .contents .tuition .information_box table .col th,
      .contents .scholarship .information_box table .col th {
        background-color: #F4F6F7;
        border-bottom: #23234B 1px solid;
        text-align: center;
        font-weight: normal; }
      .contents .tuition .information_box table .row th,
      .contents .scholarship .information_box table .row th {
        background-color: #DEF6E4;
        border-bottom: #23234B 1px solid;
        font-weight: normal; }
      .contents .tuition .information_box table td,
      .contents .scholarship .information_box table td {
        border-bottom: #23234B 1px solid; }
      .contents .tuition .information_box table th:not(:last-child),
      .contents .tuition .information_box table td:not(:last-child),
      .contents .scholarship .information_box table th:not(:last-child),
      .contents .scholarship .information_box table td:not(:last-child) {
        border-right: #23234B 1px solid; }
      .contents .tuition .information_box table th,
      .contents .tuition .information_box table td,
      .contents .scholarship .information_box table th,
      .contents .scholarship .information_box table td {
        padding: 1em;
        font-size: 1.6rem; }
      .contents .tuition .information_box table .notes,
      .contents .scholarship .information_box table .notes {
        font-size: 1.4rem; }
  .contents .tuition .text_notes,
  .contents .scholarship .text_notes {
    font-size: 1.2rem; }
  .contents .tuition .table_notes,
  .contents .scholarship .table_notes {
    margin-top: 20px;
    font-size: 1.2rem; }
@media screen and (max-width: 1000px) {
  .contents .tuition {
    padding-bottom: 10%; }
  .contents .tuition,
  .contents .scholarship {
    margin: 0 4.5% 10%; } }
@media screen and (max-width: 768px) {
  .contents .tuition,
  .contents .scholarship {
    overflow: hidden; }
    .contents .tuition .title,
    .contents .scholarship .title {
      margin-bottom: 8%; }
      .contents .tuition .title h3,
      .contents .scholarship .title h3 {
        font-size: 3rem; }
      .contents .tuition .title ruby,
      .contents .scholarship .title ruby {
        font-size: 1.4rem; }
    .contents .tuition li:not(:last-child),
    .contents .scholarship li:not(:last-child) {
      margin-bottom: 10%; }
    .contents .tuition h4,
    .contents .scholarship h4 {
      margin-bottom: 1em;
      padding: .2em 0;
      font-size: 1.5rem; }
    .contents .tuition .information_box,
    .contents .scholarship .information_box {
      font-size: 1.4rem; }
      .contents .tuition .information_box .tabele_box,
      .contents .scholarship .information_box .tabele_box {
        overflow: scroll;
        position: relative; }
        .contents .tuition .information_box .tabele_box.overflow_s table,
        .contents .scholarship .information_box .tabele_box.overflow_s table {
          width: 500px; }
        .contents .tuition .information_box .tabele_box.overflow table,
        .contents .scholarship .information_box .tabele_box.overflow table {
          width: 800px; }
        .contents .tuition .information_box .tabele_box.overflow_s.on::before, .contents .tuition .information_box .tabele_box.overflow.on::before,
        .contents .scholarship .information_box .tabele_box.overflow_s.on::before,
        .contents .scholarship .information_box .tabele_box.overflow.on::before {
          content: '';
          background: url("../../common/img/swipe.svg") 0 0 no-repeat;
          background-size: contain;
          width: 100px;
          height: 100px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          opacity: .9;
          -webkit-animation: swipe 3s ease 0s forwards;
          animation: swipe 3s ease 0s forwards; }
  @-webkit-keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0; }
    50% {
      visibility: visible;
      opacity: 1; }
    100% {
      visibility: hidden;
      opacity: 0; } }
  @keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0; }
    50% {
      visibility: visible;
      opacity: 1; }
    100% {
      visibility: hidden;
      opacity: 0; } }
      .contents .tuition .information_box table th,
      .contents .tuition .information_box table td,
      .contents .scholarship .information_box table th,
      .contents .scholarship .information_box table td {
        padding: 1em;
        font-size: 1.4rem; }
      .contents .tuition .information_box table .notes,
      .contents .scholarship .information_box table .notes {
        font-size: 1rem; }
      .contents .tuition .information_box table.table_multiple,
      .contents .scholarship .information_box table.table_multiple {
        margin-bottom: 30px; }
      .contents .tuition .information_box .table_title,
      .contents .scholarship .information_box .table_title {
        margin-bottom: 1em;
        font-size: 1.6rem; }
    .contents .tuition .text_notes,
    .contents .scholarship .text_notes {
      margin-bottom: 3em;
      font-size: 1.2rem; }
    .contents .tuition .amendment,
    .contents .scholarship .amendment {
      padding: 2em; }
      .contents .tuition .amendment .title,
      .contents .scholarship .amendment .title {
        margin-bottom: 1em;
        font-size: 1.8rem; }
      .contents .tuition .amendment p,
      .contents .scholarship .amendment p {
        font-size: 1.4rem; } }
.contents .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 160px; }
  .contents .other li {
    position: relative;
    width: 33.3%;
    height: 150px;
    overflow: hidden; }
    .contents .other li::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
      transition: all .5s ease-out;
      z-index: 1; }
    .contents .other li:hover::after {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .contents .other li:nth-child(-n+3) {
      margin-bottom: .1%; }
    .contents .other li a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: rgba(68, 125, 191, 0.5);
      color: #fff;
      font-size: 2rem;
      z-index: 2; }
    .contents .other li:nth-child(1)::after {
      background: url("../img/exam_other01.jpg") center center no-repeat;
      background-size: cover; }
    .contents .other li:nth-child(2)::after {
      background: url("../img/exam_other02.jpg") center center no-repeat;
      background-size: cover; }
    .contents .other li:nth-child(3)::after {
      background: url("../img/exam_other03.jpg") center center no-repeat;
      background-size: cover; }
    .contents .other li:nth-child(4)::after {
      background: url("../img/exam_other04.jpg") center center no-repeat;
      background-size: cover; }
    .contents .other li:nth-child(5)::after {
      background: url("../img/exam_other05.jpg") center center no-repeat;
      background-size: cover; }
    .contents .other li:nth-child(6)::after {
      background: url("../img/exam_other06.jpg") center center no-repeat;
      background-size: cover; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .contents .other li:nth-child(1)::after {
        background: url("../img/exam_other01@2x.jpg") center center no-repeat;
        background-size: cover;
        margin-bottom: .1%; }
      .contents .other li:nth-child(2)::after {
        background: url("../img/exam_other02@2x.jpg") center center no-repeat;
        background-size: cover;
        margin-bottom: .1%; }
      .contents .other li:nth-child(3)::after {
        background: url("../img/exam_other03@2x.jpg") center center no-repeat;
        background-size: cover;
        margin-bottom: .1%; }
      .contents .other li:nth-child(4)::after {
        background: url("../img/exam_other04@2x.jpg") center center no-repeat;
        background-size: cover; }
      .contents .other li:nth-child(5)::after {
        background: url("../img/exam_other05@2x.jpg") center center no-repeat;
        background-size: cover; }
      .contents .other li:nth-child(6)::after {
        background: url("../img/exam_other06@2x.jpg") center center no-repeat;
        background-size: cover; } }
@media screen and (max-width: 768px) {
  .contents .other {
    display: block;
    margin-bottom: 20%; }
    .contents .other li {
      width: 100%;
      height: 125px; }
      .contents .other li:not(:last-child) {
        margin-bottom: .3%; }
      .contents .other li:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .contents .other li a {
        font-size: 1.6rem; } }

/*---------------------------------------------------
studysupport
----------------------------------------------------*/
.contents .ss_title_box {
  margin: 0 auto 5%;
  padding-bottom: 0;
  border-bottom: none; }
  .contents .ss_title_box .br_sp2 {
    display: none; }
@media screen and (max-width: 480px) {
  .contents .ss_title_box .br_sp2 {
    display: block; } }
.contents .support {
  border-bottom: none; }
  .contents .support .information_box .table_box td {
    padding-left: 2em; }
  .contents .support .number_sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .contents .support .number_pc {
      display: none; }
    .contents .support .table_notes {
      font-size: 1.4rem; }
    .contents .support .number_sp {
      display: block; }
      .contents .support .number_sp a {
        color: #23234b;
        text-decoration: none; } }
  @media screen and (max-width: 480px) {
    .contents .support .number_sp {
      display: block; } }
  .contents .support h5 {
    font-size: 1.8rem;
    padding: 2em 0 0.5em; }
  .contents .support .information_box table td p {
    padding-left: 1em;
    text-indent: -1.1em; }
  .contents .support .information_box .tabele_box td {
    padding-left: 2em; }
  .contents .support .student td ul li {
    margin-bottom: 0; }
  .contents .support .katakana {
    padding-left: 1.1em; }
    .contents .support .katakana p {
      padding-left: 2em;
      text-indent: -2em; }
  .contents .support .notcovered li:not(:last-child) {
    margin-bottom: 0; }
  .contents .support .notcovered li::before {
    content: "\30fb"; }
  .contents .support .table_notes {
    font-size: 1.65rem; }
  .contents .support .table_notes_means {
    margin-top: 0; }
  .contents .support .small_notes {
    font-size: 0.7em;
    padding-top: 1.5%; }
  .contents .support .small_notes_table {
    padding-top: 0; }
  .contents .support a {
    color: #53C47F;
    text-decoration: underline; }
  .contents .support .table_fresher {
    margin-top: 5%; }
  .contents .support .spacing {
    padding-right: 1em; }
  .contents .support .contact_est {
    background-color: #f4f6f7;
    text-align: center;
    padding: 30px 0 20px; }
    .contents .support .contact_est p {
      font-size: 1.15em; }
    .contents .support .contact_est .number {
      font-family: miller-banner, serif;
      font-weight: lighter;
      font-size: 2.6em;
      padding-top: 8px;
      letter-spacing: 0.08em; }
