﻿@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 481px) {
  /* スマホ以外、TELリンクなし----------------------------------------------------------------------------------------------------------------------------*/
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-size: 18px;
  color: #333333;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
  color: #333333;
}
.page {
  margin: 0 auto;
}
/*ナビゲーションからのリンク調整*/
.link {
  margin-top: -120px;
  padding-top: 120px;
}
/*ページ内リンク調整*/
.main .link2 {
  margin-top: -25px;
  padding-top: 25px;
}
h1 {
  font-size: 36px;
  text-align: center;
  color: #1e718f;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 55px;
  letter-spacing: 0.2em;
}
h2 {
  font-size: 36px;
}
.top h2 {
  font-size: 30px;
}
p {
  line-height: 1.5;
}
/*ナビゲーションpc---------------------------------------*/
#nav_sp {
  display: none;
}
header {
  overflow: hidden;
  height: auto;
}
.h_logo, .a_logo {
  background-color: #1e718f;
  transition: background-color 0.7s;
  text-align: center;
  width: 400px;
  height: 120px;
  float: left;
}
.h_logo img {
  width: auto;
  height: 44px;
  margin: 38px auto;
}
.h_logo:hover, .a_logo:hover {
  background-color: rgb(43, 157, 198, 0.6);
  transition: background-color 0.7s;
}
#sub_nav {
  overflow: hidden;
}
#sub_nav .language {
  height: 40px;
  margin: 0 38px 30px;
}
#sub_nav ul {
  text-align: center;
  float: right;
  width: 170px;
  padding: 10px;
  /* border: 1px solid #1e718f;
  border-top: 1px solid #ffffff;*/
}
#sub_nav ul.language li {
  list-style-type: none;
  font-size: 12px;
  margin-left: 10px;
  display: inline;
  color: #1e718f;
  font-weight: bold;
}
#sub_nav ul.language li:first-child {
  margin-left: 0;
}
#sub_nav ul.language li a {
  color: #1e718f;
  font-weight: bold
}
#nav {
  display: inline-block;
  float: right;
}
ul.menu li {
  float: left;
  height: 48px;
  position: relative;
  font-size: 14px;
  line-height: 48px;
  list-style-type: none;
}
ul.menu li a {
  display: block;
  height: 100%;
  margin-right: 40px;
  font-size: 16px;
  font-weight: bold;
}
ul.menu li a:hover {
  color: #1e718f;
}
ul.menu li ul.sub {
  position: absolute;
}
ul.sub {
  background-color: #1e718f;
  width: 220px;
  z-index: 9999;
}
ul.sub li {
  display: block;
  width: 100%;
  height: 45px;
  border-top: solid 1px #ffffff;
}
ul.sub li a {
  font-size: 14px;
  color: #ffffff;
  padding: 0 20px;
  line-height: 45px;
}
ul.sub li a:hover {
  color: #ffffff;
  background-color: rgb(43, 157, 198, 0.6);
  width: 100%;
}
ul.sub::after {
  clear: both;
}
/*ナビpc　ホバーでドロップダウン--------------*/
ul.sub {
  display: none;
}
ul.menu li:hover ul.sub {
  display: inline-block;
}
/*ナビ動作　スクロールで現れて固定------------*/
.nav-under1 {
  margin-top: 120px;
}
.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.nav-fixed-2 {
  margin-top: 120px;
}
/*bxスライダースマホ-----------------------*/
.bxslider_sp {
  display: none;
}
/*メインページ全体*/
.top .main {
  text-align: center;
  position: relative;
  background-image: url("../images/bg_top1.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}
.schoolinfo, .curriculum {
  max-width: 1160px;
  margin: 0 auto 180px auto;
}
/*新着情報*/
.news {
  background-color: #1e718f;
  height: 60px;
  width: 960px;
  padding: 0 20px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 8888;
}
.newsbar {
  line-height: 60px;
  color: #ffffff;
}
.newsbar th {
  width: 100px;
}
.newsbar a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 1.5;
}
/*学校紹介*/
.intro h1 {
  font-size: 36px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
h1.tittle {
  padding: 0;
}
h1.tittle:before, h1.tittle:after {
  display: none;
}
.intro {
  margin-bottom: 100px;
}
.intro p {
  text-align: center;
}
.school .inbox {
  overflow: hidden;
}
.school .inbox h2 {
  display: inline-block;
  margin: 24px 0 20px 0;
}
.school .inbox p {
  display: inline-block;
  padding: 0 40px;
}
.sc_left, .sc_center, .sc_right {
  width: 350px;
  float: left;
  text-align: center;
}
.sc_center {
  margin: 0 55px;
}
.sc_img1, .sc_img2, .sc_img3 {
  width: 330px;
  height: auto;
  overflow: hidden;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}
.sc_left .sc_img1 img, .sc_center .sc_img2 img, .sc_right .sc_img3 img {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}
.sc_left:hover .sc_img1 img, .sc_center:hover .sc_img2 img, .sc_right:hover .sc_img3 img {
  transform: scale(1.2);
  transition: transform 0.2s linear;
}
/*入学案内*/
.enter {
  background-image: url("../images/bg_stone.jpg");
  max-width: 100%;
  height: auto;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 180px;
}
.enter .inbox {
  text-align: center;
  padding: 50px 0;
  max-width: 1160px;
  margin: 0 auto;
}
.enter .inbox .ent_left, .enter .inbox .ent_center, .enter .inbox .ent_right {
  width: 32%;
  display: inline-block;
}
.enter .inbox .ent_center {
  margin: 0 1%;
}
.enter .inbox img {
  width: 70%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
.ent2 {
  display: none;
}
.ent_left:hover .ent1, .ent_center:hover .ent1, .ent_right:hover .ent1 {
  display: none;
}
.ent_left:hover .ent2, .ent_center:hover .ent2, .ent_right:hover .ent2 {
  display: inline-block;
}
/*カリキュラム*/
.curriculum h1 {
  display: block;
  max-width: 1160px;
}
.curriculum .inbox {
  overflow: hidden;
}
.curriculum .cur_left {
  width: 47%;
  float: left;
}
.curriculum .cur_right {
  width: 47%;
  float: right;
}
.cur_left h2, .cur_right h2 {
  width: 300px;
  margin: 10px 0 18px 0;
  padding-bottom: 18px;
  text-align: left;
  border-bottom: solid 1px #1e718f;
}
.curriculum .cur_but p {
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
}
.curriculum .cur_but a {
  font-size: 16px;
  color: #1e718f;
  padding: 0;
}
.curriculum .cur_but {
  width: 100%;
  height: 50px;
  margin: 40px auto 0;
  background-color: #ffffff;
  transition: background-color 0.7s;
  border: 1px solid #1e718f;
}
.arrow {
  position: relative;
  display: inline-block;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cur_but::before {
  right: 15px;
  width: 20px;
  height: 1px;
  background: #1e718f;
}
.cur_but::after {
  right: 15px;
  width: 8px;
  height: 8.5px;
  border-top: 1px solid #1e718f;
  border-right: 1px solid #1e718f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curriculum .cur_but:hover {
  background-color: #1e718f;
  transition: background-color 0.7s;
}
.curriculum .cur_but:hover p {
  color: #ffffff;
}
.curriculum .cur_but:hover::before {
  background: #ffffff;
}
.curriculum .cur_but:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
/*留学生活*/
.life {
  background-image: url("../images/min_blue.png");
  background-repeat: repeat;
  width: 100%;
  height: auto;
  padding: 30px 0 26px 0;
  margin-bottom: 180px;
}
.life h1 {
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1260px;
  height: 60px;
  line-height: 60px;
  /* padding: 0 490px;*/
  margin: 25px auto 20px;
}
.life .inbox {
  text-align: center;
  padding: 50px 0;
  max-width: 1160px;
  margin: 0 auto;
}
.life_innerbox {
  max-width: 24%;
  height: auto;
  display: inline-block;
  /*margin: 0 0.4%;*/
  filter: brightness(95%);
}
.life_innerbox:first-child {
  margin-left: 0;
}
.life_innerbox:last-child {
  margin-right: 0;
}
.life_innerbox img {
  width: 100%;
  height: auto;
}
.life_top {
  padding: 25px 0 20px 0;
}
.life1_top {
  background-color: #59a9c6;
}
.life2_top {
  background-color: #f49671;
}
.life3_top {
  background-color: #49b586;
}
.life4_top {
  background-color: #fa8d8e;
}
.life_top p {
  color: #ffffff;
  text-align: center;
}
.life_top p:nth-child(2) {
  margin: 10px 0;
  font-size: 24px;
}
.life_innerbox:hover {
  filter: brightness(110%);
}
/*Q&Aとアクセスとコンタクト*/
.page_bottom {
  max-width: 1000px;
  margin: 0 auto 180px;
  overflow: hidden;
}
.qaccesscon {
  max-width: 500px;
  float: left;
}
.qa, .access {
  width: 380px;
  height: 80px;
  margin-bottom: 20px;
  border: solid 1px #1e718f;
  display: block;
  overflow: hidden;
  transition: 0.7s;
}
.qa .qac_img, .access .qac_img {
  height: 40px;
  width: auto;
  margin: 20px 60px 20px 40px;
  float: left;
}
.qa img, .access img {
  height: 100%;
  width: auto;
}
.qa p, .access p {
  line-height: 80px;
  letter-spacing: 0.5em;
  color: #1e718f;
  margin-left: 120px;
}
.qa .qac_img2, .access .qac_img2 {
  height: 40px;
  width: auto;
  margin: 20px 60px 20px 40px;
  float: left;
  display: none;
}
.qa:hover .qac_img, .access:hover .qac_img {
  display: none;
}
.qa:hover .qac_img2, .access:hover .qac_img2 {
  display: inline-block;
}
.qa:hover, .access:hover {
  background-color: #1e718f;
  /*opacity: 0.6;*/
  transition: background-color 0.7s;
}
.qa:hover p, .access:hover p {
  color: #ffffff;
}
.contact {
  width: 380px;
  background-color: #1e718f;
  text-align: center;
  padding: 25px;
}
.contact p {
  text-align: center;
  color: #ffffff;
}
.contact img {
  margin: 10px;
  height: 38px;
  width: auto;
}
.contact:hover {
  opacity: 0.8;
}
/*facebook*/
.facebook {
  text-align: center;
}
/*フッター*/
footer {
  background-color: #1e718f;
  color: #ffffff;
  padding: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
footer a {
  color: #ffffff;
}
.foot_top {
  max-width: 1000px;
  text-align: center;
  padding: 0 10px;
  margin: 40px auto 20px;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.foot_top img {
  width: 270px;
  margin: 0 20px 0 0;
}
.foot_top address {
  display: inline-block;
  text-align: left;
  font-style: normal;
}
.foot_top #acbtm {
  display: inline-block;
  margin-left: 30px;
  border: 1px solid #ffffff;
}
.foot_top #acbtm a {
  line-height: 40px;
  vertical-align: text-bottom;
  padding: 8px 20px;
}
.foot_top #acbtm:hover a {
  background-color: rgb(43, 157, 198, 0.6);
}
.foot_top::after {
  content: "";
  border-bottom: solid 1px #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.foot_bottom {
  max-width: 930px;
  overflow: hidden;
  margin: 0 auto 20px auto;
  padding-left: 25px;
}
footer .foot {
  display: inline-block;
  text-align: left;
  float: left;
  margin-right: 78px;
}
footer .foot:last-child {
  margin-right: 0;
}
footer .foot li {
  list-style: none;
}
.foot li:first-child {
  text-indent: -1em;
}
.foot li::before {
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 2px;
  height: 2px;
  content: '';
  border-radius: 100%;
  background: #ffffff;
}
.foot li:first-child::before {
  display: none;
}
footer small {
  font-size: 14px;
}
.last {
  width: 100%;
  margin: 10px auto 5px;
  text-align: center;
}
.pp {
  font-size: 10px;
  display: block;
  text-align: center;
}
.pp a {
  margin: 0 10px;
  position: relative;
}
.pp a::before {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: -10px;
}
.pp a:last-child::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  right: -10px;
}
/*TOPへもどるボタン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #1e718f;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*下層ページ共通-----------------------------------------------------------------------------------------------------*/
/*メイン画像*/
.main_img {
  max-width: 100%;
  height: auto;
  margin: 50px 0 0;
  position: relative;
}
.main_img .main_ph {
  width: 70%;
}
.main_img .main_ph img {
  width: 100%;
  height: auto;
}
.main_img .bar {
  border-bottom: solid 2px #1e718f;
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 60%;
}
.main_img h1 {
  color: #333333;
  font-weight: normal;
  font-size: 80px;
  position: absolute;
  bottom: 22%;
  right: 18px;
  padding: 0;
  margin-bottom: 0;
}
.schedule_page .main_img h1 {
  font-size: 48px;
  letter-spacing: 0em;
  bottom: 20%;
  margin-bottom: 0;
}
.contact_page .main_img h1, .curriculum_page .main_img h1, .sitemap .main_img h1 {
  font-size: 60px;
  letter-spacing: 0em;
  bottom: 20%;
  margin-bottom: 0;
}
.admission_infomation .main_img h1, .access_page .main_img h1, .school_guidance .main_img h1, .life_page .main_img h1, .send_completely_page h1 {
  font-size: 64px;
  /*letter-spacing: 0em;*/
  bottom: 20%;
  margin-bottom: 0;
}
.privacy .main_img h1 {
  font-size: 38px;
  letter-spacing: 0em;
}
/*メインタイトル文字の大きさ（モニター1920以上）---------------------------*/
@media screen and (min-width:1820px) {
  .main_img h1 {
    font-size: 100px;
    position: absolute;
    bottom: 22%;
    right: 50px;
    padding: 0;
    margin-bottom: 0;
  }
  .schedule_page .main_img h1 {
    font-size: 60px;
    letter-spacing: 0em;
    bottom: 20%;
    margin-bottom: 0;
  }
  .contact_page .main_img h1, .curriculum_page .main_img h1, .sitemap .main_img h1 {
    font-size: 72px;
    letter-spacing: 0em;
    bottom: 20%;
    margin-bottom: 0;
  }
  .admission_infomation .main_img h1, .access_page .main_img h1, .school_guidance .main_img h1, .life_page .main_img h1, .send_completely_page h1 {
    font-size: 80px;
    /*letter-spacing: 0em;*/
    bottom: 20%;
    margin-bottom: 0;
  }
  .privacy .main_img h1 {
    font-size: 50px;
    letter-spacing: 0em;
  }
}
/*mainの中*/
.tittle {
  padding-top: 160px;
  text-align: center;
}
.w_1160 {
  width: 1160px;
  margin: 0 auto 150px;
}
/*faq--------------------------------------------------------------------------------------------------------------*/
.faq .dd_text a {
  text-decoration: underline;
  margin-left: 5px;
}
.faq_tittle_block p {
  text-align: center;
}
.faq_tittle_block {
  margin-bottom: 60px;
}
.faqtext {
  text-align: left;
  margin-bottom: 50px;
  border-bottom: 1px solid #1e718f;
  padding-bottom: 10px;
}
.faqtext dt {
  color: #ffffff;
  background-color: #1e718f;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  font-size: 24px;
  margin-bottom: 10px;
}
.faqtext dt span {
  margin-right: 20px;
}
.faqtext dd {
  overflow: hidden;
}
.faqtext .dd_a {
  border: solid 1px #1e718f;
  font-size: 24px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin: 0 30px;
  display: inline-block;
  float: left;
}
.faqtext .dd_text {
  line-height: 30px;
  max-width: 1040px;
  display: inline-block;
}
/*bgの桜*/
.faq .main {
  background-image: url("../images/sakura1.png");
  background-repeat: no-repeat;
  background-position: -3% -7%;
}
/*contact_page--------------------------------------------------------------------------------------------------------------*/
.contact_tittle_block p {
  text-align: center;
  margin-bottom: 40px;
}
.contact_block {
  margin-bottom: 60px;
}
.contact_icon {
  display: block;
  margin: 0 auto 40px auto;
}
.tel_fax_text {
  color: #1e718f;
  font-size: 30px;
  margin-bottom: 100px;
}
.tel_fax_text a {
  color: #1e718f;
}
.tel_fax_text br {
  display: none;
}
.contact_contents .contact_lead_text {
  color: #ffffff;
  background-color: #1e718f;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center
}
.contaxt_box {
  max-width: 710px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.contaxt_box_child {
  display: block;
  margin: 0 auto 40px auto;
  font-size: 18px;
  max-height: 150px !important;
  height: auto;
}
.contaxt_box_child_big {
  display: block;
  margin: 0 auto 50px auto;
  font-size: 18px;
  height: 150px;
}
.contaxt_box_child_02 {
  display: block;
  margin: 60px auto 40px auto;
  font-size: 20px;
  text-align: center !important;
  height: 150px;
}
.contaxt_box_child div {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  height: 50px;
  margin: 0 !important;
  text-align: right;
  vertical-align: top;
}
.contaxt_box_child_big div {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  height: 50px;
  margin: 0 !important;
  text-align: right;
  vertical-align: top;
}
.contaxt_box_child p {
  /*display: inline-block;*/
  /*text-align: center;*/
  margin-left: 200px;
}
.contaxt_box_child_big p {
  display: inline-block;
  text-align: center;
}
.contaxt_box_child span {
  color: rgba(255, 0, 4, 1.00);
  margin-left: 10px;
}
.contaxt_box_child_big span {
  color: rgba(255, 0, 4, 1.00);
  margin-left: 10px;
}
.contaxt_box_child .small_text {
  color: #333333;
  font-size: 14px;
}
.required {
  color: rgba(255, 0, 4, 1.00);
  margin-right: 10px;
}
.contaxt_box_child .text_box {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  height: 50px;
  margin-left: 10px;
}
.contaxt_box_child_big .text_box {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  height: 50px;
  margin-left: 10px;
}
.contaxt_box_child .comment_label {
  display: inline-flex;
  max-width: 190px;
  width: 100%;
  height: 50px;
  margin: 0 !important;
  vertical-align: top;
}
.contaxt_box_child_big .text_box02 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  height: 150px !important;
  margin-left: 10px;
}
.contaxt_box_child_02 .send_btn {
  display: inline-block;
  width: 210px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #1e718f;
  font-size: 20px;
  text-align: center !important;
  color: #1e718f;
  font-weight: bold;
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.contaxt_box_child_02 .send_btn:hover {
  background-color: #1e718f;
  border: 1px solid #1e718f;
  font-size: 20px;
  color: #fff;
  /*opacity: 0.6;*/
  transition: background-color 0.7s;
}
input[type="text"] {
  property: value;
}
/*send_completely_page----------------------------------------------*/
.send_completely_page h2 {
  color: #1e718f;
  margin-bottom: 40px;
  line-height: 1.2;
}
/*admission_infomation--------------------------------------------------------------------------------------------------------------*/
#ent_center_sp, #ent_right_sp {
  display: none;
}
.a_i_pink {
  background-color: #f59091;
}
.a_i_green {
  background-color: #42b78a;
}
.a_i_orange {
  background-color: #ee9873;
}
.a_i_blue {
  background-color: #59a9c6;
}
.a_i_amber {
  background-color: #1e718f;
}
.ai_enter {
  max-width: 100%;
  height: auto;
  background-position: center;
  padding: 100px 0;
  margin: 60px auto 130px;
}
.ai_enter h1 {
  display: block;
  margin: 0 auto;
  padding-bottom: 55px;
}
.ai_enter .inbox {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
.ai_enter .inbox .ent_left, .ai_enter .inbox .ent_center, .ai_enter .inbox .ent_right {
  width: 32%;
  display: inline-block;
}
.ai_enter .inbox .ent_center {
  margin: 0 1%;
}
.ai_enter .inbox img {
  width: 70%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
.ent2 {
  display: none;
}
.ent_left:hover .ent1, .ent_center:hover .ent1, .ent_right:hover .ent1 {
  display: none;
}
.ent_left:hover .ent2, .ent_center:hover .ent2, .ent_right:hover .ent2 {
  display: inline-block;
}
.flow_description {
  background-image: url("../images/ent_bg_stone.jpg");
  background-size: cover;
  height: 100%;
  /*background-position: right center;*/
  center: no-repeat;
  margin: 0 auto 90px auto;
  padding-bottom: 90px;
}
.flow_description h2 {
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 80px 0 50px;
  text-align: center;
  color: #1e718f;
}
.f_d_area {
  display: block;
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.80);
}
.f_d_area .f_d_area_child {
  vertical-align: top;
  /*display:block;*/
  max-width: 850px;
  width: 100%;
  min-height: 70px;
  height: auto;
  margin: 0 auto 10px;
  border-bottom: 1px solid #40a7cc;
}
.f_d_box_01 {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 !important;
}
.f_d_box_02 {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 !important;
}
.f_d_box_03 {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 !important;
}
.f_d_box_01 .box_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #40a7cc;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.f_d_box_02 .box_green {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #49b586;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.f_d_box_03 .box_orange {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #f49671;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.f_d_box_01 p, .f_d_box_02 p, .f_d_box_03 p {
  display: block;
  text-align: center;
}
.box_01_blue {
  display: inline-block;
  color: #40a7cc;
  font-size: 32px;
}
.box_text_area {
  /*vertical-align: top;*/
  display: inline-block;
  max-width: 740px;
  width: 100%;
  min-height: 40px;
  height: auto;
  margin-left: 10px;
}
.box_text_area p {
  vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
  text-align: left;
  font-size: 20px;
}
.box_text_area .blue_text {
  color: #40a7cc;
  font-size: 30px;
  margin-right: 20px;
}
.box_text_area .green_text {
  color: #49b586;
  font-size: 30px;
  margin-right: 20px;
}
.box_text_area .orange_text {
  color: #f49671;
  font-size: 30px;
  margin-right: 20px;
}
.f_d_area .arrow_01 {
  display: block;
  width: auto;
  height: auto;
  margin: 10px auto;
}
.arrow_01 img {
  display: block;
  margin: 0 auto;
}
.f_d_area .arrow_02 {
  display: block;
  width: auto;
  height: auto;
  margin: 20px auto 0;
}
.arrow_02 img {
  display: block;
  margin: 0 auto;
}
.school_expenses {
  max-width: 1160px;
  height: auto;
  margin: 0 auto 90px auto;
}
.school_expenses ul {
  list-style: none;
}
.school_expenses h2 {
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 80px 0 55px 0;
  text-align: center;
  color: #1e718f;
}
.school_expenses .s_e_guide {
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ac1 {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  background-color: #e4f6fc;
  padding: 20px 0 20px 0;
}
.ac2 {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  background-color: #e8fdf4;
  padding: 20px 0 20px 0;
}
.ac3 {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  background-color: #e8fdf4;
  padding: 20px 0 20px 0;
}
.s_e_flex_item {
  /*display: block;*/
  max-width: 220px;
  width: 100%;
  height: auto;
}
.label_p {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
}
.school_expenses .s_e_flex_item div p {
  display: inline-block;
  width: 100%;
  margin: 10px auto 10px auto;
}
.school_expenses input {
  display: none;
}
.accshow {
  width: 100%;
  margin-bottom: 100px;
}
.sp_lead {
  width: 100%;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  background-color: #e4f6fc;
  padding: 20px 0 20px 0;
}
.flex_item_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 130px;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.accshow_child {
  display: flex;
  align-items: space-between;
  /*max-width: 200px;*/
  width: 100%;
  min-height: 40px;
  height: 100%;
  margin: 10px auto 10px auto;
  margin: 0 auto;
}
.accshow_child .s_e_left {
  display: inline-block;
  width: 50%;
  left: 0;
  text-align: left;
  color: #856969;
  font-size: 14px;
}
.accshow_child .s_e_right {
  width: 50%;
  right: 0px;
  text-align: right;
  font-size: 18px;
}
.s_e_radius {
  width: 90%;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.s_e_center {
  height: auto;
  width: 100%;
  text-align: center;
  margin: auto 0;
}
.s_e_note_area {
  margin-bottom: 20px;
}
.s_e_note_area .s_e_note_text {
  text-align: left;
  /*margin-bottom: 10px;*/
}
.pc_none {
  display: none;
}
.tab_none {
  display: none;
}
.accshow_text {
  padding: 10px 20px;
}
/*国民健康保険料　テキストサイズ調整*/
.school_expenses .accshow_child p.kokuhomoney {
  width: 40%;
}
/*access---------------------------------------------------------------------------------------------------------------------------------------*/
.map_area {
  margin-bottom: 200px;
}
.map_area h2 {
  width: 100%;
  height: auto;
  padding: 160px 0 40px;
  text-align: center;
  color: #1e718f;
  letter-spacing: 0.2em;
}
.map_area h3, .map_area a {
  color: #1e718f;
}
.ggmap {
  position: relative;
  padding-bottom: 1%;
  padding-top: 1%;
  height: 500px;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 500px;
  height: 100%;
}
.map_area p {
  text-align: center;
  font-size: 24px;
  margin: 10px auto 0;
}
.map_area p br:first-child {
  display: none;
}
.map_area_text_01 {
  text-align: center;
  width: 100%;
  color: #1e718f;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.map_area_text_01 a {
  text-decoration: none;
}
.map_area_text_01 br {
  display: none;
}
.map_area_text_02 {
  text-align: center;
  width: 100%;
  color: #1e718f;
  font-size: 30px;
}
.route_area {
  margin-bottom: 150px;
}
.route_area h2 {
  width: 100%;
  height: auto;
  padding: 55px 0;
  text-align: center;
  color: #1e718f;
}
.route_area_child {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.route_text_lead {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #e4f6fc;
  padding: 12px 0;
}
.route_text_lead span {
  font-size: 18px;
}
.route_flex_area {
  display: flex;
  margin-top: auto;
  margin-bottom: 90px;
}
.route_box_01, .route_box_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  width: 100%;
  height: 60px;
  background-color: #1e718f;
  color: #fff;
  margin-top: 20px;
}
.route_box_01 p {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 20px;
}
.route_box_03 p {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 20px;
}
.route_box_02 {
  max-width: 430px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.route_box_02 .car-icon {
  display: block;
  margin: 0 auto;
  /*height: 30px;*/
}
.route_box_02 .route_line_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 5px solid #b5d1da;
  height: 30px;
}
.route_box_04 {
  max-width: 200px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.route_box_04 .car-icon {
  display: block;
  margin: 0 auto;
  /*height: 30px;*/
}
.route_box_04 .route_line_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 5px solid #b5d1da;
  height: 30px;
}
.route_box_05 {
  max-width: 140px;
  width: 100%;
  height: 110px;
  margin-left: -20px;
}
.acces-school-icon {
  display: block;
  margin: 0 auto;
}
.route_line_box_02 {
  max-width: 140px;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
.route_line_box_02 p {
  display: block;
  text-align: center;
  margin: auto 0;
}
.route_line_box p {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: auto 0;
}
.route_line_box p span {
  font-size: 24px;
}
.route_flex_area_02 {
  display: flex;
  margin-top: auto;
  margin-bottom: 90px;
}
.route_flex_area_02 .route_box_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 60px;
  background-color: #1e718f;
  color: #fff;
  margin-top: 20px;
}
.route_flex_area_02 .route_box_01 p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.2;
}
.route_flex_area_02 .route_box_02 {
  max-width: 330px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.route_flex_area_02 .route_box_02 .bas-icon {
  display: block;
  margin: 0 auto;
  /* height: 30px;*/
}
.route_flex_area_02 .route_box_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 100%;
  height: 60px;
  background-color: #1e718f;
  color: #fff;
  margin-top: 20px;
}
.route_flex_area_02 .route_box_04 .man-icon {
  display: block;
  margin: 0 auto;
  /*height: 50px;*/
  margin-top: -20px;
}
.nearby_information_area {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.nearby_information_area h2 {
  width: 100%;
  height: auto;
  padding: 55px 0 40px;
  text-align: center;
  color: #1e718f;
}
.nearby_information_area p {
  text-align: center;
  font-size: 18px;
}
.nearby_information_area .n_i_map {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
}
.uruma_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 490px;
  height: auto;
  background-image: url("../images/min_blue.png");
  background-repeat: repeat;
  margin-bottom: 180px;
}
.uruma_area .uruma_area_child {
  display: block;
  max-width: 1160px;
  width: 100%;
  min-height: 330px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.90);
  /*background-color: #cccc00;*/
  margin: 0 auto;
  padding: 50px 115px;
}
.uruma_area_child h2 {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
  color: #1e718f;
}
.uruma_area_child p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0 auto;
}
.sp_none_off {
  display: none;
}
/*curriculum_page------------------------------------------------------------------------------------*/
.curriculum_page h1 {
  margin-bottom: 80px;
}
.w_1160 .curriculum .cur_but {
  margin-top: 30px;
}
.w_1160 .curriculum .cur_but a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
/**/
/**/
.curriculum_page .school_expenses h2 {
  padding: 20px auto 40px;
}
.course1 .course1_text {
  max-width: 960px;
  margin: 0 auto 50px;
}
.ent_month {
  height: 30px;
  margin: 20px auto 0;
}
.course1 .cur_tittle {
  background-color: #fddcd0;
}
.timehyo {
  margin-bottom: 150px;
}
.cur_level {
  margin-bottom: 150px;
}
/*レベルごとの到達目標*/
.box_level {
  width: 100%;
  height: 240px;
  border: 1px solid #1e718f;
  margin-bottom: 20px;
  overflow: hidden;
}
.box_level_left {
  width: 260px;
  height: 240px;
  text-align: center;
  padding: 50px;
  float: left;
  position: relative;
}
.cur_level .basic .box_level_left, .cur_level .basic2 .box_level_left {
  background-color: #dff4fc;
}
.cur_level .intermediate .box_level_left, .cur_level .intermediate2 .box_level_left {
  background-color: #ace3f8;
}
.cur_level .advanced .box_level_left {
  background-color: #84d9fb;
}
.box_level img {
  width: 130px;
  position: absolute;
  bottom: 100px;
  left: 49%;
  transform: translateX(-50%);
}
.advanced img {
  bottom: 90px;
}
.box_level_left p {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
ul.box_level_text {
  margin-left: 320px;
  list-style: none;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.basic ul.box_level_text {
  margin-top: 50px;
}
.basic2 ul.box_level_text {
  margin-top: 60px;
}
.intermediate ul.box_level_text {
  margin-top: 30px;
}
.intermediate2 ul.box_level_text {
  margin-top: 12px;
}
.advanced ul.box_level_text {
  margin-top: 12px;
}
ul.box_level_text li {
  text-indent: -1em;
  margin-left: 1em;
}
ul.box_level_text li::before {
  content: '*';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
/*授業時間*/
.cur_classtime {
  text-align: center;
  margin: 0 auto 180px;
}
.cur_classtime table {
  background-color: #e8f1f4;
  font-weight: bold;
  margin: 0 auto;
}
.cur_classtime th {
  background-color: #1e718f;
  height: 60px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
}
.cur_classtime tr td {
  vertical-align: middle;
}
.cur_classtime tr {
  border-bottom: 1px solid #ffffff;
}
.cur_classtime td.fri {
  border-right: 1px solid #ffffff;
}
.cur_classtime tr th:first-child, .am_left, .pm_left {
  width: 800px;
  border-right: 1px solid #ffffff;
}
.cur_classtime tr th:last-child {
  width: 320px;
}
.cur_classtime tr:nth-child(2) td {
  height: 60px;
  color: #1e718f;
  vertical-align: middle;
  font-size: 24px;
}
.cur_classtime tr:nth-child(3), .cur_classtime tr:nth-child(4) {
  height: 100px;
}
.am_text {
  background-color: #ee9873;
  width: 700px;
  height: 60px;
  border-radius: 10px;
  margin: auto;
  color: #ffffff;
  line-height: 60px;
  font-size: 24px;
}
.pm_text {
  background-color: #42b78a;
  width: 700px;
  height: 60px;
  border-radius: 10px;
  margin: auto;
  color: #ffffff;
  line-height: 60px;
  font-size: 24px;
}
.am_text br, .pm_text br {
  display: none;
}
.cur_classtime p:nth-last-child(2) {
  margin: 0 0 35px 20px;
}
.course_download {
  width: 500px;
  height: 60px;
  border: 2px solid #1e718f;
  margin: 0 auto;
}
.course_download a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 56px;
}
.course_download a:hover {
  color: #ffffff;
  background-color: #1e718f
}
/*地域生活者向け*/
.cur_course2 {
  background-image: url("../images/min_pink.png");
  height: 570px;
  padding: 90px 0;
  margin-bottom: 150px;
}
.course2_inner {
  width: 1160px;
  height: 400px;
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 50px 115px;
}
.course2_inner h2 {
  color: #1e718f;
  text-align: center;
  margin-bottom: 40px;
}
.course2_inner p {
  margin-bottom: 40px;
}
.course_sche {
  width: 600px;
  height: 100px;
  text-align: center;
  margin: 0 auto 150px;
}
.course_sche a {
  border: 1px solid #1e718f;
  background-color: #1e718f;
  color: #ffffff;
  font-size: 30px;
  display: block;
  line-height: 100px;
}
.course_sche p {
  display: inline;
  margin: 0;
}
.course_sche img {
  height: 35px;
  width: auto;
  margin-right: 15px;
}
.course_sche a:hover {
  opacity: 0.8;
}
/*schedule_page--------------------------------------------------------------------------------------------------------------------------*/
/*bgの桜*/
.schedule_page .main {
  background-image: url("../images/sakura1.png");
  background-repeat: no-repeat;
  background-position: -3% -7%;
}
.schedule_page .bg_sakura2 {
  position: absolute;
  top: 1800px;
  right: 0%;
  z-index: -100;
}
.schedule_tittle_block h1 {
  margin-bottom: 100px;
}
.season {
  margin-bottom: 20px;
  overflow: hidden;
}
.season_left {
  margin-right: 20px;
  position: relative;
  display: block;
  float: left;
}
.spring {
  width: 200px;
  height: 280px;
  background-color: #fa8d8e;
}
.season_left p {
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.season_left span {
  display: block;
  font-size: 18px;
}
.season_text {
  width: 500px;
  margin-right: 50px;
  overflow: auto;
  display: inline-block;
}
.season_text_inner {
  border-top: 1px solid #1e718f;
}
.march {
  border-bottom: 1px solid #1e718f;
  padding-bottom: 5px;
}
.season_text_inner p {
  width: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #1e718f;
  display: inline-block;
  float: left;
  padding-top: 10px;
  margin: 0 10px 0 20px;
}
.season_text_inner ul {
  padding: 20px;
  overflow: auto;
}
.season_text_inner ul li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: none;
  position: relative;
}
.season_text_inner ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
}
.season .season_text_inner:last-child ul {
  padding-bottom: 5px;
}
.season .season_text_inner:last-child ul li:last-child {
  margin-bottom: 0;
}
.season_photo {
  float: right;
}
.summer {
  width: 200px;
  height: 300px;
  background-color: #49b586;
}
.autumn {
  width: 200px;
  height: 330px;
  background-color: #f49671;
}
.winter {
  width: 200px;
  height: 300px;
  background-color: #59a9c6;
}
.w_1160 .season:nth-child(5) {
  margin-bottom: 75px;
}
/*school_guidance----------------------------------------------------------------------------------------------------*/
.school_guidance .main {
  text-align: center;
  position: relative;
  background-image: url("../images/bg_top1.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 105px;
}
.head_teacher h2 {
  margin: 0 auto;
  padding: 55px 0 100px;
  text-align: center;
  color: #1e718f;
  letter-spacing: 0.2em;
}
.school_guidance_area {
  max-width: 1160px;
  height: auto;
  margin: 0 auto;
}
.head_teacher_name {
  width: 330px;
  height: 50px;
  font-size: 26px;
  border-bottom: 2px solid #3a7d98;
  margin-bottom: 30px;
  text-align: left;
}
.head_teacher_name span {
  display: inline;
  font-size: 12px;
  font-weight: lighter;
  margin-left: 25px;
  padding-bottom: 10px;
}
.head_teacher_area {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 120px;
}
.explanatory_text {
  display: block;
  max-width: 830px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  font-size: 18px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.explanatory_text p {
  line-height: 30px;
}
.face_img {
  display: block;
  max-width: 320px;
  width: 100%;
  max-height: 430px;
  height: 100%;
  background: #bcbcbc;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
/*教育目標*/
.educational_goal {
  max-width: 1260px;
  width: 100%;
  height: auto;
  border: 2px solid #1e718f;
  margin: 50px auto 145px;
  padding: 50px 0 60px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.educational_goal h2 {
  padding: 50px auto 20px;
  margin-bottom: 20px;
  width: auto;
  display: block;
  text-align: center;
  color: #1e718f;
  letter-spacing: 0.2em;
}
.educational_goal_text {
  max-width: 660px;
  width: auto;
  margin: 0 auto 50px;
  display: block;
}
.educational_goal h3 {
  width: 1030px;
  text-align: left;
  margin: 0 auto 20px;
  padding-left: 35px;
  color: #1e718f;
  font-size: 20px;
  position: relative;
}
.educational_goal h3::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #1e718f;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
}
/*スタッフ紹介*/
.staff_introduction {
  padding-bottom: 50px;
}
.staff_introduction h2 {
  margin: 0 auto;
  padding: 55px 0 90px;
  text-align: center;
  color: #1e718f;
}
.s_i_area_01 {
  display: flex;
  justify-content: space-between;
  max-width: 755px;
  width: 100%;
  min-height: 370px;
  height: auto;
  margin: 0 auto 80px;
}
.s_i_area_02 {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  min-height: 370px;
  height: auto;
  margin: 0 auto;
}
.s_i_area_child {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  min-height: 370px;
  height: auto;
}
.s_i_area_img {
  max-width: 350px;
  width: 100%;
  max-height: 300px;
  height: auto;
  display: block;
  margin: 0;
}
.s_i_text_area {
  display: flex;
  max-width: 350px;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #1e718f;
}
.s_i_name_sub_area {
  display: inline-block;
  width: 90px;
  height: 30px;
  margin-top: 10px;
  /*margin-right: 8%;*/
}
.s_i_name_sub_area p {
  background-color: #1e718f;
  color: #fff;
  padding: 2px 0 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.s_i_text_area .shidou {
  width: 110px;
}
.shidou p {
  padding: 4px 0 5px;
  font-size: 14px;
}
.s_i_text_area .s_i_name {
  display: block;
  font-size: 24px;
  height: auto;
  width: auto;
  line-height: 1.5;
  margin: 10px 0 0 40px;
  text-align: center;
}
.ruby {
  font-size: 12px;
  display: block;
  /*margin-bottom: 10px;*/
}
.name {
  margin-left: 25px;
}
/*学院の特色*/
.special_feature_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 490px;
  height: auto;
  background-image: url("../images/min_blue.png");
  background-repeat: repeat;
  margin-bottom: 180px;
}
.special_feature_area_child {
  display: block;
  max-width: 1160px;
  width: 100%;
  min-height: 330px;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
}
.special_feature_area_child h2 {
  width: 100%;
  height: auto;
  margin-top: 55px;
  margin-bottom: 40px;
  text-align: center;
  color: #1e718f;
}
.special_feature_area_child p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0 auto;
}
/*life----------------------------------------------------------------------------------------------------------------------*/
.life_page .main {
  padding-top: 95px;
}
.life_page .life {
  max-width: 1160px;
  background-image: none;
  margin: 0 auto;
}
.life_page .life .inbox {
  padding: 70px 0 170px;
}
.life_page .life_innerbox {
  width: 25%;
}
.life_page .life h1 {
  letter-spacing: 0.2em;
  display: block;
}
/*スライダー--------------------------------*/
.tab_none_off {
  display: none;
}
.button-sphoto {
  display: none;
}
.full_area {
  width: 100%;
  padding: 65px 0 130px;
  text-align: center;
  position: relative;
}
.min {
  min-width: 100%;
  height: 330px;
  position: absolute;
  top: 200px;
}
.area_blue {
  background-color: #f2fbfe;
}
.area_blue .min {
  background-image: url("../images/min_blue2.png");
}
.area_orange {
  background-color: #fefaf9;
}
.area_orange .min {
  background-image: url("../images/min_orange2.png");
}
.area_green {
  background-color: #f5fefa;
}
.area_green .min {
  background-image: url("../images/min_green2.png");
}
.area_pink {
  background-color: #fef9f9;
}
.area_pink .min {
  background-image: url("../images/min_pink2.png");
}
.full_area h2 {
  color: #1e718f;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.full_area p {
  text-align: center;
  margin-bottom: 30px;
}
.s_area_01 {
  max-width: 630px;
  margin: 0 auto 10px;
}
.s_area_02 {
  max-width: 630px;
  margin: 0 auto;
}
.swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs, #thumbs2, #thumbs3, #thumbs4 {
  /*height: 20%;*/
  box-sizing: border-box;
  /*padding: 10px 0;*/
}
#thumbs .swiper-slide, #thumbs2 .swiper-slide, #thumbs3 .swiper-slide, #thumbs4 .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide-active, #thumbs2 .swiper-slide-active, #thumbs3 .swiper-slide-active, #thumbs4 .swiper-slide-active {
  opacity: 1;
}
.life_page .page_bottom {
  margin-top: 160px;
}
/*privacy---------------------------------------------------------------------------------------------------------------------*/
.privacy .tittle h1 {
  margin-bottom: 100px;
}
.privacy_text h3 {
  color: #1e718f;
  margin-bottom: 15px;
}
.privacy_text p {
  font-size: 16px;
  margin-bottom: 50px;
}
.privacy_text span {
  display: block;
  padding-left: 15px;
  position: relative;
}
.privacy_text span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1e718f;
  position: absolute;
  top: 9px;
  left: 0
}
.privacy_text .school_name {
  font-weight: bold;
}
.privacy_text a {
  text-decoration: underline;
}
/*sitemap----------------------------------------------------------------------------------------------------------------------------------------*/
.sitemap .tittle h1 {
  margin-bottom: 100px;
}
.site li {
  padding: 20px 0 20px 30px;
  border-bottom: 1px dotted #1e718f;
  list-style: none;
  width: 40%;
  margin: 0 5%;
  float: left;
  position: relative;
}
.site li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1e718f;
  border-radius: 50%;
  position: absolute;
  top: 27px;
  left: 15px;
}
.site li a {
  color: #1e718f;
}
.site li span {
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.site span::before {
  content: "-";
  position: absolute;
  top: 3px;
  left: -10px;
}
.sitemap_text {
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  /*ナビゲーションからのリンク調整*/
  .link {
    margin-top: -95px;
    padding-top: 95px;
  }
  /*ページ内リンク調整*/
  .main .link2 {
    margin-top: -10px;
    padding-top: 10px;
  }
  /*ナビ動作　スクロールで現れて固定------------------------------------------------------------------------*/
  .nav-under1 {
    margin-top: 100px;
  }
  .nav-fixed-2 {
    margin-top: 100px;
  }
  /*TOP-----------*/
  h1, .intro h1, h2 {
    font-size: 30px;
  }
  .top h2 {
    font-size: 24px;
  }
  .h_logo, .a_logo {
    width: 220px;
    height: 100px;
  }
  .h_logo img {
    width: auto;
    height: 30px;
    margin: 35px auto;
  }
  #sub_nav .language {
    height: 40px;
    margin: 0 38px 10px;
  }
  .top .main {
    padding-top: 100px;
  }
  .schoolinfo, .news, .curriculum, .enter, .life {
    max-width: 1024px;
    margin: 0 auto 70px auto;
  }
  /*学校紹介*/
  .intro {
    margin-bottom: 60px;
  }
  .schoolinfo {
    padding: 0 4%;
  }
  .sc_left, .sc_center, .sc_right {
    width: 30%;
  }
  .sc_img1, .sc_img2, .sc_img3 {
    width: 100%;
  }
  .sc_center {
    margin: 0 5%
  }
  /*入学案内*/
  .enter {
    background-size: cover;
  }
  /*カリキュラム*/
  .curriculum .inbox {
    max-width: 100%;
    padding: 0 4%;
  }
  /*留学生活*/
  .life {
    padding: 2% 4% 0;
  }
  /*.life h1 {
    padding: 0 42%;
  }*/
  .life .inbox {
    padding-top: 0;
  }
  /*Q&Aとアクセスとコンタクト*/
  .page_bottom {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 80px;
  }
  .qaccesscon {
    max-width: 50%;
  }
  .qa, .access, .contact {
    max-width: 380px;
    width: 100%;
  }
  .facebook {
    display: inline-block;
    width: 50%;
  }
  .fb_iframe_widget_fluid {
    width: 100%;
  }
  /*フッター*/
  footer {
    font-size: 14px;
  }
  /*下層ページ共通-----------------------------------------------------------------------------------------------------*/
  /*メイン画像*/
  .main_img h1 {
    font-size: 40px;
    right: 30px;
  }
  .schedule_page .main_img h1 {
    font-size: 32px;
    right: 30px;
  }
  .contact_page .main_img h1, .curriculum_page .main_img h1 {
    font-size: 40px;
    right: 30px;
  }
  .admission_infomation .main_img h1, .access_page .main_img h1, .school_guidance .main_img h1, .life_page .main_img h1, .send_completely_page h1 {
    font-size: 40px;
    /*letter-spacing: 0em;*/
  }
  .privacy .main_img h1 {
    font-size: 26px;
    letter-spacing: 0em;
  }
  .main_img .bar {
    top: 160px;
  }
  /*mainの中*/
  .tittle {
    padding-top: 80px;
    text-align: center;
  }
  .w_1160 {
    padding: 0 4%;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  /*faq--------------------------------------------------------------------------------------------------------------*/
  .faq_tittle_block {
    margin-bottom: 30px;
  }
  .faqtext .dd_text {
    max-width: 80%;
    display: inline-block;
  }
  /*bgの桜*/
  .faq .main {
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: -3% -7%;
  }
  /*contact_page--------------------------------------------------------------------------------------------------------------*/
  /*admission_infomation-------------------------------------------------------------------------------------------------------------*/
  .ai_enter {
    margin: 80px auto 100px;
    padding: 0;
  }
  .accordion2 {
    text-align: center;
  }
  .accordion2 .inner {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .flow_description .pc_none, .s_e_note_area .tb_on {
    display: none;
  }
  .tab_none {
    display: none;
  }
  .flex_item_lead {
    text-align: center;
  }
  .s_e_flex_item {
    max-width: 19%;
  }
  .accshow_child {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .accshow_child_top {
    padding-top: 10px;
  }
  /*.accshow_child p {
    display: block;
    width: 100% !important;
    font-size: 17px;
  }*/
  .s_e_flex_item .accshow_child .s_e_left {
    text-align: center;
    margin-bottom: 0;
  }
  .s_e_flex_item .accshow_child .s_e_right {
    text-align: center;
    margin-top: 0;
  }
  .school_expenses .accshow_child p.kokuhomoney {
    width: 100%;
  }
  /*access--------------------------------------------------------------------------------------------------------------*/
  .map_area {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .map_area h2 {
    padding: 0 0 40px;
  }
  .route_area {
    margin-bottom: 100px;
  }
  .route_flex_area {
    margin-bottom: 50px;
  }
  .uruma_area_child {
    width: 92% !important;
  }
  .uruma_area {
    margin-bottom: 100px;
  }
  /*curriculum_page-------------------------------------------------------------------------------*/
  .course1 .course1_text {
    margin-bottom: 30px;
  }
  /*表*/
  .accshow_child_top {
    padding-top: 15px;
  }
  .ent_month {
    margin: 0 auto;
  }
  .timehyo {
    margin-bottom: 100px;
  }
  /*レベルごとの到達目標*/
  ul.box_level_text {
    margin-left: 290px;
    margin-right: 40px;
    line-height: 1.5;
  }
  .basic ul.box_level_text {
    margin-top: 45px;
  }
  .basic2 ul.box_level_text {
    margin-top: 45px;
  }
  .intermediate ul.box_level_text {
    margin-top: 35px;
  }
  .intermediate2 ul.box_level_text {
    margin-top: 20px;
  }
  .advanced ul.box_level_text {
    margin-top: 20px;
  }
  .cur_level {
    margin-bottom: 100px;
  }
  /*授業時間*/
  .am_text, .pm_text {
    width: 85%;
    font-size: 20px;
  }
  .cur_classtime {
    margin: 0 auto 100px;
  }
  /*地域生活者向け*/
  .course2_inner {
    max-width: 92%;
  }
  /*schedule_page--------------------------------------------------------------------------------------------------------------------------*/
  .schedule_page .main {
    background-position: -1% -5%;
    background-size: 40%;
  }
  .schedule_page .bg_sakura2 {
    /*width: 50%;
	height: auto;
    position: absolute;
    top: 1650px;
    right: 0px;
    z-index: -100;*/
    display: none;
  }
  .schedule_page .bg_sakura2 img {
    width: 60%;
    height: auto;
  }
  .schedule_tittle_block h1 {
    margin-bottom: 55px;
  }
  .spring, .summer, .autumn, .winter {
    width: 15%;
  }
  .season_left p {
    font-size: 40px;
    text-align: center;
  }
  .season_left span {
    font-size: 14px;
  }
  .season_text {
    width: 54%;
    margin-right: 0;
  }
  .season_photo {
    width: 25%;
    height: auto;
  }
  .season_photo img {
    width: 100%;
    height: 100%;
  }
  /*school_guidance----------------------------------------------------------------------------------------------------*/
  .school_guidance .main {
    padding-top: 25px;
  }
  .head_teacher {
    padding: 0 4%;
  }
  .head_teacher h2 {
    padding: 55px 0 55px;
  }
  .head_teacher_area {
    margin-bottom: 70px
  }
  .educational_goal {
    width: 92%;
    padding: 50px;
    margin: 50px auto 100px;
  }
  .educational_goal h2 {
    margin-bottom: 35px;
  }
  .educational_goal_text {
    margin: 0 auto 45px;
  }
  .educational_goal h3 {
    width: auto;
    line-height: 1.5;
  }
  .educational_goal h3::before {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
  }
  .s_i_area_01 {
    width: 620px;
    margin-bottom: 20px;
  }
  .s_i_area_child {
    width: 300px;
  }
  .s_i_area_02 .s_i_text_area .s_i_name {
    margin-left: 25px;
  }
  .staff_introduction {
    padding-bottom: 0;
  }
  .staff_introduction h2 {
    padding: 55px 0;
  }
  .special_feature_area_child {
    width: 92%;
  }
  .special_feature_area_child p {
    width: 92%;
  }
  /*life----------------------------------------------------------------------------------------------------------------------*/
  .life_page .main {
    padding-top: 15px;
  }
  .life_page .life .inbox {
    padding: 10px 0 100px;
  }
}
input {
-webkit-appearance: none !important;
}
.sf-input-select{
-webkit-appearance: none !important;
}