@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.achievement_submenu-box {
  width: min(900px, 100%);
  margin: 0 auto 60px;
}
.achievement_submenu-box .slick-prev,
.achievement_submenu-box .slick-next,
.achievement_submenu-box .slick-prev:hover,
.achievement_submenu-box .slick-next:hover {
  z-index: 1;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition-property: 0.3s;
}
.achievement_submenu-box .slick-prev {
  left: -13px;
  border-bottom: 3px solid #2d64ff;
  border-left: 3px solid #2d64ff;
}
.achievement_submenu-box .slick-prev:hover {
  background-image: url("../images/common/anchor-prev.svg");
}
.achievement_submenu-box .slick-next {
  right: -13px;
  border-top: 3px solid #2d64ff;
  border-right: 3px solid #2d64ff;
}
.achievement_submenu-box .slick-next:hover {
  background-image: url("../images/common/anchor-next.svg");
}
.achievement_submenu-box .slick-prev:before,
.achievement_submenu-box .slick-next:before {
  display: none;
}
.achievement_submenu-box .slick-prev:hover,
.achievement_submenu-box .slick-next:hover {
  opacity: 0.6;
}

.ajax-tab {
  letter-spacing: -0.4em;
  white-space: nowrap;
  text-align: center;
}
.ajax-tab li {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  letter-spacing: normal;
  box-sizing: border-box;
}
.ajax-tab li .inner {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  color: #666464;
  font-size: 112.5%;
  /* 18px */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #e6e6e6;
  color: #1e288c;
  border: solid 1px #fff;
  border-left: none;
  cursor: pointer;
}
.ajax-tab li .inner:hover {
  background: #2d64ff;
  color: #fff;
}
.ajax-tab li.on .inner {
  background: #2d64ff;
  color: #fff;
  border-right: none;
  border-left: none;
}

.achievement-list {
  margin-bottom: 0;
}
.achievement-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.achievement-list > li .titles {
  font-weight: bold;
  margin-bottom: 5px;
}
.achievement-list > li .outlines {
  margin-bottom: 0;
}

.achievement-catbox {
  margin-bottom: 70px;
}
.achievement-catbox .title-cat .inner {
  display: inline-block;
  font-weight: 700;
  color: #FFF;
  background-color: #2d64ff;
  font-size: 200%;
  height: 100px;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 50px;
  margin: 0 auto 30px;
  padding: 35px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.achievement-catbox .title-sub {
  font-size: 150%;
  font-weight: bold;
  color: #2d64ff;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}
.achievement-catbox .title {
  font-size: 125%;
  font-weight: bold;
  color: #1e288c;
  margin-bottom: 5px;
  line-height: 1.6;
}
.achievement-catbox .affiliatedata {
  font-weight: 600;
  color: #1e288c;
}

.achievement-subcatbox:not(:last-child) {
  margin-bottom: 40px;
}

@media all and (min-width: 751px) {
  body.achievement #title .title-level01 .en {
    letter-spacing: -0.03em;
  }
  body.achievement #title::before {
    background-image: url(../images/achievement/title-bg.jpg);
  }
  body.achievement #content p {
    font-size: 112.5%;
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.achievement #title {
    background-image: url(../images/achievement/title-bg.jpg);
  }
  /* INDEX */
  .ajax-tab {
    letter-spacing: -0.4em;
  }
  .ajax-tab li {
    width: 100px;
  }
  .ajax-tab li .inner {
    font-size: 100%;
  }
  #publication-wrap {
    margin: 0 20px;
  }
  .achievement-catbox {
    margin-bottom: 50px;
  }
  .achievement-catbox .title-cat .inner {
    font-size: 150%;
    height: 80px;
    margin: 0 auto 10px;
    padding: 20px 16px;
  }
  .achievement-catbox .title-sub {
    font-size: 125%;
    margin-bottom: 5px;
  }
  .achievement-catbox .title {
    font-size: 112.5%;
  }
  .achievement-catbox .affiliatedata {
    font-weight: 600;
    color: #1e288c;
  }
}
