@charset "utf-8";
/* CSS Document */
.sp-only {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
.main_visual {
  width: 100%;
}
.slide_wrap {
  position: relative;
  top: 180px;
}
/*.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
    height: 36vw;
    object-fit: cover;
}*/
.slide-items {
  display: flex;
}
.slide-items img {
  width: 100%;
  aspect-ratio: 600 / 188;
  height: auto;
  object-fit: cover;margin-bottom: -75px;
  /*height: 700px;
  object-fit: cover;*/
}
/*@media screen and (min-width:1400px) {
	.main_visual {
  width: 100%;
}
.slide_wrap {
  position: relative;
  top: 150px;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}	
}*/
.slide-text_wrap {
  width: 100%;
  position: relative;
  top: -20px;
  background: rgba(0, 0, 0, 0.5);
	margin-bottom: 0px;
}
.slide-text_inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 20px 100px;
}
.slide-text_inner .slide-text_title {
  font-size: 1.2rem;
  color: #FFF;
  width: 70%;
  line-height: 1.4rem;
}
.slide-text_inner .slide-text_btn-link {
  margin-top: 5px;
  text-align: center;
  width: 20%;
}

.slide-text_inner .slide-text_btn-link a {
  background-color: #33247D;
  border: 1px solid #33247D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  width: 200px;
}
.slide-text_inner .slide-text_btn-link a:hover {
  background-color: #4B39A0;
  border: 1px solid #4B39A0;
}
.slide-text_inner .slide-text_btn-link a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.pickup {
  position: relative;
  top: 200px;
}
.pickup ul {
  height: 180px;
  display: flex;
  position: relative;
  text-align: center;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.pickup ul li {
  width: 320px;
  text-align: center;
  height: 180px;
  display: flex;
  vertical-align: middle;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.pickup .box {
  width: 320px;
  height: 180px;
  display: flex;
  position: relative;
  text-align: center;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.pickup .box .box_inner {
  text-align: center;
  width: 100%;
  height: 180px;
  display: flex;
  vertical-align: middle;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.pickup .box .title {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  padding: 10px;
}
.pickup .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(5%);
  filter: contrast(93%);
}
.pickup .box a {
  display: block;
  width: 100%;
}
.pickup .box a:hover {
  filter: brightness(1.2);
  width: 100%;
}
/*お知らせ*/
.l-news-wrap {
  width: 100%;
  background-color: #F1EFFF;
  margin-top: 250px;
  padding: 50px 0;
}
.l-news-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  /*display: flex;
  justify-content: space-between;*/
}
.l-news-block {
  width: 65%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}
.l-news-block .title h3 {
  color: #33257B;
  float: left;
}
.l-news-block .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block .title h3 .jp {
  font-size: 1rem;
}
.l-news-block .old_news {
  float: right;
  padding: 25px 0 0 0;
}
.l-news-block .old_news .jp {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.l-news-block .old_news {
  font-size: .9rem;
}
.l-news-block .old_news a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/link-icon_02.png');
  background-position: center;
  background-size: contain;
}
.l-news-block_event .old_news {
  float: right;
  padding: 5px 0 0 0;
}
.l-news-block_event .old_news .jp {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.l-news-block_event .old_news {
  font-size: .9rem;
}
.l-news-block_event .old_news a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/link-icon_02.png');
  background-position: center;
  background-size: contain;
}
.l-news-block_event .future_news {
  float: right;
  padding: 30px 0 0 0;
}
.l-news-block_event .future_news .jp {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.l-news-block_event .future_news {
  font-size: .9rem;
}
.l-news-block_event .future_news a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/link-icon_02.png');
  background-position: center;
  background-size: contain;
}


.l-news-block .category ul {
  display: flex;
  /*justify-content: space-between;*/
  margin: 15px 0 0 0;
}
.l-news-block .category ul li {
  text-align: center;
  padding: 2px 10px 0px 10px;
  margin-right: 10px;
  display: inline-block;
  width: 130px;
  /*height: 28px;*/
  font-size: 0.8rem;
  color: #FFF;
}
.l-news-block_event {
  width: 32%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-left: 3%
}
.l-news-block_event .title h3 {
  color: #33257B;
  float: none;
}
.l-news-block_event .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block_event .title h3 .jp {
  font-size: 1rem;
}
/*重要なお知らせ*/
.l-news-block_important {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.l-news-block_important .title h3 {
  color: #33257B;
  float: none;
}
.l-news-block_important .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block_important .title h3 .jp {
  font-size: 1rem;
}
.cate_whats_new {
  background-color: #F4791C;
  border-radius: 20px;
}
.cate_entrance {
  background-color: #82007F;
  border-radius: 20px;
}
.cate_event {
  background-color: #9EC014;
  border-radius: 20px;
}
.cate_news {
  background-color: #33257C;
  border-radius: 20px;
}
.cate_important {
  background-color: #E81233;
  border-radius: 20px;
  margin-right: 10px;
}
.news-list__block {
  display: flex;
}
.news-list__block .time {
  color: #2C2C2C;
  font-size: 0.95rem;
  margin-right: 20px;
}
.news-list__block .category {
  text-align: center;
  padding: 2px 10px 0px 10px;
  display: inline-block;
  width: 130px;
  color: #FFF;
  /*height: 30px;*/
  height: 28px;
  font-size: 0.8rem;
}
.news-list__block .category_event {
  text-align: center;
  padding: 2px 10px 0px 10px;
  display: inline-block;
  width: 100px;
  color: #FFF;
  /*height: 30px;*/
  height: 28px;
  font-size: 0.8rem;
}
.l-news-block .title {
  color: #2C2C2C;
  font-size: 0.95rem;
  line-height: 1.4rem;
  padding: 10px 0 0 0;
}
.news-list ul {}
.news-list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
}
.news-list ul li a {
  text-decoration: none;
}
.news-list ul li a:hover {
  text-decoration: underline;
}
/*コンテンツ*/
.contents__wrap {}
.contents__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.contents__inner h3 {
  font-size: 1.6rem;
  color: #33257B;
}
.contents__inner h4 {
  background: url("../images/icon_bar_001.png") no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 15px 70px;
  background-position: left 0px top 16px;
  background-repeat: no-repeat;
  background-size: 55px 1px;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 16px;
}
.contents__inner .l-block {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  background-image: url(../images/bg-contents_block.png);
  background-repeat: repeat;
  padding: 30px;
}
.l-block-list ul {
  padding-left: 75px;
}
.l-block-list ul li {
  background: url(../images/icon_list_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 8px 40px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  overflow-wrap: break-word;
  font-size: 0.95rem;
}
.l-block_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-block_inner::after {
  content: "";
  display: block;
  width: 45%;
}
.l-block_inner h4 {
  width: 450px;
  text-align: left;
}
.l-block_inner_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.l-block_inner_a .l-block_left {
  width: 45%;
}
.l-block_inner_a .l-block_right {
  width: 45%;
}
.contents__inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.title_line {
  font-size: 1.6rem;
  color: #33257B;
  border-bottom: solid 3px #A69AE1;
  position: relative;
  margin: 5px 0 20px 0;
}
.title_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #33257B;
  bottom: -3px;
  width: 20%;
}
.contents_sec__inner h4 {
  background: url("../images/icon_bar_001.png") no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 15px 70px;
  background-position: left 0px top 16px;
  background-repeat: no-repeat;
  background-size: 55px 1px;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 16px;
}
.contents_sec__inner a:hover, .contents__inner a:hover {
  color: #8871A8;
}


.contents_sec__inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".xlsx"] {
  background: url("../images/icon-excel.png") no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
/*学部・大学院、学費・奨学金、学生生活　レイアウト*/
.l-contents_sec {
  display: flex;
  justify-content: space-between;
}
.l-contents_block {
  width: 30%;
}
.l-contents_block .photo {
  width: 100%;
  margin: 0 0 20px 0;
}
.l-contents_block .photo img {
  width: 100%;
  height: auto;
}
/*入試情報*/
.adm_info {
  background-image: url(../images/bg-adm_info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.adm_info .icon {
  background: url(../images/icon_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*各種資料*/
.materials_download {
  background-image: url(../images/bg-materials.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.materials_download .icon {
  background: url(../images/icon_002.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*広報イベント*/
.pr_event {
  background-image: url(../images/bg-pr_event.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.pr_event .icon {
  background: url(../images/icon_003.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学部・大学院*/
.dep_gra {}
.dep_gra .icon {
  background: url(../images/icon_004.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学費・奨学金*/
.exp_sch {}
.exp_sch .icon {
  background: url(../images/icon_006.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学生生活*/
.campus_life {}
.campus_life .icon {
  background: url(../images/icon_005.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*footer*/
.l-footer__wrap {
  width: 100%;
  background-color: #F1EFFF;
  padding: 50px 0 0 0;
}
.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-footer__inner .sns ul {
  text-align: center;
}
.l-footer__inner .sns ul li {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}
.l-footer__inner .sns ul li img {
  width: 100%;
  height: auto;
}
.l-footer__block__inner {
  width: 750px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__block_01 {
  float: left;
  width: 350px;
}
.l-footer__block_02 {
  float: right;
  width: 350px;
}
.l-footer__block_02 .access {
  font-size: .9rem;
}
.l-footer__block_01 {
  display: flex;
  float: left;
}
.l-footer__block_01 .logo {
  width: 50px;
  margin: 10px;
}
.l-footer__block_01 .title {
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px 0 0 15px;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (max-width:1400px) {
  .l-footer__block_01 .title {
    margin: 20px 0 0 15px;
    font-size: 1.1rem;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
  }
}
.copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #292929;
}
/*SNS*/
.right-fixed-banner {
  position: fixed;
  top: 150px;
  right: 0;
  width: 55px;
  margin-right: 0;
  background-color: #33257C;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}
.banner-box {
  width: 35px;
  margin: 10px 0;
  padding-right: 0px;
}
.banner-box a:hover {
  opacity: 0.6;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
.gallery-caption { /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
.main_visual:after, .l-footer__wrap:before, .l-footer__inner:after, .sns ul:after, .l-footer__block__inner:after, .l-news-inner:after, .l-news-block .title:after, .l-block_inner:after, .l-block_inner_a:after, .news-list:after {
  content: "";
  display: block;
  clear: both;
}