@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¥¯¥é¥¹¤ÇÖ¸¶¨¤·¤Æ¤¤¤Þ¤¹¡£
**        ‰ä¸ü¤¹¤ëˆöºÏ¤Ï¤³¤Á¤é¤ò‰ä¸ü¤·¤Æ¤¯¤À¤µ¤¤¡£
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: 160px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-height: 160px;
  background: #fff;
  border-top: 3px solid #008e66;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.hd_bg .hd {
  padding: 10px 10px;
}

.hd_bg .hd .hd_logo {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.hd_bg .hd .hd_logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.hd_bg .hd .hd_logo a::before {
  content: "";
  display: block;
  width: calc(136px / 4);
  height: calc(122px / 4);
  margin-bottom: 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/logo.png) no-repeat center center;
  background-size: contain;
}

.hd_bg .hd .hd_lang {
  position: absolute;
  top: 20px;
  left: 10px;
}

.hd_bg .hd .hd_lang .hd_lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd .hd_lang .hd_lang_list li {
  position: relative;
  border-right: 1px solid #666;
}

.hd_bg .hd .hd_lang .hd_lang_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.hd_bg .hd .hd_lang .hd_lang_list li a span {
  position: relative;
}

.hd_bg .hd .hd_lang .hd_lang_list li a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.hd_bg .hd .hd_lang .hd_lang_list li a:hover span::after {
  width: 100%;
}

.hd_bg .hd .hd_lang .hd_lang_list li:last-of-type {
  border-right: none;
}

.hd_bg .hd .hd_lang .hd_lang_list li:last-of-type a {
  padding-right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  overflow-x: none;
  overflow-y: auto;
  z-index: 100;
  width: 100%;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  background: #f2f2f2;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav .nav_list > li, .nav .hd_nav_list > li {
  width: 100%;
}

.nav .nav_list > li > a, .nav .hd_nav_list > li > a {
  position: relative;
  display: block;
  padding: 1em 1em 1em 1.5em;
  background: #3e3a39;
  color: #fff;
  text-decoration: none;
}

.nav .nav_list > li > a:hover, .nav .nav_list > li > a.current, .nav .hd_nav_list > li > a:hover, .nav .hd_nav_list > li > a.current {
  background: rgba(0, 0, 0, 0.2);
}

.nav .nav_list > li .sub-menu > li > a, .nav .hd_nav_list > li .sub-menu > li > a {
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: .8em 1em .8em 2em;
  text-decoration: none;
}

.nav .nav_list > li .sub-menu > li > a:hover, .nav .nav_list > li .sub-menu > li > a.current, .nav .hd_nav_list > li .sub-menu > li > a:hover, .nav .hd_nav_list > li .sub-menu > li > a.current {
  background: #000;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

.nav .nav_list > li .sub-menu > li .sub-menu > li > a, .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 1em 1em 3em;
  text-decoration: none;
}

.nav .nav_list > li .sub-menu > li .sub-menu > li > a:hover, .nav .nav_list > li .sub-menu > li .sub-menu > li > a.current, .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a:hover, .nav .hd_nav_list > li .sub-menu > li .sub-menu > li > a.current {
  background: #000;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}

.nav .hd_lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  border-top: 1px solid #fff;
}

.nav .hd_lang_list li {
  width: calc((100% - 10px * 2) / 3);
}

.nav .hd_lang_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #333;
  font-size: 10px;
  text-decoration: none;
}

.nav .hd_lang_list li.access a::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  margin-bottom: 5px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_hd_03.svg) no-repeat center center;
  background-size: cover;
}

.nav .hd_lang_list li.contact a::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 5px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_hd_04.svg) no-repeat center center;
  background-size: cover;
}

.nav .hd_lang_list li.lang a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_hd_05.svg) no-repeat center center;
  background-size: cover;
}

.nav .search-area {
  position: relative;
  width: 90%;
  margin: 20px auto 0;
}

.nav .search-area form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav .search-area form input {
  -webkit-appearance: none;
  /*Safari¤äChrome¤Î¥Ç¥Õ¥©¥ë¥È¤ÎÔO¶¨¤òŸo„¿*/
  outline: none;
  cursor: pointer;
  /*¥«©`¥½¥ë¤òÖ¸¥Þ©`¥¯¤Ë*/
}

.nav .search-area form input[type="text"] {
  width: 100% !important;
  padding: 6px !important;
  border: 1px solid #000 !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  letter-spacing: 0.05em !important;
}

.nav .search-area form input[type="text"]:focus {
  background: #f0f4f5;
}

.nav .search-area form input[type="submit"] {
  min-width: 40px !important;
  min-height: 40px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_search.svg) #000 no-repeat center center;
  background-size: 14px 14px;
  border: none;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 25px;
  right: 15px;
  margin-top: -5px;
  width: 36px;
  height: 24px;
}

.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3e3a39;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}

.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: 'MENU';
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #3e3a39;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_nav_trigger.sp_active::after {
  content: 'CLOSE';
  bottom: -25px;
  color: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}

.sp_nav_trigger.sp_active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

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

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

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

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

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

.gsib_a {
  padding: 0 !important;
}

.gsib_b {
  display: none !important;
}

.gsc-search-button {
  margin-left: 0 !important;
  background: #000;
}

.gsc-search-button-v2 {
  min-width: 40px !important;
  min-height: 40px !important;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_search.svg) #000 no-repeat center center !important;
  background-size: 14px 14px !important;
  border: none !important;
  border-radius: 0 !important;
}

.gsc-search-button-v2 svg {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
  padding: 20px 10px 30px;
}

.con .main {
  margin-bottom: 30px;
}

.con .main a[href$=".pdf"]::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  margin: 0 0 0 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_pdf.png) no-repeat center right;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

.con .main a[href$=".pdf"].no_icon::after {
  display: none;
}

.con .main a[href$=".zip"]::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_zip.png) no-repeat center right;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

.con .main a[href$=".zip"].no_icon::after {
  display: none;
}

.con .main a[href$=".doc"]::after,
.con .main a[href$=".docx"]::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_word.png) no-repeat center right;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

.con .main a[href$=".doc"].no_icon::after,
.con .main a[href$=".docx"].no_icon::after {
  display: none;
}

.con .main a[href$=".xlsx"]::after,
.con .main a[href$=".xls"]::after,
.con .main a[href$=".xlw"]::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_excel.png) no-repeat center right;
  background-size: contain;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

.con .main a[href$=".xlsx"].no_icon::after,
.con .main a[href$=".xls"].no_icon::after,
.con .main a[href$=".xlw"].no_icon::after {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  margin-top: auto;
}

.ft_bg .ft {
  padding: 80px 10px 30px;
}

.ft_bg .ft .ft_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 1.375rem;
  font-weight: 700;
}

.ft_bg .ft .ft_logo span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ft_bg .ft .ft_logo span::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-right: 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/logo.png) no-repeat center center;
  background-size: contain;
}

.ft_bg .ft .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.ft_bg .ft .ft_nav .ft_nav_l {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.ft_bg .ft .ft_nav .ft_nav_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 10px !important;
}

.ft_bg .ft .ft_nav .ft_nav_l ul:last-of-type {
  margin-bottom: 0;
}

.ft_bg .ft .ft_nav .ft_nav_l ul li a {
  display: block;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.ft_bg .ft .ft_nav .ft_nav_l ul li a:hover {
  text-decoration: underline;
}

.ft_bg .ft .ft_nav .ft_nav_r {
  gap: 40px;
}

.ft_bg .ft .ft_nav .ft_nav_r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.ft_bg .ft .ft_nav .ft_nav_r ul li a {
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft_bg .ft .ft_nav .ft_nav_r ul li a:hover {
  opacity: 0.7;
}

.ft_bg .ft .ft_link {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px;
  padding: 50px 10px;
  background: #f6f6f6;
}

.ft_bg .ft .ft_link h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-size: 2.25rem;
}

.ft_bg .ft .ft_link .ft_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.ft_bg .ft .ft_link .ft_link_list .ft_link_list_item {
  width: calc((100% - 10px) / 2);
  background: #fff;
}

.ft_bg .ft .ft_link .ft_link_list .ft_link_list_item a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.ft_bg .ft .ft_link .ft_link_list .ft_link_list_item a img {
  width: 100%;
}

.ft_bg .ft .ft_link .ft_link_list .ft_link_list_item a:hover {
  opacity: 0.7;
}

.ft_bg .ft_copy {
  padding: 20px 0;
  background: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: #8CC14A;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}

.pt_btn::before, .pt_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  border-radius: 3px;
}

.pt_btn::before {
  width: 4px;
  bottom: 0;
}

.pt_btn::after {
  height: 4px;
  right: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slider_bg .index_slider {
  position: relative;
  z-index: 1;
}

.index_slider_bg .index_slider img {
  width: 100%;
  height: auto;
}

.index_main .index_nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: -40px 0 80px;
}

.index_main .index_nav .index_nav_item {
  position: relative;
  width: calc((100% - 20px) / 2);
  background: #fff;
}

.index_main .index_nav .index_nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 20px 10px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/i_nav_bg.png) no-repeat center top;
  background-size: cover;
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index_main .index_nav .index_nav_item a:hover {
  opacity: 0.7;
}

.index_main .index_nav .index_nav_item:first-of-type::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #008e66;
}

.index_main .index_nav .index_nav_item:nth-of-type(2)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #00ca93;
}

.index_main .index_nav .index_nav_item:nth-of-type(3)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #9cc45f;
}

.index_main .index_nav .index_nav_item:last-of-type::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #d0e3b5;
}

.index_main .index_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

.index_main .index_info h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 2.25rem;
}

.index_main .index_info .index_info_con {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.index_main .index_info .index_info_con .index_info_item {
  font-size: 1.125rem;
  border-bottom: 1px solid #ccc;
}

.index_main .index_info .index_info_con .index_info_item .index_info_item_date {
  display: block;
  padding: 20px 10px 0;
  text-align: center;
}

.index_main .index_info .index_info_con .index_info_item .index_info_item_date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 700;
}

.index_main .index_info .index_info_con .index_info_item .index_info_item_ttl {
  display: block;
  padding: 10px 10px 20px;
}

.index_main .index_info .index_info_con .index_info_item .index_info_item_ttl a {
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.index_main .index_info .index_info_con .index_info_item .index_info_item_ttl a:hover {
  text-decoration: none;
}

.index_main .index_info .index_info_con .index_info_item:first-of-type, .index_main .index_info .index_info_con .index_info_item:last-of-type {
  display: none;
}

.index_main .index_info .index_info_con .index_info_item:nth-last-of-type(2) {
  border-bottom: none;
}

.index_main .index_info .more {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 30px;
  text-align: center;
}

.index_main .index_info .more a {
  color: #000;
}

.index_main .index_info .more a:hover {
  text-decoration: none;
}

.index_main .index_prospective {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
}

.index_main .index_prospective h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  font-size: 2.25rem;
}

.index_main .index_prospective .index_prospective_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item {
  width: 100%;
  background: #ddd;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 140px;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 142, 102, 0.2);
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a .index_prospective_item_img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a .index_prospective_item_img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a .index_prospective_item_ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.index_main .index_prospective .index_prospective_list .index_prospective_item a:hover .index_prospective_item_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.index_main .index_prospective .index_prospective_list .index_prospective_item:nth-of-type(5n+1) a {
  border-bottom: 5px solid #008e66;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item:nth-of-type(5n+2) a {
  border-bottom: 5px solid #00ca93;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item:nth-of-type(5n+3) a {
  border-bottom: 5px solid #9cc45f;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item:nth-of-type(5n+4) a {
  border-bottom: 5px solid #d0e3b5;
}

.index_main .index_prospective .index_prospective_list .index_prospective_item:nth-of-type(5n+5) a {
  border-bottom: 5px solid #bfffdf;
}

.index_main .index_event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}

.index_main .index_event h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 2.25rem;
}

.index_main .index_event .index_event_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.index_main .index_event .index_event_list .index_event_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

.index_main .index_event .index_event_list .index_event_item a .index_event_item_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 35%;
  height: auto;
}

.index_main .index_event .index_event_list .index_event_item a .index_event_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.index_main .index_event .index_event_list .index_event_item a .index_event_item_img img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.index_main .index_event .index_event_list .index_event_item a .index_event_item_con .index_event_item_date {
  margin-bottom: 5px;
}

.index_main .index_event .index_event_list .index_event_item a .index_event_item_con .index_event_item_ttl {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.index_main .index_event .index_event_list .index_event_item a:hover .index_event_item_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.index_main .index_event .more {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 40px;
  text-align: center;
}

.index_main .index_event .more a {
  color: #000;
}

.index_main .index_event .more a:hover {
  text-decoration: none;
}

.index_main .index_news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}

.index_main .index_news h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 2.25rem;
}

.index_main .index_news .index_news_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.index_main .index_news .index_news_list .index_news_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

.index_main .index_news .index_news_list .index_news_item a .index_news_item_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 25%;
  margin-right: 15px;
}

.index_main .index_news .index_news_list .index_news_item a .index_news_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.index_main .index_news .index_news_list .index_news_item a .index_news_item_con {
  width: 100%;
}

.index_main .index_news .index_news_list .index_news_item a .index_news_item_con .index_news_item_date {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
}

.index_main .index_news .index_news_list .index_news_item a .index_news_item_con .index_news_item_ttl {
  margin-bottom: 10px;
  line-height: 1.3;
}

.index_main .index_news .index_news_list .index_news_item a:hover .index_news_item_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.index_main .index_news .more {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 40px;
  text-align: center;
}

.index_main .index_news .more a {
  color: #000;
}

.index_main .index_news .more a:hover {
  text-decoration: none;
}

.index_main .index_news .link_youtube {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_main .index_news .link_youtube::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 270px;
  height: 7px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/i_fb_bg.png) no-repeat center center;
}

.index_main .index_news .link_youtube a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  margin-bottom: 20px;
}

.index_main .index_news .link_youtube a span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  color: #f00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.index_main .index_news .link_youtube a span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #f00;
}

.index_main .index_news .link_youtube .link_youtube_movie_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.index_main .index_news .link_youtube .link_youtube_movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em 3em;
  margin: 0 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.9em;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  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;
}

@media all and (max-width: 769px) {
  .common_con_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .common_con_list .common_con_list_item {
    width: calc((100% - 40px * 2) / 3);
  }
  .common_con_list .common_con_list_item a {
    position: relative;
    display: block;
  }
  .common_con_list .common_con_list_item a figure {
    position: relative;
    z-index: 1;
  }
  .common_con_list .common_con_list_item a figure:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.8)));
    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%);
  }
  .common_con_list .common_con_list_item a figure img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_con_list .common_con_list_item a span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .common_con_list .common_con_list_item ul {
    margin: 0;
  }
  .common_con_list .common_con_list_item ul li {
    margin: 0;
    list-style-type: none;
  }
  .common_con_list .common_con_list_item ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 40px 20px 10px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  .common_con_list .common_con_list_item ul li a::before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #8CC14A;
  }
  .common_con_list .common_con_list_item ul li a::after {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 12px;
    height: 1px;
    border-left: 10px solid #8CC14A;
  }
  .common_con_list .common_con_list_item ul li.link {
    position: relative;
  }
  .common_con_list .common_con_list_item ul li.link::before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_elink_green.png) no-repeat center center;
    background-size: cover;
  }
  .common_con_list .common_con_list_item ul li.link a::before, .common_con_list .common_con_list_item ul li.link a::after {
    display: none;
  }
}

@media all and (max-width: 599px) {
  .common_con_list {
    display: block;
  }
  .common_con_list .common_con_list_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .common_con_list .common_con_list_item:last-of-type {
    margin-bottom: 0;
  }
  .common_con_list .common_con_list_item a {
    position: relative;
    display: block;
  }
  .common_con_list .common_con_list_item a figure {
    position: relative;
    z-index: 1;
  }
  .common_con_list .common_con_list_item a figure:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.8)));
    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%);
  }
  .common_con_list .common_con_list_item a figure img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .common_con_list .common_con_list_item a span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .common_con_list .common_con_list_item ul {
    margin: 0;
  }
  .common_con_list .common_con_list_item ul li {
    margin: 0;
    list-style-type: none;
  }
  .common_con_list .common_con_list_item ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 40px 20px 10px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  .common_con_list .common_con_list_item ul li a::before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #8CC14A;
  }
  .common_con_list .common_con_list_item ul li a::after {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 12px;
    height: 1px;
    border-left: 10px solid #8CC14A;
  }
  .common_con_list .common_con_list_item ul li.link {
    position: relative;
  }
  .common_con_list .common_con_list_item ul li.link::before {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/english/wp-content/themes/yamaguchi-u-en/images/icon_elink_green.png) no-repeat center center;
    background-size: cover;
  }
  .common_con_list .common_con_list_item ul li.link a::before, .common_con_list .common_con_list_item ul li.link a::after {
    display: none;
  }
}

.acd .acd-check {
  display: none;
}

.acd .acd-label {
  position: relative;
  display: block;
  cursor: pointer;
}

.acd .acd-label > span {
  display: block;
}

.acd .acd-label > span.ttl {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  border-left: 5px solid #8CC14A;
}

.acd .acd-label > span.ttl_sub {
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.acd .acd-label > span.ttl_sub::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}

.acd .acd-label::after, .acd .acd-label::before {
  content: "";
  position: absolute;
  top: 0.6em;
  right: 1.25em;
  width: 2px;
  height: 0.75em;
  background: #008E66;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.acd .acd-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.acd .acd-con {
  height: 0;
  margin: 0;
  -webkit-transition: .5s;
  transition: .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 {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.event_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.event_list .event_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

.event_list .event_item a .event_item_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 35%;
  height: auto;
}

.event_list .event_item a .event_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.event_list .event_item a .event_item_img img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.event_list .event_item a .event_item_con .event_item_date {
  margin-bottom: 5px;
}

.event_list .event_item a .event_item_con .event_item_ttl {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.event_list .event_item a:hover .event_item_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.news_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.news_list .news_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

.news_list .news_item a .news_item_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 25%;
  margin-right: 15px;
}

.news_list .news_item a .news_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.news_list .news_item a .news_item_con {
  width: 100%;
}

.news_list .news_item a .news_item_con .news_item_date {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
}

.news_list .news_item a .news_item_con .news_item_ttl {
  margin-bottom: 10px;
  line-height: 1.3;
}

.news_list .news_item a:hover .news_item_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/*----------------------------------------------------------------------------
******************************************************************************
** ÈëÔ‡¥µ¥¤¥È
******************************************************************************
----------------------------------------------------------------------------*/
@media all and (max-width: 769px) {
  .about_figures_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about_figures_list .about_figures_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% / 3);
    min-height: 240px;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
  }
  .about_figures_list .about_figures_item:nth-child(odd) {
    background: #95C760;
  }
  .about_figures_list .about_figures_item:nth-child(even) {
    background: #008E66;
  }
  .about_figures_list .about_figures_item .about_figures_item_number {
    font-size: 3.25rem;
    font-weight: 700;
  }
}

@media all and (max-width: 599px) {
  .about_figures_list {
    display: block;
  }
  .about_figures_list .about_figures_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 240px;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
  }
  .about_figures_list .about_figures_item:nth-child(odd) {
    background: #95C760;
  }
  .about_figures_list .about_figures_item:nth-child(even) {
    background: #008E66;
  }
  .about_figures_list .about_figures_item .about_figures_item_number {
    font-size: 3.25rem;
    font-weight: 700;
  }
}

.research_timeline_chart .research_timeline_chart_item > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
  padding: 20px;
  background: #95c760;
}

.research_timeline_chart .research_timeline_chart_item > div:after {
  position: absolute;
  bottom: -50px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/arrow.gif) no-repeat center center;
}

.research_timeline_chart .research_timeline_chart_item > div.arrow_none::after {
  display: none;
}

.research_timeline_chart .research_timeline_chart_item > div.arrow_top:before {
  position: absolute;
  top: -50px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/arrow.gif) no-repeat center center;
}

.research_timeline_chart .research_timeline_chart_item.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research_timeline_chart .research_timeline_chart_item.column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42%;
}

.research_timeline_chart .research_timeline_chart_item.column > div.green {
  background: #008e66;
  color: #fff;
}

.research_timeline_chart .research_timeline_chart_item.column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research_timeline_chart .research_timeline_chart_item.column_02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42%;
  margin: 0;
  padding: 0;
  background: none;
}

.research_timeline_chart .research_timeline_chart_item.column_02 > div > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 60px;
  padding: 20px;
  background: #95c760;
}

.research_timeline_chart .research_timeline_chart_item.column_02 > div > div:after {
  position: absolute;
  bottom: -50px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/arrow.gif) no-repeat center center;
}

.research_timeline_chart .research_timeline_chart_item.column_02 > div.arrow_center:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/arrow.gif) no-repeat center center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}

.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mcon h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100vw;
  height: 20vh;
  margin: -20px calc(50% - 50vw) 20px;
  background: url(/english/wp-content/themes/yamaguchi-u-en/images/title_bg.jpg) no-repeat center center;
  background-size: cover;
}

.mcon h1::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 142, 102, 0.2);
}

.mcon h1 span {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 10px 20px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.mcon h1.title_bg_none {
  height: auto;
  background: #8CC14A;
}

.mcon h1.title_bg_none span {
  width: 90%;
  margin: 20px auto;
}

.mcon section > h1 {
  position: relative;
  display: block;
  width: 100%;
  min-height: auto;
  margin: 20px 0 10px;
  padding: 10px 10px 10px 20px;
  background: #8CC14A;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-left: 5px solid #008e66;
}

.mcon section > h1::before {
  display: none;
}

.mcon h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  border-left: 5px solid #8CC14A;
}

.mcon h3 {
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.mcon h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}

.mcon h4 {
  position: relative;
  display: block;
  margin: 20px 0 10px;
  padding-left: 2em;
  font-size: 0.937rem;
  font-weight: 500;
}

.mcon h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.5em;
  height: 0.01em;
  background: #8CC14A;
}

.mcon h5, .mcon h6 {
  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 {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.mcon .alignright {
  display: block;
  margin: 0 0 0 auto !important;
}

.mcon .alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}

.mcon .aligncenter {
  display: block;
  margin: 0 auto !important;
}

.mcon .table_scroll {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
}
/*# sourceMappingURL=sp.css.map */