@charset "utf-8";

.l_bnr_30th {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 2em auto 0 auto;
  font-size: clamp(1.188rem, 0.938rem + 1.25vw, 1.875rem);
  padding: .7em 0;
  font-weight: bold;
  border-radius: 0.3rem;
  background-color: #424AA6;
  border-image-source: repeating-linear-gradient(45deg, #6B72C7 0, #6B72C7 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
  border-image-slice: 4;
  border-width: 4px;
  border-image-repeat: round;
  border-style: solid;
  color: #fff !important;
  transition: .4s;
}
.l_bnr_30th:hover {
  color: #424AA6 !important;
  background: #fff;
}
.l_bnr_30th em {
  display: block;
  font-size: .8em;
}
/*-------------------------------------*/
.sitetop_information {
  width: calc(100% - 80px);
  margin: 0px auto 40px auto;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 30px 20px;
  border: 2px red solid;
}
/*赤色のお知らせ*/
.sitetop_red_oshirase {
  font-size: 1.6em;
  font-weight: 500;
  color: #F73A3D;
}
/* スマートフォン用 */
@media (max-width: 768px) {
  .sitetop_red_oshirase {
    font-size: 1.1em;
  }
}
/*ニュースセンター新着情報*/
.l_midashi_newscenter_wrap {
  text-align: center;
  display: block;
  margin: 2em auto;
  max-width: 460px;
}
.l_midashi_newscenter {
  display: inline-block;
  font-size: 2em;
  margin-bottom: .5em;
  font-weight: normal;
  color: #6C5136;
  background: url("../image/sitetop/img-midashi-newscenter-icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 1em;
  font-family: 'Zen Maru Gothic', sans-serif;
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
/* PCのみの表示*/
.sitetop_pc_contents {
  display: inline;
}
/* スマートフォン用 */
@media (max-width: 768px) {
  /* PCのみの表示*/
  .sitetop_pc_contents {
    display: none;
  }
  #zone_middle_floor {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .col_textarea_full {
    box-sizing: border-box;
    padding: 10px;
  }
  .l_midashi_newscenter_wrap {
    padding: 0;
  }
  .l_midashi_newscenter {
    font-size: 1.6em;
    padding: 1em;
  }
}
/*  スマホサイト */
@media (max-width: 768px) {
  .l_stage_img {
    overflow: hidden;
    width: 100%;
    left: 0;
    /*	height:500px;*/
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url('/jpn/image/common/bgi-stage.png');
    background-repeat: no-repeat;
    /*background-position:bottom center;*/
    background-position: center top;
    background-size: 100%;
    z-index: 1;
    text-align: center;
  }
  .l_stage_txt {
    width: auto;
    height: 80px;
    margin: 10px 20px 30px 20px;
    background-image: url('/jpn/image/common/txt-stage-title-sf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }
  .l_stage_img .bpts_flexbox_onoff {
    margin: 0 10px 0 10px;
  }
}
/*段落タイトル*/
.l_sitetop_title {
  text-align: center;
}
.l_sitetop_title img {
  max-width: 100%;
  margin-top: 4em;
}
/*ホットニュース*/
#l_sitetop_contents_hotnews {}
.l_sitetop_hotnews {
  display: block;
  overflow: hidden;
  /*	float:left;*/
  box-sizing: border-box;
  /*	width:49%;*/
  padding: 20px;
}
.l_sitetop_hotnews h3 {
  overflow: hidden;
  margin: -20px 0 0 -20px;
}
.l_sitetop_hotnews dl {
  box-sizing: border-box;
  padding-left: 100px;
  position: relative;
}
ul.update_list > dl > dd a:link {
  color: white;
  text-decoration: underline;
}
ul.update_list > dl > dd a:visited {
  color: white;
  text-decoration: underline;
}
ul.update_list > dl > dd a:hover {
  color: #fbae80;
  text-decoration: underline;
}
.l_sitetop_hotnews dt {
  display: block;
  clear: both;
  float: left;
  margin-left: -100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.l_sitetop_hotnews dd {
  display: block;
  box-sizing: border-box;
  margin-left: -100px;
  padding-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px rgb(153, 153, 153) dotted;
}
.l_sitetop_hotnews dd:last-of-type {
  border: none;
}
.l_sitetop_hotnews.event {
  background-color: white;
  border: 1px rgb(153, 153, 153) solid;
}
.l_sitetop_hotnews.event dd {
  color: rgb(132, 71, 0);
}
.l_sitetop_hotnews.news {
  /*	border:1px rgb(45,71,143) solid;*/
  background: linear-gradient(-135deg, rgb(51, 81, 163) 35%, rgb(39, 54, 109) 76%);
  border: 1px rgb(153, 153, 153) solid;
  color: white;
  position: relative;
}
.l_sitetop_hotnews.news dd {
  border-color: white;
}
/*	ニュース	外枠		*/
.l_sitetop_hotnews.news:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px rgb(45, 71, 143) solid;
}
/*リンク*/
#l_sitetop_contents_links {
  box-sizing: border-box;
  padding: 10px;
  background-color: rgb(230, 230, 230);
}
@media (min-width: 769px) {
  .l_sitetop_hotnews {
    float: left;
    width: 49%;
  }
  .l_sitetop_hotnews:not(:first-of-type) {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  /*ホットニュース*/
  #l_sitetop_contents_hotnews {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(243, 247, 246);
  }
  .l_sitetop_hotnews:not(:first-of-type) {
    margin-top: 20px;
  }
  /*リンク*/
  #l_sitetop_contents_links {
    margin-top: -20px;
    background: rgb(231, 226, 220);
  }
}
/* ----------------------------------
  インターネットニュース
-----------------------------------*/
.col_textarea_full {
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 30%);
}
.col_textarea_full .col_danraku_midashi, .col_textarea_full .col_internal_chuumidashi, ul.update_list > li, ul.news_list > li {
  text-align: left !important;
}
.media_news {
  height: 90%;
}
@media screen and (max-width: 768px) {
  .col_textarea_full {
    width: calc(100% - 5%);
  }
  .media_news .news_list {
    overflow-x: hidden;
  }
}
/* --------------------------------------------------
	         イベント情報・新着情報
-------------------------------------------------- */
/* ------　お知らせ・更新情報のboxを横並びに　------- */
.l_sitetop_news2box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  font-size: .9em;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
}
.l_sitetop_news2box a.l_kako_btn {
  text-align: right;
  margin: 1em 1em 0 auto;
  display: block;
  width: 10em;
  border-bottom: 1px solid #ABABAB;
}
/* ------　（ひだり）お知らせのbox　------- */
.l_sitetop_news2box_left {
  flex: 1; /* 親要素にflexを指定しているとき、子要素を均等に分割する */
  height: 450px;
  background-color: white;
  color: #844700;
  padding: 10px 20px;
  border: solid 1px #999999;
}
.l_sitetop_news2box_left > div {
  height: 400px;
  overflow-y: auto;
}
.l_sitetop_news2box_left a {
  text-decoration: none !important;
  line-height: 1.4;
}
.h3_left {
  margin-top: 20px;
  border-bottom: solid 3px #E2E2E0;
  position: relative;
}
.h3_left:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2D287F;
  bottom: -3px;
  width: 17%;
}
/* ひだり側用スクロールバー */
.news_list {
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
}
/*スクロールバーの横幅指定*/
.news_list::-webkit-scrollbar {
  width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.news_list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ccc;
}
/*スクロールバーの色・角丸指定*/
.news_list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #F3F3F3;
}
/* ------　（みぎ）更新情報のbox　------- */
.l_sitetop_news2box_right {
  flex: 1; /* 親要素にflexを指定しているとき、子要素を均等に分割する */
  height: 450px;
  background: linear-gradient(-135deg, rgb(51, 81, 163) 35%, rgb(39, 54, 109) 76%);
  padding: 10px 20px;
  border: solid 1px #ccc;
  color: white;
  line-height: 1.4;
}
.l_sitetop_news2box_right > div {
  height: 400px;
  overflow-y: auto;
}
.l_sitetop_news2box_right a {
  color: #D7C476 !important;
  text-decoration: none !important;
}
.h3_right {
  margin-top: 20px;
  border-bottom: solid 3px white;
  position: relative;
}
.h3_right:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FDD000;
  bottom: -3px;
  width: 17%;
}
/* 右側用スクロールバー */
ul.update_list {
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
}
/*スクロールバーの横幅指定*/
ul.update_list::-webkit-scrollbar {
  width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
ul.update_list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #7C92E4;
}
/*スクロールバーの色・角丸指定*/
ul.update_list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #23366D;
}
/* ------　共通　------- */
h3 img {
  margin-left: 15px;
}
ul.update_list > li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin: 10px;
  /*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  width: 95%;
}
ul.update_list > li > span.date {
  width: 100%;
  font-size: .9em;
  padding-bottom: .1em;
}
ul.update_list > li > p {
  width: 100%;
}
@media (max-width: 800px) {
  .news_list, .update_list {}
  .l_sitetop_news2box {
    display: block;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .l_sitetop_news2box_left {
    height: 340px;
    min-width: 230px;
  }
  .l_sitetop_news2box_right {
    margin-top: 5%;
    height: 340px;
    margin-left: 0px;
    min-width: 230px;
  }
  .l_sitetop_news2box_right > div {
    height: 250px;
    overflow-y: auto;
  }
  .l_sitetop_news2box_left > div {
    height: 250px;
    overflow-y: auto;
  }
  .l_sitetop_newsbox_background {
    margin-bottom: 20px;
  }
}
.red {
  color: red;
}
@media (max-width: 600px) {
  .news_list > li, ul.update_list > li {
    display: block;
    width: 95%;
  }
  .news_list > li > span.date, ul.update_list > li > span.date {
    display: block;
    width: 100%;
  }
  .news_list > li > p, ul.update_list > li > p {
    display: block;
    width: 100%;
  }
}
/* --------------------------------------------------
	注目のニュース3列パネル
-------------------------------------------------- */
/* 共通 */
.points .image {
  position: relative;
}
.points > div {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  vertical-align: top;
}
.points p {
  margin: 1em 0;
}
/* ⑧triangle-rb */
.point-triangle-rb:after {
  bottom: 0;
  right: 0;
  border-top: 3em solid transparent;
  border-right: 3em solid #FF797D;
}
.point-triangle-rb span {
  bottom: .6em;
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.sitetop_recommend {
  width: 100%;
}
.sitetop_recommend_photo {
  width: 83%;
  overflow: hidden;
  margin: 0 auto;
}
.sitetop_recommend_photo img {
  width: 100%;
}
/*　日付　*/
.sitetop_recommend_data {
  width: 83%;
  margin: 4px 0 3px 0;
  color: #6b6351;
  font-weight: 500;
}
/*　テキスト　*/
.sitetop_recommend_text, .sitetop_recommend_text_g1, .sitetop_recommend_text_g2 {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/*　続きを読む　*/
.sitetop_recommend_go_deteil {
  margin-top: 5px;
  text-align: right;
}
.sitetop_recommend_go_deteil a {
  text-decoration: none;
}
.recommend_op_2c {
  width: 50%;
  float: left;
  /*	height:100%;*/
}
.recommend_op_3c {
  width: 33%;
  float: left;
  border-left: 1px dotted #d8d8d8;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.recommend_op_3c:first-child {
  border-left: none;
}
/*　スマホ用　*/
@media (max-width: 768px) {
  .sitetop_recommend {
    height: auto !important;
  }
  /*　日付　*/
  .sitetop_recommend_data {
    width: 97%;
    margin: 20px 0px;
    color: #6b6351;
    font-weight: 500;
  }
  .sitetop_recommend_photo {
    width: 130px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
  }
  .sitetop_recommend_text, .sitetop_recommend_text_g1, .sitetop_recommend_text_g2 {
    width: 97%;
    margin: 0px 20px;
    float: none;
  }
  .sitetop_recommend_go_deteil {
    width: 97%;
    margin-top: 5px;
    text-align: right;
  }
  .recommend_op_2c {
    width: auto;
  }
  .recommend_op_3c {
    width: 100%;
    border-left: none;
  }
}
/* お知らせパネル */
.unit_info {
  margin: 5px 0px 0px 0px;
  width: auto;
  /*	border:1px #a4b4be solid;*/
  background: #FFFFFF url('../image/sitetop/bgi-camp-info.jpg') repeat-x;
  height: 335px;
}
.bpts_info_text {
  margin: 10px 0px 10px 10px;
  font-size: 0.9em;
  height: 300px;
  overflow: auto;
}
.bpts_info_text_date {
  float: left;
  margin: 5px 5px 0px 0px;
  width: 60px;
  height: 20px;
}
.bpts_info_text_naiyou {
  float: left;
  margin: 5px 0px 0px 0px;
  width: auto;
  font-size: 1.0em;
  line-height: 1.3em;
}
/* --------------------------------------------------
	共通
-------------------------------------------------- */
/* PCのみの表示*/
.sitetop_pc_contents {
  display: inline;
}
/* スマートフォン用 */
@media (max-width: 768px) {
  /* PCのみの表示*/
  .sitetop_pc_contents {
    display: none;
  }
}
/*　重要なお知らせの中見出し100%表示　*/
.sitetop_news {
  width: 100%;
}
.infomark_label {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  padding: 1px 6px;
  border: none;
  border-radius: 10px;
  font-size: xx-small;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  color: #2D287F;
  background: #FDD000;
}
/* --------------------------------------------------
	合格発表
-------------------------------------------------- */
.sitetop_goukaku {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.sitetop_goukaku_01 {
  max-width: 400px;
  padding: 5px;
  float: left;
}
.sitetop_goukaku_01 {
  padding: 5px;
}
.sitetop_goukaku_01 p:last-child {
  padding: 10px;
  border: 1px solid #dddddd;
  font-weight: 500;
  line-height: 2em;
}
.sitetop_pink {
  background-color: white;
  background:
    -moz-linear-gradient(bottom, white, rgb(249, 215, 228)); /*グラデ ピンク*/
  background:
    -webkit-linear-gradient(top, rgba(239, 148, 174, 0));
  background:
    linear-gradient(to bottom, white, rgb(249, 215, 228)); /*グラデ ピンク*/
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #C6C6C6;
  border-bottom: 0;
  padding: 10px;
}
.sitetop_yellow {
  background-color: white;
  background:
    -moz-linear-gradient(bottom, white, rgb(251, 243, 206)); /*グラデ 黄色*/
  background:
    -webkit-linear-gradient(bottom, white, rgb(251, 243, 206)); /*グラデ 黄色*/
  background:
    linear-gradient(to bottom, white, rgb(251, 243, 206)); /*グラデ 黄色*/
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #C6C6C6;
  border-bottom: 0;
  padding: 10px 0;
}
@media (max-width : 768px) {
  .sitetop_goukaku {
    width: 100%;
    margin-left: 3%;
  }
  .sitetop_goukaku_01 {
    float: none;
    width: 90%;
  }
}
.sitetop_text_box {
  width: 540px;
  margin: 0 auto;
}
@media (max-width : 768px) {
  .sitetop_text_box {
    width: 350px;
    margin: 0 auto;
  }
}
/* --------------------------------------------------
	ニュースのパネル
-------------------------------------------------- */
.sitetop_newscenter_h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  letter-spacing: .06em;
}
/*背景*/
.l_menu_contents {
  width: 100%;
  background: url("../image/sitetop/bg-news.png");
  padding: 4em 0 7em 0;
  box-shadow: inset 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: -4.24em;
}
/*関連リンク*/
.l_sitetop_bnr li {
  margin: 5px;
  vertical-align: middle;
}
/*--------------------------------------
  ニュースセンターのカード型（新）
--------------------------------------*/
.l_sitetop_card { /*カードを並べるエリア*/
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 20%);
  grid-row-gap: 3em;
  grid-column-gap: 1em;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
.l_sitetop_card li:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transition: all .5s;
}
.l_sitetop_card li article {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .16);
  color: #212121;
  position: relative;
  height: 100%;
}
.l_sitetop_card li article a {
  display: block;
  text-decoration: none;
  color: #666 !important;
  font-size: .85em;
  line-height: 1.5;
}
.l_sitetop_card li article a p.more {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.card_title_img figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center 20%;
}
.card_text p { /*本文*/
  padding: 1.3em 1.3em 4em 1.3em;
}
.card_text span.tag {
  display: block;
  text-align: right;
  font-size: .8em;
  background: #949494;
  color: #fff;
  font-weight: 700;
  padding: .5em 1em;
}
.l_sitetop_card.imageonly {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 30%);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 1em auto;
}
.l_sitetop_card.imageonly li { /*画像の枠組み*/
  margin: 0;
  order: 0;
  height: auto;
  object-position: center;
}
.l_sitetop_card.imageonly li img {
  width: 100%;
  display: block;
  max-width: 300px;
  object-fit: cover; /*エリアに合わせて切り抜き*/
}
.l_sitetop_card.imageonly li:hover {
  box-shadow: none;
}
@media (max-width: 900px) { /* ２列横並び:左右均等割り付け*/
  .l_sitetop_card { /*カードを並べるエリア*/
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }
  .l_menu_contents {
    padding-top: 1em !important;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slider_mini { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  background: url("../image/sitetop/img-bg-slide-mini.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 0;
}
.slider_mini img {
  width: 20vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider_mini .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider_mini .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
.slider_mini .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slider_mini .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
@media (max-width:1200px) {
  .slider_mini img {
    width: 35vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}
@media (max-width:768px) {
  .slider_mini img {
    width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }
}
.l_wrap_slider_mini {
  max-width: 100%;
  margin-bottom: 3em;
}
.l_midashi_newscenter_wrap.pickup {
  margin-bottom: -2.7em;
  position: relative;
  z-index: 99;
}
/*---------------------学部-----------------------*/
.l_menu_daigakuin {
  background: #EEF1F8;
  padding: 2em 0;
}
.l_menu_gakubu {
  background: #F8F6EE;
  padding: 2em 0;
}
/**/
.l_menu_g_b_shadow {}
/*～を目指している方　のボックス*/
.l_menu_leftbox {
  border-right: 3px solid #F19907;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
}
.l_menu_leftbox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #F8F6EE;
  z-index: 2;
}
.l_menu_leftbox:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #F19907;
  z-index: 1;
}
.l_menu_daigakuin .l_menu_leftbox {
  border-right: 3px solid #1A5AA5;
}
.l_menu_daigakuin .l_menu_leftbox:after {
  border-left: 14px solid #1A5AA5;
}
.l_menu_daigakuin .l_menu_leftbox:before {
  border-left: 12px solid #EEF1F8;
}
/*入試*/
.l_menu_leftbox .nyushi {
  margin: 1em auto 0 auto;
  padding: 30px 20px 10px 20px;
  border: 2px solid #E7532A;
  background: #fff;
}
.l_menu_leftbox .nyushi h5 {
  background-color: #E7532A;
  color: #fff;
  border-radius: 100vh;
  padding: .2em 1.5em;
  margin: -55px 0 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1rem, 0.932rem + 0.34vw, 1.188rem);
  font-weight: normal;
}
.l_menu_leftbox .nyushi h5::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #E7532A;
}
.l_menu_leftbox .nyushi h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1em;
  content: "\f0a1";
  padding-right: 5px;
  color: #fff;
}
.l_menu_leftbox .nyushi ul {
  margin-top: 1em;
}
.l_menu_leftbox .nyushi ul li {
  border-top: 1px solid #C8C8C8;
}
.l_menu_leftbox .nyushi ul li:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.l_menu_leftbox .nyushi ul li a {
  display: block;
  text-decoration: none;
  padding: .2em 0;
  color: #E7532A !important;
}
.l_menu_leftbox .nyushi ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .8em;
  content: "\f138";
  padding-right: 5px;
}
@media (max-width: 1500px) {
  .l_menu_leftbox {
    flex-direction: row;
    border-right: none !important;
    margin-bottom: 1em;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .l_menu_leftbox:before, .l_menu_leftbox:after {
    content: none;
  }
  /*入試*/
  .l_menu_leftbox .nyushi {
    margin: 0 auto 0 auto;
    padding: 0;
    display: flex;
    width: auto;
  }
  .l_menu_leftbox .nyushi h5 {
    background-color: #E7532A;
    color: #fff;
    border-radius: 0;
    padding: 0 1em;
    margin: 0;
    position: static;
    left: 0;
    text-align: center;
    font-weight: normal;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-right: 1em;
    font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
  }
  .l_menu_leftbox .nyushi h5::after {
    content: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .l_menu_leftbox .nyushi ul {
    display: flex;
    margin-top: 0;
    font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
  }
  .l_menu_leftbox .nyushi ul li, .l_menu_leftbox .nyushi ul li:last-child {
    border: none;
    padding-right: 1em;
  }
}
@media (max-width: 960px) {
  .l_menu_leftbox {
    display: block;
  }
}
/*------------*/
/*背景*/
.l_menu_gakubu {}
.l_menu_g_wrap {
  width: auto;
  margin: 0 auto;
}
.l_menu_g_in {
  max-width: 1920px;
  width: 95%;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: space-between;
  margin: 2em auto;
  align-items: center;
  justify-items: stretch;
  align-content: center;
}
.l_menu_g_wrap ul.panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  justify-content: center;
  width: auto;
}
.l_menu_g_wrap ul.panel.daigakuin {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.l_menu_g_wrap ul.panel li {
  width: 100%;
  height: 200px;
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transition: .4s;
}
.l_menu_g_wrap ul.panel li:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transition: all .5s;
}
.l_menu_g_wrap ul.panel li:hover a {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.l_menu_gakubu div.midashi {
  font-size: clamp(1.5rem, 1.295rem + 1.02vw, 2.063rem);
  text-align: center;
  padding: .5em 0;
}
.l_menu_daigakuin div.midashi.daigakuin {
  font-size: clamp(1.5rem, 1.295rem + 1.02vw, 2.063rem);
  text-align: center;
  padding: .5em 0;
}
.midashi h4 {
  font-weight: 500;
  color: #F19907;
}
.l_menu_daigakuin h4 {
  color: #1A5AA5;
}
.l_menu_gakubu div.midashi h4 span, .l_menu_daigakuin h4 span {
  font-size: .8em;
  display: block;
  font-weight: normal;
  color: #515151;
}
.l_menu_g_wrap ul.panel li a {
  display: block;
  text-decoration: none;
  height: 100%;
  color: #fff !important;
  position: relative;
}
@media (max-width: 1500px) {
  .l_menu_gakubu div.midashi h4 span, .l_menu_daigakuin h4 span {
    display: inline-block;
  }
  .l_menu_g_in {
    display: block;
  }
}
@media (max-width: 960px) {
  .l_menu_g_wrap ul.panel {
    grid-template-columns: repeat(auto-fit, 30%);
  }
  .l_menu_g_wrap ul.panel.daigakuin {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .l_menu_g_wrap ul.panel {
    grid-template-columns: repeat(auto-fit, 45%);
  }
  .l_menu_leftbox .nyushi {}
}
/*パネルの画像　学部*/
.l_menu_g_wrap ul.panel.gakubu li, .l_menu_g_wrap ul.panel.daigakuin li {
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 10px;
}
.l_menu_g_wrap ul.panel.gakubu li:first-child {
  background: url(../image/sitetop/bnr-gakubu-douga-2024.png);
}
.l_menu_g_wrap ul.panel.gakubu li:nth-child(2) {
  background: url(../image/sitetop/bnr-yumenavi-02.png);
}
.l_menu_g_wrap ul.panel.gakubu li:nth-child(3) {
  background: url(../image/sitetop/bnr-manabi.png);
}
.l_menu_g_wrap ul.panel.gakubu li:nth-child(4) {
  background: url("../image/sitetop/bnr-oc-2025.png");
}
.l_menu_g_wrap ul.panel.gakubu li:nth-child(5) {
  background: url(../image/sitetop/news/kokusai-kouryu.jpg);
}
/*パネルの画像　大学院*/
.l_menu_g_wrap ul.panel.daigakuin li:first-child {
  background: url(../image/sitetop/bnr-kenkyushitsu.png);
}
.l_menu_g_wrap ul.panel.daigakuin li:nth-child(2) {
  background: url("../image/sitetop/bnr-mini-daigakuin-2025-02.jpg");
}
.l_menu_g_wrap ul.panel.daigakuin li:nth-child(3) {
  background: url(../image/sitetop/bnr-unique.png);
}
.l_menu_g_wrap ul.panel.daigakuin li:nth-child(4) {
  background: url(../image/sitetop/news/kokusai-kouryu.jpg);
}
/*パネルのタイトル*/
.l_menu_g_wrap ul.panel li a h6 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  background: #F19907;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: .2em 0;
}
.l_menu_daigakuin .l_menu_g_wrap ul.panel li a h6 {
  background: #1A5AA5;
}
/*パネルの数字*/
.l_menu_g_wrap ul.panel li a span {
  font-size: clamp(1.313rem, 1.063rem + 1.25vw, 2rem);
  color: #F19907;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, .8);
  padding: 0 .2em;
  border-radius: 0 10px 0 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
  font-family: 'Zen Maru Gothic', sans-serif;
}
.l_menu_daigakuin .l_menu_g_wrap ul.panel li a span {
  color: #1A5AA5;
}
/*------------*/
.s_bnr_content {
  margin: 2em auto;
  max-width: 1100px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  justify-content: center;
}
.s_bnr_content li {
  max-width: 300px;
  margin: 0 auto;
}
.s_bnr_content li a {
  text-decoration: none;
  color: #000 !important;
}
.s_bnr_content li a h6 {
  font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
}
.s_bnr_content li a h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f138";
  padding-right: 15px;
  color: #1F3591;
}
.s_bnr_content li img {
  max-width: 100%;
  object-fit: cover;
  border: 1px solid #A8A8A8;
}
@media (max-width: 768px) {
  .s_bnr_content {
    margin: 2em auto;
    text-align: center;
    display: block;
  }
}