@charset "utf-8";

#medical-column .keyvisual-01 {
  bottom: -39.25cqw;
  right: -6.25cqw;
  width: 49.5138cqw;
}

#medical-column {
  position: relative;
  overflow-x: clip;
  padding-top: 100px;
}

.blog .site-content.clearfix,
.blog #site-footer,
.post-type-archive-medical-column,
.tax-column_category,
.post-type-archive-medical-column #site-footer,
.tax-column_category #site-footer {
  background: #f5f8fa;
}

.post-type-archive-medical-column .column-li {
  width: 100%;
  gap: 43px 74px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.tax-column_category .column-li {
  width: 100%;
  gap: 43px 74px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.post-type-archive-medical-column .column-li > li {
  width: 100%;
}
.tax-column_category .column-li > li {
  width: 100%;
}

.news #news {
  background: transparent;
  overflow: visible;
  overflow-x: clip;
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  gap: 9px;
}

.news-pagination .page-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #004f9c;
  border-radius: 50%;
  background: #ffffff;
  font-size: 19px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    opacity 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}

.news-pagination .page-number.current {
  border-color: #004f9c;
  background: #004f9c;
  color: #ffffff;
}

.news-pagination .page-number.dots {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0 8px;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.5em;
  line-height: 1;
  pointer-events: none;
}

@media (hover: hover) {
  .news-pagination .page-number:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .news #news {
    padding: 15.3846cqw 0 120px;
  }

  .news #news .keyvisual-01 {
    bottom: 0;
  }

  .news-pagination {
    margin-top: 24px;
    gap: 10px;
  }

  .news-pagination .page-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    color: #0050a4;
    letter-spacing: 0;
  }

  .news-pagination .page-number.dots {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.3em;
  }

  .post-type-archive-medical-column .column-li li + li,
  .tax-column_category .column-li li + li {
    margin-top: 24px;
  }

  .single-medical-column .news-single {
    padding-bottom: 50px;
  }
}

.news-single {
  margin-top: 100px;
}

.news-single__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-single__article {
  padding: 72px 50px 75px;
  border: 1px solid #ededed;
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 43, 85, 0.08);
}

.news-single__head {
  width: 100%;
}

.news-single__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-single__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  height: 21px;
  padding: 0 17px;
  border-radius: 11px;
  background-color: #f5f8fa;
  font-size: 13px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1;
}

.news-single__category + .news-single__category {
  margin-left: 5px;
}

.news-single__date {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
  letter-spacing: 0.04em;
  line-height: 1.4285;
}

.news-single__date + .news-single__category {
  margin-left: 19px;
}

.news-single__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.news-single__body {
  margin-top: 37px;
}

.news-single__content {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.723;
}

.news-single__content p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.49;
  margin-bottom: 18px;
}

.news-single__content h2 {
  min-height: 58px;
  padding: 11px 24px;
  background-color: #004f9c;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 20px;
}

.news-single__content h3 {
  position: relative;
  min-height: 40px;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news-single__content h3::before {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #004f9c;
  position: absolute;
  top: 0;
  left: 0;
}

.news-single__thumbnail {
  overflow: hidden;
  margin-bottom: 37px;
}

.news-single__thumbnail img {
  aspect-ratio: 800 / 347;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.news-single__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.news-single__supervisor {
  margin-top: 70px;
  margin-bottom: 17px;
  padding: 20px;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
}

.news-single__supervisor-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-single__supervisor-image-wrap {
  width: 152px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.news-single__supervisor-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.news-single__supervisor-profile {
  margin-left: 36px;
  display: flex;
  align-items: center;
}

p.news-single__supervisor-label {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.01em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 0;
}

p.news-single__supervisor-name-block {
  margin-top: 11px;
}

p.news-single__supervisor-name-en {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #004f9c;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0;
}

p.news-single__supervisor-name-ja {
  font-size: 30px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

p.news-single__supervisor-position {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.53;
  margin-bottom: 0;
}

p.news-single__supervisor-text {
  margin-top: 19px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 0;
}

.news-single__supervisor + #toc_container {
  margin-top: 0;
}

.news-single-related {
  margin-top: 82px;
}

h2.news-single-related__title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
  text-align: center;
  min-height: auto;
}

.news-single-related__list {
  margin-top: 24px;
}

.news-single-related__item + .news-single-related__item {
  margin-top: 18px;
}

.news-single-related__link {
  display: flex;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #004f9c;
  background-color: #ffffff;
}

.news-single-related__thumb-wrap {
  width: 247px;
  flex-shrink: 0;
  overflow: hidden;
}

.news-single-related__thumb {
  width: 100%;
  aspect-ratio: 247 / 134;
  object-fit: cover;
  display: block;
}

.news-single-related__body {
  width: calc(100% - 247px);
  margin-left: 22px;
  display: flex;
  flex-direction: column;
}

.news-single-related__meta {
  display: flex;
  align-items: center;
}

.news-single-related__date {
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  line-height: 1;
  font-size: 13px;
}

.news-single-related__categories {
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.news-single-related__category {
  min-width: 68px;
  height: 21px;
  border-radius: 11px;
  background-color: #f5f8fa;
  padding: 0 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0;
  line-height: 1;
}

.news-single-related__category + .news-single-related__category {
  margin-left: 5px;
}

p.news-single-related__item-title {
  margin-top: 9px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 0;
}

p.news-single-related__excerpt {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-bottom: 0;
}

.news-single-related__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.news-single-related__more-text {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.04em;
  line-height: 1;
}

.news-single-related__more-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #004f9c;
  margin-left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  transition: transform 0.3s ease;
}

.news-single-related__link:hover .news-single-related__more-icon {
  transform: translateX(4px);
}

.news-single__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 91px;
}

.single-medical-column .news-single__footer {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

#news-single .link a {
  gap: calc(var(--margin) * 2);
  color: var(--main-color);
  font-weight: 500;
}

.noimg-mv {
  width: 100%;
  height: 80px;
  background-color: #004f9c;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noimg-mv__title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .noimg-mv {
    height: 50px;
  }

  .noimg-mv__title {
    font-size: 20px;
  }

  .news-single {
    margin-top: 50px;
  }

  .news-single__inner {
    width: 100%;
  }

  .news-single__article {
    min-height: auto;
    padding: 15px;
    border-radius: 20px;
  }

  .news-single__meta {
    gap: 8px 6px;
  }

  .news-single__date {
    font-size: 12px;
    font-weight: 500;
    color: #8b8b8b;
    letter-spacing: 0.04em;
  }

  .news-single__date + .news-single__category {
    margin-left: 0;
  }

  .news-single__category {
    min-width: 60px;
    height: 20px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0.04em;
  }

  .news-single__title {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0.04em;
  }

  .news-single__body {
    margin-top: 24px;
  }

  .news-single__content {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }

  p.news-single__supervisor-label {
    font-size: 16px;
  }

  .news-single__supervisor {
    margin-bottom: 28px;
    margin-top: 0;
    padding: 15px;
    border-radius: 20px;
  }

  .news-single__supervisor-head {
    flex-direction: column;
  }

  .news-single__supervisor-image-wrap {
    width: 88px;
  }

  .news-single__supervisor-profile {
    margin-left: 14px;
    flex-direction: column;
  }

  .news-single__supervisor-label {
    font-size: 16px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .news-single__supervisor-name-block {
    margin-top: 8px;
    width: 100%;
  }

  .news-single__supervisor-name-en {
    font-size: 16px;
    font-weight: 700;
    color: #004f9c;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .news-single__supervisor-name-ja {
    margin-top: 2px;
    font-size: 30px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .news-single__supervisor-position {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }

  .news-single__supervisor-text {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.06em;
    line-height: 1.9;
  }

  .news-single__content h2 {
    min-height: 44px;
    padding: 9px 16px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04em;
  }

  .news-single__content h3 {
    min-height: 32px;
    padding-left: 18px;
    font-size: 17px;
    font-weight: 700;
    color: #004f9c;
    letter-spacing: 0.04em;
  }

  .news-single__content h3::before {
    width: 3px;
    height: 32px;
  }

  .news-single__footer {
    margin-top: 40px;
  }

  .news-single-related {
    margin-top: 50px;
  }

  .news-single-related__title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.04em;
  }

  .news-single-related__list {
    margin-top: 20px;
  }
  h2.news-single-related__title {
    color: #000;
    padding: 0;
  }

  .news-single-related__item + .news-single-related__item {
    margin-top: 14px;
  }

  .news-single-related__link {
    display: block;
    padding: 14px 14px 16px;
  }

  .news-single-related__thumb-wrap {
    width: 100%;
  }

  .news-single-related__body {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .news-single-related__meta {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 6px;
  }

  .news-single-related__date {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0;
  }

  .news-single-related__categories {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 6px;
  }

  .news-single-related__category {
    min-width: 60px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0;
  }

  .news-single-related__category + .news-single-related__category {
    margin-left: 0;
  }

  p.news-single__supervisor-name-ja {
    font-size: 20px;
  }

  p.news-single__supervisor-position {
    margin-left: 0;
  }

  p.news-single__supervisor-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  .news-single__content p {
    font-size: 14px;
  }

  #toc_container.toc_white {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .news-single-related__item-title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #004f9c;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .news-single-related__excerpt {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }

  .news-single-related__more {
    margin-top: 10px;
  }

  .news-single-related__more-text {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.04em;
  }

  .news-single-related__more-icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    font-size: 9px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
  }

  .news-single__back-text {
    font-size: 14px;
    font-weight: 500;
    color: #004f9c;
    letter-spacing: 0;
  }

  .news-single__back-icon {
    width: 44px;
    height: 44px;
    margin-left: 14px;
  }
}

#toc_container {
  border: 3px solid #707070;
  border-radius: 23px;
  padding: 30px 60px;
}

.toc_brackets {
  display: none;
}

#toc_container {
  margin-bottom: 42px;
}

#toc_container a {
  color: #004f9c;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

#toc_container.no_bullets ul li a {
  color: #000;
}

#toc_container.no_bullets .toc_list > li > a {
  color: #004f9c;
}
