@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の命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** レスポンシブ
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  position: relative;
  min-height: 100vh;
}

.w_base {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding-right: 50px;
  padding-left: 50px;
}

.con_bg {
  padding-bottom: 108px;
}

.mcon_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  /*目次*/
}
.mcon_con .mcon_left {
  width: 240px;
  min-height: 100%;
  /*** 目次 ***/
}
.mcon_con .mcon_left .mokuji {
  position: sticky;
  top: 180px;
  border: 1px solid rgba(199, 199, 199, 0.5019607843);
  padding: 1.25em;
}
.mcon_con .mcon_left .mokuji_ttl {
  padding: 0 0.5em 0 2em;
  background: url(../images/mokuji.svg) no-repeat left center;
  background-size: 17px;
}
.mcon_con .mcon_left #auto_list {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed rgba(199, 199, 199, 0.5019607843);
}
.mcon_con .mcon_left #auto_list li {
  margin-left: 1em;
  line-height: 1.4;
}
.mcon_con .mcon_left #auto_list li a {
  text-decoration: none;
  color: #383838;
  font-size: 0.9em;
}
.mcon_con .mcon_left #auto_list li a:hover {
  text-decoration: underline;
}
.mcon_con #auto_list_has_child {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed rgba(199, 199, 199, 0.5019607843);
}
.mcon_con #auto_list_has_child ol {
  margin-top: 0;
}
.mcon_con #auto_list_has_child ol li {
  margin-left: 1em;
  line-height: 1.4;
}
.mcon_con #auto_list_has_child ol li a {
  text-decoration: none;
  color: #383838;
  font-size: 0.9em;
}
.mcon_con #auto_list_has_child ol li a:hover {
  text-decoration: underline;
}
.mcon_con #auto_list_has_child ol li ol {
  margin-top: 0.5em;
}
.mcon_con #auto_list_has_child ol li ol li {
  list-style-type: none;
}
.mcon_con .mcon_right {
  width: calc(100% - 240px - 40px);
}
.mcon_con .mcon_right h3:first-child {
  margin-top: 0;
}

.sp_block {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  width: 100%;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.hd_bg a {
  color: #000 !important;
}
.hd_bg .hd {
  margin: 0 auto;
  padding-block: 27px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd_bg .hd .hd_left .hd_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hd_bg .hd .hd_left .hd_logo a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.hd_bg .hd .hd_left .hd_logo img {
  width: 140px;
  height: auto;
  margin-right: 7px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .hd_bg .hd .hd_left .hd_logo img {
    width: 70px;
  }
}
.hd_bg .hd .hd_left .hd_logo .hd_ttl {
  font-size: 39px;
  font-weight: 500;
  line-height: 1.1;
  color: #595959;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .hd_bg .hd .hd_left .hd_logo .hd_ttl {
    font-size: 35px;
  }
}
.hd_bg .hd .hd_left .hd_logo .hd_ttl span {
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.hd_bg .hd .hd_left > span {
  display: block;
  margin-top: 13px;
  padding: 14px 33px;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.hd_bg .hd .hd_right img {
  width: 200px;
}
.hd_bg.fixed .nav_bg {
  position: fixed;
  top: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_bg {
  background: #fff;
  padding-block: 9px 10px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 5px #E1E1E1;
          box-shadow: 0px 3px 5px #E1E1E1;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

nav {
  overflow: visible;
  height: 70px;
}

.nav_list {
  height: 100%;
  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;
  margin-top: 14px;
}
.nav_list > li {
  position: relative;
  width: 120px;
  height: 100%;
  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;
  /* ホーム */
  /* JMU-CGTR について */
  /* 研究支援・相談 */
  /* 採用情報 */
  /* 研究活動 */
  /* 教育関連 */
  /* イベント */
  /* 交通案内・お問合せ */
  /* 言語 */
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .nav_list > li {
    width: 88px;
  }
}
.nav_list > li > a {
  position: relative;
  display: block;
  min-height: 2.5em;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .nav_list > li > a {
    font-size: 13px;
  }
}
.nav_list > li > a:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: contain !important;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .nav_list > li > a:before {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
}
.nav_list > li.current > a,
.nav_list > li > a:hover {
  text-decoration: none;
  font-weight: 600;
}
.nav_list > li.current > a::before,
.nav_list > li > a:hover::before {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.nav_list > li:before, .nav_list > li:last-child:after {
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav_list > li:before {
  left: 0;
}
.nav_list > li:last-child:after {
  right: 0;
}
.nav_list > li.home a::before {
  background: url(../images/nav_home.svg) no-repeat;
  width: 43px;
  height: 43px;
}
.nav_list > li.about a::before {
  background: url(../images/nav_about.svg) no-repeat;
  width: 43px;
  height: 43px;
}
.nav_list > li.laboratory a::before {
  background: url(../images/nav_laboratory.svg) no-repeat;
  width: 41px;
  height: 41px;
}
.nav_list > li.institute a::before {
  background: url(../images/nav_institute.svg) no-repeat;
  width: 41px;
  height: 41px;
}
.nav_list > li.achievement a::before {
  background: url(../images/nav_achievement.svg) no-repeat;
  width: 41px;
  height: 41px;
}
.nav_list > li.education a::before {
  background: url(../images/nav_education.svg) no-repeat;
  width: 52px;
  height: 52px;
}
.nav_list > li.event a::before {
  background: url(../images/nav_event.svg) no-repeat;
  width: 50px;
  height: 50px;
}
.nav_list > li.contact a::before {
  background: url(../images/nav_contact.svg) no-repeat;
  width: 43px;
  height: 43px;
}
.nav_list > li.lang a::before {
  background: url(../images/nav_lang.svg) no-repeat;
  width: 42px;
  height: 42px;
}
.nav_list > li:last-child > .sub-menu, .nav_list > li:nth-last-child(2) > .sub-menu, .nav_list > li:nth-last-child(3) > .sub-menu {
  left: -3.3em;
}
.nav_list > li:last-child > .sub-menu:after, .nav_list > li:nth-last-child(2) > .sub-menu:after, .nav_list > li:nth-last-child(3) > .sub-menu:after {
  left: calc(100% - 3em);
}
.nav_list > li:last-child > .sub-menu .sub-menu, .nav_list > li:nth-last-child(2) > .sub-menu .sub-menu, .nav_list > li:nth-last-child(3) > .sub-menu .sub-menu {
  left: -100% !important;
}
.nav_list > li:hover > .sub-menu {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
          animation: nav_active 1s ease 0s 1 alternate;
}
.nav_list > li.has_clist > a:after {
  content: none;
}
.nav_list > li .sub-menu {
  display: none;
  position: absolute;
}
.nav_list > li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.nav_list > li .sub-menu li > a {
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
.nav_list > li .sub-menu li > a:hover, .nav_list > li .sub-menu li > a.current {
  background: rgba(0, 0, 0, 0.2);
}
.nav_list > li .sub-menu li:last-child {
  border: none;
}
.nav_list > li > .sub-menu {
  width: 160px;
  top: 100%;
  left: 5px;
  background-color: #00bec5;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.nav_list > li > .sub-menu > li {
  position: relative;
}
.nav_list > li > .sub-menu > li:hover > .sub-menu {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
          animation: nav_active 1s ease 0s 1 alternate;
}
.nav_list > li > .sub-menu > li > .sub-menu {
  width: 100%;
  top: 0;
  left: 100%;
  background-color: #027f84;
}
.nav_list > li > .sub-menu > li > .sub-menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  border-top: 1px solid #E1E1E1;
}
.ft_bg .bnr_wrap {
  background: #00BEC5;
  padding: 35px 0px;
}
.ft_bg .bnr_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.ft_bg .bnr_wrap ul li {
  width: calc(33.3333333333% - 24px);
}
.ft_bg .bnr_wrap ul li a {
  min-height: 77px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_bg .bnr_wrap ul li a p {
  padding: 10px 20px;
}
.ft_bg .bnr_wrap ul li a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ft_bg .bnr_wrap ul li a:hover {
  opacity: 0.8;
}
.ft_bg .ft > .w_base {
  padding-block: 25px;
}
.ft_bg .ft > .w_base .ft_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 14px;
  line-height: 1.3;
}
.ft_bg .ft > .w_base .ft_ttl img {
  width: 451px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ft_bg .ft > .w_base .ft_ttl img:hover {
  opacity: 0.8;
}
.ft_bg .ft .ft_copy {
  background: #00BEC5;
  color: #fff;
  padding: 23px 0px 15px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pager
******************************************************************************
----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0;
}

.pager .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager .pager_list .page-numbers {
  border: 1px solid #00BEC5;
  border-radius: 5px;
  color: #00BEC5 !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #00BEC5;
  color: #FFF !important;
}

.pager .pager_list .page-numbers.dots {
  border-color: #00BEC5;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #00bec5;
  bottom: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pt:hover {
  opacity: 0.6;
}

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

.pt_btn::before,
.pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

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

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

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
/*共通スタイル*/
.index_main {
  padding-top: 40px;
}
.index_main h2 {
  font-size: 37px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  padding-left: 50px;
  color: #595959;
}
.index_main h2::before {
  content: "";
  background: url(../images/h2.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 45px;
  height: 43px;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
.index_main .arr_btn {
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.index_main .arr_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #595959;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  white-space: nowrap;
}
.index_main .arr_btn a span {
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_main .arr_btn a span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #00bec5;
  border-bottom: 1px solid #00bec5;
  position: absolute;
  top: 6px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.index_main .arr_btn a:hover {
  color: #00BEC5;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.index_main .arr_btn a:hover span {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
}

.index_main_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}

.index_submission {
  width: 372px;
  height: 650px;
  position: relative;
  padding: 20px;
  background: #f4f4f4;
}
.index_submission h2 {
  position: relative;
  font-size: 37px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #595959;
  padding-left: 60px;
  line-height: 1;
}
.index_submission h2:before {
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/bbs.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 38px;
}
.index_submission .submission_con .submission_ttl {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 190, 197, 0.5);
}
.index_submission .submission_con .submission_ttl .arr_btn {
  margin: 0;
  position: absolute;
  top: 0.5em;
  right: 0;
  text-align: right;
  padding-right: 1.9em;
}
.index_submission .submission_con .submission_scrl {
  max-height: 400px;
  overflow: auto;
}
.index_submission .submission_con .submission_scrl dl {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
}
.index_submission .submission_con .submission_scrl dl + dl {
  margin-top: 10px;
}
.index_submission .submission_con .submission_scrl dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*いいね機能（WP ULike）*/
}
.index_submission .submission_con .submission_scrl dl dt time {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.index_submission .submission_con .submission_scrl dl dt .good_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .wp_ulike_btn {
  padding: 12px 15px;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .wpulike {
  text-align: right;
  padding: 0;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .wpulike .wp_ulike_general_class {
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px #203864 inset;
          box-shadow: 0 0 0 2px #203864 inset;
  border-radius: 5px;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .wpulike .wp_ulike_general_class .wp_ulike_put_image:after {
  width: 18px;
  height: 18px;
  top: 53%;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .wp_ulike_put_image:after {
  width: 11px !important;
  height: 11px !important;
}
.index_submission .submission_con .submission_scrl dl dt .good_btn .count-box {
  padding: 0 5px 0 0;
}
.index_submission .submission_con .submission_scrl dl dd {
  position: relative;
  font-size: 15px;
}
.index_submission .submission_con .submission_scrl::-webkit-scrollbar {
  width: 4px;
}
.index_submission .submission_con .submission_scrl::-webkit-scrollbar-track {
  background-color: #C1C1C1;
}
.index_submission .submission_con .submission_scrl::-webkit-scrollbar-thumb {
  background-color: #0DC1C7;
}

.index_news {
  width: calc(100% - 372px - 40px);
  padding-top: 15px;
}

.news_wrap .news_ttl {
  position: relative;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: 1px solid #00BEC5;
}
.news_wrap .news_ttl #news_tab {
  padding-right: 150px;
  padding-block: 5px;
  white-space: nowrap;
  overflow: auto;
}
.news_wrap .news_ttl #news_tab button {
  padding: 5px 15px;
  margin-right: 8px;
  border-radius: 30px;
  background: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1;
}
.news_wrap .news_ttl #news_tab button.all {
  color: #00BEC5;
  border: 2px solid #00BEC5;
}
.news_wrap .news_ttl #news_tab button.all.active {
  background: #00BEC5;
  color: #fff;
  font-weight: 600;
}
.news_wrap .news_ttl #news_tab button.activity {
  color: #FFB300;
  border: 2px solid #FFB300;
}
.news_wrap .news_ttl #news_tab button.activity.active {
  background: #FFB300;
  color: #fff;
  font-weight: 600;
}
.news_wrap .news_ttl #news_tab button.event {
  color: #5F95DC;
  border: 2px solid #5F95DC;
}
.news_wrap .news_ttl #news_tab button.event.active {
  background: #5F95DC;
  color: #fff;
  font-weight: 600;
}
.news_wrap .news_ttl #news_tab button.other {
  color: #FC8AAD;
  border: 2px solid #FC8AAD;
}
.news_wrap .news_ttl #news_tab button.other.active {
  background: #FC8AAD;
  color: #fff;
  font-weight: 600;
}
.news_wrap .news_ttl .arr_btn {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 30px;
  padding-left: 10px;
  padding-block: 10px;
  background: #fff;
}
.news_wrap #news_con .news_cate_con {
  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;
  gap: 40px 20px;
  display: none;
}
.news_wrap #news_con .news_cate_con.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_wrap #news_con .news_cate_con dl {
  width: calc(33.3333333333% - 20px);
}
.news_wrap #news_con .news_cate_con dl a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_wrap #news_con .news_cate_con dl a:hover {
  opacity: 0.8;
}
.news_wrap #news_con .news_cate_con dl a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.news_wrap #news_con .news_cate_con dl dt {
  overflow: hidden;
  margin-bottom: 12px;
}
.news_wrap #news_con .news_cate_con dl dt img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.news_wrap #news_con .news_cate_con dl dt img.no_img {
  border: 1px solid #ccc;
}
.news_wrap #news_con .news_cate_con dl dd time,
.news_wrap #news_con .news_cate_con dl dd span {
  font-size: 13px;
}
.news_wrap #news_con .news_cate_con dl dd time {
  color: rgba(0, 0, 0, 0.5);
}
.news_wrap #news_con .news_cate_con dl dd span {
  display: inline-block;
  width: 130px;
  padding: 6px 10px;
  margin-left: 10px;
  border-radius: 30px;
  background: none;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
.news_wrap #news_con .news_cate_con dl dd span.all {
  background: #00BEC5;
}
.news_wrap #news_con .news_cate_con dl dd span.activity {
  background: #FFB300;
}
.news_wrap #news_con .news_cate_con dl dd span.event {
  background: #5F95DC;
}
.news_wrap #news_con .news_cate_con dl dd span.other {
  background: #FC8AAD;
}
.news_wrap #news_con .news_cate_con dl dd p {
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.5;
}
.news_wrap #news_con .news_cate_con:after {
  content: "";
  width: 31.8%;
  display: inline-block;
}

.mcon .news_wrap .news_ttl {
  padding-bottom: 20px;
}
.mcon .news_wrap #news_tab {
  padding-right: 0;
  overflow: initial;
  white-space: initial;
}

.index_pickup h2 {
  border-bottom: 1px solid #00BEC5;
  margin-bottom: 15px;
}
.index_pickup .pickup_wrap {
  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;
  gap: 24px;
}
.index_pickup .pickup_wrap > div {
  width: calc(33.3333333333% - 16px);
  -webkit-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  cursor: pointer;
}
.index_pickup .pickup_wrap > div a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index_pickup .pickup_wrap > div a img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.index_pickup .pickup_wrap > div a img.no_img {
  border: 1px solid #ccc;
}
.index_pickup .pickup_wrap > div a > div {
  position: absolute;
  bottom: 0;
  padding: 0 40px 5px 15px;
  margin-bottom: 25px;
  z-index: 1;
  font-size: 16px;
  line-height: 0;
  border-bottom: 1px solid #fff;
}
.index_pickup .pickup_wrap > div a > div h3 {
  width: 90%;
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 8px;
  white-space: nowrap;
}
.index_pickup .pickup_wrap > div a > div h3 span {
  width: 25px;
  height: 25px;
  margin: 0 0 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  border: 1px solid #fff;
}
.index_pickup .pickup_wrap > div a > div h3 span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.index_pickup .pickup_wrap > div a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.index_pickup .pickup_wrap > div.green a:hover {
  -webkit-box-shadow: 0 0 40px rgba(15, 191, 110, 0.4);
          box-shadow: 0 0 40px rgba(15, 191, 110, 0.4);
}
.index_pickup .pickup_wrap > div.green a:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#0FBF6E));
  background: linear-gradient(180deg, transparent 40%, #0FBF6E 100%);
}
.index_pickup .pickup_wrap > div.blue a:hover {
  -webkit-box-shadow: 0 0 40px rgba(8, 137, 185, 0.4);
          box-shadow: 0 0 40px rgba(8, 137, 185, 0.4);
}
.index_pickup .pickup_wrap > div.blue a:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#0889B9));
  background: linear-gradient(180deg, transparent 40%, #0889B9 100%);
}
.index_pickup .pickup_wrap > div.orange a:hover {
  -webkit-box-shadow: 0 0 40px rgba(243, 142, 40, 0.4);
          box-shadow: 0 0 40px rgba(243, 142, 40, 0.4);
}
.index_pickup .pickup_wrap > div.orange a:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#F38E28));
  background: linear-gradient(180deg, transparent 40%, #F38E28 100%);
}
.index_pickup .pickup_wrap:after {
  content: "";
  display: inline-block;
  width: calc(33.3333333333% - 24px);
}

.index_link {
  margin-top: 40px;
}
.index_link h2 {
  border-bottom: 1px solid #00BEC5;
  margin-bottom: 15px;
}
.index_link a {
  display: inline-block;
  height: 100%;
}
.index_link img {
  width: 100%;
  height: 81px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
}
.index_link .index_link_list {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.index_link .index_link_list > div {
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*問合せフォーム*/
.contact-form {
  width: 100%;
}
.contact-form th,
.contact-form td {
  padding: 1em;
  border: 1px solid #ccc;
}
.contact-form th p,
.contact-form td p {
  margin-bottom: 0;
}
.contact-form th {
  width: 30%;
  background: #f5f5f5;
}
.contact-form th.have-to span:after {
  content: "✳︎";
  font-size: 0.1em;
  color: #f00;
  vertical-align: top;
}
.contact-form td {
  width: 70%;
}
.contact-form td input,
.contact-form td select {
  border: 1px solid #e5e5e5;
  padding: 0.375rem 0.75rem;
}
.contact-form td input[type=text],
.contact-form td textarea {
  width: 100%;
}
.contact-form td .wpcf7-list-item.first {
  margin-left: 0;
}

p:has(input[type=submit]) {
  text-align: center;
}
p input[type=submit] {
  padding: 1em;
  background: #00BEC5;
  color: #fff;
  border: none;
  margin: 1em auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
p input[type=submit]:hover {
  opacity: 0.7;
}

/*教育関連*/
/*トレーニングコース・シンポジウム*/
.education_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.education_event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 75px) / 3);
  margin-right: 12.5px;
  margin-left: 12.5px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(131, 138, 144, 0.25), 0px 10px 10px rgba(131, 138, 145, 0.2);
          box-shadow: 0px 0px 6px rgba(131, 138, 144, 0.25), 0px 10px 10px rgba(131, 138, 145, 0.2);
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .education_event__item {
    width: calc((100% - 75px) / 2);
  }
}
.education_event__item__header {
  position: relative;
}
.education_event__item__header__image {
  max-height: 197px;
  overflow: hidden;
}
.education_event__item__header__image a {
  display: block;
}
.education_event__item__header__image a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.education_event__item__header__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.education_event__item__header__title {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 20px 0 20px;
  font-weight: bold;
}
.education_event__item__header__title a {
  position: relative;
  display: block;
  color: #1B1C21;
}
.education_event__item__body {
  padding: 10px 20px 20px 20px;
}
.education_event__item__body__info {
  margin: 0 !important;
  list-style-type: none;
}
.education_event__item__body__info > li {
  margin: 0 0 5px !important;
  list-style-type: none !important;
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  color: #7C8690;
  line-height: 1.3;
}
.education_event__item__body__info > li:before {
  position: absolute;
  top: 0.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.education_event__item__body__info > li.-date:before {
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/date.svg") no-repeat;
  background-size: contain;
  color: #6399F5;
  font-size: 12px;
}
.education_event__item__body__info > li.-location:before {
  left: 1px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/pin.svg") no-repeat;
  background-size: contain;
  color: #6399F5;
  font-size: 12px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** single
******************************************************************************
----------------------------------------------------------------------------*/
.single_img a {
  display: block;
  height: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** scroll
******************************************************************************
----------------------------------------------------------------------------*/
/* 幅 */
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* 背景色 */
::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

/* スライダー部分の色 */
::-webkit-scrollbar-thumb {
  border-radius: 0.4em;
  background-color: #ccc;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word;
}
.mcon > section {
  padding-top: 80px;
}

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

.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.mcon_ttl {
  position: relative;
  width: 100%;
  height: 220px !important;
  overflow: hidden;
  background-image: linear-gradient(135deg, #90F7EC 10%, #32CCBC 100%);
}
.mcon_ttl img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.mcon_ttl h2 {
  width: 100%;
  padding: 0 5em 1em;
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 36px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4;
  z-index: 2;
}

.mcon h3 {
  font-size: 24px;
  position: relative;
  margin: 2.5em 0 0.5em;
  padding: 1rem 0.5rem;
  color: #00BEC5;
  text-align: center;
}

.mcon h4 {
  margin: 32px 0 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 20px;
  text-align: center;
  border-bottom: 3px solid #D8D8D8;
}

.mcon h5 {
  font-size: 18px;
  margin-bottom: 0.7em;
  margin-top: 3rem;
}

.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;
}

.img_cannot_download .mcon img {
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.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;
}

.single_img img {
  width: 300px;
}

/*アコーディオン*/
.accordion .accordion_ttl {
  position: relative;
}
.accordion .accordion_ttl a {
  color: #383838;
  cursor: none;
}
.accordion .accordion_ttl .accordion-trigger {
  position: absolute;
  top: 0.1em;
  right: 8px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.accordion .accordion_ttl .accordion-trigger:before, .accordion .accordion_ttl .accordion-trigger:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: rgb(51, 152, 219);
}
.accordion .accordion_ttl .accordion-trigger::before {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
}
.accordion .accordion_ttl .accordion-trigger:after {
  top: 50%;
  left: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion .accordion_ttl .accordion-trigger.close:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .accordion_wrap {
  display: none;
}
.accordion .accordion_wrap.accordion_wrap_active {
  display: block;
}

/*タイル形式のスタイル*/
.tile__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 75px) / 3);
  margin-right: 12.5px;
  margin-left: 12.5px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(131, 138, 144, 0.25), 0px 10px 10px rgba(131, 138, 145, 0.2);
          box-shadow: 0px 0px 6px rgba(131, 138, 144, 0.25), 0px 10px 10px rgba(131, 138, 145, 0.2);
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .tile__item {
    width: calc((100% - 75px) / 2);
  }
}
.tile__item .wp-block-group__inner-container {
  margin: 0 !important;
}
.tile__img {
  height: 197px;
  overflow: hidden;
}
.tile__img a {
  display: block;
}
.tile__img a:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.tile__img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.tile__ttl {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 !important;
  padding: 20px;
  font-weight: bold;
  border-bottom: none;
}
.tile__ttl a {
  position: relative;
  display: block;
  color: #1B1C21;
}

/*----------------------------------------------------------------------------
******************************************************************************
** wordpress　ブロックスタイル
******************************************************************************
----------------------------------------------------------------------------*/
/*ギャラリー*/
.gallery_box .wp-block-image {
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
}

/*ポップアップ*/
.wp-lightbox-container button {
  opacity: 1 !important;
  cursor: pointer !important;
}/*# sourceMappingURL=style.css.map */