/* 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/singaku.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/singaku@2x.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .kv_bg {
    height: 100px;
    background: url("../img/singaku.jpg") center center no-repeat;
    background-size: cover; } }
/*---------------------------------------------------
		contents
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_right {
    display: none; } }
.contents .title_box {
  margin: 0 auto 8.6%;
  text-align: center; }
  .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; }
    .contents .title_box .sub_text span {
      display: block;
      margin-top: 1em;
      font-size: 80%; }
@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;
      text-align: left; }
      .contents .title_box .sub_text br {
        display: none; } }
.contents .tab_section {
  max-width: 1000px;
  margin: 0 auto 120px; }
  .contents .tab_section .tab {
    display: flex;
    margin-bottom: 70px; }
    .contents .tab_section .tab li {
      position: relative;
      width: 100%;
      padding: .5em 0;
      background-color: #F4F6F7;
      font-size: 1.6rem;
      text-align: center;
      cursor: pointer; }
      .contents .tab_section .tab li.active {
        background-color: #53C47F;
        color: #fff; }
      .contents .tab_section .tab li.active::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        border: 15px solid transparent;
        border-top: 15px solid #53C47F; }
  .contents .tab_section .tab_area .tab_box {
    display: none; }
    .contents .tab_section .tab_area .tab_box.show {
      display: block; }
  .contents .tab_section .tab_area .tabele_box {
    font-size: 1.8rem; }
    .contents .tab_section .tab_area .tabele_box table {
      border-top: #23234B 1px solid; }
      .contents .tab_section .tab_area .tabele_box table .col th {
        background-color: #F4F6F7;
        border-bottom: #23234B 1px solid;
        text-align: center;
        font-weight: normal;
        color: #23234B; }
      .contents .tab_section .tab_area .tabele_box table tr {
        color: #ccc; }
        .contents .tab_section .tab_area .tabele_box table tr.on {
          color: #23234B; }
      .contents .tab_section .tab_area .tabele_box table td {
        border-bottom: #23234B 1px solid; }
      .contents .tab_section .tab_area .tabele_box table th:not(:last-child),
      .contents .tab_section .tab_area .tabele_box table td:not(:last-child) {
        border-right: #23234B 1px solid; }
      .contents .tab_section .tab_area .tabele_box table th, .contents .tab_section .tab_area .tabele_box table td {
        padding: 1em;
        font-size: 1.6rem; }
      .contents .tab_section .tab_area .tabele_box table .notes {
        font-size: 1.4rem; }
@media screen and (max-width: 1000px) {
  .contents .tab_section {
    width: 90%; } }
@media screen and (max-width: 768px) {
  .contents .tab_section {
    margin: 0 auto 20%; }
    .contents .tab_section .tab {
      margin-bottom: 30px; }
      .contents .tab_section .tab li {
        font-size: 1.2rem; }
    .contents .tab_section .tab_area {
      overflow: hidden; }
      .contents .tab_section .tab_area .tabele_box {
        font-size: 1.4rem;
        overflow: scroll;
        position: relative; }
        .contents .tab_section .tab_area .tabele_box.overflow table {
          width: 800px; }
        .contents .tab_section .tab_area .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: 20%;
          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 .tab_section .tab_area .tabele_box table th, .contents .tab_section .tab_area .tabele_box table td {
          padding: 1em;
          font-size: 1.4rem; } }
.contents .banner_box {
  max-width: 1000px;
  margin: 0 auto 120px; }
@media screen and (max-width: 1000px) {
  .contents .banner_box {
    width: 90%;
    margin-bottom: 20%; } }
.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 .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: 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; } }
