  @charset "UTF-8";
/***
***
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは児云タグとサイト寄のCSS峺協
** -- headerではヘッダ`のCSS峺協
** -- global navではグロ`バルナビのCSS峺協
** -- contentではコンテント?メイン?サイドナビのCSS峺協
** -- footerではフッタ`のCSS峺協
** -- pagetopではペ`ジトップボタンのCSS峺協
** -- indexではトップペ`ジのCSS峺協
** -- pageでは喘ペ`ジのCSS峺協
** -- styleでは喘ペ`ジのコンテンツ┘禰`タ秘れで聞喘する児云タグのCSS峺協
**
** 廣吭並
** -- CSSの凋兆tはApplicatsオリジナルの凋兆tを駻辰靴討い泙后
** -- 兜豚フォントサイズはreset.cssにて13pxにリセットしています。
** -- 佩gは1.6にリセットしています。
**        g了は音勣です。(スタイル雲れする辛嬬來嗤)
** -- コンテンツ坪のフォントサイズ?佩gは
**        [ base ]のcontentsクラスで峺協しています。
**        筝する栽はこちらを筝してください。
**
***
***/
/*-------------------------------------------------------------------------------------------------------


*
* PCスタイル
*


-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
***
** base
***
----------------------------------------------------------------------------*/
html, body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: 180px;
  overflow-y: hidden;
}

.w_base {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------
***
** header
***
----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
.hd_bg .hd {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1160px;
  height: 120px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.hd_bg .hd .hd_logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hd_bg .hd .hd_logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.hd_bg .hd .hd_logo a img {
  flex-shrink: 0;
  width: 180px;
  height: 100%;
}
.hd_bg .hd .hd_logo a span {
  margin-left: 20px;
  padding: 10px;
  background: #0b2242;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
}
.hd_bg .hd .hd_nav {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 460px;
  transition: all 0.3s ease;
}
.hd_bg .hd .hd_nav .hd_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hd_bg .hd .hd_nav .hd_nav_list li {
  position: relative;
  width: calc((100% - 100px) / 6);
}
.hd_bg .hd .hd_nav .hd_nav_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 0.625rem;
  text-decoration: none;
  white-space: nowrap;
}
.hd_bg .hd .hd_nav .hd_nav_list li.search a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_01.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.sitemap a::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_06.svg) no-repeat center center;
  background-size: contain;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size a::before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_02.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size:hover .f_size_box_wrap {
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  padding-top: 10px;
  visibility: hidden;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box {
  display: flex;
  gap: 5px;
  padding: 10px;
  background: #f2f2f2;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  padding: 11px;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  border: none;
  transition: all 0.3s ease;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button:hover, .hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button.f_size_active {
  background: #008E66;
  color: #fff;
}
.hd_bg .hd .hd_nav .hd_nav_list li.access a::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_03.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.contact a::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_04.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.lang a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_05.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_lang {
  position: absolute;
  top: 0;
  right: 0;
}
.hd_bg .hd .hd_lang .hd_lang_list {
  display: flex;
  flex-wrap: wrap;
}
.hd_bg .hd .hd_lang .hd_lang_list li a {
  display: block;
  padding: 8px 20px;
  color: #333;
  font-size: 0.687rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
.hd_bg .hd .hd_lang .hd_lang_list li.ja a {
  background: #3e3a39;
  color: #fff;
}
.hd_bg .hd .hd_lang .hd_lang_list li.ja a span {
  position: relative;
  display: flex;
}
.hd_bg .hd .hd_lang .hd_lang_list li.ja a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_lang.svg) no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------------
***
** search
***
----------------------------------------------------------------------------*/
#search-wrap {
  position: absolute; /*耕協塘崔にして*/
  top: 120px;
  left: 0;
  z-index: -1; /*恷嘘中にO協*/
  opacity: 0; /*邑^を0に*/
  width: 100%;
  height: auto;
  transition: all 0.3s; /*transitionを聞ってスム`スにFれる*/
}
.is-animation #search-wrap {
  top: 120px;
}
#search-wrap {
  /*ボタンクリック瘁、JSで#search-wrapにpanelactiveクラスが原嚥された瘁のた朕*/
}
#search-wrap.panelactive {
  opacity: 1; /*音邑苧に筝*/
  z-index: 10; /*畠中に竃F*/
  /*嶄の勣殆を爺仇嶄刹BえにするO協*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #f2f2f2;
}
#search-wrap {
  /*==碧のエリア*/
}
#search-wrap.search-area {
  display: none; /*碧のエリアは、はじめ掲燕幣*/
}
#search-wrap {
  /*ボタンクリック瘁、JSで#search-wrapに panelactive クラスが原嚥された瘁*/
}
#search-wrap.panelactive .search-area {
  position: relative;
  display: block; /*碧エリアを燕幣*/
  width: 80%;
}
#search-wrap {
  /*==碧フォ`ムのO協*/
}
#search-wrap form {
  position: relative;
  height: 66px;
  border-bottom: 2px solid #666;
}
#search-wrap {
  /*==テキスト秘薦とボタンinput慌宥O協*/
}
#search-wrap input {
  -webkit-appearance: none; /*SafariやChromeのデフォルトのO協をo*/
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer; /*カ`ソルを峺マ`クに*/
}
#search-wrap {
  /*テキスト秘薦inputO協*/
}
#search-wrap input[type=text] {
  width: 94%;
  padding: 20px;
  border: none;
  transition: all 0.5s;
  letter-spacing: 0.05em;
}
#search-wrap input[type=text]:focus {
  background: #fff;
}
#search-wrap {
  /*ボタンinputO協*/
}
#search-wrap input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 6%;
  height: 64px;
  padding: 0;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_01.png) #fff no-repeat center center;
  background-size: 20px 20px;
  border: none;
}

/*======= close button ========*/
.close-btn {
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.close-btn span {
  position: absolute;
  left: 14px;
  display: inline-block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  /*〜マ`ク*/
}
.close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

/*----------------------------------------------------------------------------
***
** global nav
***
----------------------------------------------------------------------------*/
.nav_bg {
  background: #efefef;
}
.nav_bg .nav {
  position: relative;
  overflow: visible;
}
.nav_bg .nav .hd_nav_list,
.nav_bg .nav .nav_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.nav_bg .nav .hd_nav_list > li,
.nav_bg .nav .nav_list > li {
  display: inline-block;
  z-index: 1;
  width: 20%;
  margin: 0 !important;
  border-left: 1px solid #fff;
}
.nav_bg .nav .hd_nav_list > li:last-of-type,
.nav_bg .nav .nav_list > li:last-of-type {
  border-right: 1px solid #fff;
}
.nav_bg .nav .hd_nav_list > li > a,
.nav_bg .nav .nav_list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.nav_bg .nav .hd_nav_list > li > a:hover,
.nav_bg .nav .nav_list > li > a:hover {
  background: #0b2242;
  color: #fff;
}
.nav_bg .nav .hd_nav_list > li.current a,
.nav_bg .nav .nav_list > li.current a {
  background: #3e3a39;
  color: #fff;
}
.nav_bg .nav .hd_nav_list > li:hover .sub-menu,
.nav_bg .nav .nav_list > li:hover .sub-menu {
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_bg .nav .hd_nav_list > li .sub-menu,
.nav_bg .nav .nav_list > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
  background: #333;
  transition: All 0.3s ease;
  visibility: hidden;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li,
.nav_bg .nav .nav_list > li .sub-menu > li {
  width: 16.6666666667%;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li > a,
.nav_bg .nav .nav_list > li .sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li .sub-menu > li > a.current {
  opacity: 0.9;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li:hover .sub-menu,
.nav_bg .nav .nav_list > li .sub-menu > li:hover .sub-menu {
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  width: 100%;
  background: #222;
  visibility: hidden;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  text-decoration: none;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li > a.current {
  opacity: 0.9;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li:hover .sub-menu,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li:hover .sub-menu {
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li .sub-menu,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li .sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  display: flex;
  width: 100%;
  background: #111;
  visibility: hidden;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li .sub-menu > li .sub-menu > li .sub-menu > li > a.current {
  background: rgb(17, 17, 17);
}

/*----------------------------------------------------------------------------
***
** content
***
----------------------------------------------------------------------------*/
.con_bg {
  overflow: hidden;
}
.con_bg .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 50px;
}
.con_bg .con .nav_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f4f4f4;
}
.con_bg .con .nav_wrap .nav .nav_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.con_bg .con .nav_wrap .nav .nav_list > li {
  display: inline-block;
  z-index: 1;
  width: 20%;
  margin: 0 !important;
  border-left: 1px solid #fff;
}
.con_bg .con .nav_wrap .nav .nav_list > li:last-of-type {
  border-right: 1px solid #fff;
}
.con_bg .con .nav_wrap .nav .nav_list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.con_bg .con .nav_wrap .nav .nav_list > li > a:hover {
  background: #0b2242;
  color: #fff;
}
.con_bg .con .nav_wrap .nav .nav_list > li.current a {
  background: #3e3a39;
  color: #fff;
}
.con_bg .con .main {
  order: 1;
  width: 100%;
}

/*----------------------------------------------------------------------------
***
** footer
***
----------------------------------------------------------------------------*/
.ft_bg {
  margin-top: auto;
  border-top: 1px solid #ccc;
}
.ft_bg .ft {
  display: flex;
  justify-content: space-between;
  padding: 60px 10px;
}
.ft_bg .ft .ft_address .ft_logo {
  width: 500px;
  margin-bottom: 20px;
}
.ft_bg .ft .ft_address .ft_logo img {
  width: 100%;
  height: 100%;
}
.ft_bg .ft .ft_address address {
  font-size: 0.875rem;
  line-height: 1.8;
}
.ft_bg .ft .ft_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ft_bg .ft .ft_nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8em;
}
.ft_bg .ft .ft_nav ul li a {
  color: #111;
  font-size: 0.875rem;
  text-decoration: none;
}
.ft_bg .ft .ft_nav ul li a:hover {
  text-decoration: underline;
}
.ft_bg .ft .ft_link {
  display: none;
}
.ft_bg .ft_copy {
  padding: 36px 0;
  background: #0b2242;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------
***
** pagetop
***
----------------------------------------------------------------------------*/
.pt {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 89px;
  background: #3e3a39;
  color: #fff;
  font-size: 0.75rem;
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 3px;
}
.pt_btn::before {
  width: 4px;
  bottom: 0;
}
.pt_btn::after {
  height: 4px;
  right: 0;
}

/*----------------------------------------------------------------------------
***
** pager
***
----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0;
}
.pager .pager_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pager .pager_list .page-numbers {
  border: 1px solid #8CC14A;
  border-radius: 5px;
  color: #8CC14A !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  transition: all 0.5s ease;
}
.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #8CC14A;
  color: #FFF !important;
}
.pager .pager_list .page-numbers.dots {
  border-color: #8CC14A;
}

/*----------------------------------------------------------------------------
***
** index
***
----------------------------------------------------------------------------*/
.index_slider_bg .index_slider {
  position: relative;
}
.index_slider_bg .index_slider::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.index_slider_bg .index_slider img {
  width: 100%;
  height: 545px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.index_slider_bg .index_slider .index_slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.index_slider_bg .index_slider .index_slider_title .index_slider_title_item img {
  width: 100%;
  height: auto !important;
}

.index_main {
  width: 100%;
}
.index_main .index_important_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid #ccc;
}
.index_main .index_important_wrap .index_important {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index_main .index_important_wrap .index_important .index_important_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.index_main .index_important_wrap .index_important .index_important_title h2 {
  color: #c30d23;
  font-weight: 500;
}
.index_main .index_important_wrap .index_important .index_important_list {
  width: 100%;
  padding: 15px 0 15px 30px;
}
.index_main .index_important_wrap .index_important .index_important_list .index_important_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: none;
}
.index_main .index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_date {
  color: #c30d23;
  font-weight: 700;
}
.index_main .index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl {
  position: relative;
  padding-left: 30px;
  color: #c30d23;
}
.index_main .index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl a {
  color: #c30d23;
  text-decoration: none;
}
.index_main .index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl a:hover {
  text-decoration: underline;
}
.index_main .index_news {
  position: relative;
  padding: 40px 0 90px;
}
.index_main .index_news h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.index_main .index_news .index_news_con {
  margin: 50px 0 0;
}
.index_main .index_news .index_news_con .index_news_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.index_main .index_news .index_news_con .index_news_tab > div {
  width: calc((100% - 15px) / 3);
  cursor: pointer;
}
.index_main .index_news .index_news_con .index_news_tab > div span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  background: #F0F0EE;
  color: #3E3A39;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: none;
  transition: all 0.5s ease;
}
.index_main .index_news .index_news_con .index_news_tab > div span::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: transparent;
  transition: all 0.5s ease;
}
.index_main .index_news .index_news_con .index_news_tab > div span.active {
  background: #3E3A39;
  color: #fff;
}
.index_main .index_news .index_news_con .index_news_tab > div span.active::after {
  border-color: #3E3A39 transparent transparent transparent;
}
.index_main .index_news .index_news_con .tab_pnl {
  border: 1px solid #ccc;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item {
  display: flex;
  align-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item:last-of-type {
  border-bottom: none;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 25px;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date time {
  color: #666;
  font-weight: 500;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date .index_news_item_cate {
  min-width: 95px;
  margin-left: 20px;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date .index_news_item_cate.news {
  color: #3aad6e;
  border: 1px solid #3aad6e;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date .index_news_item_cate.event {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date .index_news_item_cate.topics {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_date .index_news_item_cate.important {
  color: #c30d23;
  border: 1px solid #c30d23;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_ttl {
  padding: 0 10px;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_ttl .index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.index_main .index_news .index_news_con .tab_pnl .index_news_item .index_news_item_ttl .index_news_item_icon_new:before {
  content: "NEW";
}
.index_main .index_news .more {
  position: absolute;
  top: 60px;
  right: 0;
}
.index_main .index_news .more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
.index_main .index_news .more a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_archive.svg) no-repeat center center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}
.index_main .index_news .more a:hover {
  text-decoration: underline;
}
.index_main .index_pickup_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0 60px;
  background: #f4f4f4;
}
.index_main .index_pickup_wrap .index_pickup {
  position: relative;
}
.index_main .index_pickup_wrap .index_pickup h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0 0;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item {
  width: calc((100% - 40px) / 2);
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ccc;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_img {
  position: relative;
  overflow: hidden;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 142, 102, 0.2) 100%);
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_img::after {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 1;
  content: "";
  width: 97.5%;
  height: 93%;
  border: 1px solid #ccc;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_ttl {
  padding: 20px 30px;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a .index_pickup_item_ttl h3 {
  color: #0b2242;
  font-size: 1.125rem;
  font-weight: 500;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a:hover .index_pickup_item_img {
  position: relative;
}
.index_main .index_pickup_wrap .index_pickup .index_pickup_list .index_pickup_item a:hover .index_pickup_item_img img {
  transform: scale(1.3);
}
.index_main .index_course {
  padding: 80px 0 60px;
}
.index_main .index_course h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.index_main .index_course .index_course_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  margin: 50px auto 0;
}
.index_main .index_course .index_course_list .index_course_item {
  width: calc((100% - 60px) / 4);
}
.index_main .index_course .index_course_list .index_course_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background: #f4f4f4;
  color: #00913a;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease;
}
.index_main .index_course .index_course_list .index_course_item a::before, .index_main .index_course .index_course_list .index_course_item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.5s ease;
}
.index_main .index_course .index_course_list .index_course_item a::before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #00913a;
}
.index_main .index_course .index_course_list .index_course_item a::after {
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.index_main .index_course .index_course_list .index_course_item a:hover {
  background: #00913a;
  color: #fff;
}
.index_main .index_course .index_course_list .index_course_item a:hover::before {
  background: #fff;
}
.index_main .index_course .index_course_list .index_course_item a:hover::after {
  border-top: 2px solid #00913a;
  border-right: 2px solid #00913a;
}
.index_main .index_other {
  padding: 80px 0 60px;
}
.index_main .index_other h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.index_main .index_other .index_other_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin: 50px auto 0;
}
.index_main .index_other .index_other_list .index_other_item {
  width: calc((100% - 60px) / 3);
}
.index_main .index_other .index_other_list .index_other_item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #ccc;
}
.index_main .index_other .index_other_list .index_other_item a .index_other_item_img {
  overflow: hidden;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  margin-right: 15px;
}
.index_main .index_other .index_other_list .index_other_item a .index_other_item_img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.index_main .index_other .index_other_list .index_other_item a .index_other_item_ttl h3 {
  margin-bottom: 5px;
  color: #00913a;
  font-size: 1rem;
  font-weight: 500;
}
.index_main .index_other .index_other_list .index_other_item a .index_other_item_ttl p {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}
.index_main .index_other .index_other_list .index_other_item a:hover .index_other_item_img img {
  transform: scale(1.3);
}
.index_main .index_link_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
  background: #f4f4f4;
}
.index_main .index_link_wrap .index_link .index_link_list_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item {
  width: calc((100% - 50px) / 2);
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  color: #fff;
  text-decoration: none;
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item a span {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:first-of-type a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:first-of-type a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/i_link_bg_01.jpg) no-repeat center center;
  background-size: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:first-of-type a:hover::after {
  transform: scale(1.3);
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:last-of-type a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:last-of-type a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/i_link_bg_02.jpg) no-repeat center center;
  background-size: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.index_main .index_link_wrap .index_link .index_link_list_01 .index_link_item:last-of-type a:hover::after {
  transform: scale(1.3);
}
.index_main .index_link_wrap .index_link .index_link_list_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index_main .index_link_wrap .index_link .index_link_list_02 .index_link_item {
  width: calc((100% - 60px) / 3);
}
.index_main .index_link_wrap .index_link .index_link_list_02 .index_link_item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background: #fff;
  color: #0b2242;
  font-size: 1.125rem;
  text-decoration: none;
  border: 1px solid #ccc;
}
.index_main .index_link_wrap .index_link .index_link_list_02 .index_link_item a::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index_main .index_link_wrap .index_link .index_link_list_02 .index_link_item a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: 80%;
  background: #0b2242;
}
.index_main .index_link_wrap .index_link .index_link_list_02 .index_link_item:first-of-type a::before {
  right: 18px;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_elink_white.svg) no-repeat center center;
  background-size: cover;
  border: none;
}
.index_main .index_bnr_min {
  padding: 90px 0 40px;
}
.index_main .index_bnr_min .index_bnr_min_list .slick-track {
  display: flex;
  gap: 10px;
}
.index_main .index_bnr_min .index_bnr_min_list .slick-dots {
  bottom: -60px !important;
}
.index_main .index_bnr_min .index_bnr_min_list .slick-dots li button::before {
  content: "" !important;
  width: 25px;
  height: 6px;
  background: #999;
}
.index_main .index_bnr_min .index_bnr_min_list .slick-dots li.slick-active button::before {
  content: "" !important;
  width: 25px;
  height: 6px;
  background: #8CC14A;
}

/*----------------------------------------------------------------------------
***
** page
***
----------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin: 20px 0 50px !important;
}
.breadcrumb li {
  position: relative;
  margin-bottom: 0 !important;
  color: #9CC45F;
  font-size: 13px;
}
.breadcrumb li::before {
  position: absolute;
  top: 7px;
  right: -1.75em;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.breadcrumb li:last-of-type::before {
  display: none;
}
.breadcrumb li a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

.introduction {
  display: flex;
  justify-content: space-between;
}
.introduction figure {
  flex-shrink: 0;
  width: 260px;
  height: auto;
  margin-right: 30px;
}
.introduction figure img {
  width: 100%;
  height: auto;
}
.introduction ul {
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
  width: 100%;
  margin: 0 !important;
}
.introduction ul li {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin: 0 30px 0 0 !important;
}
.introduction ul li:nth-child(2n) {
  margin-right: 0 !important;
}
.introduction ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.introduction ul li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  content: "";
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #8CC14A;
}
.introduction ul li a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(0, -50%);
  content: "";
  width: 12px;
  height: 1px;
  border-left: 10px solid #8CC14A;
}
.introduction ul li.link::before {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_elink_green.png) no-repeat center center;
  background-size: cover;
}
.introduction ul li.link a::before, .introduction ul li.link a::after {
  display: none;
}

.acd .acd-check {
  display: none;
}
.acd .acd-label {
  position: relative;
  display: block;
  cursor: pointer;
}
.acd .acd-label::after, .acd .acd-label::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background: #008E66;
  transition: all 0.3s;
}
.acd .acd-label::after {
  transform: rotate(90deg);
}
.acd .acd-con {
  height: 0;
  margin: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.acd .acd-check:checked + .acd-label + .acd-con {
  height: 100%;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 50px;
  visibility: visible;
}
.acd .acd-check:checked + .acd-label::before {
  transform: rotate(90deg) !important;
}

.news_list .news_item {
  display: flex;
  align-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.news_list .news_item:last-of-type {
  border-bottom: none;
}
.news_list .news_item .news_item_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 25px;
}
.news_list .news_item .news_item_date time {
  color: #666;
  font-weight: 500;
}
.news_list .news_item .news_item_date .news_item_cate {
  min-width: 95px;
  margin-left: 20px;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
}
.news_list .news_item .news_item_date .news_item_cate.news {
  color: #3aad6e;
  border: 1px solid #3aad6e;
}
.news_list .news_item .news_item_date .news_item_cate.event {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.news_list .news_item .news_item_date .news_item_cate.topics {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}
.news_list .news_item .news_item_date .news_item_cate.important {
  color: #c30d23;
  border: 1px solid #c30d23;
}
.news_list .news_item .news_item_ttl {
  padding: 0 10px;
}
.news_list .news_item .news_item_ttl .news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}
.news_list .news_item .news_item_ttl .news_item_icon_new:before {
  content: "NEW";
}

/*----------------------------------------------------------------------------
***
** style
***
----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/slideshow/i_img.jpg) no-repeat center center;
  background-size: cover;
}
.mcon h1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.79) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.mcon h1 span {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.entrance_exam .mcon h1 {
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/exam_main_img.jpg) no-repeat center center;
  background-size: cover;
}
.entrance_exam .mcon h1 .exam_main_title {
  position: relative;
  display: block;
  height: 500px;
}
.entrance_exam .mcon h1 .exam_main_title span {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
.entrance_exam .mcon h1 .exam_main_title span::before {
  position: absolute;
  top: -50px;
  left: 20px;
  transform: rotate(35deg);
  content: "";
  width: 1px;
  height: 150px;
  background: #666;
}
.entrance_exam .mcon h1 .exam_main_title span::after {
  position: absolute;
  right: 20px;
  bottom: -50px;
  transform: rotate(35deg);
  content: "";
  width: 1px;
  height: 150px;
  background: #666;
}
.mcon h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  border-left: 5px solid #8CC14A;
}
.mcon h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

/*----------------------------------------------------------------------------
***
** google碧
***
----------------------------------------------------------------------------*/
.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

#search-wrap form {
  position: relative;
  height: 66px;
  border-bottom: 2px solid #666;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 12px 0 0;
}

.gsc-input {
  margin: 0;
  border: none;
}

.gsc-input-box {
  border: none !important;
}

.gsc-control-cse table td {
  border: none !important;
}

.gsc-search-button-v2 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 6% !important;
  height: 64px !important;
  padding: 0 !important;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_01.png) #fff no-repeat center center !important;
  background-size: 20px 20px !important;
  border: none !important;
}/*# sourceMappingURL=style.css.map */

/*# トップペ`ジ蒙Oコンテンツ宛坪喘 */
.special_notice {
	margin-top: 48px;
	margin-bottom: 20px;
}

.special_notice_inner {
	background: linear-gradient(135deg, #f5f9ff 0%, #eef4ff 100%);
	width: 80%;
	border: 1px solid #d7e3f5;
	border-radius: 16px;
	padding: 36px 40px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.special_notice_inner:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.special_notice_inner::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 160px;
	height: 160px;
	background: rgba(44, 94, 160, 0.08);
	border-radius: 50%;
	transition: transform 0.4s ease, background 0.4s ease;
	transform: scale(1) translate(0, 0);
	transform-origin: center;
	z-index: 0;
}

.special_notice_inner:hover::before {
	transform: scale(1.8) translate(-8px, 8px);
	background: rgba(44, 94, 160, 0.01);
}

.special_notice_title {
	margin: 0 0 14px;
	font-size: 25px !important;
	font-weight: 700;
	line-height: 1.4;
	color: #1d3557;
	position: relative;
	z-index: 1;
}

.special_notice_text {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	position: relative;
	z-index: 1;
	text-align: center;
}

.special_notice_link {
	position: relative;
	z-index: 1;
	text-align: center;
}

.special_notice_link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 14px 24px;
	background: #2c5ea0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 6px 16px rgba(44, 94, 160, 0.25);
}

.special_notice_link a:hover {
	background: #1f497d;
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(44, 94, 160, 0.3);
}

.special_notice_link a::after {
	content: "J";
	margin-left: 8px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.special_notice {
		margin-top: 32px;
	}

	.special_notice_inner {
		padding: 24px 20px;
		border-radius: 12px;
	}

	.special_notice_title {
		font-size: 22px;
	}

	.special_notice_text {
		font-size: 14px;
		line-height: 1.8;
	}

	.special_notice_link a {
		width: 100%;
		min-width: auto;
		padding: 13px 18px;
		font-size: 14px;
	}
}


.index_slider_bg {
	position: relative;
	width: 100%;
	height: 100vh; /* 駅勣に鬉犬噸{屁 */
	overflow: hidden;
}

.index_slider {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease, visibility 1s ease;
	pointer-events: none;
}

.index_slider.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.slider_slick,
.slider_slick > div,
.slider_slick img {
	width: 100%;
	height: 100%;
}

.slider_slick img {
	display: block;
	object-fit: cover;
}

.index_slider_title {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.index_slider_title_item img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------
***
** hero slider fade override
***
----------------------------------------------------------------------------*/
.index_slider_bg {
  position: relative;
  overflow: hidden;
  height: 545px;
}
.index_slider_bg .index_slider {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.index_slider_bg .index_slider.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.index_slider_bg .index_slider::before {
  z-index: 1;
  pointer-events: none;
}
.index_slider_bg .index_slider .slider_slick,
.index_slider_bg .index_slider .slider_slick > div {
  width: 100%;
  height: 100%;
}
.index_slider_bg .index_slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_slider_bg .index_slider .index_slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.index_slider_bg .index_slider .index_slider_title .index_slider_title_item {
  width: min(300px, 100%);
  margin: 0 auto;
}
.index_slider_bg .index_slider .index_slider_title .index_slider_title_item img {
  display: block;
  width: 100%;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .index_slider_bg {
    height: 360px;
  }
}




.hd {
  position: relative;
}

.hd_csse {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}

.hd_csse a {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 14px 0 12px;
  background: #8cc14a;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap;
}

.hd_csse a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(/informatics/wp-content/themes/faculty-info2026-ja/images/icon_hd_lang.svg) no-repeat center center;
  background-size: contain;
  flex: 0 0 12px;
}

.hd_csse a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 768px) {
  .hd_csse {
    display: none;
  }
}