@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

body.theme-dark {
  background: #000;
  color: #fff;
}

main:not(.p-top-main, .p-children-main, .p-admission-main) {
  margin-bottom: 56px;
}

.l-header,
.l-footer,
.l-banner {
  color: #444;
}

.l-header *,
.l-header *::before,
.l-header *::after,
.l-footer *,
.l-footer *::before,
.l-footer *::after,
.l-banner *,
.l-banner *::before,
.l-banner *::after {
  box-sizing: border-box;
}

.theme-dark .l-header, .theme-dark
.l-footer, .theme-dark
.l-banner {
  color: #fff;
}

.c-btn {
  display: inline-block;
  min-width: 17.5rem;
  padding: 1.0625rem 0.9375rem;
  border: 1px solid;
  border-radius: 1.875rem;
  line-height: 1.5;
  text-align: center;
  transition: all .3s ease;
}

.c-card {
  border-radius: 20px;
  background: #fff;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid--between {
  justify-content: space-between;
}

.c-grid__item--1 {
  width: 100%;
}

.c-grid__item--2-1 {
  width: 50%;
}

.c-inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-link-icon {
  margin-bottom: -0.25em;
}

.c-link-blank {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.c-link-text {
  display: inline-block;
  position: relative;
  padding-left: 0.9375rem;
}

.c-link-text::before {
  display: inline-block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.4375rem;
  height: 0.8125rem;
  background: url(/common/images/arrow_link.svg) no-repeat left top;
  background-size: 0.4375rem 0.8125rem;
  vertical-align: middle;
  content: '';
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
}

.c-list-dot__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.specialist .c-list-dot {
  padding-left: 1em;
  font-size: 0.9375rem;
}

.p-accordion + .p-accordion {
  margin-top: 0.625rem;
}

.p-accordion__box {
  overflow: hidden;
  border: 1px solid #73bfa4;
  border-radius: 5px;
}

.p-accordion__toggle {
  display: block;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5625rem;
  background: url(/health/images/icon_plus.svg) no-repeat right 0.9375rem center #defcf7;
  background-size: 1.5625rem auto;
  font-size: 1.125rem;
  text-decoration: underline;
}

.p-accordion__head.is-active .p-accordion__toggle {
  background-image: url(/health/images/icon_minus.svg);
}

.theme-dark .p-accordion__toggle {
  background-color: #000;
  color: #fff;
}

.p-accordion__toggle::before {
  display: inline;
  content: attr(data-num) "." " ";
}

.p-accordion__body {
  display: none;
  padding: 1.875rem 1.5625rem;
}

.p-accordion__body .boxTinyMCE > *:first-child {
  margin-top: 0 !important;
}

.p-accordion__body .boxTinyMCE > *:last-child {
  margin-bottom: 0 !important;
}

.theme-dark .p-accordion__body .boxTinyMCE a {
  color: #fff;
}

.p-accordion__body.is-opened {
  display: block;
}

.p-accordion__pagetop {
  display: inline-block;
  height: 20px;
  padding-left: 1.6875rem;
  background: url(/health/images/icon_pagetop.svg) no-repeat left center;
  background-size: 1.25rem auto;
  font-size: 0.9375rem;
}

.theme-dark .p-accordion__pagetop {
  color: #fff;
}

.p-accordion__bottom {
  margin: 0.9375rem 0 1.875rem;
  text-align: right;
}

.p-accordion__bottom--hidden {
  display: none;
}

.p-anchor {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.p-anchor-list {
  margin: 30px;
}

.LinkIconList .p-anchor-list__item {
  margin-bottom: 13px;
}

.p-anchor-list__link {
  font-size: 1rem;
  font-weight: bold;
}

.LinkIconList .p-anchor-list__item .p-anchor-list__link::before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.p-banner-block {
  padding: 2.5rem 0 5.625rem;
  background: #f2f2f2;
}

.p-banner-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8125rem;
  padding: 0;
}

.p-banner-block__item {
  width: 306px;
  margin: 0.625rem 0;
  padding: 0 0.8125rem;
}

.p-breadcrumb {
  display: flex;
  margin: 0;
  padding: 14px 0;
  font-size: 0.75rem;
  list-style: none;
}

.p-breadcrumb__item:not(:first-child) {
  margin-left: 10px;
}

.p-breadcrumb__item:not(:first-child)::before {
  display: inline-block;
  width: 4px;
  width: 4px;
  height: 7px;
  height: 7px;
  margin-right: 5px;
  background: url(/common/images/arrow_breadcrumb.svg) no-repeat left top;
  vertical-align: middle;
  content: '';
}

a.p-breadcrumb__link {
  color: #0067cb;
}

a.p-breadcrumb__link:hover {
  text-decoration: underline;
}

.p-btn-group--center {
  text-align: center;
}

.p-btn-link {
  position: relative;
  padding-right: 35px;
  padding-left: 45px;
  border-color: #0067cb;
  background: #0067cb;
}

.theme-dark .p-btn-link {
  border-color: #fff;
  background: #000;
}

.p-btn-link::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 35px;
  width: 0.4375rem;
  height: 0.8125rem;
  margin-top: -0.4375rem;
  background: url(/common/images/arrow_link_white.svg) no-repeat left top;
  background-size: 0.4375rem 0.8125rem;
  vertical-align: middle;
  content: '';
}

.p-btn-link:hover {
  background: #fff;
}

.theme-dark .p-btn-link:hover {
  border-color: #0067cb;
  background: #0067cb;
}

a.p-btn-link {
  color: #fff;
}

a.p-btn-link:hover {
  color: #0067cb;
}

.theme-dark a.p-btn-link {
  color: #fff;
}

.p-btn-next-accordion {
  -webkit-appearance: none;
  width: 160px;
  min-width: 0;
  height: 2.8125rem;
  margin-top: 1em;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #00764c;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
}

.theme-dark .p-btn-next-accordion {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.theme-dark .p-btn-next-accordion:hover {
  border-color: #00764c;
  background: #00764c;
}

.p-footer {
  position: relative;
  line-height: 1.563;
}

.p-footer a:hover {
  text-decoration: underline;
}

.p-footer__logo {
  margin-bottom: 1.75rem;
  text-align: center;
}

.p-footer__top {
  padding-top: 5.625rem;
  background: #0067cb;
  color: #fff;
}

.theme-dark .p-footer__top {
  background: #000;
  color: #fff;
}

.p-footer__top a {
  color: #fff;
}

.p-footer__bottom {
  padding: 2.25rem 1.25rem;
  text-align: center;
}

.p-footer__notes {
  margin: 0 0 1.375rem;
  font-size: 0.875rem;
  line-height: 1.643;
}

.p-footer__copyright {
  color: #777;
  font-size: 0.8125rem;
}

.theme-dark .p-footer__copyright {
  color: #fff;
}

.p-footer-nav {
  margin-top: 3.125rem;
  padding: 1.6875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.9375rem;
  text-align: center;
}

.p-footer-nav__group {
  display: inline-block;
}

.p-footer-nav__list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.p-footer-nav__item {
  padding: 0 0.625rem;
}

.p-footer-nav__link {
  display: inline-block;
}

.p-footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
  padding: 0;
  font-size: 0.9375rem;
}

.p-footer-sitemap__category {
  width: 25%;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.p-footer-sitemap__category--col2 {
  width: 50%;
}

.p-footer-sitemap__head {
  margin: 0 0 1.4375rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-weight: 500;
}

.p-footer-sitemap__head.js-accordion-sp {
  pointer-events: none;
}

.p-footer-sitemap__title--parent, .p-footer-sitemap__title--link {
  display: block;
  position: relative;
  padding-left: 1.8125rem;
}

.p-footer-sitemap__title--parent::before, .p-footer-sitemap__title--link::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: url(/common/images/icon_dot_category_white.svg) no-repeat left top;
  background-size: 1.25rem 0.5rem;
  vertical-align: middle;
  content: '';
}

.p-footer-sitemap__row {
  margin: 0 -1.25rem;
}

.p-footer-sitemap__row > .p-footer-sitemap__list {
  width: 50%;
  padding: 0 1.25rem;
}

.p-footer-sitemap__list {
  margin: 0;
  padding: 0;
}

.p-footer-sitemap__item {
  margin: 0.4375rem 0;
}

.p-pagetop {
  position: absolute;
  top: -3.125rem;
  left: 50%;
  margin-left: -3.125rem;
}

.p-pagetop a.p-pagetop__btn {
  display: block;
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  padding-top: 3.4375rem;
  border-radius: 100%;
  background: url(/common/images/arrow_pagetop.svg) no-repeat center top 28px #e0f0ff;
  background-size: 0.875rem 1.125rem;
  color: #0067cb;
  font-size: 0.6875rem;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.2s ease;
}

.p-pagetop a.p-pagetop__btn:hover {
  opacity: 0.8;
}

.theme-dark .p-pagetop a.p-pagetop__btn {
  background-color: #000;
  background-image: url(/common/images/arrow_pagetop_dark.svg);
  color: #fff;
}

.p-pagetop a.p-pagetop__btn:hover {
  text-decoration: none;
}

.p-pagetop a.p-pagetop__btn::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 5.625rem;
  height: 5.625rem;
  border: 1px solid #0067cb;
  border-radius: 100%;
  content: '';
}

.theme-dark .p-pagetop a.p-pagetop__btn::before {
  border-color: #fff;
}

.p-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2.125rem;
  padding: 0;
}

.p-footer-social__item {
  margin: 0 0.625rem;
  padding: 0;
}

.p-footer-social__icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  transition: opacity 0.2s ease;
}

.p-footer-social__icon:hover {
  opacity: 0.8;
}

.p-gnav {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
}

.p-gnav__list {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}

.p-gnav__head {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 0.75rem 0.9375rem;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  transition: all 0.2s ease;
}

a.p-gnav__head {
  color: #0067cb;
}

.theme-dark a.p-gnav__head {
  color: #fff;
}

.p-gnav__item.is-current a.p-gnav__head,
.p-gnav__item:hover a.p-gnav__head {
  background: #0067cb;
  color: #fff;
}

.p-subnav {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 15px;
}

.theme-dark .p-subnav a {
  color: #fff;
}

.p-subnav__box {
  padding: 1.75rem;
  border: 2px solid #0067cb;
  border-radius: 10px;
  background: #e6f2ff;
}

.theme-dark .p-subnav__box {
  background: #000;
}

.p-subnav__inner {
  display: flex;
}

.p-subnav__thumb {
  width: 300px;
}

.p-subnav__col {
  flex: 1 0 0px;
  padding-left: 1.875rem;
}

.p-subnav__title {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-left: 1.8125rem;
  color: #0067cb;
  font-size: 1.25rem;
  font-weight: 500;
}

.theme-dark .p-subnav__title {
  color: #fff;
}

.p-subnav__title::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: url(/common/images/icon_dot_category.svg) no-repeat left top;
  background-size: 1.25rem 0.5rem;
  vertical-align: middle;
  content: '';
}

.theme-dark .p-subnav__title::before {
  background-image: url(/common/images/icon_dot_category_white.svg);
}

.p-subnav__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.p-subnav__item {
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 1em;
  padding-right: 1.25rem;
}

.p-subnav__link:hover {
  text-decoration: underline;
}

.p-header {
  border-bottom: 2px solid #0067cb;
  font-size: 1rem;
  line-height: 1.563;
}

.p-header__logo {
  width: 350px;
  min-width: 350px;
  height: 37px;
  margin: 32px 0 0;
}

.p-header__logo img {
  display: block;
}

.p-header__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-header__col {
  flex: 1 0 0px;
  margin-left: auto;
}

.p-header__login-btn, .p-header__logout-btn {
  display: block;
  position: relative;
  width: 110px;
  min-height: 95px;
  margin-left: 25px;
  padding-top: 56px;
  border-radius: 0 0 20px 20px;
  font-size: 0.8125rem;
  text-align: center;
  transition: opacity 0.2s ease;
}

.p-header__login-btn:hover, .p-header__logout-btn:hover {
  opacity: 0.8;
}

a.p-header__login-btn, .p-header__logout-btn {
  color: #fff;
}

.p-header__login-btn::before, .p-header__logout-btn::before {
  position: absolute;
  left: 50%;
  background-position: left top;
  background-repeat: no-repeat;
  content: '';
}

.p-header__login-btn {
  background: #0067cb;
}

a.p-header__login-btn {
  color: #fff;
}

.p-header__login-btn::before {
  top: 18px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background-image: url(/common/images/icon_member.svg);
}

.p-header__logout-btn {
  background: #cce6ff;
  color: #0067cb;
}

a.p-header__logout-btn {
  color: #0067cb;
}

.theme-dark a.p-header__logout-btn {
  color: #0067cb;
}

.p-header__logout-btn::before {
  top: 22px;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  background-image: url(/common/images/icon_logout.svg);
}

.p-header-links {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.875rem;
}

.p-header-links__item {
  margin-left: 1em;
}

.p-header-links a {
  color: #444;
}

.p-header-links a:hover {
  text-decoration: underline;
}

.theme-dark .p-header-links a {
  color: #fff;
}

.p-header-function-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: 10px;
}

.p-header-function {
  display: inline-flex;
  align-items: center;
  margin: 11px 0 0;
}

.p-header-function + .p-header-function {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #e5e5e5;
}

.p-header-function__head {
  font-size: 0.8125rem;
}

.p-header-function__group {
  display: flex;
  margin: 0;
  padding: 0;
}

.p-header-function__content {
  margin-left: 5px;
}

.p-header-function__item {
  margin-left: 5px;
}

.p-header-function__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 100%;
  font-size: 0.8125rem;
  text-align: center;
}

a.p-header-function__btn {
  color: #444;
}

.theme-dark a.p-header-function__btn {
  color: #444;
}

.p-header-function__btn--size {
  border-color: #e5e5e5;
  background: #f2f2f2;
}

.p-header-function__btn--size.active {
  background: #0067cb;
  color: #fff;
  font-weight: 500;
}

.theme-dark .p-header-function__btn--size.active {
  color: #fff;
}

.p-header-function__btn--light, .p-header-function__btn--dark {
  font-weight: 500;
}

.p-header-function__btn--light {
  border-color: #0067cb;
  background: #fff;
}

a.p-header-function__btn--light {
  color: #0067cb;
}

.theme-dark a.p-header-function__btn--light {
  color: #0067cb;
}

.p-header-function__btn--dark {
  border-color: #333333;
  background: #333333;
}

a.p-header-function__btn--dark {
  color: #fff;
}

.theme-dark a.p-header-function__btn--dark {
  color: #fff;
}

.p-header-search {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 2.5rem;
  margin: 11px 0 0 10px;
  padding-right: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 1.25rem;
  background: #f2f2f2;
}

.p-header-search__input {
  width: 100%;
  padding: 9px 12px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
}

.p-header-search__btn {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.p-header-search__btn:hover {
  opacity: 0.8;
}

.p-header-sp {
  display: flex;
  margin-left: auto;
}

.p-header-sp__toggle {
  -webkit-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 18px 15px 19px 17px;
  border: none;
  border-radius: 0 0 0 15px;
  background: #0067cb;
  cursor: pointer;
}

.p-header-sp--member .p-header-sp__toggle {
  margin-left: 10px;
}

.p-header-sp__toggle img {
  display: block;
}

.p-header-sp__btn {
  position: relative;
  min-width: 36px;
  margin-top: 8px;
  padding-top: 30px;
  font-size: 0.5625rem;
  line-height: 1.444;
  text-align: center;
}

.p-header-sp--member .p-header-sp__btn {
  min-width: 24px;
  margin-left: 2px;
}

.p-header-sp__btn--login {
  background: url(/common/images/icon_member_sp.svg) no-repeat center top;
}

.theme-dark .p-header-sp__btn--login {
  background-image: url(/common/images/icon_member_sp_dark.svg);
}

.p-header-sp__btn--logout {
  background: url(/common/images/icon_logout.svg) no-repeat center top 2px;
  background-size: 25px 25px;
}

.theme-dark .p-header-sp__btn--logout {
  background-image: url(/common/images/icon_logout_dark.svg);
}

.p-header-sp__btn--edit {
  background: url(/common/images/icon_member_edit.svg) no-repeat center top 2px;
  background-size: 29px 29px;
}

.theme-dark .p-header-sp__btn--edit {
  background-image: url(/common/images/icon_member_edit_dark.svg);
}

.p-header-sp__btn--search {
  background: url(/common/images/icon_search_sp.svg) no-repeat center top 2px;
}

.theme-dark .p-header-sp__btn--search {
  background-image: url(/common/images/icon_search_sp_dark.svg);
}

.p-header-sp__label {
  color: #0067cb;
}

.theme-dark .p-header-sp__label {
  color: #fff;
}

.p-modal-icon {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.p-modal-link {
  position: relative;
  padding-right: 25px;
}

.p-modal-link::before {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 16px;
  height: 16px;
  background: url(/common/images/icon_modal.png) center right no-repeat;
  background-size: contain;
  content: "";
}

.p-modal__overlay {
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.p-modal__content {
  box-sizing: border-box;
  width: 640px;
  max-height: 100vh;
  margin: 20px;
  padding: 40px 25px 50px;
  overflow-y: auto;
  border-radius: 20px;
  background: #fff;
  line-height: 1.5;
}

.p-modal__text {
  text-align: center;
}

.p-modal__link {
  word-break: break-all;
}

.p-modal__link:link {
  text-decoration: underline;
}

.p-modal__link:hover {
  text-decoration: none;
}

.p-modal__link .LinkIcon {
  margin-left: 5px;
}

.p-modal-btn-box {
  margin-top: 55px;
}

.p-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  background-color: #fff;
  color: #444444;
  font-size: 0.9375rem;
  cursor: pointer;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .p-modal__overlay {
  animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .p-modal__content {
  animation: mmslideIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .p-modal__overlay {
  animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .p-modal__content {
  animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .p-modal__content,
.micromodal-slide .p-modal__overlay {
  will-change: transform;
}

.p-movie-block {
  margin: 1em 0;
}

.p-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.p-movie__source {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie__caption {
  margin-top: 1em;
}

.p-specialist-section {
  padding-top: 28px;
}

.p-specialist-section:last-child {
  margin-bottom: 167px;
}

.p-table-Box {
  width: 900px;
  margin: 0 auto;
}

.p-table-Box .TableType1 th {
  padding: 13px 20px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #DEFCF7;
  text-align: left;
}

.p-table-Box .TableType1 td {
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #DDDDDD;
}

.p-table-Box .LinkIcon {
  margin-left: 9px;
}

.p-table-Box .TableType1 tr:first-child td {
  border-top: none;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-hidden {
  display: none;
}

.u-mx5 {
  margin-right: 5px;
  margin-left: 5px;
}

.u-mt1 {
  margin-top: 1px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.u-nowrap {
  white-space: nowrap;
}

.u-w100p {
  width: 100%;
}

.u-wauto {
  width: auto !important;
}

.u-w60 {
  width: 60px;
}

.u-w120 {
  width: 120px;
}

.u-w140 {
  width: 140px;
}

.u-w190 {
  width: 190px;
}

.u-w260 {
  width: 260px;
}

.u-w280 {
  width: 280px;
}

.pg-admission-contents {
  padding: 74px 0 110px;
  background: #eaf6f8;
}

.pg-admission-contents *,
.pg-admission-contents *::before,
.pg-admission-contents *::after {
  box-sizing: border-box;
}

.theme-dark .pg-admission-contents {
  background: #000;
  color: #fff;
}

.p-page-mv__header {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5.3125rem;
  line-height: 1;
}

.p-page-mv__title {
  display: table;
  width: auto;
  margin: 0 auto;
  color: #0067cb;
  font-size: 3rem;
  font-weight: 400;
}

.p-page-mv__title-en {
  display: table;
  width: auto;
  margin: 25px auto 0;
  padding: 0.3125rem 1.25rem 0.4375rem;
  border-radius: 1.875rem;
  background: #25b3fa;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
}

.p-page-mv__header + .p-page-mv__img {
  z-index: 1;
}

.p-admission-box {
  margin-bottom: 67px;
  padding: 36px 46px;
  border: 4px solid #99ccff;
  border-radius: 10px;
  background: #fff;
}

.theme-dark .p-admission-box {
  background: #000;
}

.p-admission-box__text {
  margin: 0;
  line-height: 2;
}

.p-admission-box__text:not(:last-child) {
  margin-bottom: 1em;
}

.p-admission-box__text-bold {
  font-weight: 700;
}

.p-admission-box .c-link-text {
  color: #1d529e;
}

.p-admission-box .c-link-text:hover {
  text-decoration: underline;
}

.theme-dark .p-admission-box .c-link-text {
  color: #fff;
}

.p-admission-section {
  margin-bottom: 37px;
}

.p-admission-section__title {
  display: table;
  position: relative;
  margin: 0 auto 1.375rem;
  padding-top: 1.5rem;
  color: #0067cb;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.theme-dark .p-admission-section__title {
  color: #fff;
}

.p-admission-section__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.8125rem;
  height: 0.8125rem;
  margin-left: -1.375rem;
  background: url(/common/images/icon_dot_title.svg) no-repeat left top;
  background-size: 2.8125rem 0.8125rem;
  content: "";
}

.p-admission-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
}

.p-admission-list__item {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.p-admission-card {
  display: block;
  position: relative;
  height: calc(100% - 30px);
  margin-top: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s ease;
}

.p-admission-card:hover {
  opacity: 0.8;
}

.theme-dark .p-admission-card {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.p-admission-card__body {
  padding: 15px 23px 35px;
}

.p-admission-card__img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.p-admission-card__img img {
  width: 100%;
  height: auto;
}

.p-admission-card__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.733;
}

.p-admission-card__tag {
  display: flex;
  position: absolute;
  top: -24px;
  left: 0;
}

.p-admission-card__title {
  margin: 0 0 0.625rem;
  color: #1d529e;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.381;
  text-align: center;
}

.theme-dark .p-admission-card__title {
  color: #fff;
}

a.p-admission-card:hover .p-admission-card__title {
  text-decoration: underline;
}

a.p-admission-card:hover .p-admission-card__text {
  text-decoration: underline;
}

.p-admission-card__icon {
  margin-right: 3px;
}

.p-admission-card .c-link-icon {
  max-width: 1.375rem;
  max-height: 1.375rem;
  margin-right: 0.625rem;
}

.pg-child-contents {
  padding: 74px 0 110px;
  background: #fff8eb;
}

.pg-child-contents *,
.pg-child-contents *::before,
.pg-child-contents *::after {
  box-sizing: border-box;
}

.theme-dark .pg-child-contents {
  background: #000;
  color: #fff;
}

.p-page-mv {
  position: relative;
  overflow: hidden;
}

.p-page-mv__img {
  margin: 0;
}

.p-page-mv__img img {
  width: 100%;
}

.p-children-box {
  margin-bottom: 67px;
  padding: 36px 46px;
  border: 4px solid #ffe69a;
  border-radius: 10px;
  background: #fff;
}

.theme-dark .p-children-box {
  background: #000;
}

.p-children-box__text {
  margin: 0;
  line-height: 2;
}

.p-children-box__text:not(:last-child) {
  margin-bottom: 1em;
}

.p-children-box .c-link-text {
  color: #1d529e;
}

.p-children-box .c-link-text:hover {
  text-decoration: underline;
}

.theme-dark .p-children-box .c-link-text {
  color: #fff;
}

.p-children-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0;
}

.p-children-list__item {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.p-children-card {
  display: block;
  position: relative;
  margin-top: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s ease;
}

.p-children-card:hover {
  opacity: 0.8;
}

.theme-dark .p-children-card {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.p-children-card__body {
  padding: 15px 30px 35px;
}

.p-children-card__img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.p-children-card__img img {
  width: 100%;
  height: auto;
}

.p-children-card__text {
  margin: 0 0 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.733;
}

.p-children-card__tag {
  display: flex;
  position: absolute;
  top: -24px;
  left: 0;
}

.p-children-card__title {
  margin: 0 0 0.625rem;
  color: #1d529e;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.381;
  text-align: center;
}

.theme-dark .p-children-card__title {
  color: #fff;
}

.p-children-card__icon {
  margin-right: 3px;
}

.p-children-card__click {
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.pg-medical-contents {
  padding: 74px 0 69px;
}

.pg-medical-contents *,
.pg-medical-contents *::before,
.pg-medical-contents *::after {
  box-sizing: border-box;
}

.theme-dark .pg-medical-contents {
  background: #000;
  color: #fff;
}

.p-page-mv picture {
  display: block;
}

.p-page-mv.p-page-mv--has-title .p-page-mv {
  position: relative;
}

.p-page-mv.p-page-mv--has-title .p-page-mv__title {
  z-index: 1;
  position: absolute;
  width: 100%;
  color: #0067cb;
  text-align: center;
}

.p-page-mv.p-page-mv--has-title .p-page-mv__title-main {
  display: table;
  margin: 0 auto;
}

.p-admission-main .p-page-mv__title {
  top: 0;
  padding-top: 4.5rem;
}

.p-admission-main .p-page-mv__title-main {
  font-size: 3rem;
  line-height: 1.479;
}

.p-admission-main .p-page-mv__title-sub {
  display: table;
  margin: 0.75rem auto 0;
  padding: 0.5rem 1.75rem;
  border-radius: 1.875rem;
  background: #25b3fa;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-medical-main .p-page-mv__title {
  top: 50%;
  padding-bottom: 3.75rem;
  transform: translateY(-50%);
  font-weight: 500;
}

.p-medical-main .p-page-mv__title-main {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  font-size: 3.375rem;
  letter-spacing: 0.1em;
}

.p-medical-main .p-page-mv__title-main::before {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto 1.375rem;
  background: url(/for-medical-personnel/images/icon_title.png) no-repeat left top;
  background-size: 4.375rem 4.375rem;
  content: '';
}

.p-medical-main .p-page-mv__title-sub {
  margin-top: 1.375rem;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
}

.p-medical-box {
  padding: 3.125rem 2.875rem 3.9375rem;
  border: 4px solid #afd4fa;
  border-radius: 20px;
  background: #fff;
}

.theme-dark .p-medical-box {
  background: #000;
}

.p-medical-box__question {
  margin: 0 0 2.6875rem;
  color: #0067cb;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
}

.theme-dark .p-medical-box__question {
  color: #fff;
}

.p-medical-box__answer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-btn-answer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  height: 4.375rem;
  margin: 0 15px;
  border-radius: 2.1875rem;
  font-size: 1.25rem;
  line-height: 1;
}

.p-btn-answer__small {
  font-size: 0.75rem;
}

.p-btn-yes {
  border-color: #0067cb;
  background: #0067cb;
  color: #fff;
}

.theme-dark .p-btn-yes {
  border-color: #fff;
  background: #000;
}

.p-btn-yes:hover {
  background: #fff;
}

.theme-dark .p-btn-yes:hover {
  border-color: #0067cb;
  background: #0067cb;
}

a.p-btn-yes {
  color: #fff;
}

a.p-btn-yes:hover {
  color: #0067cb;
}

.theme-dark a.p-btn-yes {
  color: #fff;
}

.p-btn-no {
  border-color: #eee;
  background: #eee;
}

.theme-dark .p-btn-no {
  border-color: #fff;
  background: #000;
}

.p-btn-no:hover {
  background: #0067cb;
}

.theme-dark .p-btn-no:hover {
  border-color: #0067cb;
  background: #0067cb;
}

a.p-btn-no {
  color: #0067cb;
}

a.p-btn-no:hover {
  color: #fff;
}

.theme-dark a.p-btn-no {
  color: #fff;
}

.p-top-section-topics {
  padding: 4.6875rem 0 5.625rem;
  background: #c8e1fa;
}

.p-medical-pickup {
  padding: 66px 0 0;
}

.p-medical-pickup .member-pickup {
  margin-top: 0;
}

.p-medical-pickup .member-pickup__col {
  margin-bottom: 15px;
  border-radius: 10px;
  border-color: #0067cb;
}

.p-medical-pickup .member-pickup__col a {
  border-radius: 7px;
  color: #0067cb;
}

.p-medical-news-group {
  padding-top: 4.375rem;
}

.p-members-main .p-page-mv.p-page-mv--has-title {
  position: relative;
}

.p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title {
  top: 50%;
  padding-bottom: 3.75rem;
  transform: translateY(-50%);
  font-weight: 500;
}

.p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-main {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  font-size: 3.375rem;
  letter-spacing: 0.1em;
}

.p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-main::before {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto 1.375rem;
  background: url(/images/member_icon_title.png) no-repeat left top;
  background-size: 4.375rem 4.375rem;
  content: '';
}

.p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-sub {
  margin-top: 1.375rem;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
}

.p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__img img {
  vertical-align: top;
}

.p-members-pickup {
  margin-bottom: -15px;
  padding: 60px 0;
  overflow: hidden;
}

.p-members-pickup .member-pickup {
  margin-top: 0;
}

.p-members-pickup .member-pickup__col {
  margin-bottom: 15px;
  border-radius: 10px;
  border-color: #0067cb;
}

.p-members-pickup .member-pickup__col a {
  border-radius: 7px;
  color: #0067cb;
}

.p-members-topics {
  box-sizing: border-box;
  padding: 60px 0;
  background: #c8e1fa;
}

.p-members-topics * {
  box-sizing: border-box;
}

.p-members-topics .index-inner {
  padding: 0 11px;
  overflow: hidden;
}

.member-topics {
  display: flex;
  margin: 0 -1.95246%;
}

.member-topics__card {
  position: relative;
  width: 22.07131%;
  max-width: 260px;
  margin: 0 1.95246%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s ease;
}

.member-topics__card:hover {
  opacity: 0.8;
}

.member-topics__card-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.member-topics__card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 20px 21px;
  border-radius: 0px 0px 10px 10px;
  background: #0067cb;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.444;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .l-gnav {
    display: block !important;
  }
  .overlay {
    display: none !important;
  }
  .p-footer-sitemap__row {
    display: flex;
  }
  .p-modal__close:hover {
    opacity: 0.8;
  }
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: none;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 60px);
    overflow-y: auto;
  }
  .overlay {
    display: none;
    z-index: 10;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
  }
  .p-anchor-list {
    margin: 15px;
  }
  .p-anchor-list__link {
    font-size: 0.9375rem;
  }
  .p-banner-block__item {
    margin: 0.625rem auto;
  }
  .p-footer__logo {
    margin-bottom: 0.9375rem;
  }
  .p-footer__logo img {
    width: 305px;
  }
  .p-footer__top {
    padding-top: 3.75rem;
  }
  .p-footer__bottom {
    padding-top: 1.6875rem;
  }
  .p-footer__notes {
    margin-bottom: 1rem;
  }
  .p-footer__copyright {
    font-size: 0.75rem;
  }
  .p-footer-nav {
    display: flex;
    margin-top: 15px;
    padding: 20px 20px 40px;
    text-align: left;
  }
  .p-footer-nav__group {
    display: block;
    width: 50%;
  }
  .p-footer-nav__list {
    display: block;
    margin: 0 -0.625rem;
  }
  .p-footer-nav__link {
    padding: 0.5rem 0;
  }
  .p-footer-sitemap {
    padding: 0 20px;
  }
  .p-footer-sitemap__child {
    display: none;
    padding-bottom: 0.9375rem;
  }
  .p-footer-sitemap__category {
    margin-bottom: 0;
    padding: 0;
  }
  .p-footer-sitemap__category:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-footer-sitemap__category {
    width: 100%;
  }
  .p-footer-sitemap__category--col2 {
    width: 100%;
  }
  .p-footer-sitemap__head {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-footer-sitemap__head.js-accordion-sp {
    pointer-events: auto;
  }
  .p-footer-sitemap__title--parent, .p-footer-sitemap__title--link {
    position: relative;
    padding: 1.0625rem 2.8125rem 1.0625rem 1.8125rem;
  }
  .p-footer-sitemap__title--parent::after, .p-footer-sitemap__title--link::after {
    display: block;
    position: absolute;
    top: 50%;
    content: '';
  }
  .p-footer-sitemap__title--parent {
    position: relative;
    padding-right: 2.8125rem;
  }
  .p-footer-sitemap__title--parent::after {
    right: 0.9375rem;
    width: 1.125rem;
    height: 0.5625rem;
    margin-top: -0.25rem;
    background: url(/common/images/arrow_accordion.svg) no-repeat left top;
    background-size: 1.125rem 0.5625rem;
  }
  .is-active .p-footer-sitemap__title--parent::after {
    transform: rotate(180deg);
  }
  .p-footer-sitemap__title--link::after {
    right: 1.25rem;
    width: 0.5625rem;
    height: 1.125rem;
    margin-top: -0.5625rem;
    background: url(/common/images/arrow_link_white.svg) no-repeat left top;
    background-size: 0.5625rem 1.125rem;
  }
  .p-footer-sitemap__row {
    margin: 0;
  }
  .p-footer-sitemap__row > .p-footer-sitemap__list {
    width: 100%;
    padding: 0;
  }
  .p-footer-sitemap__item {
    margin: 0;
  }
  .p-footer-sitemap__link {
    display: block;
    position: relative;
    padding: 8px 0 8px 15px;
  }
  .p-footer-sitemap__link::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4375rem;
    height: 0.8125rem;
    margin-top: -0.375rem;
    background: url(/common/images/arrow_link_white.svg) no-repeat left top;
    background-size: 0.4375rem 0.8125rem;
    vertical-align: middle;
    content: '';
  }
  .p-pagetop a.p-pagetop__btn:hover {
    opacity: 1;
  }
  .p-footer-social {
    margin-bottom: 0.625rem;
  }
  .p-footer-social__item {
    margin: 0 0.3125rem;
  }
  .p-footer-social__icon:hover {
    opacity: 1;
  }
  .p-gnav {
    width: 100%;
    padding: 30px 20px 45px;
    background: #0067cb;
    color: #fff;
  }
  .theme-dark .p-gnav {
    background: #000;
  }
  .p-gnav__function {
    display: flex;
    justify-content: center;
  }
  .p-gnav__list {
    display: block;
  }
  .p-gnav__item {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-gnav__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-gnav__head {
    position: relative;
    padding: 1.0625rem 2.375rem 1.0625rem 1.8125rem;
  }
  .p-gnav__head br {
    display: none;
  }
  .p-gnav__head::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    background: url(/common/images/icon_dot_category_white.svg) no-repeat left top;
    background-size: 1.25rem 0.5rem;
    vertical-align: middle;
    content: '';
  }
  .p-gnav__head::after {
    display: block;
    position: absolute;
    top: 50%;
    content: '';
  }
  .p-gnav__head--parent {
    position: relative;
  }
  .p-gnav__head--parent::after {
    right: 0.9375rem;
    width: 1.125rem;
    height: 0.5625rem;
    margin-top: -0.25rem;
    background: url(/common/images/arrow_accordion.svg) no-repeat left top;
    background-size: 1.125rem 0.5625rem;
  }
  .p-gnav__head--parent.is-active::after {
    transform: rotate(180deg);
  }
  .p-gnav__head--link::after {
    right: 1.25rem;
    width: 0.5625rem;
    height: 1.125rem;
    margin-top: -0.5625rem;
    background: url(/common/images/arrow_link_white.svg) no-repeat left top;
    background-size: 0.5625rem 1.125rem;
  }
  a.p-gnav__head {
    color: #fff;
  }
  .p-gnav__item.is-current a.p-gnav__head,
  .p-gnav__item:hover a.p-gnav__head {
    background: transparent;
  }
  .p-subnav {
    position: static;
  }
  .p-subnav a {
    color: #fff;
  }
  .p-subnav__box {
    padding: 0 0 0.9375rem;
    border: none;
    background: transparent;
  }
  .p-subnav__inner {
    display: block;
  }
  .p-subnav__thumb {
    display: none;
  }
  .p-subnav__col {
    padding-left: 0;
  }
  .p-subnav__title {
    display: none;
  }
  .p-subnav__list {
    display: block;
  }
  .p-subnav__item {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .p-subnav__link {
    display: block;
    position: relative;
    padding: 8px 0 8px 15px;
  }
  .p-subnav__link::before {
    top: calc(0.35em + 8px);
    background-image: url(/common/images/arrow_link_white.svg);
  }
  .p-header {
    height: 60px;
    border-bottom-width: 3px;
  }
  .p-header__logo {
    width: 155px;
    min-width: 0;
    margin: 10px 5px 10px 10px;
  }
  .p-header__login-btn:hover, .p-header__logout-btn:hover {
    opacity: 1;
  }
  .p-header-function {
    margin: 0 0 25px;
  }
  .p-header-function__head {
    font-size: 0.875rem;
  }
  .p-header-function__item {
    margin-left: 10px;
  }
  .p-header-search {
    display: block;
    width: 280px;
    height: 3.125rem;
    margin: 0 auto;
    overflow: hidden;
    border: none;
    border-radius: 1.5625rem;
    line-height: 3.125rem;
  }
  .p-header-search__btn:hover {
    opacity: 1;
  }
  .p-header-search__btn {
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    margin-top: 0;
    background: #666666;
  }
  .p-header-search__btn path {
    fill: #fff;
  }
  .p-header-sp__toggle {
    display: block;
  }
  .p-header-sp-search {
    display: none;
    z-index: 100;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .p-header-sp-search__inner {
    padding: 30px 20px;
    background: #0067cb;
  }
  .p-table-Box {
    width: 100%;
  }
  .u-sp-hidden {
    display: none;
  }
  .pg-admission-contents {
    padding: 20px 0 50px;
  }
  .p-page-mv__header {
    padding-top: 2.5rem;
  }
  .p-page-mv__title {
    font-size: 1.5rem;
  }
  .p-page-mv__title-en {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
  .p-admission-box {
    margin-bottom: 45px;
    padding: 26px 16px;
  }
  .p-admission-box__text {
    line-height: 1.563;
  }
  .p-admission-section__title {
    padding-top: 1.25rem;
    font-size: 1.375rem;
  }
  .p-admission-list__item {
    width: 100%;
  }
  .p-admission-card:hover {
    opacity: 1;
  }
  .p-admission-card__body {
    padding: 15px 20px 35px;
  }
  .p-admission-card__title {
    font-size: 1.125rem;
  }
  .pg-child-contents {
    padding: 20px 0 50px;
  }
  .p-children-box {
    margin-bottom: 45px;
    padding: 26px 16px;
  }
  .p-children-box__text {
    line-height: 1.563;
  }
  .p-children-list__item {
    width: 100%;
  }
  .p-children-card:hover {
    opacity: 1;
  }
  .p-children-card__body {
    padding: 15px 20px 35px;
  }
  .p-children-card__title {
    font-size: 1.125rem;
  }
  .pg-medical-contents {
    padding: 20px 0 50px;
  }
  .p-page-mv.p-page-mv--has-title .p-page-mv__img::before {
    content: none;
  }
  .p-page-mv.p-page-mv--has-title .p-page-mv__img img {
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    transform: none;
  }
  .p-page-mv.p-page-mv--has-title .p-page-mv__title {
    padding-bottom: 57.6%;
  }
  .p-admission-main .p-page-mv__title {
    padding-top: 12.23%;
  }
  .p-admission-main .p-page-mv__title-main {
    font-size: 2.25rem;
    line-height: 1.278;
  }
  .p-admission-main .p-page-mv__title-sub {
    margin-top: 0.625rem;
    padding: 0.375rem 1.5625rem;
    font-size: 0.875rem;
  }
  .p-medical-main .p-page-mv__title {
    padding-bottom: 57.6%;
  }
  .p-medical-main .p-page-mv__title-main {
    padding-bottom: 1.0365rem;
    font-size: 2.33213rem;
  }
  .p-medical-main .p-page-mv__title-main::before {
    width: 3.02312rem;
    height: 3.02312rem;
    margin-bottom: 0.95012rem;
    background-size: 3.02312rem 3.02312rem;
  }
  .p-medical-main .p-page-mv__title-sub {
    margin-top: 0.95012rem;
    font-size: 0.90694rem;
  }
  .p-medical-box {
    padding: 1.625rem 1rem;
  }
  .p-medical-box__question {
    margin-bottom: 1.5rem;
  }
  .p-medical-box__question {
    font-size: 1.5rem;
  }
  .p-medical-box__answer {
    display: block;
    max-width: 15.625rem;
    margin: 0 auto;
    text-align: center;
  }
  .p-btn-answer {
    display: flex;
    margin: 5px;
  }
  .p-top-section-topics {
    padding: 35px 0 45px;
  }
  .p-medical-pickup {
    padding-top: 30px;
  }
  .p-medical-news-group {
    padding-top: 2.5rem;
  }
  .p-medical-news-group .p-btn-link {
    min-width: auto;
  }
  .p-medical-member-menu .member-menu__area {
    margin-bottom: 0;
  }
  .p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title {
    padding-bottom: 57.6%;
    padding-bottom: 5%;
  }
  .p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-main {
    padding-bottom: 1.0365rem;
    font-size: 2.33213rem;
  }
  .p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-main::before {
    width: 3.02312rem;
    height: 3.02312rem;
    margin-bottom: 0.95012rem;
    background-size: 3.02312rem 3.02312rem;
  }
  .p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__title-sub {
    margin-top: 0.95012rem;
    font-size: 0.90694rem;
  }
  .p-members-main .p-page-mv.p-page-mv--has-title .p-page-mv__img img {
    aspect-ratio: 750 / 840;
    position: static;
    object-fit: cover;
    object-position: 75% 50%;
    transform: none;
  }
  .p-members-pickup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-members-topics {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .member-topics {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
  }
  .member-topics__card {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-gnav__head {
    padding: 0.75rem 0.625rem;
  }
}

@media screen and (min-width: 1000px) {
  .u-pc-wide-hidden {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .p-page-mv__img::before {
    display: block;
    width: 100%;
    padding-top: 480px;
    content: '';
  }
  .p-page-mv__img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .p-page-mv__img::before {
    padding-top: 40%;
  }
  .member-topics__card-text {
    padding-bottom: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .member-topics__card-text {
    font-size: 0.875rem;
  }
}
