@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
.gsc-control-cse .gsc-option-menu-container {
  width: 90px;
}

.post-navigation {
  padding-bottom: 50px;
}

body.error404 .error-404 {
  padding: 0 15px 60px 15px;
}
body.home #mainvisual {
  position: relative;
  margin-top: 130px;
}
body.home #mainvisual .mainvisual__slide__wrap {
  position: relative;
  padding-bottom: 140px;
}
body.home #mainvisual .mainvisual__slide__wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94%;
  max-width: 1560px;
  height: 90%;
  background-color: #eaeafb;
}
body.home #mainvisual .mainvisual__slide {
  width: 100%;
}
body.home #mainvisual .mainvisual__slide > .slide__item:not(:first-child) {
  display: none;
}
body.home #mainvisual .mainvisual__slide .slide__item {
  position: relative;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__img {
  width: 86.25%;
  margin-left: auto;
}
@media screen and (min-width: 1380px) {
  body.home #mainvisual .mainvisual__slide .slide__item .item__img {
    max-width: 1380px;
    margin: auto;
  }
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 617px;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: auto 0;
  padding: 30px 30px 35px;
  background: rgba(20, 18, 111, 0.7);
  color: #fff;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title {
  margin: 0;
  padding: 0;
  border-bottom: none;
  color: currentColor;
  font-size: 34rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title::before {
  content: none;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title .small {
  font-size: 0.53em;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 18rem;
  line-height: 1.5;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
body.home #mainvisual .mainvisual__news {
  position: absolute;
  right: 0;
  bottom: 180px;
  display: flex;
  align-items: center;
  width: 60%;
  max-width: 732px;
  padding: 15px 15px;
  background: #fff;
  border-radius: 100vmax 0 0 100vmax;
  z-index: 10;
}
body.home #mainvisual .mainvisual__news .news__title {
  width: 205px;
  border-right: 1px solid #cdcddd;
  font-size: 17rem;
  font-weight: 500;
  line-height: 1.5;
}
body.home #mainvisual .mainvisual__news .news__title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
body.home #mainvisual .mainvisual__news .news__list__wrap {
  width: calc(100% - 205px);
  padding-left: 20px;
}
body.home #mainvisual .mainvisual__news .news__list {
  height: 3.5em;
  line-height: 1.75;
  list-style-type: none;
}
body.home #mainvisual .mainvisual__news .news__list .list__item {
  height: 1.75em;
  display: flex;
  width: 100%;
  font-size: 15rem;
}
body.home #mainvisual .mainvisual__news .news__list .list__item .time {
  display: inline-block;
  min-width: 140px;
  font-weight: 500;
}
body.home #mainvisual .mainvisual__news .news__list .list__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
  width: calc(100% - 110px);
}
body.home #mainvisual .mainvisual__news .news__list .list__item a:hover {
  text-decoration: underline;
}
body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.home #mainvisual .mainvisual__link {
  position: relative;
  background: #14126f;
  z-index: 10;
}
body.home #mainvisual .mainvisual__link .link__list {
  position: relative;
  top: -80px;
  gap: 40px;
  margin: 0;
  font-size: 22rem;
  line-height: 1.5;
  text-align: center;
}
body.home #mainvisual .mainvisual__link .link__list > li {
  width: calc(33% - 40px);
}
body.home #mainvisual .mainvisual__link .link__list > li a {
  position: relative;
  display: block;
  padding: 30px 10px 35px;
  background: #fff;
  color: #14126f;
  font-weight: 500;
  text-decoration: none;
}
body.home #mainvisual .mainvisual__link .link__list > li a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
body.home #mainvisual .mainvisual__link .link__list > li .list__icon {
  margin-top: 20px;
}
body.home #mainvisual .mainvisual__link .link__list > li .list__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  background: #eaeafb;
  line-height: 1;
  text-align: center;
}
body.home #information {
  padding: 80px 0 100px;
}
body.home #information .information__title {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: none;
  font-size: 42rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
body.home #information .information__title::before {
  content: none;
}
body.home #information .information__title .en {
  display: block;
  margin-top: 5px;
  font-size: 24rem;
  font-weight: inherit;
  line-height: 1.2;
}
body.home #information .information__bg {
  position: relative;
  padding: 60px 0;
}
body.home #information .information__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 400px);
  height: 100%;
  background-color: #eaeaf0;
}
body.home #information .information__block {
  position: relative;
}
body.home #information .information__block .block__tab {
  width: 63%;
  max-width: 730px;
  background: #fff;
}
body.home #information .information__block .block__tab .tab__button {
  margin: 0;
  padding: 0;
  color: #14126f;
  gap: 0;
  font-size: 15rem;
  line-height: 1.2;
  list-style-type: none;
  text-align: center;
}
body.home #information .information__block .block__tab .tab__button li {
  position: relative;
  width: 25%;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #cdcddd;
  transition: all 0.5s;
}
body.home #information .information__block .block__tab .tab__button li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #14126f;
  opacity: 0;
  transition: opacity 0.3s;
}
body.home #information .information__block .block__tab .tab__button li + li {
  border-left: 1px solid #cdcddd;
}
body.home #information .information__block .block__tab .tab__button li:hover {
  background: #14126f;
  color: #fff;
}
body.home #information .information__block .block__tab .tab__button li.current {
  border-bottom-color: transparent;
}
body.home #information .information__block .block__tab .tab__button li.current::before {
  opacity: 1;
}
body.home #information .information__block .block__tab .tabs {
  background: #fff;
}
body.home #information .information__block .block__tab .tab {
  padding: 20px 30px 40px;
}
body.home #information .information__block .block__pickup {
  width: 36.5%;
  max-width: 400px;
  padding: 30px;
  background: #14126f;
  color: #fff;
}
body.home #information .information__block .block__pickup .pickup__title {
  margin-bottom: 30px;
  padding: 0;
  border-left: none;
  color: currentColor;
  font-size: 22rem;
  line-height: 1.5;
  text-align: center;
}
body.home #information .information__block .block__pickup .pickup__title img {
  display: block;
  margin: 0 auto 10px;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item {
  font-size: 16rem;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a {
  color: currentColor;
  text-decoration: none;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a:hover {
  text-decoration: underline;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a:hover .item__eyecatch img {
  transform: scale(1.05);
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__eyecatch {
  margin-bottom: 20px;
  overflow: hidden;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__eyecatch img {
  aspect-ratio: 340/227;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__text .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  margin-left: 5px;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__text .news-external-mark {
  margin-left: 5px;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-wrap {
  margin-top: 30px;
  text-align: center;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev,
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-next {
  position: static;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  background: url(../images/common/icon_slide02.svg) no-repeat;
  background-size: 100%;
  transform: unset;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev::after,
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-next::after {
  content: none;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev {
  transform: scale(-1, 1);
}
body.home #information .information__list {
  margin: 0;
  list-style-type: none;
  height: 460px;
  overflow-y: scroll;
}
body.home #information .information__list li {
  border-bottom: 1px solid #cdcddd;
}
body.home #information .information__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 0;
  color: #333;
  text-decoration: none;
}
body.home #information .information__list li a .time {
  width: 120px;
  font-size: 15rem;
  font-weight: 500;
}
body.home #information .information__list li a .cat {
  width: 129px;
  padding: 5px 0 6px;
  background: #f6aa00;
  border-radius: 100vmax;
  color: #fff;
  font-size: 12rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
body.home #information .information__list li a .cat.medical {
  background: #03af7a;
}
body.home #information .information__list li a .cat.seminar {
  background: #4dc4ff;
}
body.home #information .information__list li a .title {
  width: calc(100% - 120px - 129px - 15px);
  margin-left: 15px;
}
body.home #information .information__list li a .title .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
}
body.home #information .information__list li a .new {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
}
body.home #information .information__button {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
body.home #top_link {
  position: relative;
  padding: 272px 0 40px;
}
body.home #top_link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: url(../images/top/link_bg01.jpg) no-repeat center;
  background-size: cover;
}
body.home #top_link .link__block {
  position: relative;
}
body.home #top_link .link__block .block__item {
  position: relative;
  width: calc(50% - 30px);
}
body.home #top_link .link__block .block__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
body.home #top_link .link__block .block__item a:hover > img {
  transform: scale(1.07);
}
body.home #top_link .link__block .block__item a > img {
  transition: transform 0.5s;
}
body.home #top_link .link__block .block__item .item__title {
  position: absolute;
  right: 50px;
  top: -40px;
  display: block;
  min-height: 285px;
  padding: 12px 15px 40px;
  background: rgba(20, 18, 111, 0.83);
  border: none;
  color: currentColor;
  font-size: 24rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
body.home #top_link .link__block .block__item .item__title::before {
  content: none;
}
body.home #top_link .link__block .block__item .item__title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
body.home #feature {
  padding: 80px 0 100px;
  overflow: hidden;
}
body.home #feature .feature__title {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: none;
  font-size: 42rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
body.home #feature .feature__title::before {
  content: none;
}
body.home #feature .feature__title .en {
  display: block;
  margin-top: 5px;
  font-size: 24rem;
  font-weight: inherit;
  line-height: 1.2;
}
body.home #feature .feature__slide {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
body.home #feature .feature__slide .swiper-button-wrap {
  margin-top: 40px;
  text-align: center;
}
body.home #feature .feature__slide .swiper-button-prev,
body.home #feature .feature__slide .swiper-button-next {
  position: static;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  background: url(../images/common/icon_slide01.svg) no-repeat;
  background-size: 100%;
  transform: unset;
}
body.home #feature .feature__slide .swiper-button-prev::after,
body.home #feature .feature__slide .swiper-button-next::after {
  content: none;
}
body.home #feature .feature__slide .swiper-button-prev {
  transform: scale(-1, 1);
}
body.home #feature .feature__slide .slide__item {
  position: relative;
  width: 400px;
}
body.home #feature .feature__slide .slide__item a {
  display: block;
  color: currentColor;
  text-decoration: none;
}
body.home #feature .feature__slide .slide__item a:hover .item__img > img {
  transform: scale(1.1);
}
body.home #feature .feature__slide .slide__item .item__img {
  position: relative;
  overflow: hidden;
}
body.home #feature .feature__slide .slide__item .item__img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(20, 18, 111, 0) 0%, rgba(20, 18, 111, 0.7) 100%);
  z-index: 1;
}
body.home #feature .feature__slide .slide__item .item__img img {
  width: 100%;
  aspect-ratio: 400/240;
  transition: transform 0.5s;
}
body.home #feature .feature__slide .slide__item .item__img .arrow {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding-top: 17px;
  background: #fff;
  line-height: 1;
  text-align: center;
  z-index: 5;
}
body.home #feature .feature__slide .slide__item .item__img .arrow img {
  width: 13px;
  height: auto;
  aspect-ratio: inherit;
}
body.home #feature .feature__slide .slide__item .item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 28px 15px;
  border: none;
  color: #fff;
  font-size: 22rem;
  font-weight: 400;
  line-height: 1.36;
  z-index: 5;
}
body.home #feature .feature__slide .slide__item .item__title.row02 {
  padding: 15px 15px;
}
body.home #feature .feature__slide .slide__item .item__body {
  margin-top: 28px;
  font-size: 18rem;
}
body.home #feature .feature__slide .slide__item .item__body p {
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  body.home #mainvisual .mainvisual__news {
    right: calc(50vw - 732px);
  }
}
@media screen and (max-width: 768px) {
  body.home #mainvisual {
    margin-top: 50px;
  }
  body.home #mainvisual .mainvisual__slide__wrap {
    padding-bottom: 0;
  }
  body.home #mainvisual .mainvisual__slide__wrap::before {
    height: 94%;
  }
  body.home #mainvisual .mainvisual__slide {
    padding-bottom: 20px;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__img {
    width: 85%;
    margin-left: auto;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__img a {
    color: currentColor;
    text-decoration: none;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body {
    left: 6%;
    width: 88%;
    max-width: 100%;
    padding: 15px 15px;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title {
    font-size: 18rem;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title .small {
    font-size: 0.53em;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 11rem;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  body.home #mainvisual .mainvisual__news {
    position: relative;
    right: auto;
    bottom: auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    z-index: 10;
  }
  body.home #mainvisual .mainvisual__news .news__title {
    width: 100%;
    padding: 5px;
    background: #f6aa00;
    color: #fff;
    font-size: 14rem;
    text-align: center;
  }
  body.home #mainvisual .mainvisual__news .news__title img {
    width: 28px;
    height: auto;
    margin-right: 6px;
  }
  body.home #mainvisual .mainvisual__news .news__list__wrap {
    width: 100%;
    padding: 10px;
  }
  body.home #mainvisual .mainvisual__news .news__list {
    width: 100%;
    font-size: 13rem;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a:hover {
    text-decoration: none;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a .time {
    min-width: 95px;
    margin-top: 1px;
    font-size: 12rem;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
    width: calc(100% - 95px);
  }
  body.home #mainvisual .mainvisual__link {
    padding: 30px 10px;
  }
  body.home #mainvisual .mainvisual__link .link__list {
    top: auto;
    gap: 16px;
    font-size: 16rem;
  }
  body.home #mainvisual .mainvisual__link .link__list > li {
    width: calc(50% - 8px);
  }
  body.home #mainvisual .mainvisual__link .link__list > li a {
    padding: 20px 10px 35px;
  }
  body.home #mainvisual .mainvisual__link .link__list > li a:hover {
    text-shadow: none;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__icon {
    margin-top: 15px;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__icon img {
    width: 80px;
    height: auto;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__arrow {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  body.home #information {
    padding: 50px 0 0;
  }
  body.home #information .information__title {
    margin-bottom: 30px;
    font-size: 28rem;
  }
  body.home #information .information__title .en {
    font-size: 16rem;
  }
  body.home #information .information__bg {
    padding: 50px 0;
  }
  body.home #information .information__bg::before {
    width: 100%;
    height: 100%;
  }
  body.home #information .information__block .block__tab {
    width: 100%;
    max-width: 100%;
    background: #fff;
  }
  body.home #information .information__block .block__tab.tab__wrap .tab__button {
    grid-template-columns: repeat(4, 1fr);
  }
  body.home #information .information__block .block__tab.tab__wrap .tab__button li {
    width: 100%;
  }
  body.home #information .information__block .block__tab .tab__button {
    font-size: 13rem;
  }
  body.home #information .information__block .block__tab .tab__button li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 15px 5px;
  }
  body.home #information .information__block .block__tab .tab__button li:hover {
    background: none;
    color: #14126f;
  }
  body.home #information .information__block .block__tab .tab__button li.current {
    background: #14126f;
    color: #fff;
    border-bottom-color: transparent;
  }
  body.home #information .information__block .block__tab .tab {
    padding: 10px 15px 30px;
  }
  body.home #information .information__block .block__pickup {
    width: 100%;
    padding: 20px;
  }
  body.home #information .information__list li a {
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    justify-content: flex-start;
  }
  body.home #information .information__list li a:hover .title {
    text-decoration: none;
  }
  body.home #information .information__list li a .time {
    width: 120px;
    font-size: 15rem;
    font-weight: 500;
  }
  body.home #information .information__list li a .cat {
    width: 129px;
  }
  body.home #information .information__list li a .title {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  body.home #information .information__button {
    margin-top: 40px;
    text-align: center;
  }
  body.home #top_link {
    padding: 60px 0 50px;
  }
  body.home #top_link::before {
    content: none;
  }
  body.home #top_link .container {
    padding: 0;
  }
  body.home #top_link .link__block .block__item {
    width: 100%;
  }
  body.home #top_link .link__block .block__item + .block__item {
    margin-top: 60px;
  }
  body.home #top_link .link__block .block__item a:hover > img {
    transform: unset;
  }
  body.home #top_link .link__block .block__item a > img {
    width: 100%;
    height: auto;
  }
  body.home #top_link .link__block .block__item .item__title {
    right: 30px;
    top: -30px;
    min-height: 200px;
    padding: 12px 15px 40px;
    font-size: 17rem;
    letter-spacing: 0.05em;
  }
  body.home #top_link .link__block .block__item .item__title img {
    bottom: 15px;
  }
  body.home #feature {
    padding: 50px 0 50px;
    overflow: hidden;
  }
  body.home #feature .feature__title {
    margin-bottom: 30px;
    font-size: 28rem;
  }
  body.home #feature .feature__title .en {
    font-size: 16rem;
  }
  body.home #feature .feature__slide {
    width: 78%;
  }
  body.home #feature .feature__slide .swiper-button-wrap {
    margin-top: 30px;
  }
  body.home #feature .feature__slide .swiper-button-prev,
  body.home #feature .feature__slide .swiper-button-next {
    position: static;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 4px;
    background: url(../images/common/icon_slide01.svg) no-repeat;
    background-size: 100%;
    transform: unset;
  }
  body.home #feature .feature__slide .swiper-button-prev::after,
  body.home #feature .feature__slide .swiper-button-next::after {
    content: none;
  }
  body.home #feature .feature__slide .swiper-button-prev {
    transform: scale(-1, 1);
  }
  body.home #feature .feature__slide .slide__item {
    width: 100%;
  }
  body.home #feature .feature__slide .slide__item a:hover .item__img > img {
    transform: scale(1.1);
  }
  body.home #feature .feature__slide .slide__item .item__img::before {
    height: 120px;
  }
  body.home #feature .feature__slide .slide__item .item__img .arrow {
    width: 40px;
    height: 40px;
    padding-top: 12px;
  }
  body.home #feature .feature__slide .slide__item .item__title {
    padding: 28px 15px;
    font-size: 20rem;
  }
  body.home #feature .feature__slide .slide__item .item__title.row02 {
    padding: 15px 15px;
  }
  body.home #feature .feature__slide .slide__item .item__body {
    display: none;
    margin-top: 28px;
    font-size: 15rem;
  }
  body.home #feature .feature__slide .slide__item .item__body p {
    margin-bottom: 0;
  }
}
body.page-template-page-search #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news .news-list {
  margin: 0 0 40px 0;
}
body.page-template-page-news .news-list .section__title {
  font-size: 24rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
}
body.page-template-page-news .news-list .news-tab-mobile {
  background: #fff;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button {
  margin: 0;
  padding: 0;
  color: #14126f;
  gap: 0;
  font-size: 13rem;
  line-height: 1.2;
  list-style-type: none;
  text-align: center;
  display: flex;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li {
  position: relative;
  width: 25%;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #cdcddd;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #14126f;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li + li {
  border-left: 1px solid #cdcddd;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li a:hover {
  color: inherit;
  text-decoration: none;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li:hover {
  background: #14126f;
  color: #fff;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li.current, body.page-template-page-news .news-list .news-tab-mobile .tab__button li.active {
  background: #14126f;
  color: #fff;
  border-bottom-color: transparent;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li.current::before, body.page-template-page-news .news-list .news-tab-mobile .tab__button li.active::before {
  opacity: 1;
}
body.page-template-page-news .news-items .news-item {
  border-bottom: 1px solid #14126f;
  padding: 15px 0;
}
body.page-template-page-news .news-items .news-item .news-item__content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  body.page-template-page-news .news-items .news-item .news-item__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 1;
    width: 100%;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-title {
    order: 2;
    width: 100%;
  }
}
body.page-template-page-news .news-items .news-item .news-item__content .news-date {
  color: #666;
  font-size: 14rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 120px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category {
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12rem;
  font-weight: 500;
  flex-shrink: 0;
  text-align: center;
  width: 150px;
  display: inline-block;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-medical {
  background: #03AF7A;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-news {
  background: #F6AA00;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-seminar {
  background: #4DC4FF;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-default {
  background: #0066cc;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title {
  flex: 1;
  margin: 0;
  font-size: 16rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-external-mark {
  color: #6c757d;
  font-size: 14px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-external-mark:hover {
  color: #495057;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-new-mark {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
  font-weight: bold;
}
body.page-template-page-news .news-pagination {
  margin: 40px 0;
  text-align: center;
  line-height: 1em;
}
body.page-template-page-news .news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
body.page-template-page-news .news-pagination .page-numbers:hover, body.page-template-page-news .news-pagination .page-numbers.current {
  background: #14126f;
  color: #fff;
  border-color: #14126f;
}
body.page-template-page-news .news-pagination .page-numbers.prev, body.page-template-page-news .news-pagination .page-numbers.next {
  font-weight: bold;
  border: none;
}
body.page-template-page-news .no-news {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 16rem;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 40px 0;
}
body.page-template-page-news-detail #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news-detail .article .article__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
body.page-template-page-news-detail .article .article__meta .meta__date {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
body.page-template-page-news-detail .article .article__meta .news-category {
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  width: 150px;
  display: inline-block;
  text-align: center;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-medical {
  background: #03AF7A;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-news {
  background: #F6AA00;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-seminar {
  background: #4DC4FF;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-default {
  background: #0066cc;
}
body.page-template-page-news-detail .article .article__meta .news-new-mark {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
  font-weight: bold;
}
body.page-template-page-news-detail .article .article__title {
  font-size: 24px;
  font-weight: bold;
  color: #14126f;
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.page-template-page-news-detail .article .article__title .news-pdf-mark {
  color: #dc3545;
  font-size: 20px;
}
body.page-template-page-news-detail .article .article__title .news-external-mark {
  color: #6c757d;
  font-size: 16px;
}
body.page-template-page-news-detail .article .article__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
body.page-template-page-news-detail .article .article__text ul, body.page-template-page-news-detail .article .article__text ol {
  padding: 0 0 0 1.5em;
}
body.page-template-page-news-detail .article .article__text p {
  margin-bottom: 20px;
}
body.page-template-page-news-detail .article .article__text img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
body.page-template-page-news-detail .article .external-link {
  margin-top: 30px;
  text-align: center;
}
body.page-template-page-news-detail .article .external-link .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
body.page-template-page-news-detail .article .external-link .btn:hover {
  background: #0052a3;
  color: #fff;
  text-decoration: none;
}
body.page-template-page-news-detail .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
}
body.page-template-page-news-detail .post-navigation .nav-previous,
body.page-template-page-news-detail .post-navigation .nav-next,
body.page-template-page-news-detail .post-navigation .nav-home {
  flex: 1;
  text-align: center;
}
body.page-template-page-news-detail .post-navigation .nav-previous a,
body.page-template-page-news-detail .post-navigation .nav-next a,
body.page-template-page-news-detail .post-navigation .nav-home a {
  display: inline-block;
  padding: 10px 20px;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
body.page-template-page-news-detail .post-navigation .nav-previous a:hover,
body.page-template-page-news-detail .post-navigation .nav-next a:hover,
body.page-template-page-news-detail .post-navigation .nav-home a:hover {
  background: #e9ecef;
  text-decoration: none;
}
body.page-template-page-news-detail .post-navigation .nav-home a {
  background: #14126f;
  color: #fff;
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 15rem;
}
body.page-template-page-news-detail .post-navigation .nav-home a:hover {
  background: #322fb7;
}
body.page-template-page-departments-detail #staff th {
  width: 280px;
}

@media screen and (max-width: 768px) {
  body.page-template-page-news #sidenavi {
    display: none;
  }
  body.page-template-page-news .news-list {
    padding: 0 15px;
  }
  body.page-template-page-news .news-items .news-item .news-item__content {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    align-items: flex-start;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-date {
    width: auto;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-title {
    font-size: 14rem;
  }
  body.page-template-page-news-detail .article {
    padding: 0 15px;
  }
}
.page {
  /* 診療部門 */
}
.page.page-id-9 #mainvisual_sub {
  background: url(../images/urology/mv.jpg) no-repeat center;
  background-size: cover;
}
.page.page-id-9 #greeting .greeting__block .block__image {
  width: 25.9%;
  max-width: 300px;
  order: 10;
}
.page.page-id-9 #greeting .greeting__block .block__image .image__name {
  margin: 15px 0 0;
  font-size: 18rem;
  text-align: right;
}
.page.page-id-9 #greeting .greeting__block .block__body {
  width: 69%;
}
.page.page-id-9 #feature ul li + li {
  margin-top: 35px;
}
.page.page-id-9 #feature h4 {
  font-size: 18rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 15px;
}
.page.page-id-9 #feature h4:first-of-type {
  margin-top: 0;
}
.page.page-id-9 #achievement .table__scroll {
  width: 100%;
  padding-bottom: 30px;
  overflow-x: scroll;
}
.page.page-id-9 #achievement .table__scroll img {
  max-width: none;
}

/* アクセスページ関連 */
.access .access_head .link-btn-02 {
  font-weight: bold;
}
.access .access_map .access_map__block {
  background-color: #F5F5F5;
  padding: 30px 40px;
}
.access .access_map .access_map__block .access_map__link {
  margin-bottom: 20px;
  font-size: 16rem;
}
.access .access_map .access_map__block .access_map__link a {
  display: inline-block;
  width: 220px;
  vertical-align: -7px;
  margin-right: 50px;
}
.access .access_map .access_map__block .access_map__link span {
  position: relative;
}
.access .access_map .access_map__block .access_map__link span::before {
  content: "";
  background: url(../images/access/map_icon1.png) no-repeat center top/contain;
  width: 17px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: -25px;
}
.access .access_map .access_map__detail {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}
.access .access_campusmap #access_campusmap__map {
  position: relative;
  width: 100%;
  max-width: 760px;
  display: block;
  margin: 0 auto 20px;
  padding: 20px 0 0;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no {
  background-color: #14126f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no1 {
  top: 218px;
  left: 385px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no2 {
  top: 188px;
  left: 253px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no3 {
  top: 233px;
  left: 238px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no4 {
  top: 265px;
  left: 340px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no5 {
  top: 238px;
  left: 442px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no6 {
  top: 365px;
  left: 345px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no7 {
  top: 422px;
  left: 322px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no8 {
  top: 350px;
  left: 240px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no9 {
  top: 430px;
  left: 205px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no10 {
  top: 465px;
  left: 292px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no11 {
  top: 545px;
  left: 290px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no12 {
  top: 505px;
  left: 180px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no13 {
  top: 290px;
  left: 165px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no14 {
  top: 330px;
  left: 150px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.active {
  background-color: #195ACE;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no:hover {
  background-color: #195ACE;
  opacity: 1;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  color: #fff;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no1 {
  top: 510px;
  left: 175px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no2 {
  top: 590px;
  left: 215px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no3 {
  top: 547px;
  left: 230px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no4 {
  top: 425px;
  left: 190px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no5 {
  top: 460px;
  left: 282px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no6 {
  top: 350px;
  left: 463px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no7 {
  top: 257px;
  left: 403px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no8 {
  top: 410px;
  left: 538px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no9 {
  top: 523px;
  left: 343px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no10 {
  top: 655px;
  left: 340px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no1 {
  top: 387px;
  left: 155px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no2 {
  top: 315px;
  left: 205px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no3 {
  top: 427px;
  left: 335px;
}
.access .access_campusmap .access_campusmap__pdf li {
  border: none !important;
}
.access .access_facility .access_facility__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  padding: 40px 0 0;
}
.access .access_facility .access_facility__block::after {
  content: "";
  flex-basis: 31.8%;
}
.access .access_facility .access_facility__block > * {
  flex-basis: 31.8%;
  cursor: pointer;
  position: relative;
}
.access .access_facility .access_facility__block > * .access_facility__anchor {
  position: absolute;
  top: -130px;
}
.access .access_facility .access_facility__block > *:hover .access_facility__title span:not(.word) {
  background-color: #195ACE;
}
.access .access_facility .access_facility__title {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}
.access .access_facility .access_facility__title span:not(.word) {
  background-color: #14126f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.access .access_facility .access_facility__title span:not(.word).active {
  background-color: #195ACE;
}
.access .access_facility .access_facility__pic {
  position: relative;
}
.access .access_facility .access_facility__pic::before {
  content: "";
  background: url(../images/access/facility_icon1.png) no-repeat center top/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -24px;
  right: 0;
}

@media screen and (max-width: 1580px) {
  body.home #history_features .block__features .features__list li .list__body .body__title .main {
    font-size: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1440px) {
  body.home #history_features .block__history .history__text {
    font-size: 36px;
  }
  body.home #history_features .block__history .history__text .text01 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  body.home #history_features .block__history {
    width: 42%;
  }
  body.home #history_features .block__features {
    width: 58%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.home #history_features .block__features .features__list li .list__body {
    padding: 5px 5px 5px 10px;
  }
}
@media screen and (max-width: 1280px) {
  body.home #hospital_school .block__hospital {
    width: 62%;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item {
    width: 48%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide {
    margin-bottom: 30px;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide .item__pic {
    overflow: hidden;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide .item__pic img {
    width: 150%;
    max-width: 150%;
    margin: 0 -25%;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item .item__pic img {
    width: 100%;
  }
  body.home #hospital_school .block__school {
    width: 38%;
  }
  body.home #history_features .block__history {
    width: 100%;
  }
  body.home #history_features .block__history a {
    padding: 50px 5% 50px;
  }
  body.home #history_features .block__features {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.home #history_features .block__features .features__list li a {
    display: flex;
  }
  body.home #history_features .block__features .features__list li .list__pic {
    width: 32.5%;
  }
  body.home #history_features .block__features .features__list li .list__body {
    width: 67.5%;
    padding: 5px 5px 5px 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* アクセスページ関連 */
  .access .access_facility .access_facility__block::after {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__block > * {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  body .post-navigation {
    padding-bottom: 60px;
  }
  /* 法人について*/
  .page #cm_news {
    padding: 0px 0;
  }
  .page #cm_news .news__list li .row {
    display: block;
  }
  .page #cm_news .news__list li .row .time {
    width: 100px;
    margin: 0 0 15px 0;
  }
  .page #cm_news .news__list li .row .list__body {
    width: 100%;
  }
  .page.page-id-9 #greeting .greeting__block .block__image {
    width: -moz-max-content;
    width: max-content;
    max-width: 70%;
    margin: 30px auto 0;
    order: 0;
    text-align: center;
  }
  .page.page-id-9 #greeting .greeting__block .block__image .image__name {
    margin: 15px 0 0;
    font-size: 18rem;
    text-align: right;
  }
  .page.page-id-9 #greeting .greeting__block .block__body {
    width: 100%;
  }
  .page.page-id-9 #feature ul li + li {
    margin-top: 35px;
  }
  .page.page-id-9 #feature .list__title {
    font-size: 18rem;
  }
  .page.page-id-9 #feature .list__body {
    font-size: 16rem;
  }
  .page.page-id-9 #staff .visual th {
    width: 120px;
  }
  .page.page-id-9 #achievement {
    padding-bottom: 0;
  }
  .page.page-id-9 #achievement .table__scroll {
    width: 100vw;
    margin: 0 -15px;
    padding: 0 15px 20px;
  }
  /* アクセスページ関連 */
  .access .access_map .access_map__block {
    padding: 20px 20px;
  }
  .access .access_map .access_map__block .access_map__link {
    margin-bottom: 10px;
  }
  .access .access_map .access_map__block .access_map__link span {
    margin-left: 25px;
    line-height: 3;
  }
  .access .access_map .access_map__detail {
    flex-direction: column;
    gap: 0 60px;
  }
  .access .access_map .access_map__detail > div {
    margin-bottom: 40px;
  }
  .access .access_map .access_map__detail > div:last-of-type {
    margin-bottom: 0;
  }
  .access .access_campusmap #access_campusmap__map {
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 0px 0 0;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no {
    border-radius: 50%;
    width: 3.7vw;
    height: 3.7vw;
    color: #fff;
    font-size: 1.9vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no1 {
    top: 23.2vw;
    left: 45.5vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no2 {
    top: 19.7vw;
    left: 29.7vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no3 {
    top: 25vw;
    left: 28vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no4 {
    top: 29vw;
    left: 40vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no5 {
    top: 25.5vw;
    left: 52vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no6 {
    top: 40.5vw;
    left: 41vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no7 {
    top: 47.6vw;
    left: 37.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no8 {
    top: 39.5vw;
    left: 28.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no9 {
    top: 48.5vw;
    left: 23.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no10 {
    top: 52.5vw;
    left: 34.3vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no11 {
    top: 62vw;
    left: 34.3vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no12 {
    top: 57.2vw;
    left: 21vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no13 {
    top: 32vw;
    left: 19.5vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no14 {
    top: 36.7vw;
    left: 17.8vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no1 {
    top: 57.8vw;
    left: 20.6vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no2 {
    top: 67.4vw;
    left: 25vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no3 {
    top: 62.4vw;
    left: 27vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no4 {
    top: 47.9vw;
    left: 22.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no5 {
    top: 51.9vw;
    left: 33.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no6 {
    top: 38.9vw;
    left: 55.1vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no7 {
    top: 27.9vw;
    left: 47.6vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no8 {
    top: 46.3vw;
    left: 63.5vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no9 {
    top: 59.5vw;
    left: 40.7vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no10 {
    top: 75.3vw;
    left: 40.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no1 {
    top: 43.2vw;
    left: 18.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no2 {
    top: 35.1vw;
    left: 24.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no3 {
    top: 48.5vw;
    left: 40.2vw;
  }
  .access .access_facility .access_facility__block {
    padding: 10px 0 0;
  }
  .access .access_facility .access_facility__block::after {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__block > * {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__title {
    padding-left: 35px;
    padding-bottom: 8px;
    line-height: 1.3;
  }
  .access .access_facility .access_facility__title span:not(.word) {
    margin-top: -4px;
  }
  .access .access_facility .access_facility__title span.word {
    display: inline-block;
  }
}
@media screen and (max-width: 568px) {
  .page.page-id-1157 #link .link__list li {
    width: 100%;
  }
}