/* ==========================================================
 Top
========================================================== */

/* 緊急のお知らせ
---------------------------------------------------------- */
@media (min-width: 1280px) {
	.list-hot-news {
		margin-top: 60px;
	}
}

/* hero-cmn メインビジュアル全体
---------------------------------------------------------- */
.hero-cmn-wrap {
  position: relative;
  background-color: #E1DDD5;
}

.hero-cmn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*height: 685px;*/
}
.hero-cmn-wrap.h685 .hero-cmn{
  height: 685px;
}
.hero-cmn-wrap.h400 .hero-cmn{
  height: 400px;
}
.hero-cmn-wrap.h210 .hero-cmn{
  height: 211px;
}

@media (max-width: 1279px) {
  .hero-cmn {}
  .hero-cmn-wrap.h685 .hero-cmn{
    height: 475px;
  }
  .hero-cmn-wrap.h400 .hero-cmn{
    height: 400px;
  }
  .hero-cmn-wrap.h210 .hero-cmn{
    height: 211px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn {}
  .hero-cmn-wrap.h685 .hero-cmn{
    height: 360px;
  }
  .hero-cmn-wrap.h400 .hero-cmn{
    height: 270px;
  }
  .hero-cmn-wrap.h210 .hero-cmn{
    height: 180px;
  }
}
.hero-cmn .hero-in .rslides{ background-color: #000;}

.hero-cmn .item .image {
  position: relative;
  /*height: 685px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-cmn-wrap.h685 .hero-cmn .item .image{height: 685px;}
.hero-cmn-wrap.h400 .hero-cmn .item .image{height: 400px;}
.hero-cmn-wrap.h210 .hero-cmn .item .image{height: 211px;}

@media (max-width: 1279px) {
  .hero-cmn .item .image {}
  .hero-cmn-wrap.h685 .hero-cmn .item .image{
    height: 475px;
  }
  .hero-cmn-wrap.h400 .hero-cmn .item .image{
    height: 400px;
  }
  .hero-cmn-wrap.h210 .hero-cmn .item .image{
    height: 211px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .hero-cmn .item .image {
  }
  .hero-cmn-wrap.h685 .hero-cmn .item .image{
    height: 360px;
  }
  .hero-cmn-wrap.h400 .hero-cmn .item .image{
    height: 270px;
  }
  .hero-cmn-wrap.h210 .hero-cmn .item .image{
    height: 180px;
  }
}

.hero-cmn .item .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

/* box-hero-detail　学部名および紹介文
---------------------------------------------------------- */
.box-hero-detail {
  position: absolute;
  bottom: 80px;
  left: 100px;
  right: 100px;
  width: calc(100% - 200px);
  z-index: 5;
}

@media (max-width: 1279px) {
  .box-hero-detail {
    bottom: 70px;
    left: 50px;
    right: 50px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-detail {
    bottom: 37px;
    left: 25px;
    right: 25px;
    width: calc(100% - 50px);
  }
}

.box-hero-detail .box-title {}
.box-hero-detail .box-title + .txt-detail{ margin-top: 12px;}

@media (max-width: 767px) {
  .box-hero-detail .box-title {}
  .box-hero-detail .box-title + .txt-detail{ margin-top: 9px;}
}

.box-hero-detail .box-title .ttl-jp {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .box-hero-detail .box-title .ttl-jp {
    font-size: 2.4rem;
  }
}

.box-hero-detail .box-title .ttl-en {
  margin-top: 7px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #F5821F;
}

@media (max-width: 1279px) {
  .box-hero-detail .box-title .ttl-en {
    margin-top: 3px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-detail .box-title .ttl-en {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.box-hero-detail .txt-detail {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .box-hero-detail .txt-detail {
    font-size: 1.6rem;
  }
}

.box-hero-detail .box-title-hero {
  left: 0;
}

.box-hero-detail .link-cmn-hero {
  right: 0;
}

/* box-hero-button　各種ボタン群
---------------------------------------------------------- */
.box-hero-button {
  position: relative;
  z-index: 5;
}

.hero-cmn-wrap.h685 .box-hero-button{ padding: 656px 100px 30px; }
.hero-cmn-wrap.h400 .box-hero-button{ padding: 370px 100px 30px; }
.hero-cmn-wrap.h210 .box-hero-button{ padding: 211px 100px 20px; }

.in-hero-button {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 1279px) {
  .hero-cmn-wrap.h685 .box-hero-button {
    padding: 443px 50px 30px;
  }
  .hero-cmn-wrap.h400 .box-hero-button {
    padding: 370px 50px 30px;
  }
  .hero-cmn-wrap.h210 .box-hero-button{
    padding: 211px 50px 20px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button {}
  .hero-cmn-wrap.h685 .box-hero-button{
    padding: 340px 25px 25px;
  }
  .hero-cmn-wrap.h400 .box-hero-button{
    padding: 245px 25px 25px;
  }
  .hero-cmn-wrap.h210 .box-hero-button{
    padding: 180px 25px 25px;
  }
}

@media (max-width: 1279px) {
  .in-hero-button {
    display: block;
  }
}

.box-hero-button .col-01 {
  width: 65.71%;
}

@media (max-width: 1279px) {
  .box-hero-button .col-01 {
    width: 100%;
  }
}

.box-hero-button .col-02 {
  width: 31.43%;
}

@media (max-width: 1279px) {
  .box-hero-button .col-02 {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button .col-02 {
    margin-top: 11px;
  }
}

.box-hero-button .list-button {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

@media (max-width: 767px) {
  .box-hero-button .list-button {
    display: block;
    margin: 0;
  }
}

.box-hero-button .list-button .item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .box-hero-button .list-button .item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.box-hero-button .list-button.is-fullW-pc .item {
  width: 100%;
}

@media (max-width: 1279px) {
  .box-hero-button .list-button.is-fullW-pc .item {
    width: 50%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button .list-button.is-fullW-pc .item {
    width: 100%;
  }
}

.box-hero-button .list-button.is-fullW {
  margin: 0;
}

@media (max-width: 1279px) {
  .box-hero-button .list-button.is-fullW {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button .list-button.is-fullW {
    display: block;
  }
}

.box-hero-button .list-button.is-fullW .item {
  width: 100%;
  margin-bottom: 1px;
  padding: 0;
}

@media (max-width: 1279px) {
  .box-hero-button .list-button.is-fullW .item {
    width: 50%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button .list-button.is-fullW .item {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .box-hero-button .list-button.is-fullW .item:nth-child(even) {
    padding-left: 1px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-hero-button .list-button.is-fullW .item:nth-child(even) {
    padding-left: 0;
  }
}

.box-hero-button .list-button.is-fullW .item:nth-child(2) {
  margin-top: 30px;
}

@media (max-width: 1279px) {
  .box-hero-button .list-button.is-fullW .item:nth-child(2) {
    margin-top: 0;
  }
}

.box-hero-button .list-button-small {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .box-hero-button .list-button-small {
    display: block;
    margin-top: 10px;
  }
}

.box-hero-button .list-button-small .item {
  width: 50%;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .box-hero-button .list-button-small .item {
    width: 100%;
  }
}

.box-hero-button .list-button-small .item:nth-child(even) {
  padding-left: 1px;
}

@media (max-width: 767px) {
  .box-hero-button .list-button-small .item:nth-child(even) {
    padding-left: 0;
  }
}

/* hero-gakubu
---------------------------------------------------------- */
.hero-gakubu img {
  width: 100%;
}

/* box-top-events　イベント関連
---------------------------------------------------------- */
.box-top-events {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1279px) {
  .box-top-events {
    display: block;
  }
}

.box-top-events .col-01 {
  width: 64%;
  padding-right: 50px;
}

@media (max-width: 1279px) {
  .box-top-events .col-01 {
    width: 100%;
    padding-right: 0;
  }
}

.box-top-events .col-02 {
  position: relative;
  width: 36%;
  padding-right: 100px;
}

@media (max-width: 1279px) {
  .box-top-events .col-02 {
    width: 100%;
    padding: 50px 50px 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-top-events .col-02 {
    padding: 15px 15px 0;
  }
}

.box-top-events .col-02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 376px;
  background: url(/common/img/bg_event_01.png) top right no-repeat;
}

@media (max-width: 1279px) {
  .box-top-events .col-02:after {
    display: none;
  }
}