@charset "UTF-8";
/* ******************************************************************
 *	File name		: top_sp.css
 * ******************************************************************
 */
/* - トップページ SP - */
.news_20250730 {
	border: 2px solid #F1A7A9;
	padding: 20px 30px;
	border-radius: 15px;
	margin: 30px 0;
}
.news_20250730 .title {font-size: 2rem;font-weight: 600;margin-bottom: 15px;color: #E43437;}
.news_20250730 .detail {font-size: 1.6rem;text-align: left;}
.news_20250730 .detail a {
  color: #41B3ED;
  text-decoration: none;
}
.news_20250730 .detail a:hover {
  color: #41B3ED;
  text-decoration: underline;
}



#print-title {
  display: none;
}
.pc-only {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation: fadeUpAnime 1s ease-in-out infinite;
  animation-iteration-count: 1;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation: fadeRightAnime 1s ease-in-out infinite;
  animation-iteration-count: 1;
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv {
  width: 100%;
  /*height: 90vh;*/
  margin: 95px 0 50px 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
	padding-bottom: 50px;
}
.mv_inner {
  width: 85%;
  margin: 0 auto;
  display: block;
  flex-wrap: no-wrap;
}
.mv_title {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 50px auto 30px auto;
}
.mv_title img {
  width: 100%;
  height: auto;
}
.mv_day {
  width: 100%;
  padding: 50px 0 0 0;
}
.mv_day img {
  width: 100%;
  height: auto;
}
 .mv_vr {
  width: 85%;
  margin: 0 auto;
}
.mv_vr img {
  width: 100%;
  height: auto;
}  
@media screen and (max-width: 375px) {
  .mv {
    width: 100%;
    /*height: 90vh;*/
    margin: 90px 0 50px 0;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	  padding-bottom: 50px;
  }
  .mv_inner {
    width: 70%;
    margin: 0 auto;
    display: block;
    flex-wrap: no-wrap;
  }
  .mv_title {
    width: 100%;
    padding: 100px 0 0 0;
    margin: 30px auto 30px auto;
  }
  .mv_title img {
    width: 100%;
    height: auto;
  }
  .mv_day {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mv_day img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 484px) {
  .mv_inner {
    width: 80%;
    margin: 0 auto;
    display: block;
    flex-wrap: no-wrap;
  }
  .mv_title {
    width: 70%;
    padding: 100px 0 0 0;
    margin: 50px auto 30px auto;
  }
  .mv_title img {
    width: 100%;
    height: auto;
  }
  .mv_day {
    width: 70%;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  .mv_day img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 540px) {
  .mv_inner {
    width: 80%;
    margin: 0 auto;
    display: block;
    flex-wrap: no-wrap;
  }
  .mv_title {
    width: 70%;
    padding: 100px 0 0 0;
    margin: 50px auto 30px auto;
  }
  .mv_title img {
    width: 100%;
    height: auto;
  }
  .mv_day {
    width: 70%;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  .mv_day img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1023px) {
  .mv {
    width: 100%;
    height: 800px;
    margin: 90px 0 0 0;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: no-wrap;
  }
  .mv_title {
    width: 40%;
    padding: 150px 0 0 0;
    margin: 50px auto 30px auto;
  }
  .mv_title img {
    width: 100%;
    height: auto;
  }
  .mv_day {
    width: 40%;
    padding: 250px 10% 0 0;
  }
  .mv_day img {
    width: 100%;
    height: auto;
  }
}
.container {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.icon-kenichi {
  width: 80px;
  margin: 0 auto;
}
.icon-kenichi img {
  width: 100%;
  height: auto;
}
.icon-kenichi_02 {
  width: 80px;
  margin: 0 auto 30px auto;
}
.icon-kenichi_02 img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #news
----------------------------------------------------------------- */
#news {
  text-align: center;
  margin-bottom: 0px;
}
/*#news h2 {
  border-bottom: 1px solid #707070;
}
#news .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 15px;
  padding: 10px 0;
  font-weight: 600;
}*/
#news h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#news .jp {
  text-align: center;
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 600;
}
.news_box {
  text-align: left;
  display: block;
  padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 10px;
}
.news_box:last-child {
  margin-bottom: 0;
}
.news_box time {
  color: #676F73;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.news_box p {
  margin-right: 32px;
  color: #676F73;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: left;
}
.news_box a {
  color: #41B3ED;
  text-decoration: none;
}
.news_box a:hover {
  color: #41B3ED;
  text-decoration: underline;
}
/* -----------------------------------------------------------------
top / #program
----------------------------------------------------------------- */
#program {
  text-align: center;
  margin-bottom: 30px;
}
#program h2 {
  border-bottom: 1px solid #707070;
}
#program .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
.program_day {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#program .program_day_730 {
  width: 47%;
}
#program .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_730 a:hover {
  color: #fff;
}
#program .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_day_730_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#program .program_day_731 {
  width: 47%;
}
#program .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_731 a:hover {
  color: #fff;
}
#program .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_day_731_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#program .program_all {
  width: 100%;
  margin-bottom: 30px;
}
#program .program_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E7D708;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E7D708;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_all a:hover {
  color: #fff;
}
#program .program_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#program .program_all_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-top: 20px;
}
/* -----------------------------------------------------------------
top / #live
----------------------------------------------------------------- */
#live {
  text-align: center;
  margin-bottom: 80px;
}
#live h2 {
  border-bottom: 1px solid #707070;
}
#live .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
#live .program_day_730 {
  width: 47%;
}
#live .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_730 a:hover {
  color: #fff;
}
#live .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#live .program_day_730_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
#live .program_day_731 {
  width: 47%;
}
#live .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_731 a:hover {
  color: #fff;
}
#live .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#live .program_day_731_end {
  width: 47%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
}
/* -----------------------------------------------------------------
top / #access
----------------------------------------------------------------- */
#access {
  text-align: center;
  margin-bottom: 30px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#access h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#access .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
#access .campus {
  width: 100%;
  margin-bottom: 20px;
}
#access .campus a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus a:hover {
  color: #fff;
}
#access .campus a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all {
  width: 100%;
  margin-bottom: 20px;
}
#access .access_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .access_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .access_all a:hover {
  color: #fff;
}
#access .access_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}
#access .campus_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}


#access .campus_kawauchi {
  
  width: 100%;margin-bottom: 20px;
}
#access .campus_kawauchi a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_kawauchi a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_kawauchi a:hover {
  color: #fff;
}
#access .campus_kawauchi a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#access .campus_aobayama {
  width: 100%;margin-bottom: 20px;
}
#access .campus_aobayama a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_aobayama a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_aobayama a:hover {
  color: #fff;
}
#access .campus_aobayama a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


#access .campus_seiryo {
  width: 100%;margin-bottom: 20px;
}
#access .campus_seiryo a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_seiryo a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_seiryo a:hover {
  color: #fff;
}
#access .campus_seiryo a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}







.campus_access {
  margin-top: 50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.campus_access .end {
  background-color: #B3B3B3;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
/*.campus_access .kawauchi {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}*/
/*.campus_access .kawauchi a {
  display: block;
  padding: 20px 0;
  background-color: #92539D;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .kawauchi a:hover {
  display: block;
  padding: 20px 0;
  background-color: #9619AB;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}*/
.campus_access .kawauchi {
  text-align: center;
  width: 48%;margin-bottom: 4%;
}
.campus_access .kawauchi img {width: 100%;height: auto;
  border-radius: 20px;}/*
.campus_access .aobayama {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .aobayama a {
  display: block;
  padding: 20px 0;
  background-color: #40A85E;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .aobayama a:hover {
  display: block;
  padding: 20px 0;
  background-color: #1EAB47;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}*/

.campus_access .aobayama {
  text-align: center;
  width: 48%;margin-bottom: 4%;
}
.campus_access .aobayama img {width: 100%;height: auto;
  border-radius: 20px;}

/*
.campus_access .seiryo {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .seiryo a {
  display: block;
  padding: 20px 0;
  background-color: #0693DB;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .seiryo a:hover {
  display: block;
  padding: 20px 0;
  background-color: #41B3ED;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}

*/

.campus_access .seiryo {
  text-align: center;
  width: 48%;margin-bottom: 0%;
}
.campus_access .seiryo img {width: 100%;height: auto;
  border-radius: 20px;}


/*
.campus_access .katahira {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.campus_access .katahira a {
    display: block;
    padding: 20px 0;
    background-color: #EF8306;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .katahira a:hover {
  display: block;
  padding: 20px 0;
  background-color: #EEA755;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
*/

.campus_access .katahira {
  text-align: center;
  width: 48%;margin-bottom: 0%;
}
.campus_access .katahira img {width: 100%;height: auto;
  border-radius: 20px;}













/* -----------------------------------------------------------------
top / #bus
----------------------------------------------------------------- */
.shuttle_bus {
  
  display: block;
  align-items: top;
  margin-top: 30px;
}
#bus {
  text-align: center;
  margin-bottom: 30px;
}
#bus h2 {
  border-bottom: 1px solid #707070;
}
#bus .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}
#bus .course {
  width: 100%;
  margin-bottom: 20px;
}
#bus .course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #8776D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8776D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .course a:hover {
  color: #fff;
}
#bus .course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.course_detail {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#bus .course_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #D4D4D4;
  margin-bottom: 20px;
}



#bus .course_end {
  width: 280px;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}
#bus .a_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .a_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .a_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .a_course a:hover {
  color: #fff;
}
#bus .a_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}





#bus .b_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .b_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .b_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .b_course a:hover {
  color: #fff;
}
#bus .b_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

#bus .c_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .c_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E2D443;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .c_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E2D443;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .c_course a:hover {
  color: #fff;
}
#bus .c_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .d_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .d_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .d_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .d_course a:hover {
  color: #fff;
}
#bus .d_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .e_course {
  width: 100%;
    margin-bottom: 30px;
}
#bus .e_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #D88880;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .e_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #D88880;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .e_course a:hover {
  color: #fff;
}
#bus .e_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



/* -----------------------------------------------------------------
top / #dep
----------------------------------------------------------------- */
#dep {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
/*#dep h2 {
  border-bottom: 1px solid #707070;
}
#dep .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#dep h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#dep .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-dep {}
.list-dep ul {}
.list-dep ul li {}
.list-dep ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 30px;
}
.list-dep ul li {
  width: 49%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-dep ul li img {
  width: 100%;
  height: auto;
}
.list-dep ul:after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}
/* -----------------------------------------------------------------
top / #fis
----------------------------------------------------------------- */
/*#fis {
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
}
#fis h2 {
  border-bottom: 1px solid #707070;
}
#fis .en {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/

#fis {
  text-align: center;
  margin-bottom: 30px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 600;
}*/
#fis h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#fis .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}



.list-fis {}
.list-fis {
  display: block;
  align-items: top;
  margin-top: 0px;
}
.list-fis .list-fis_detail {
  width: 100%;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail img {
  width: 100%;
  height: auto;
}
.list-fis .list-fis_detail:after {
  content: "";
  display: block;
  width: 380px;
  height: 0;
}
.list-fis .photo {
  padding-bottom: 20px;
}
.list-fis .list-fis_detail {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.list-fis .list-fis_detail .list-link {
  padding: 0 20px;
}
.list-fis .list-fis_detail .list-link ul {
  text-align: left;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail .list-link ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  list-style-type: none;
}
.list-fis .list-fis_detail .list-link ul li a {
  text-decoration: none;
  color: #005886;
  padding-left: 0px;
}
.list-fis .list-fis_detail .list-link ul li a:hover {
  text-decoration: underline;
  color: #005886;
}
.list-fis .list-fis_detail .sub-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: 600;
}
.list-fis .list-fis_detail .list-link ul li a {
  position: relative;
  display: inline-block;
}
.list-fis .list-fis_detail .list-link ul li a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: -17px; /* 要素の右からの距離 */
  width: 8px;
  height: 8px;
  border-top: 2px solid #005886;
  border-right: 2px solid #005886;
  transform: rotate(45deg); /* 角度調整 */
}
.fis_f {
  text-align: center;
  padding-bottom: 50px;
}
.fis_f:after {
  content: "";
  display: block;
  clear: both;
}
.icon-kenichi_f {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.icon-kenichi_f img {
  width: 100%;
  height: auto;
}
.fis_f .message {
  font-size: 1.8rem;
  display: block;
  padding-bottom: 20px;
}
.fis_link {
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  margin-top: 0px;
  padding-bottom: 80px;
}
.fis_link .link {
  width: 100%;
  margin-bottom: 20px;
}
.fis_link .link a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A1D8E7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.fis_link .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #A1D8E7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.fis_link .link a:hover {
  color: #fff;
}
.fis_link .link a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
/* -----------------------------------------------------------------
top / #banner
----------------------------------------------------------------- */
.banner ul {
  text-align: center;
  margin-bottom: 10px;
}
.banner ul li {
  display: block;
  list-style: none;
  margin: 0px auto 30px auto;
  width: 80%;
}
.banner ul li img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #footer
----------------------------------------------------------------- */
#footer {
  width: 100%;
  border-top: 2px solid #023F64;
}
.footer_logo {
  width: 240px;
  margin: 30px auto 0 auto;
  float: none;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_pr_kenichi {
  width: 80px;
  float: none;
  margin: 30px auto 0 auto;
}
.footer_pr_kenichi img {
  width: 100%;
  height: auto;
}
.footer_access {
  float: none;
  font-size: 1.4rem;
  padding-top: 15px;
  line-height: 2.4rem;
  text-align: center;
}
.footer_sns {
  width: 100%;
  float: none;
  padding-top: 15px;
}
.footer_sns ul {
  width: 200px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footer_sns ul li {
  list-style: none;
  width: 40px;
}
.footer_sns ul li img {
  width: 100%;
  height: auto;
}
.footer_container {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.footer_container:after {
  content: "";
  display: block;
  clear: both;
}
.footer_copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 15px 0;
}
.access-list {
  padding: 0px 0 30px 0;
}
.access-list ul {
  width: 90%;
  margin: 0px auto;
}
.access-list ul li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.5rem;
}
.heatillness {width: 100%;margin-top: 30px;}
.heatillness img {width: 100%;height: auto;}

.program-list {
  padding: 0px 0;
}
.program-list ul {
  width: 100%;
  margin: 0px auto 0 auto;
}
.program-list ul li {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.6rem;list-style: none;
}
/* -- special contents --------------- */
#js-front-slide {
  overflow: hidden;
}
.block_front {padding-bottom: 30px;}
.block_front-special .inner {
  max-width: initial;
  width: 100%;
  margin: 0px auto 0 auto;
  position: relative;
  z-index: 7;
}
.slider .bnr_box {
  max-width: 100%;
  margin: 0 15px;
}
.slider .bnr_box a {
  display: block;
  transition: none;
}
.slider .bnr_box img {
  transition: opacity 0.3s;
  width: 100%;
}
.slider .bnr_box a:hover img {
  opacity: 0.8;
}
.slick-dots {}
.block_front-special .slick-dots li button:before {
  transition: all 0.3s;
}
.block_front-special .slick-prev, .block_front-special .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}
.block_front-special .slick-prev {
  background-image: url(../img/arrow_left.png);
  left: 0;
}
.block_front-special .slick-next {
  background-image: url(../img/arrow_right.png);
  right: 0;
}
.block_front-special .slick-prev:hover, .block_front-special .slick-next:hover {
  opacity: 0.8;
}
.block_front-special .btn_base {
  margin: 0 auto;
}
.block_front-new .btn_base {
  margin: 0 auto;
  position: relative;
  z-index: 34;
}
.row_btns {
  width: 165px;
  margin: 30px auto 0 auto;
}
.slick_pause {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_pause:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slick_start {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_start:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slickBtnArea {
  position: relative;
  top: 35px;
  z-index: 9999;
  margin: 0 auto;
  width: 220px;
}
#stopBtn, #startBtn {
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E1E1E1;
  padding: 5px 8px;
}
.links_all {
  text-align: center;
  font-size: 1.6rem;
  width: 300px;
  margin: 100px auto 50px auto;
}
.links_all a {
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #023F64;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.links_all a:hover {
  background-color: #2186C4;
  color: #fff;
}

/* -----------------------------------------------------------------
top / #faculties
----------------------------------------------------------------- */
#faculties {
  text-align: center;
  margin-bottom: 80px;
}
#faculties h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#faculties .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-faculties {}
.list-faculties ul {}
.list-faculties ul li {
  list-style: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
  background-image: url(../img/icon_li.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 8px;
}
.list-faculties ul li a {
  color: #023F64;
  text-decoration: none;
}
.list-faculties ul li a:hover {
  color: #023F64;
  text-decoration: underline;
}
.list-faculties ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-faculties ul li {
  width: 100%;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-faculties ul li img {
  width: 100%;
  height: auto;
}
.list-faculties ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}

/* -----------------------------------------------------------------
top / #campus_life
----------------------------------------------------------------- */
#campus_life {
  text-align: center;
  margin-bottom: 0px;
}
#campus_life h2 {
  font-size: 2.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#campus_life .jp {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.campus_life {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}





.campus_life_detail {
  text-align: center;
  width: 48%;margin-bottom: 4%;}
.campus_life_detail img {width: 100%;height: auto;border-radius: 20px;}
.campus_life_detail a {text-decoration: none;font-size: 1.4rem;color: #3C3C3C;font-weight: 600;}

.fix {display: none;}
.language {
    font-size: 1rem;
    padding: 8px 20px 8px 40px;
    text-align: center;
    display: block;
    position: absolute;
    right: 60px;
    top: 25px;
    border-radius: 10px;text-transform: uppercase;z-index: 9999;
}
.language a {color: #FFF;text-decoration: none;display: block;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;
    background-color: #023F64;}
.language a:hover {color: #FFF;text-decoration: none;display: block;background-color: #2186C4;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;}

.icon-Language img {width: 15px;height: 15px;margin-right: 5px;position: absolute;top:15px;left: 55px; display: block;}



.special-list {text-align: center;width: 90%;margin: 0 auto; padding: 0px;}
.special-list .bnr_box {display: inline-block;margin-bottom: 20px;}



.jisage1 {padding-left: 15px;}
.jisage2 {padding-left: 30px;}


