@charset "UTF-8";

/* Slider-Pro スタイル上書き
-----------------------------------*/
#slider {
  margin: 0 auto !important;
}

.slider-pro a {
  display: block;
  height: 100%;
  width: 100%;
}

.sp-bottom-thumbnails {
  margin-top: 0;
}

.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  width: 260px !important;
  height: 150px !important;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sp-bottom-thumbnails .sp-thumbnail-container {
  position: relative;
  overflow: hidden;
}

.sp-bottom-thumbnails .sp-thumbnail-container::after/*,
.sp-thumbnail-container.sp-selected-thumbnail::after*/ {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/img_slider_hover.png) no-repeat 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sp-bottom-thumbnails .sp-thumbnail-container::after {
  transform: scale(1.5, 1.5);
}

.sp-bottom-thumbnails .sp-thumbnail-container:hover::after {
  transform: scale(1, 1);
}

/*.sp-thumbnail-container.sp-selected-thumbnail::after{
	transform:scale(1, 1);
}*/

.sp-buttons {
  margin-top: 23px;
}

.sp-button {
  width: 23px;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #bb262c;
  color: #bb262c;
}

.sp-button:nth-child(1)::before {
  content: "1";
}
.sp-button:nth-child(2)::before {
  content: "2";
}
.sp-button:nth-child(3)::before {
  content: "3";
}
.sp-button:nth-child(4)::before {
  content: "4";
}
.sp-button:nth-child(5)::before {
  content: "5";
}
.sp-button:nth-child(6)::before {
  content: "6";
}
.sp-button:nth-child(7)::before {
  content: "7";
}
.sp-button:nth-child(8)::before {
  content: "8";
}

.sp-selected-button {
  background-color: #bb262c;
  color: #fff;
}

header div.exam {
  display: none !important;
}

/* 画面幅1300px以上
=======================================*/
@media screen and (min-width: 1300px) {
  article div#slider {
    width: 1300px !important;
    overflow: hidden;
  }
}

/* 画面幅768px以下
=======================================*/
@media screen and (max-width: 768px) {
  article div#slider div.sp-thumbnails,
  article div#slider div.sp-buttons {
    display: none;
  }
}

/* 共通
------------------------------------*/
article {
  margin-top: 145px;
}

article section {
  width: 980px;
  margin: 37px auto 0 auto;
}

.emergency {
  background-color: rgba(255, 231, 47, 0.67);
  width: 100%;
  margin: 0 0 30px;
  padding: 12px 0 10px;
}
.emergency > p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.emergency > p span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.emergency > p a:hover {
  color: #bb262c;
}
@media screen and (max-width: 479px) {
  .emergency {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px;
    box-sizing: border-box;
  }
  .emergency > p span {
    font-size: 13px;
    margin-left: 0px;
    display: block;
  }
}
.for-stu {
  background: linear-gradient(60deg, #fadfd8 20%, #ffd1ff 100%);
  width: 100%;
  margin: 0 0 30px;
  padding: 12px 0 10px;
  overflow: hidden;
}
.for-stu > p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.for-stu > p span {
  position: relative;
}

.for-stu > p span em {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
  font-style: normal;
}

.for-stu > p span::before,
.for-stu > p span::after {
  content: "";
  display: block;
  width: 50px;
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  bottom: -10px;
  margin: auto;
}

.for-stu > p span::before {
  left: -80px;
  background: url(../img/home/sakura_be.png) no-repeat 50% 50% / 100% auto;
}

.for-stu > p span::after {
  right: -70px;
  background: url(../img/home/sakura_af.png) no-repeat 50% 50% / 100% auto;
}

.for-stu > p a:hover {
  color: #bb262c;
}
@media screen and (max-width: 479px) {
  .for-stu {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px;
    box-sizing: border-box;
  }
  .for-stu > p span {
  }
  .for-stu > p span em {
    font-size: 13px;
    margin-left: 0px;
    display: block;
  }

  .for-stu > p span::before,
  .for-stu > p span::after {
    height: calc(100% + 50px);
    width: 80px;
    top: 0;
    bottom: -15px;
  }

  .for-stu > p span::before {
    left: -90px;
  }

  .for-stu > p span::after {
    right: -90px;
  }
}

/* 画面幅980px以下
=======================================*/
@media screen and (max-width: 980px) {
  article section {
    width: 94%;
  }
}

/* 画面幅768px以下
=======================================*/
@media screen and (max-width: 768px) {
  article {
    margin-top: 0;
  }
}

/* 受験生のみなさんが知りたいナビ
-----------------------------------*/
article section.navi div.header {
  width: 100%;
  height: 31px;
  line-height: 31px;
  position: relative;
}

article section.navi div.header::before {
  content: " ";
  height: 17px;
  width: 100%;
  background-image: url(../img/common/bg_slant.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

article section.navi div.header h1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/common/bg_title_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

article section.navi nav ul {
  width: 100%;
  margin: 28px auto 0 auto;
  overflow: hidden;
}

article section.navi nav ul li {
  float: left;
  width: 184px;
  height: 60px;
  margin-right: 15px;
  position: relative;
  border: 2px solid #bb262c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

article section.navi nav ul li:hover {
  background-color: #901a1f;
}

article section.navi nav ul li::before {
  position: absolute;
  left: 7px;
  top: 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 17px 17px;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
}

article section.navi nav ul li:nth-child(5) {
  margin-right: 0;
}

article section.navi nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 56px; /* 60px - 上下の枠線4px */
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #bb262c;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

article section.navi nav ul li:hover a {
  color: #fff;
}

article section.navi nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

article section.navi nav ul li:hover a::before {
  background-color: #bb262c;
}

article section.navi nav ul li a span {
  position: relative;
}

/* 画面幅980px以下
=======================================*/
@media screen and (max-width: 980px) {
  article section.navi nav ul li {
    width: 18.56%;
    margin-right: 1.8%;
  }

  article section.navi nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 940px) {
  article section.navi nav ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  article section.navi nav ul li {
    height: 50px;
  }

  article section.navi nav ul li a {
    line-height: 45px;
  }

  article section.navi nav ul li::before {
    border-width: 0px 0 14px 14px;
  }
}

@media screen and (max-width: 860px) {
  article section.navi nav ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  article section.navi nav ul li a {
    font-size: 13px;
  }
}

/* お知らせ、新着情報
-----------------------------------*/
article section.news {
  width: 800px;
  margin: 40px auto 0 auto;
}

article section.news div.header {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #BAE2F2;
  margin-bottom: 8px;
}
article section.news div.header_b {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 0px solid #bb262c;
  margin-bottom: 8px;
}
article section.news div.header h1,
article section.news div.header h2 {
  font-size: 17px;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  float: left;
}
article section.news div.header_b a,
article section.news div.header a {
  display: block;
  width: 210px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #B49B46;
  float: right;
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #B49B46;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
article section.news div.header_b a:hover,
article section.news div.header a:hover {
  background-color: #fff;
  color: #B49B46;
}

article section.news div.important ul {
  position: relative;
  width: 100%;
}

article section.news div.important ul li {
  position: relative;
  padding: 5px 0 0 20px;
}

article section.news div.important ul li a {
  position: relative;
  font-size: 15px;
}

article section.news div.important ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #B49B46;
  position: absolute;
  left: -14px;
  top: 4px;
}

article section.news div.topics {
  /* 	margin-top:40px; */
  margin-top: 0;
}

article section.news div.topics ul li {
  padding: 5px 0;
  overflow: hidden;
}

article section.news div.topics ul li a {
  font-size: 15px;
  display: flex;
}

article section.news div.topics ul li a div {
  display: inline-block;
  width: 270px;
}

article section.news div.topics ul li a time,
article section.news div.topics ul li a em,
article section.news div.topics ul li a span {
  display: inline-block;
  float: left;
}

article section.news div.topics ul li a span {
  width: calc(100% - 260px);
}

article section.news div.topics ul li a time {
  width: 90px;
}

article section.news div.topics ul li a em {
  display: inline-block;
  width: 165px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #bb262c;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  margin: 0 10px 0 0;
  border: 0px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

article section.news div.topics ul li a em.topics {
  background-color: #719784;
}
article section.news div.topics ul li a em.exam {
  background-color: #21ad72;
}
article section.news div.topics ul li a em.event {
  background-color: #ef8b1d;
}
article section.news div.topics ul li a em.oc {
  background-color: #bb262c;
}
article section.news div.topics ul li a em.depart {
  background-color: #28a3da;
}
/*andou 180130 START*/
article section.news div.topics ul li a em.hoiku {
  background-color: #db3f7e;
}
article section.news div.topics ul li a em.syoku {
  background-color: #6ab834;
}
article section.news div.topics ul li a em.jyouhou {
  background-color: #37a3d7;
}
article section.news div.topics ul li a em.psy {
  background-color: #f39800;
}
article section.news div.topics ul li a em.child {
  background-color: #0071b1;
}
article section.news div.topics ul li a em.gs {
  background-color: #b3145a;
}
article section.news div.topics ul li a em.notice {
  background-color: #bb262c;
}
/*andou 180130 END*/
article section.news div.topics ul li a em.recipe{ background-color:#BB262C; }
article section.news div.topics ul li a em.sdgs{ background-color:#729784; }
article section.news div.topics ul li a em.mgt{ background-color:#0081c6; }
article section.news div.topics ul li a em.kakomon{ background-color:#089f95; }
article section.news div.topics ul li a em.regional{ background-color:#48880c; }
article section.news div.topics ul li a em.president{ background-color:#db3f7e; }

/* 画面幅980px以下
=======================================*/
@media screen and (max-width: 980px) {
  article section.news {
    width: 94%;
  }

  article section.news div.header a {
    font-size: 13px;
  }

  article section.news div.important ul li {
    padding-left: 16px;
  }

  article section.news div.important ul li a {
    font-size: 14px;
  }

  article section.news div.important ul li a::before {
    border-width: 6.5px 0 6.5px 10px;
    left: -16px;
  }

  article section.news div.topics ul li a time,
  article section.news div.topics ul li a em,
  article section.news div.topics ul li a span {
    font-size: 14px;
  }

  article section.news div.topics ul li a span {
    width: 70%;
  }
}

/* 画面幅768px以下
=======================================*/
@media screen and (max-width: 768px) {
  article section.news {
    width: 100%;
    margin-top: 0;
  }

  article section.news div.important {
    background-color: #f4f4f4;
    padding: 20px 3%;
  }

  article section.news div.important div.header {
    border-bottom: none;
    margin-bottom: 0;
  }

  article section.news div.important div.header h1 {
    color: #bb262c;
  }

  article section.news div.topics {
    width: 94%;
    margin: 20px auto 0 auto;
  }

  article section.news div.topics ul li {
    /*border-bottom:1px dotted #7F7F7F;*/
    padding: 10px 0 6px 0;
    border-bottom: 1px dotted #ccc;
    /*
		background-image:url(../img/common/bg_dotted.png);
		background-repeat:repeat-x;
		background-position:left bottom;
*/
  }

  article section.news div.topics ul li a {
    display: block;
    position: relative;
  }

  article section.news div.topics ul li a div {
    float: none;
    width: 100px;
  }

  article section.news div.topics ul li a time,
  article section.news div.topics ul li a em,
  article section.news div.topics ul li a span {
    display: block;
    float: none;
  }

  article section.news div.topics ul li a em {
    width: 135px;
    margin: 2px 0 0 0;
  }

  article section.news div.topics ul li a span {
    width: 100%;
    float: none;
  }
}

/* PICK UP CONTENTS
-----------------------------------*/
article section.pickup {
  width: 100%;
  margin: 40px auto 0 auto;
  background-image: url(../img/home/img_title_pickup.svg);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 206px;
  background-color: #F9F7F0;
}

article section.pickup ul {
  max-width: 780px;
  padding: 150px 0 60px;
  overflow: hidden;
  margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

article section.pickup ul li {
	width: 30%;
	margin: 0 1.65% 20px;
	line-height: 1.6;
}


article section.pickup ul li a {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

article section.pickup ul li a p {
  font-size: 17px;
  font-weight: 600;
  color: #B49B46;
  line-height: 1.4;
  margin: 6px 0 0 0 ;
}
article section.pickup ul li a div {
  overflow: hidden;
  border-radius: 6px;
}
article section.pickup ul li a div img {
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
	vertical-align:top;
}

article section.pickup ul li a div:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
	vertical-align:top;
}


/* 画面幅640px以下
=======================================*/
@media all and (max-width: 600px) {
article section.pickup ul {
  max-width: 80%;
  padding: 150px 0 10px;
  overflow: hidden;
  margin: 0 auto ;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

article section.pickup ul li {
	width: 100%;
  margin: 0 auto 30px;
	line-height: 1.6;
}
	
}
/* キャンパス
-----------------------------------*/
article section.campus {
  width: 980px;
  margin: 70px auto;
}

article section.campus div.header {
  width: 100%;
  height: 31px;
  line-height: 31px;
  position: relative;
}

article section.campus div.header::before {
  content: " ";
  height: 17px;
  width: 100%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #BAE2F2 5px, #BAE2F2 6px );
  position: absolute;
  left: 0;
  top: 7px;
}

article section.campus div.header h1 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/common/bg_title_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

article section.campus > ul {
  overflow: hidden;
  width: 100%;
  margin-top: 28px;
}

article section.campus > ul > li {
  float: left;
  width: 470px;
  margin-right: 40px;
}

article section.campus > ul > li:last-child {
  margin-right: 0;
}

article section.campus > ul > li a div.image {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

article section.campus > ul > li a div.image img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

article section.campus > ul > li a div.image:hover img {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
}

article section.campus > ul > li a:hover > img {
  /* マウスオーバ時に半透明化しない */
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

article section.campus > ul > li a > img {
  margin-top: 15px;
}

article section.campus > ul > li a ul {
  margin-top: 6px;
}

article section.campus > ul > li a ul li {
  position: relative;
  width: 456px;
  left: 14px;
  padding: 1px 0;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

article section.campus > ul > li a ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #B49B46;
  position: absolute;
  left: -14px;
  top: 9px;
}

article section.campus > ul > li a ul li span {
  margin-left: 50px;
}

article section.campus > ul > li div.access {
  display: none;
}
article section.campus .campus_lead{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 19px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 画面幅980px以下
=======================================*/
@media screen and (max-width: 980px) {
  article section.campus {
    width: 94%;
  }

  article section.campus > ul {
    display: flex;
  }

  article section.campus > ul > li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 80px;
  }

  article section.campus > ul > li a div.image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  article section.campus > ul > li a div.image::before {
    content: "";
    display: block;
    padding-top: 36%;
  }

  article section.campus > ul > li a div.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  article section.campus > ul > li a > img {
    max-width: 100%;
  }

  article section.campus > ul > li a ul li {
    font-size: 12px;
    width: calc(100% - 14px);
  }

  article section.campus > ul > li a ul li::before {
    border-width: 5px 0 5px 8px;
    top: 6.5px;
  }

  article section.campus > ul > li a ul li span {
    margin-left: 48px;
  }

  article section.campus > ul > li div.access {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: "Hiragino Maru Gothic W6 JIS2004", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
      "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
  }

  article section.campus > ul > li div.access p {
    line-height: 210%;
    font-size: 12px;
    float: left;
  }

  article section.campus > ul > li div.access p a {
    display: block;
    font-size: 12px;
    font-weight: 300;
  }

  article section.campus > ul > li div.access p a span {
    font-size: 18px;
    font-weight: 600;
  }

  article section.campus > ul > li div.access > a {
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    background-color: #B49B46;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}

/* 画面幅768px以下
=======================================*/
@media screen and (max-width: 768px) {
  article section.campus {
    width: 100%;
    margin-top: 40px;
  }

  article section.campus div.header h1 {
    background-image: url(../img/common/bg_title_sp.png);
    background-size: 80%;
  }

  article section.campus > ul {
    display: block;
  }

  article section.campus > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    float: none;
  }

  article section.campus > ul > li a {
    display: block;
    width: 94%;
    margin: 0 auto;
  }

  article section.campus > ul > li div.access {
    padding: 20px 30px;
    margin-top: 16px;
  }

  article section.campus > ul > li div.access p {
    font-size: 13px;
    line-height: 180%;
  }

  article section.campus > ul > li div.access p a {
    font-size: 14px;
    width: 100%;
  }

  article section.campus > ul > li div.access p a span {
    font-size: 22px;
  }

  article section.campus > ul > li div.access {
    position: relative;
  }

  article section.campus > ul > li div.access > a {
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 13px;
  }
}

/* 画面幅460px以下
=======================================*/
@media screen and (max-width: 460px) {
  article section.campus div.header h1 {
    font-size: 15px;
  }

  article section.campus > ul > li div.access {
    padding: 14px 10px;
  }

  article section.campus > ul > li div.access p a span {
    font-size: 18px;
  }

  article section.campus > ul > li div.access > a {
    width: 90px;
    font-size: 14px;
  }
	article section.campus .campus_lead{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}

/* 画面幅380px以下
=======================================*/
@media screen and (max-width: 380px) {
  article section.campus div.header h1 {
    font-size: 14px;
  }

  article section.campus > ul > li div.access > a {
    width: 80px;
    font-size: 12px;
  }
}

/* バナー
--------------------------------------------*/
aside {
  width: 800px;
  margin: 0 auto;
}

aside div.header {
  display: none;
}

aside > a {
  display: block;
  width: 100%;
  height: 148px;
  border: 2px solid #b49b46;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 94px;
  overflow: hidden;
}

aside > a img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

aside > a:hover img {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
}

/* 画面幅840px以下
=======================================*/
@media screen and (max-width: 840px) {
  aside {
    width: 94%;
  }

  aside > a {
    height: auto;
    position: relative;
    margin-bottom: 50px;
  }

  aside > a::before {
    content: "";
    display: block;
    padding-top: 20%;
  }

  aside > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* 画面幅768px以下
=======================================*/
@media screen and (max-width: 768px) {
  aside {
    padding-top: 20px;
  }

  aside div.header {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  aside div.header p {
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bg_title_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
  }

  aside > a::before {
    padding-top: 34%;
  }
}
.mt40 {
  margin-top: 40px !important;
}

/* 2020/10　追記
=======================================*/
#fix_img {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: url("../img/home/fix_topimg.jpg") no-repeat 50% 50% / cover;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}

#fix_img::before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 18%;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  background: url("../img/home/enter.svg") no-repeat 50% 50% / cover;
  z-index: 10;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

@media all and (max-width: 767px) {
  #fix_img {
    display: block;
  }
  #fix_img::before {
    display: block;
  }
}






/* 2021/4/15　追記
=======================================*/

/* トップメイン動画 */
.video_area{
	position: relative;
	max-width: 1300px;
	margin: 0 auto 10px;
}
.video_area img{
	width: 100%;
}

video.pc{
	width: 100%;
	display: block;
}
.video_sp{
	display: none;
}
/*
.video_area a.btn{
	position: absolute;
	bottom: 20px;
	left: 10%;
	display: block;
	z-index: 1;
    transition:all 0.3s;
}
.video_area a.btn:hover{
	bottom: 30px;
}
*/
.btn_youtube {
	position: absolute;
	bottom: 43px;
	right: 0.5%;
	display: block;
	z-index: 1;
	display: block;
	width: 120px;
}
.c-sound {
  position: absolute;
  bottom: 50px;
  right: 130px;
  display: block;
  z-index: 1;
}
.c-sound.pc{
	display: block;
}
.c-sound .js-sound-pc,
.c-sound .js-sound-sp{
	display: none;
}
.c-sound .js-sound_select{
	display: block;
	width: 60px;
}
@media all and (max-width:960px){
	.video_area a.btn{
		bottom: 10px;
		left: 10px;
	}
}
@media all and (max-width:768px){
	video.pc{
		display: none;
	}
	.video_sp{
		display: block;
		margin-top: 50px;
	}
	.video_sp .content{
		display: block;
		background: url('../img/home/video_thumbnail_sp.jpg') no-repeat;
		background-position: center top;
		background-size: cover;
		position: relative;
		width: 100%;
		height: calc(100vh - 200px);
	}
	.video_sp .content > a{
		position: absolute;
		width: 159px;
		height: 189px;
		background: url('../img/home/video_btn_sp.png') no-repeat;
		background-size: cover;
		top: calc(50% - 94px);
		left: calc(50% - 79px);
	}
	.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
	}
	.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
	}
	.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    box-sizing: border-box;
	}
	.modal__content video{
		width: 100%;
	}
	.video_area a.btn{
		bottom: 10px;
		left: 10px;
		width: 40%;
	}
	.c-sound.pc{
		display: none;
	}
	.btn_youtube.pc{
		display: none;
	}
}
/*==================================================
スライダーのためのcss
===================================*/
.slider_cover{
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto 0;
}
.slider {
	max-width: 1310px;
	margin-left: -10px;
	overflow: hidden;
}
@media all and (max-width:768px){
.slider_cover{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0;
}
.slider {
	width: 100%;
	margin-left: -10px;
	overflow: hidden;
}
}

.slider img {
  width:100%;
  height:auto;
}
.slider .slick-slide {
    margin:0 0 0 10px;
}
.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before{
  background: url(../img/home/arrow_r.svg)!important;
  background-size: contain!important;
}
.slick-prev:before{
  background: url(../img/home/arrow_l.svg)!important;
  background-size: contain!important;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 49%;
  cursor: pointer;
  outline: none;
  height: 26px;
  width: 26px;
  z-index: 1;
}
.slick-prev {
  left: 1.5%;
}
.slick-next {
  right: 1.0%;
}
.slider .slick-list {
  overflow: hidden;
}
@media all and (max-width:768px){
.slick-prev {
  left: 3% !important;
}
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
	margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#ccc;
}
.slick-dots li button::before {
  color: #7ec9c1;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #5dc1cf;
}
/*
.slick-dots .slick-active button{
    background:#333;
}
*/
@media screen and (max-width:768px){
div#spnavi nav{
	width:59.1%;
	display:none;
}
}
@media screen and (max-width:428px){
div#spnavi nav{
	width:32.9%;
	display:none;
}
}
@media screen and (max-width:414px){
div#spnavi nav{
	width:31.9%;
	display:none;
}
}
@media screen and (max-width:390px){
div#spnavi nav{
	width:30.0%;
	display:none;
}
}
@media screen and (max-width:375px){
div#spnavi nav{
	width:28.9%;
	display:none;
}
}
@media screen and (max-width:360px){
div#spnavi nav{
	width:27.7%;
	display:none;
}
}
@media screen and (max-width:320px){
div#spnavi nav{
	width:24.6%;
	display:none;
}
}





