﻿@charset "utf-8";
@import url("common.css");
/* 基本レイアウト ここから↓ */

@media screen and (max-width: 767px) {

  * {
    margin: 0;
    padding: 0;
  }
	.wrap{
		overflow: hidden;
	}
	
  body {
    font-family: 'Noto Serif JP', serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background-color: #efefef;
    color: #ffffff;
    margin: auto;
  }
  img {
    display: block;
  }
  a {
    text-decoration: none;
  }
  li {
    list-style-type: none;
  }
  #header {
    background-color: #40a9ba;
    padding: 0;
    margin: 0;
  }
  #headertop ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding: 20px 20px;
  }
  #logo a img {
    width: 230px;
    height: auto;
  }
  #request {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 23px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 35px;
    height: 3px;
    left: 6px;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #40a9ba;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #40a9ba;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #40a9ba;
  }
  .hamburger span:nth-child(4) {
    top: 40px;
    color: #40a9ba;
    font-size: 0.6em;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 320px;
    font-size: 1.3em;
  }
  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:first-of-type a img {
    margin-left: 25px;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #383838;
    padding: 1.4em 0;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  #navi, #navi ul {
    display: none;
  }
  @media screen and (max-width: 559px) {
    #link {
      width: 250px;
      margin: 0 auto;
    }
    #link a {
      margin: 100px auto 0;
    }
    #link li:last-child a {
      margin-top: 50px;
      margin-bottom: 250px;
    }
    #link a img {
      margin-top: -25px;
      margin-left: 190px;
      width: 30px;
      height: 30px;
    }
  }
  @media screen and (min-width: 560px) {
    #link {
      width: 560px;
      margin: 0 auto;
    }
    #link li:last-child {
      float: right;
    }
    #link li:first-child {
      float: left;
    }
    #link a {
      margin: 50px auto 250px;
    }
    #link a img {
      margin-top: -25px;
      margin-left: 190px;
      width: 30px;
      height: 30px;
    }
    #link li:first-of-type a {
      margin-right: 40px;
    }
  }
  #link a {
    padding-top: 14px;
    width: 250px;
    height: 37px;
    border: 3px solid #2a5f8a;
    background-color: #2a5f8a;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 500;
    transition: all ease.3s;
    text-align: center;
    display: inline-block;
  }
  #link li:hover a {
    background-color: #FFFFFF;
    color: #2a5f8a;
    transition: all ease.3s;
  }
  #link li:hover img {
    filter: brightness(0%);
    transition: all ease.3s;
  }
  #return {
    background-color: #898989;
    height: 60px;
    margin: auto;
    clear: both;
  }
  #return img {
    margin: auto;
    padding-top: 5px;
  }
  @media screen and (max-width: 375px) {
    #footerlink {
      width: 192px;
      margin: auto 12px auto auto;
    }
  }
  @media screen and (min-width: 376px) {
    footer {
      width: 100%;
    }
    footer div {
      display: flex;
    }
  }
	


#wrapper {
  position:relative;
  min-height: 100%;
}
	
  footer {
    background-color: #40a9ba;
    padding: 20px 0 50px;
    clear: both;
	  height: auto;
  }
  footer div {
    margin: auto;
    padding: 0;
  }
  #footerlink {
    margin: 30px auto 80px;
    justify-content: center;
  }
  #footerlink ul {
    margin-bottom: 20px;
    margin-right: 5%;
    float: left;
  }
  #footerlink li {
    margin-bottom: 15px;
    clear: both;
    width: 80px;
    display: block;
  }
  #footerlink ul:last-child {
    margin-right: 0;
  }
  #footerlink li a {
    color: #FFFFFF;
    transition: all ease.3s;
  }
  #footerlink li a:hover {
    text-decoration: underline;
    transition: all ease.3s;
  }
  #footerinner {
    margin: 30px auto 0;
    justify-content: center;
  }
  #footerinner figure img {
    margin: 0 auto;
  }
  footer p {
    text-align: center;
    margin-top: 5px;
  }
  .global-nav {
    position: fixed;
    bottom: 0;
    background: #bc002d;
    margin: auto;
    display: block;
    right: 0;
  }
  .nav-list {
    table-layout: fixed;
    display: block;
  }
  .nav-item {
    padding: 10px 10px 20px;
  }
  .nav-item a {
    color: #FFFFFF;
  }
  .nav-item img {
    display: block;
    position: relative;
    display: inline-block;
    top: 10px;
  }
  .nav-item a span {
    display: block;
    font-size: 1.2em;
    width: 100%;
  }
  /* 基本レイアウト ここまで↑ */
  /* トップページ ここから↓ */
  #mv {
    background-image: url("../mobile-images/mv.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    text-shadow: 3px 4px 3px #646465;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding: 250px 0;
    margin: 0;
    font-size: 2.35em;
  }
  #mv span {
    font-size: 0.7em;
    color: #f2f7b5;
  }
  #ct_information {
    width: 85%;
    margin: 180px auto 200px;
    border: solid 1px #005caf;
    background-color: #d4dfe7;
    color: #000000;
  }
  #ct_information h2 {
    font-size: 1.8em;
    margin-top: 21px;
    margin-bottom: 15px;
  }
  #ct_information h2 a {
    color: #2a5f8a;
  }
  #ct_information ul {
    margin-bottom: 22px;
    line-height: 1.5em;
    padding-left: 0;
  }
  #ct_information li {
    margin-bottom: 1em;
  }
  #ct_information li:last-of-type {
    margin-bottom: 0;
  }
  #ct_information li a {
    color: #2a5f8a;
    transition: all ease.2s;
  }
  #ct_information li a:hover {
    text-decoration: underline;
    transition: all ease.3s;
  }
  #ct_introduction p {
    text-shadow: 1px 1px 2px #a7a7a7;
    color: #2a5f8a;
  }
  #ct_introduction h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    color: #2a5f8a;
  }
  #ct_introduction figure {
    width: 293px;
  }
  #ct_introduction figure img {
    width: 293px;
    height: auto;
  }
  #ct_introduction ul {
    overflow: hidden;
    margin-top: 0;
    padding-left: 0;
  }
  @media screen and (max-width: 586px) {
    #ct_information {
      padding: 1em;
    }
    #ct_introduction {
      width: 293px;
      margin: 0 auto;
      padding: 1em;
    }
    #ct_introduction a {
      margin: 50px 10px 30px;
    }
    #ct_plan {
      width: 320px;
      margin: auto;
    }
    #ct_plan figure img {
      width: 300px;
      height: 202px;
    }
    #ct_plan p {
      margin: 0;
      height: 312px;
      width: 312px;
    }
    #ct_plan02 figure img {
      margin-left: 20px;
    }
    #ct_plan p a {
      margin-top: 230px;
      margin-left: 40px;
    }
  }
  @media screen and (min-width: 587px) {
    #ct_information {
      padding: 1em 0 1em 35px;
    }
    #ct_information ul li br {
      display: none;
    }
    #ct_information ul li time {
      margin-right: 30px;
    }
    #ct_introduction {
      width: 587px;
      margin: 0 auto;
    }
    #ct_introduction a {
      margin: 50px 10px 30px;
    }
    #ct_introduction ul li:first-of-type p, #ct_introduction ul li:first-of-type figure {
      float: left;
    }
    #ct_introduction ul li:last-of-type p, #ct_introduction ul li:last-of-type figure {
      float: right;
    }
    #introduction_01left a, #introduction_02right a {
      margin-bottom: 40px;
    }
    #introduction_01right a {
      margin-top: 40px;
      margin-bottom: 20px;
    }
    #introduction_03left a {
      margin-left: 10px;
      margin-right: 5px;
      margin-top: 60px;
    }
    #introduction_03right a {
      margin-right: 65px;
    }
    #ct_plan {
      width: 100%;
      margin: 0 auto;
    }
    #ct_plan p {
      width: 556px;
      height: 256px;
      margin: 70px 0 0 70px;
    }
    #ct_plan ul {
      overflow: hidden;
      padding-left: 0;
      margin-top: 0;
      background-image: url("../images/ct_planbg.png");
      background-repeat: no-repeat;
      background-position: 35px 35px;
      background-size: 90% 75%;
    }
    #ct_plan01 a {
      margin: 210px 0 0 50px;
    }
    #ct_plan01 a img {
      margin-top: -30px;
      margin-left: 270px;
    }
    #ct_plan02 {
      float: right;
    }
    #ct_plan02 img {
      margin-right: 0;
      margin-left: 70px;
    }
    #ct_plan02 p {
      margin: 70px 70px 0 0;
    }
    #ct_plan02 a {
      margin: 210px 0 0 180px;
    }
    #ct_plan02 a img {
      margin-top: -30px;
      margin-left: 270px;
    }
    #ct_access div {
      display: flex;
    }
  }
  #ct_introduction a {
    display: inline-block;
    color: #2a5f8a;
    font-size: 1.7em;
    position: relative;
  }
  #ct_introduction ul:last-of-type li:last-of-type a {
    padding-left: 55px;
  }
  #ct_introduction ul:last-of-type li:last-of-type a img {
    margin-left: 60px;
  }
  #ct_introduction p img {
    margin: 30px 0 0 106px;
    filter: brightness(0%);
  }
  #introduction_link a, #access_link a {
    margin: 50px auto 250px;
    padding-top: 14px;
    display: inline-block;
    width: 250px;
    height: 37px;
    border: 3px solid #2a5f8a;
    background-color: #2a5f8a;
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 500;
    transition: all ease.3s;
    text-align: center;
    display: block;
  }
  #access_link a {
    margin-top: 50px;
  }
  #introduction_link img, #access_link img {
    margin-top: -25px;
    margin-left: 175px;
    width: 30px;
    height: 30px;
  }
  #introduction_link a:hover, #access_link a:hover {
    color: #2a5f8a;
    background: #FFFFFF;
    transition: all ease.3s;
  }
  #introduction_link a:hover img, #access_link a:hover img {
    filter: brightness(0%);
    transition: all ease.3s;
  }
  #ct_plan h2 {
    font-size: 2.2em;
    text-align: center;
    color: #2a5f8a;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: bold;
  }
  #ct_plan figure {
    margin: 0;
    padding: 0;
  }
  #ct_plan figure img {
    position: absolute;
  }
  #ct_plan p {
    display: inline-block;
    background-color: #2a5f8a;
    border: 4px solid #2a5f8a;
  }
  #ct_plan a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.5em;
    position: relative;
    text-shadow: 1px 1px 2px #a7a7a7;
  }
  #ct_plan01 {
    margin-bottom: 100px;
  }
  #ct_plan02 {
    margin-bottom: 150px;
  }
  #ct_plan li p:hover {
    background-color: #efefef;
    transition: all ease.6s;
  }
  #ct_plan li p:hover a {
    color: #2a5f8a;
    transition: all ease.6s;
  }
  #ct_plan li p:hover a img {
    filter: brightness(0%);
    transition: all ease.6s;
  }
  #ct_access {
    width: 305px;
    margin: 0 auto;
    padding: 0;
    clear: both;
  }
  #ct_access h2 {
    font-size: 3em;
    text-align: center;
    color: #2a5f8a;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: bold;
  }
  #ct_access iframe {
    padding: 0;
    margin: 0 auto 50px;
    height: 400px;
    width: 100%;
  }
  #ct_access div:first-of-type {
    flex-direction: column;
    color: #000000;
    font-size: 1.3em;
    line-height: 1.8em;
  }
  #ct_access div p {
    margin-bottom: 10px;
    width: 292px;
  }
  #ct_access dl {
    text-align: center;
    width: 304px;
  }
  #ct_access dl dt {
    padding: 0.5em 1em;
    margin: 0;
    border: solid 1px #2a5f8a;
    background-color: #afcde6;
  }
  #ct_access dl dd {
    margin-left: 0;
    padding: 1.2em 1em;
    margin: 0;
    border: solid 1px #2a5f8a;
    background-color: #dde9f2;
    color: #000000;
  }
  @media screen and (min-width: 586px) {
    #ct_access {
      width: 586px;
    }
    #ct_access iframe {
      display: flex;
      float: left;
      width: 280px;
      height: 435px;
      margin: 0 5px 0 0;
    }
  }
  /* トップページ ここまで↑ */
  /* 「学校紹介」ページ ここから↓ */
  @media screen and (max-width: 549px) {
	
    

	  
	  
    .introd {
      display: none;
    }
    .intro {
      width: 320px;
      height: auto;
      margin: auto;
    }
    #main_introduction {
      width: 100%;
      margin: 0 auto;
    }
    #main_introduction div h2 {
      margin-top: 0;
      margin-bottom: 0;
    }
    #introduction_navi {
      display: block;
      margin: 0 50px 100px;
      padding: 0;
    }
    #main_introduction h1 {
      margin: 100px auto 0;
      color: #2a5f8a;
      font-size: 2.6em;
      font-weight: 500;
      text-align: center;
      border-bottom: double 10px #fff;
      width: 200px;
      padding-bottom: 15px;
    }
    .tab-wrap {
      display: flex;
      flex-wrap: wrap;
      margin: 20px 0;
    }
    .tab-wrap:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #325A8C;
      display: block;
      order: -1;
    }
    .tab-label {
      color: White;
      background: LightGray;
      font-weight: lighter;
      font-size: 1em;
      white-space: nowrap;
      text-align: center;
      margin-top: 30px;
      padding-top: 15px;
      padding-bottom: 17px;
      order: -1;
      position: relative;
      z-index: 1;
      cursor: pointer;
      border-radius: 5px 5px 0 0;
      flex: 1;
    }
    .tab-label:not(:last-of-type) {
      margin-right: 3px;
    }
    .tab-content {
      width: 100%;
      height: 0;
      overflow: hidden;
      opacity: 0;
    }
    .tab-switch:checked + .tab-label {
      background: #325A8C;
    }
    .tab-switch:checked + .tab-label + .tab-content {
      height: auto;
      overflow: auto;
      padding-top: 20px;
      opacity: 1;
      transition: .5s opacity;
    }
    .tab-switch {
      display: none;
    }
    .tab-switch:checked + .tab-label:after {
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #325a8c;
      border-width: 16px;
      margin-left: -14px;
      bottom: -30px;
    }
    .tab-switch:checked + .tab-label {
      background: #325A8C;
      position: relative;
    }
    .tab-label img {
      display: inline-block;
      position: relative;
      padding-right: 5px;
      top: 4px;
      width: 20px;
      height: 20px;
    }
    #introduction {
      display: block;
      background-image: url("../images/introductionbg.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 90% 97%;
      background-color: #d4dfe7;
      padding: 80px 0 30px;
    }
    #introduction section h2 {
      font-size: 1.3em;
      line-height: 1.4em;
      color: #2a5f8a;
      display: block;
      margin: 20px auto;
      text-align: center;
    }
    #introduction section p {
      color: #363636;
      width: 300px;
      margin: auto auto 50px;
      font-size: 1.0em;
      line-height: 1.6em;
    }
    /* 「学校紹介」ページ ここまで↑ */
    /* 「施設案内」ページ ここから↓ */
    #facility {
      display: block;
      margin: 0 auto 70px;
      clear: both;
    }
    #ct_facility {
      display: block;
      padding: 30px 0 150px;
      background-color: #d4dfe7;
    }
    #ct_facility ul {
      margin: 0;
      background-image: url("../images/facilitybg.png");
      background-repeat: no-repeat;
      background-size: 70% 100%;
      background-position: center 150px;
    }
    #ct_facility ul li {
      display: block;
      width: 350px;
      margin: auto;
    }
    #facility div h2 {
      color: #085ea3;
      font-size: 2.4em;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-decoration: underline;
      text-underline-position: left;
      font-weight: 500;
      float: right;
      margin-bottom: 30px;
      margin-right: 10%;
      height: 154px;
    }
    #facility figure {
      margin: 0;
      padding: 0;
    }
    #facility_left01 p, #facility_left02 p, #facility_center01 p, #facility_center02 p, #facility_right p {
      font-size: 1.8em;
      line-height: 1.2em;
      margin: auto;
      text-shadow: 1px 1px 2px #a7a7a7;
    }
    .ct_facility p {
      display: block;
      margin: 0 auto 50px;
      color: #2a5f8a;
      font-size: 1.1em;
      line-height: 1.4em;
      clear: both;
      width: 301px;
    }
    #facility_left01 {
      float: left;
    }
    #facility_left01 figure img {
      background-image: url("../images/facility_01.png");
      background-repeat: no-repeat;
      background-position: 15px 15px;
      width: 320px;
      height: 245px;
      padding: 0 0 15px 30px;
      margin: auto;
      background-size: 90% 95%;
    }
    #facility_left01 p {
      margin-top: 10px;
      margin-left: 40px;
      position: absolute;
    }
    #facility_left01 span {
      padding-left: 35px;
    }
    #facility_right {
      float: right;
      clear: both;
    }
    #facility_right img {
      background-image: url("../images/facility_03.png");
      background-repeat: no-repeat;
      background-position: 15px 15px;
      width: 264px;
      height: 353px;
      padding: 0 0 15px 30px;
      margin: 50px 15px 50px auto;
    }
    #facility_right p {
      position: absolute;
      margin-left: 140px;
      margin-top: 110px;
    }
    #facility_left02 {
      float: left;
      margin-bottom: 50px;
      clear: both;
    }
    #facility_left02 figure img {
      background-image: url("../images/facility_05.png");
      background-repeat: no-repeat;
      background-position: 15px 15px;
      background-size: 90% 90%;
      width: 320px;
      height: 251px;
      padding: 30px 0 0 30px;
    }
    #facility_left02 p {
      margin-top: 40px;
      margin-left: 40px;
      position: absolute;
    }
    #facility_left02 p span {
      padding-left: 180px;
    }
    .ct_facility:nth-of-type(5) p {
      padding-top: 50px;
      margin-bottom: 30px;
      display: block;
    }
    #facility_center01 {
      margin: auto;
    }
    #facility_center01 figure img {
      background-image: url("../images/facility_07.png");
      background-repeat: no-repeat;
      background-position: 30px 30px;
      background-size: 90% 70%;
      width: 320px;
      height: 200px;
      padding: 60px 60px 0 0;
    }
    #facility_center01 p {
      margin-top: 40px;
      margin-left: 180px;
      position: absolute;
    }
    .ct_facility:nth-of-type(7) p {
      margin: 50px auto;
    }
    #facility_center02 p {
      margin-top: -160px;
      margin-left: 100px;
      position: absolute;
    }
    #facility_center02 figure img {
      background-image: url("../images/facility_09.png");
      background-repeat: no-repeat;
      background-position: 90px 90px;
      padding: 0 150px 115px 0;
      margin-bottom: 50px;
      width: 100%;
      height: auto;
      background-size: 65% 50%;
    }
    .ct_facility:nth-of-type(9) p {
      margin-top: -70px;
      padding-bottom: 50px;
    }
    /* 「施設案内」ページ ここまで↑ */
    /* 「在学生・卒業生の声」ページ ここから↓ */
    #voice {
      padding: 30px 0;
      margin: 0 auto 70px;
      display: block;
      background-color: #d4dfe7;
    }
    #main_introduction #voice h2 {
      display: block;
      margin-right: 10%;
      margin-bottom: 30px;
      float: right;
      clear: both;
      color: #085ea3;
      text-underline-position: left;
      font-size: 2.4em;
      font-weight: 500;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-decoration: underline;
      height: 193px;
    }
    #voice ul li:first-of-type {
      clear: both;
    }
    #voice ul li {
      display: block;
      color: #000000;
    }
    #voice h4 {
      font-weight: 500;
      text-decoration: underline;
      text-align: center;
      margin-top: 23px;
      margin-bottom: 18px;
    }
    #voice img {
      width: 320px;
      height: 320px;
      margin: 0 auto 50px;
    }
    #voice p {
      margin: 0 auto;
      line-height: 1.7em;
      width: 288px;
      font-size: 1em;
    }
    #voice01 li:first-child, #voice02 li:nth-of-type(2), #voice03 li:first-of-type, #voice04 li:first-child, #voice04 li:nth-of-type(2), #voice05 li:last-of-type {
      height: 310px;
      width: 310px;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
      border: solid 5px #bfbfbf;
      overflow: hidden;
    }
    #voice dd {
      margin: 0;
    }
    #voice_first {
      margin-left: 12px;
    }
    #link2 a img {
      margin-left: 200px;
    }
  }
  @media screen and (min-width: 550px) {
    .introd {
      display: none;
    }
    .intro {
      width: 300px;
      height: auto;
      margin: auto;
    }
    #introduction section:first-of-type img, #introduction section:nth-of-type(2) img, #introduction section:nth-of-type(5) img {
      padding-top: 30px;
    }
    #introduction section:nth-of-type(4) img, #introduction section:last-of-type img {
      padding-top: 20px;
    }
    #main_introduction {
      width: 100%;
      margin: 0 auto;
    }
    #main_introduction div h2 {
      margin-top: 0;
      margin-bottom: 0;
    }
    #introduction_navi {
      display: block;
      margin: 0 50px 100px;
      padding: 0;
    }
    #introduction section:first-of-type {
      padding-top: 100px;
    }
    #introduction section:last-of-type p {
      padding-bottom: 50px;
    }
    .tab-wrap {
      display: flex;
      flex-wrap: wrap;
      margin: 20px 0;
    }
    .tab-wrap:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #325A8C;
      display: block;
      order: -1;
    }
    .tab-label {
      color: White;
      background: LightGray;
      font-weight: lighter;
      font-size: 1em;
      white-space: nowrap;
      text-align: center;
      margin-top: 30px;
      padding-top: 15px;
      padding-bottom: 17px;
      order: -1;
      position: relative;
      z-index: 1;
      cursor: pointer;
      border-radius: 5px 5px 0 0;
      flex: 1;
    }
    .tab-label:not(:last-of-type) {
      margin-right: 3px;
    }
    .tab-content {
      width: 100%;
      height: 0;
      overflow: hidden;
      opacity: 0;
    }
    .tab-switch:checked + .tab-label {
      background: #325A8C;
    }
    .tab-switch:checked + .tab-label + .tab-content {
      height: auto;
      overflow: auto;
      padding-top: 20px;
      opacity: 1;
      transition: .5s opacity;
    }
    .tab-switch {
      display: none;
    }
    .tab-switch:checked + .tab-label:after {
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #325a8c;
      border-width: 16px;
      margin-left: -14px;
      bottom: -30px;
    }
    .tab-switch:checked + .tab-label {
      background: #325A8C;
      position: relative;
    }
    .tab-label img {
      display: inline-block;
      position: relative;
      padding-right: 5px;
      top: 4px;
      width: 20px;
      height: 20px;
    }
    #introduction {
      display: block;
      background-image: url("../images/introductionbg.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 97% 95%;
      background-color: #d4dfe7;
      height: 100%;
    }
    #introduction section {
      width: 550px;
      margin: auto;
    }
    #introduction section h2 {
      font-size: 1.3em;
      line-height: 1.4em;
      color: #2a5f8a;
      display: block;
      width: 230px;
    }
    #introduction section h2 br {
      display: none;
    }
    #introduction section p {
      color: #363636;
      width: 230px;
      margin: auto auto 50px;
      font-size: 1.0em;
      line-height: 1.6em;
    }
    .introduction_left div {
      margin-left: 20px;
    }
    .introduction_right div {
      margin-right: 20px;
    }
    #main_introduction h1 {
      color: #2a5f8a;
      font-size: 3.2em;
      font-weight: 500;
      margin-top: 100px;
      margin-left: 30px;
    }
    .introduction_left img, .introduction_left div {
      float: left;
    }
    .introduction_right img, .introduction_right div {
      float: right;
    }
    /* 「学校紹介」ページ ここまで↑ */
    /* 「施設案内」ページ ここから↓ */
    #facility {
      display: block;
      margin: 0 auto 70px;
      border: 3px solid #1472be;
      clear: both;
    }
    #ct_facility {
      display: block;
      padding: 150px 10px 0;
    }
    #ct_facility ul {
      margin: 0;
      background-image: url("../images/facilitybg.png");
      background-repeat: no-repeat;
      background-position: 30px center;
      background-size: 88% 95%;
    }
    #ct_facility ul li {
      display: block;
    }
    #facility div h2 {
      color: #085ea3;
      font-size: 2.4em;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-decoration: underline;
      text-underline-position: left;
      font-weight: 500;
      float: right;
      margin-left: 0;
      margin-right: 40px;
      margin-top: -95px;
    }
    #facility figure {
      margin: 0;
      padding: 0;
    }
    #facility_left01 p, #facility_left02 p, #facility_center01 p, #facility_center02 p, #facility_right p {
      font-size: 1.8em;
      line-height: 1.2em;
      position: relative;
      text-shadow: 1px 1px 2px #a7a7a7;
    }
    .ct_facility p {
      display: block;
      margin: 0 auto;
      color: #2a5f8a;
      font-size: 1.1em;
      line-height: 1.4em;
    }
    .ct_facility:nth-of-type(1) p {
      padding-left: 40px;
      padding-top: 90px;
    }
    #facility_left01 {
      background-image: url("../images/facility_02.png");
      background-repeat: no-repeat;
      background-position: 25px 0;
      width: 396px;
      height: 245px;
      margin-top: 10px;
      margin-left: -25px;
      padding: 65px 0 0 125px;
      float: left;
    }
    #facility_left01 figure img {
      margin: -90px 22px 200px -10px;
      float: left;
      background-image: url("../images/facility_01.png");
      background-repeat: no-repeat;
      background-position: 20px 20px;
      width: 396px;
      height: 245px;
      padding: 0 0 15px 38px;
    }
    #facility_left01 p {
      margin-left: -85px;
      margin-bottom: 0;
      top: 15px;
    }
    #facility_left01 span {
      padding-left: 35px;
    }
    #facility_right {
      float: right;
      background-image: url("../images/facility_04.png");
      background-repeat: no-repeat;
      margin-top: 160px;
      margin-right: 110px;
      width: 264px;
      height: 353px;
    }
    #facility_right img {
      background-image: url("../images/facility_03.png");
      background-repeat: no-repeat;
      background-position: 15px 15px;
      width: 264px;
      height: 353px;
      margin-top: -210px;
      margin-left: -53px;
      padding: 0 0 15px 30px;
    }
    #facility_right p {
      top: 240px;
      left: 30px;
    }
    #facility_left02 {
      float: left;
      margin-bottom: 200px;
      background-image: url("../images/facility_06.png");
      background-repeat: no-repeat;
      width: 396px;
      height: 251px;
      margin-top: 150px;
      margin-left: 125px;
      margin-bottom: 30px;
    }
    #facility_left02 figure img {
      background-image: url("../images/facility_05.png");
      background-repeat: no-repeat;
      background-position: 20px 20px;
      width: 396px;
      height: 251px;
      padding: 40px 0 0 40px;
      margin-top: -170px;
      margin-left: -145px;
    }
    #facility_left02 p {
      top: 170px;
      left: 20px;
    }
    #facility_left02 p span {
      padding-left: 180px;
    }
    .ct_facility:nth-of-type(5) p {
      margin: 885px 0 100px 15px;
    }
    #facility_center01 {
      float: left;
      background-image: url("../images/facility_08.png");
      background-repeat: no-repeat;
      width: 396px;
      height: 251px;
      margin-top: 180px;
      margin-left: -10px;
      margin-bottom: 10px;
    }
    #facility_center01 figure {
      margin-top: 80px;
    }
    #facility_center01 figure img {
      background-image: url("../images/facility_07.png");
      background-repeat: no-repeat;
      background-position: 30px 30px;
      background-size: 90%;
      width: 480px;
      height: auto;
      margin-left: 35px;
      margin-top: -320px;
      padding: 60px 60px 0 0;
    }
    #facility_center01 p {
      top: 165px;
      left: 30px;
    }
    .ct_facility:nth-of-type(7) {
      margin: 560px 0 100px 30px;
    }
    #facility_center02 figure img {
      background-image: url("../images/facility_09.png");
      background-repeat: no-repeat;
      background-position: 150px 140px;
      padding: 0 50px 115px 0;
      margin-bottom: 10px;
      background-size: 68% 50%;
    }
    #facility_center02 p {
      margin: -120px 0 0 180px;
    }
    .ct_facility:nth-of-type(9) {
      margin: 30px 0 0 90px;
      padding-bottom: 100px;
    }
    /* 「施設案内」ページ ここまで↑ */
    /* 「在学生・卒業生の声」ページ ここから↓ */
    #voice {
      margin: 0 auto 70px;
      display: block;
      border: 3px solid #1472be;
      padding: 230px 0 80px;
      background-image: url("../images/voicebg.png");
      background-repeat: no-repeat;
      background-position: 50px 50px;
      background-size: 82.5% 97%;
    }
    #main_introduction #voice h2 {
      display: block;
      margin-top: -170px;
      margin-left: 450px;
      height: 600px;
      color: #085ea3;
      text-underline-position: left;
      font-size: 2.4em;
      font-weight: 500;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      text-decoration: underline;
    }
    #voice01 li:first-child {
      margin-top: -550px;
    }
    #voice ul li {
      display: block;
      color: #000000;
    }
    #voice h4 {
      font-weight: 500;
      text-decoration: underline;
      text-align: center;
      margin-top: 23px;
      margin-bottom: 18px;
    }
    #voice img {
      width: 320px;
      height: 320px;
      margin: 0 auto 50px;
    }
    #voice p {
      margin: 0 auto;
      line-height: 1.7em;
      width: 288px;
      font-size: 1em;
    }
    #voice01 li:first-child, #voice02 li:nth-of-type(2), #voice03 li:first-of-type, #voice04 li:first-child, #voice04 li:nth-of-type(2), #voice05 li:last-of-type {
      height: 310px;
      width: 310px;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
      border: solid 5px #bfbfbf;
      overflow: hidden;
    }
    #voice dd {
      margin: 0;
    }
    #voice_first {
      margin-left: 12px;
    }
    #link2 a img {
      margin-left: 200px;
    }
  }
  /* 「在学生・卒業生の声」ページ ここまで↑ */
  /* 「アクセス」ページ ここから↓ */
  @media screen and (max-width: 559px) {
    #main_access {
      width: 320px;
      margin: 0 auto;
    }
    #main_access h1 {
      font-size: 2.6em;
      font-weight: 500;
      margin: 100px auto 50px;
      color: #2a5f8a;
      border-bottom: double 10px #fff;
      width: 200px;
      padding-bottom: 15px;
      text-align: center;
    }
    #access_01 p, #access_02 div {
      width: 270px;
      height: 230px;
      background-color: #c7d1dd;
      border: 5px solid #859cb8;
      font-size: 1.15em;
      line-height: 1.8em;
      padding: 20px;
      float: left;
      color: #545454;
    }
    #access_01 p br {
      display: none;
    }
    #access_01 figure img {
      float: left;
      width: 320px;
      height: 270px;
      margin-bottom: 100px;
    }
    #access_01 h2 {
      color: #859cb8;
    }
    #access_02 iframe {
      width: 310px;
      height: 280px;
      border: 5px solid #859cb8;
      float: left;
    }
    #access_02 div {
      height: 250px;
    }
    #access_02 p {
      margin-left: 15px;
    }
    #access_02 h2 {
      text-align: center;
      font-size: 1.5em;
      color: #859cb8;
      position: absolute;
      top: 1050px;
      left: 0;
      right: 0;
    }
    #access_02 dd {
      margin-left: 33px;
    }
    #access_02 dt {
      text-align: center;
      margin-top: 15px;
    }
    #access_02 img {
      top: 1200px;
      margin-left: 130px;
      width: 60px;
      height: 72px;
      position: absolute;
    }
    #access_01 h2 {
      margin: 40px 0 25px 40px;
      font-size: 1.5em;
    }
  }
  @media screen and (min-width: 560px) {
    #main_access {
      width: 560px;
      margin: 0 auto;
    }
    #main_access h1 {
      font-size: 3.2em;
      font-weight: 500;
      margin: 100px 0 50px 30px;
      color: #2a5f8a;
    }
    #main_access ul li {
      margin-bottom: 50px;
    }
    #access_01, #access_02 {
      width: 550px;
      height: 550px;
      background-color: #c7d1dd;
      border: 5px solid #859cb8;
      color: #545454;
    }
    #access_01 figure img {
      margin-left: 163px;
      margin-top: 29px;
      position: absolute;
      width: 390px;
      height: 270px;
    }
    #access_01 p {
      margin: 0 25px;
      font-size: 1.15em;
      line-height: 1.5em;
    }
    #access_01 p br:first-of-type, #access_01 p br:nth-of-type(4), #access_01 p br:nth-of-type(5), #access_01 p br:nth-of-type(7), #access_01 p br:nth-of-type(8) {
      display: none;
    }
    #access_01 h2 {
      margin: 40px 25px 25px;
      font-size: 1.5em;
    }
    #access_02 iframe {
      margin-top: -5px;
      margin-left: -5px;
      width: 380px;
      height: 260px;
      border: 5px solid #859cb8;
    }
    #access_02 h2 {
      margin-top: 140px;
      margin-right: 25px;
      margin-bottom: 20px;
      font-size: 1.5em;
      text-align: right;
    }
    #access_02 p {
      margin-bottom: 20px;
    }
    #access_02 p br {
      display: none;
    }
    #access_02 div {
      text-align: right;
      font-size: 1.15em;
      line-height: 1.6em;
      margin-right: 25px;
    }
    #access_02 img {
      margin-top: -190px;
      margin-left: 150px;
      width: 60px;
      height: 72px;
    }
  }
  /* 「アクセス」ページ ここまで↑ */
  /* 「資料請求」ページ ここから↓ */
  @media screen and (max-width: 559px) {
    #main_request {
      width: 95%;
      margin: 0 auto;
    }
    #main_request table tbody {
      display: block;
      margin: auto;
    }
    #main_request h1 {
      margin: 100px auto 50px;
      color: #2a5f8a;
      font-size: 3em;
      font-weight: 500;
      text-align: center;
      border-bottom: double 10px #fff;
      width: 250px;
      padding-bottom: 15px;
    }
    #main_request table tr:nth-of-type(5) td input:nth-last-of-type(1) {
      margin-left: 14px;
    }
    #main_request table tr:nth-of-type(5) td input:nth-last-of-type(2) {
      margin-left: 30px;
    }
  }
  @media screen and (min-width: 560px) {
    #main_request {
      width: 550px;
      margin: 0 auto;
    }
    #main_request table tbody {
      width: 400px;
      display: block;
      margin: auto;
    }
    #main_request h1 {
      margin: 100px 0 50px 30px;
      color: #2a5f8a;
      font-size: 2.6em;
      font-weight: 500;
    }
    #main_request table tr:nth-of-type(5) td input:nth-last-of-type(1) {
      margin-left: 14px;
    }
    #main_request table tr:nth-of-type(5) td input:nth-last-of-type(2) {
      margin-left: 30px;
    }
    .br {
      display: none;
    }
  }
  #requestform table td textarea:last-of-type {
    width: 100%;
  }
  #requestform p {
    color: #bc002d;
    text-align: end;
    font-size: 1.2EM;
  }
  #requestform {
    background-color: #FFFFFF;
    padding: 20px;
  }
  #requestform form {
    display: block;
  }
  #requestform table {
    color: #000000;
    font-size: 1em;
    margin: auto;
    border: solid 3px #2a5f8a;
    width: 100%;
    padding: 15px;
  }
  #requestform table th {
    display: inline-block;
    padding-right: 30PX;
    padding-bottom: 10px;
    padding-top: 10PX;
  }
  #main_request table td {
    padding-bottom: 50px;
  }
  #requestform table th, #requestform table td {
    font-weight: 500;
    line-height: 1.7EM;
    display: block;
    text-align: left;
    width: 100%;
  }
  #requestform table span {
    color: #bc002d;
  }
  #submit {
    text-align: center;
  }
  #submit input {
    background-color: #b30831;
    color: #FFFFFF;
    border: 3px solid #b30831;
    font-size: 1.3em;
    padding: 7px 40px;
    border-radius: 5%;
    cursor: pointer;
    transition: all ease.3s;
    display: block;
    margin: auto;
  }
  #submit input:hover {
    background-color: #FFFFFF;
    color: #b30831;
  }
  /* 「資料請求」ページ ここまで↑ */


		}