@charset "UTF-8";
.wave {
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wave {
    top: 145px;
  }
}
.wave canvas {
  width: 100%;
  vertical-align: bottom;
}

.page_head_area {
  position: relative;
  min-height: 250px;
  background: linear-gradient(180deg, rgba(126, 141, 255, 0.2) 0%, rgba(126, 141, 255, 0) 100%);
  padding-top: 130px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area {
    height: 500px;
    padding-top: 190px;
  }
}
.page_head_area.no_image .page_breadcrumb_wrap {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.no_image .page_breadcrumb_wrap {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_head_area.no_image {
    margin-bottom: -100px;
  }
}
.page_head_area.bg_img_on {
  height: 300px;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.bg_img_on {
    height: 440px;
  }
}
.page_head_area.bg_img_on::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page_head_area.bg_img_on .page_inner_l {
  height: 100%;
  position: relative;
}
.page_head_area.bg_img_on .page_head_area__title {
  background: #fff;
  color: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 18px 0;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.bg_img_on .page_head_area__title {
    padding: 14px 56px 0;
  }
}
.page_head_area.bg_img_on img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_head_area.bg_img_on .page_inner_m {
  position: relative;
}
.page_head_area.feature {
  height: auto;
  aspect-ratio: 375/480;
  padding: 0;
  margin-bottom: 36px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.feature {
    height: 480px;
    aspect-ratio: auto;
    margin-bottom: 74px;
  }
}
.page_head_area.feature .page_head_area__title {
  display: inline-block;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 40px;
  text-align: center;
  width: calc(100% - 80px);
  max-width: 400px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.feature .page_head_area__title {
    padding: 20px 70px;
    bottom: -74px;
    width: auto;
    max-width: none;
  }
}
.page_head_area.feature .page_head_area__title .text_s {
  color: #2c31a6;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area.feature .page_head_area__title .text_s {
    margin-top: 10px;
  }
}
.page_head_area.feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_head_area.ver_doctor {
  height: min(65vw, 220px);
}
@media print, screen and (min-width: 768px) {
  .page_head_area.ver_doctor {
    height: 330px;
  }
}

.page_head_area__title {
  position: relative;
  z-index: 1;
  font-size: min(7vw, 3.2rem);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  border-radius: 8px 8px 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .page_head_area__title {
    font-size: 4.4rem;
  }
}
.page_head_area__title .text_s {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .page_head_area__title .text_s {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}

.page_breadcrumb_wrap {
  width: 100%;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_wrap {
    padding: 24px 0;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list {
    font-size: 1.4rem;
  }
}
.page_breadcrumb_list li {
  position: relative;
  line-height: 1.3;
}
.page_breadcrumb_list li:not(:first-of-type):before {
  content: "／";
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}
.page_breadcrumb_list li > a {
  color: #2c31a6;
  text-decoration: underline;
}
@media (hover: hover) {
  .page_breadcrumb_list li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    text-decoration: none;
  }
}
.page_breadcrumb_list li > a:active {
  text-decoration: none;
}
.page_main_body {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 120px;
  padding: 50px 0 80px;
}
@media print, screen and (min-width: 920px) {
  .page_main_body {
    flex-direction: row-reverse;
    column-gap: 40px;
    padding: 100px 0 180px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_main_body {
    column-gap: 54px;
  }
}
.page_main_body.ver_doctor {
  padding: 32px 0 80px;
}
@media print, screen and (min-width: 920px) {
  .page_main_body.ver_doctor {
    padding: 100px 0 180px;
  }
}
.page_main_body.ver_narrow {
  padding: 0 0 80px;
}
@media print, screen and (min-width: 920px) {
  .page_main_body.ver_narrow {
    padding: 0 0 180px;
  }
}

.page_main_body__side {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .page_main_body__side {
    width: 265px;
    flex-shrink: 0;
  }
}

.page_main_body__content {
  position: relative;
  width: 100%;
}
.underlayer_nav {
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .underlayer_nav {
    top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .underlayer_nav.type_sticky {
    position: sticky;
    top: 150px;
    overflow-y: auto;
    scrollbar-color: #2c31a6;
    scrollbar-width: 4px;
  }
}
.underlayer_nav.type_sticky::-webkit-scrollbar {
  background: #cecece;
  width: 5px;
}
.underlayer_nav.type_sticky::-webkit-scrollbar-thumb {
  background-color: #2c31a6;
}

.underlayer_nav__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__title {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.underlayer_nav__title .title_link {
  display: block;
  position: relative;
  padding-right: 30px;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__title .title_link {
    padding-right: 35px;
  }
}
.underlayer_nav__title .title_link:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__title .title_link:before {
    width: 7px;
    height: 7px;
    right: 15px;
  }
}
.underlayer_nav__title .title_link:after {
  content: "";
  position: absolute;
  display: block;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__title .title_link:after {
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .underlayer_nav__title .title_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .underlayer_nav__title .title_link:where(:any-link, :enabled, summary, span, dt, div):hover:after {
    background-color: transparent;
  }
  .underlayer_nav__title .title_link:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    border-color: #2c31a6;
  }
}
.underlayer_nav__title .title_link:active {
  color: #2c31a6;
}
.underlayer_nav__title .title_link:active:after {
  background-color: transparent;
}
.underlayer_nav__title .title_link:active:before {
  border-color: #2c31a6;
}

.underlayer_nav__list .list_first {
  border-bottom: 1px solid #cecece;
}
.underlayer_nav__list .list_first_title {
  display: flex;
}
.underlayer_nav__list .list_first_title:has(.toggle) a::before {
  content: none;
}
.underlayer_nav__list .list_first_title a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 24px 15px 2px;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__list .list_first_title a {
    font-size: 1.6rem;
  }
}
.underlayer_nav__list .list_first_title a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #2c31a6;
  border-left: 1px solid #2c31a6;
  transform: translateY(-50%) rotate(135deg);
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__list .list_first_title a:before {
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .underlayer_nav__list .list_first_title a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
    background-color: #f3f4f9;
  }
  .underlayer_nav__list .list_first_title a:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    border-color: #1c1f38;
  }
}
.underlayer_nav__list .list_first_title a:active {
  color: #2c31a6;
  background-color: #f3f4f9;
}
.underlayer_nav__list .list_first_title a:active:before {
  border-color: #1c1f38;
}
.underlayer_nav__list .list_first_title.active a {
  color: #2c31a6;
}
.underlayer_nav__list .list_first_title.active a:before {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}
.underlayer_nav__list .list_first_title .toggle {
  display: flex;
  position: relative;
  width: 40px;
  transition: 0.3s;
}
.underlayer_nav__list .list_first_title .toggle:after, .underlayer_nav__list .list_first_title .toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #2c31a6;
  transform: translate(-50%, -50%);
}
.underlayer_nav__list .list_first_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (hover: hover) {
  .underlayer_nav__list .list_first_title .toggle:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: #f3f4f9;
  }
}
.underlayer_nav__list .list_first_title .toggle:active {
  background-color: #f3f4f9;
}
.underlayer_nav__list .list_first_title.active .toggle {
  background-color: #f3f4f9;
}
.underlayer_nav__list .list_first_title.active .toggle:after {
  opacity: 0;
}
.underlayer_nav__list .list_second_box {
  display: none;
  background: #f3f4f9;
  padding: 5px;
  padding-right: 40px;
  padding-bottom: 25px;
}
@media (hover: hover) {
  .underlayer_nav__list .list_second a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
}
.underlayer_nav__list .list_second a:active {
  color: #2c31a6;
}
.underlayer_nav__list .list_second li.active a {
  color: #2c31a6;
}
.underlayer_nav__list .list_second li.active a:before {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}
.underlayer_nav__list .list_second .title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 8px 0 12px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cecece;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__list .list_second .title {
    padding: 10px 0 10px 20px;
    font-size: 1.5rem;
  }
}
.underlayer_nav__list .list_second .title a {
  position: relative;
  display: block;
}
.underlayer_nav__list .list_second .title a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1c1f38;
  border-left: 1px solid #1c1f38;
  transform: translateY(-50%) rotate(135deg);
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__list .list_second .title a:before {
    left: -19px;
    width: 7px;
    height: 7px;
  }
}
@media (hover: hover) {
  .underlayer_nav__list .list_second .title a:where(:any-link, :enabled, summary, span, dt, div):hover:before {
    border-top-color: #2c31a6;
    border-left-color: #2c31a6;
  }
}
.underlayer_nav__list .list_second .title a:active:before {
  border-top-color: #2c31a6;
  border-left-color: #2c31a6;
}
.underlayer_nav__list .list_second .child {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 5px 5px 10px 20px;
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__list .list_second .child {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .underlayer_nav__list .list_second .child {
    padding: 5px 5px 10px 20px;
  }
}

.blog_side_nav {
  background: #f3f4fa;
  border-radius: 4px;
  padding: 22px 16px 4px;
}
@media print, screen and (min-width: 920px) {
  .blog_side_nav.type_sticky {
    position: sticky;
    top: 130px;
    overflow-y: auto;
    scrollbar-color: #2c31a6;
    scrollbar-width: 4px;
  }
}
.blog_side_nav.type_sticky::-webkit-scrollbar {
  background: #cecece;
  width: 5px;
}
.blog_side_nav.type_sticky::-webkit-scrollbar-thumb {
  background-color: #2c31a6;
}

.blog_side_nav__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #cecece;
}

.blog_side_nav__list li {
  border-bottom: 1px solid #cecece;
}
.blog_side_nav__list li:last-child {
  border-bottom: 0;
}
.blog_side_nav__list li a {
  position: relative;
  display: block;
  padding-block: 14px;
  padding-right: 25px;
  font-weight: 600;
}
.blog_side_nav__list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2b319c;
  border-left: 2px solid #2b319c;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .blog_side_nav__list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2b319c;
  }
  .blog_side_nav__list li a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    right: 7px;
  }
}
.blog_side_nav__list li a:active {
  color: #2b319c;
}
.blog_side_nav__list li a:active::after {
  right: 7px;
}

.news_single_title {
  margin-bottom: 26px;
}
@media print, screen and (min-width: 768px) {
  .news_single_title {
    margin-bottom: 32px;
  }
}

.news_single_title__date_category {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .news_single_title__date_category {
    gap: 22px;
  }
}
.news_single_title__date_category time {
  font-size: 1.2rem;
  font-weight: 600;
  color: #797a91;
}
@media print, screen and (min-width: 768px) {
  .news_single_title__date_category time {
    font-size: 1.4rem;
  }
}
.news_single_title__date_category .category {
  line-height: 1;
  font-size: 1.2rem;
  padding: 4px 20px 5px;
  min-width: 100px;
  text-align: center;
  background: #f3f4f9;
  border-radius: 100px;
  color: #2c31a6;
}
@media print, screen and (min-width: 768px) {
  .news_single_title__date_category .category {
    min-width: 115px;
    font-size: 1.4rem;
  }
}

.news_single_title__title {
  margin-top: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2c31a6;
}
@media print, screen and (min-width: 768px) {
  .news_single_title__title {
    margin-top: 12px;
    font-size: 3.2rem;
    padding-bottom: 28px;
  }
}

.blog_single_nav {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media print, screen and (min-width: 920px) {
  .blog_single_nav {
    margin-top: 80px;
  }
}

.blog_single_nav__back_top a {
  position: relative;
  font-size: 1.6rem;
  padding-right: 50px;
  text-decoration: underline;
}
.blog_single_nav__back_top a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #1c1f38;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
}
.blog_single_nav__back_top a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .blog_single_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover {
    text-decoration: none;
  }
  .blog_single_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform: translateY(-50%) scale(1.04);
  }
  .blog_single_nav__back_top a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(-50%) translateX(3px) rotate(45deg);
  }
}
.blog_single_nav__back_top a:active {
  text-decoration: none;
}
.blog_single_nav__back_top a:active::before {
  transform: translateY(-50%) scale(1.04);
}
.blog_single_nav__back_top a:active::after {
  transform: translateY(-50%) translateX(3px) rotate(45deg);
}

.nav_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination {
    margin-top: 60px;
  }
}
.nav_pagination .prev a,
.nav_pagination .next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #1c1f38;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #1c1f38;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination .prev a,
  .nav_pagination .next a {
    width: 40px;
    height: 40px;
  }
}
.nav_pagination .prev {
  margin-right: 8px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination .prev {
    margin-right: 20px;
  }
}
.nav_pagination .prev a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  left: calc(50% + 2px);
  border-bottom: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  transform: translate(-50%, -50%) rotate(135deg);
}
@media (hover: hover) {
  .nav_pagination .prev a:where(:any-link, :enabled, summary, span, dt, div):hover {
    border-color: #2c31a6;
    background-color: #2c31a6;
  }
  .nav_pagination .prev a:where(:any-link, :enabled, summary, span, dt, div):hover:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
.nav_pagination .prev a:active {
  border-color: #2c31a6;
  background-color: #2c31a6;
}
.nav_pagination .prev a:active:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.nav_pagination .next {
  margin-left: 8px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination .next {
    margin-left: 20px;
  }
}
.nav_pagination .next a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  left: calc(50% - 2px);
  border-top: 1px solid #1c1f38;
  border-left: 1px solid #1c1f38;
  transform: translate(-50%, -50%) rotate(135deg);
}
@media (hover: hover) {
  .nav_pagination .next a:where(:any-link, :enabled, summary, span, dt, div):hover {
    border-color: #2c31a6;
    background-color: #2c31a6;
  }
  .nav_pagination .next a:where(:any-link, :enabled, summary, span, dt, div):hover:after {
    border-top-color: #fff;
    border-left-color: #fff;
  }
}
.nav_pagination .next a:active {
  border-color: #2c31a6;
  background-color: #2c31a6;
}
.nav_pagination .next a:active:after {
  border-top-color: #fff;
  border-left-color: #fff;
}
.nav_pagination .count {
  display: flex;
  align-items: center;
}
.nav_pagination .count a {
  display: block;
  text-decoration: none;
  width: 32px;
  color: #1c1f38;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  padding: 8px;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination .count a {
    width: 40px;
    padding: 12px;
  }
}
@media (hover: hover) {
  .nav_pagination .count a:where(:any-link, :enabled, summary, span, dt, div):hover {
    border-color: #2c31a6;
    background-color: #2c31a6;
    color: #fff;
  }
}
.nav_pagination .count a:active {
  border-color: #2c31a6;
  background-color: #2c31a6;
  color: #fff;
}
.nav_pagination .count li {
  margin-right: 5px;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination .count li {
    margin-right: 10px;
  }
}
.nav_pagination .count li:last-of-type {
  margin-right: 0;
}
.nav_pagination .count li.current a {
  color: #fff;
  background: #2c31a6;
}
.nav_pagination .count li.dot {
  color: #1c1f38;
  border: none;
  padding: 15px 0;
  min-width: auto;
}
.nav_pagination .page_back {
  display: block;
  padding: 0 50px;
}
.nav_pagination .page_back a {
  display: block;
  text-decoration: none;
  color: #1c1f38;
  width: 108px;
  text-align: center;
  border: 1px solid #d7d7e0;
  padding: 8px 10px;
  font-family: "Noto Serif JP", serif;
}
@media (hover: hover) {
  .nav_pagination .page_back a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background: #ededef;
  }
}
.nav_pagination .page_back a:active {
  background: #ededef;
}
.nav_pagination.single_pagination {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .nav_pagination.single_pagination {
    margin-top: 100px;
  }
}

.recruit_contents {
  background-color: #f3f4fa;
}
.recruit_contents .page_main_body {
  padding-bottom: 0;
}

.recruit_article {
  background-color: #fff;
  padding: 60px 0 80px;
}
@media print, screen and (min-width: 768px) {
  .recruit_article {
    padding: 60px 0 150px;
  }
}

.recruit_inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .recruit_inner {
    width: calc(100% - 80px);
  }
}

.recruit_anchor_list {
  margin: 0 -10px 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: calc(100% + 26px);
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit_anchor_list {
    row-gap: 17px;
    margin-left: -13px;
    margin-right: -13px;
  }
}

.recruit_anchor_item {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_anchor_item {
    width: 25%;
    margin-bottom: 0;
    padding: 0 13px;
  }
}
.recruit_anchor_item a {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px 45px 10px 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 100px;
  border: 1px solid #1c1f38;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .recruit_anchor_item a {
    padding: 13px 45px 13px 24px;
  }
}
@media (hover: hover) {
  .recruit_anchor_item a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .recruit_anchor_item a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    background-color: #fff;
  }
  .recruit_anchor_item a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    border-color: #2c31a6;
  }
}
.recruit_anchor_item a:active {
  color: #2c31a6;
}
.recruit_anchor_item a:active::before {
  background-color: #fff;
}
.recruit_anchor_item a:active::after {
  border-color: #2c31a6;
}
.recruit_anchor_item a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .recruit_anchor_item a::before {
    width: 25px;
    height: 25px;
  }
}
.recruit_anchor_item a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .recruit_anchor_item a::after {
    right: 24px;
  }
}

.recruit_list_category {
  position: relative;
  color: #2c31a6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
  padding-top: 90px;
  margin-top: -40px;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_category {
    font-size: 4rem;
    padding-top: 140px;
    margin-top: -60px;
    margin-bottom: 0;
  }
}
.recruit_list_category span {
  position: relative;
  z-index: 1;
}

.recruit_paragraph {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .recruit_paragraph {
    margin-top: 40px;
  }
}

.recruit_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .recruit_list {
    column-gap: 32px;
    row-gap: 20px;
  }
}

.recruit_list_item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_item {
    width: calc((100% - 32px) / 2);
  }
}
.recruit_list_item > a,
.recruit_list_item > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 50px 20px 15px;
  height: 100%;
  text-decoration: none;
  background: #f7f7f7;
  border: 1px solid #cecece;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_item > a,
  .recruit_list_item > div {
    padding: 24px 70px 24px 24px;
  }
}
.recruit_list_item > a {
  background-color: #f3f4f9;
  position: relative;
}
@media (hover: hover) {
  .recruit_list_item > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    border-color: #2c31a6;
    color: #2c31a6;
  }
  .recruit_list_item > a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #fff;
  }
  .recruit_list_item > a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    border-color: #2c31a6;
  }
}
.recruit_list_item > a:active {
  border-color: #2c31a6;
  color: #2c31a6;
}
.recruit_list_item > a:active::after {
  background-color: #fff;
}
.recruit_list_item > a:active::before {
  border-color: #2c31a6;
}
.recruit_list_item > a::before, .recruit_list_item > a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_list_item > a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 1px solid #2c31a6;
  background-color: #2c31a6;
  transition: 0.3s;
  right: 14px;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_item > a::after {
    width: 32px;
    height: 32px;
    right: 16px;
  }
}
.recruit_list_item > a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  z-index: 1;
  right: 26px;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_item > a::before {
    width: 8px;
    height: 8px;
    right: 30px;
  }
}
.recruit_list_item .parent_link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .recruit_list_item .parent_link {
    font-size: 2rem;
  }
}
.recruit_list_item .parent_detail {
  margin-top: 10px;
}

.recruit_list_item__name .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .recruit_list_item__name .jp {
    font-size: 2rem;
  }
}

.page_recruit_single_head__info__name h1 {
  position: relative;
  color: #2c31a6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .page_recruit_single_head__info__name h1 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
.page_recruit_single_head__info__name h1 span {
  position: relative;
  z-index: 1;
}

.page_recruit_single_head {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .page_recruit_single_head {
    margin-bottom: 45px;
  }
}

.doctor_list_category {
  position: relative;
  color: #2c31a6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 600;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .doctor_list_category {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
.doctor_list_category:not(:first-child) {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .doctor_list_category:not(:first-child) {
    padding-top: 90px;
  }
}
.doctor_list_category span {
  position: relative;
  z-index: 1;
}

.doctor_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 45px;
}
@media print, screen and (min-width: 768px) {
  .doctor_list {
    column-gap: 30px;
    row-gap: 60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .doctor_list {
    row-gap: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .doctor_list {
    column-gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .doctor_list_item {
    width: calc((100% - 60px) / 3);
  }
}
@media print, screen and (min-width: 1180px) {
  .doctor_list_item {
    width: calc((100% - 90px) / 4);
  }
}
@media print, screen and (min-width: 1280px) {
  .doctor_list_item {
    width: calc((100% - 120px) / 4);
  }
}

.doctor_list_item__link:hover .doctor_list_item__img img {
  transform: scale(1.1);
}
.doctor_list_item__link:hover .doctor_list_item__info::before {
  border-color: #2c31a6;
}
.doctor_list_item__link:hover .doctor_list_item__info::after {
  background-color: #fff;
}

.doctor_list_item__img {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 400/425;
}
.doctor_list_item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.doctor_list_item__info {
  line-height: 1.4;
  position: relative;
  padding-right: 40px;
  margin-top: 15px;
}
.doctor_list_item__info::before, .doctor_list_item__info::after {
  position: absolute;
}
.doctor_list_item__info::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  z-index: 1;
  right: 12px;
  bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .doctor_list_item__info::before {
    width: 8px;
    height: 8px;
    right: 14px;
    bottom: 11px;
  }
}
.doctor_list_item__info::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  border: 1px solid #2c31a6;
  background-color: #2c31a6;
  transition: 0.3s;
  right: 0;
  bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .doctor_list_item__info::after {
    width: 32px;
    height: 32px;
  }
}

.doctor_list_item__category {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.doctor_list_item__name {
  margin-top: 6px;
}
.doctor_list_item__name .jp {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .doctor_list_item__name .jp {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 920px) {
  .doctor_list_item__name .jp {
    font-size: clamp(2.1rem, 2.28vw, 2.4rem);
  }
}
@media print, screen and (min-width: 1180px) {
  .doctor_list_item__name .jp {
    font-size: clamp(2.4rem, 2.03vw, 3rem);
  }
}
.doctor_list_item__name .en {
  display: block;
  color: #2c31a6;
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.page_doctor_single_head__img {
  margin: 0 calc(-50vw + 50%);
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__img {
    margin: 0;
  }
}
.page_doctor_single_head__img img {
  width: 100%;
}

.page_doctor_single_head__flex {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__flex {
    row-gap: 0;
    flex-direction: row;
    column-gap: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__flex {
    column-gap: 50px;
  }
}

.page_doctor_single_head__info {
  line-height: 1.4;
  flex-grow: 1;
}

.page_doctor_single_head_info__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head_info__flex {
    align-items: center;
    flex-direction: row;
    column-gap: 30px;
    row-gap: 0;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head_info__flex {
    column-gap: 40px;
  }
}

.page_doctor_single_head__info__department {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  background-color: #1c1f38;
  padding: 2px 12px 4px;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__info__department {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__department {
    font-size: 3rem;
  }
}

.page_doctor_single_head__info__category {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__info__category {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__category {
    font-size: 2.8rem;
  }
}

.page_doctor_single_head__info__name {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__info__name {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__name {
    margin-top: 30px;
  }
}
.page_doctor_single_head__info__name .jp {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__name .jp {
    column-gap: 28px;
  }
}
.page_doctor_single_head__info__name .jp .kanji {
  font-size: 3.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 360px) {
  .page_doctor_single_head__info__name .jp .kanji {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__name .jp .kanji {
    font-size: 5.6rem;
  }
}
.page_doctor_single_head__info__name .jp .furigana {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__info__name .jp .furigana {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__name .jp .furigana {
    font-size: 2rem;
  }
}
.page_doctor_single_head__info__name .en {
  display: inline-block;
  color: #2c31a6;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_head__info__name .en {
    font-size: 3.2rem;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_head__info__name .en {
    font-size: 4rem;
  }
}

.page_doctor_single_thumb__img {
  width: min(80vw, 450px);
  margin: 0 auto;
  flex-shrink: 0;
  aspect-ratio: 400/425;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_thumb__img {
    margin: 0;
    width: 32%;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_doctor_single_thumb__img {
    width: 390px;
  }
}
.page_doctor_single_thumb__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.doctor_single_cms-contents {
  margin-top: 90px;
}

.page_doctor_single_title:not(.page_doctor_single_info_title) {
  color: #2c31a6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 0;
  padding-top: 30px;
  position: relative;
  line-height: 1.4;
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .page_doctor_single_title:not(.page_doctor_single_info_title) {
    font-size: 4rem;
    padding-top: 40px;
    margin-top: 90px;
  }
}
.page_doctor_single_title:not(.page_doctor_single_info_title) span {
  position: relative;
  z-index: 1;
}

.page_doctor_single_info_title {
  font-size: 2rem;
  font-weight: 600;
  padding: 15px;
  margin-top: 40px;
  background: #f3f4f9;
  position: relative;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .page_doctor_single_info_title {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}
.page_doctor_single_info_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 100%;
  transform: translateY(-50%);
  background-color: #2c31a6;
}

ul.page_doctor_single_info_list,
ol.page_doctor_single_info_list {
  margin-top: 25px;
}
ul.page_doctor_single_info_list > li,
ol.page_doctor_single_info_list > li {
  position: relative;
  padding-left: 2rem;
  margin-top: 10px;
}
ul.page_doctor_single_info_list > li::before,
ol.page_doctor_single_info_list > li::before {
  display: block;
  position: absolute;
}
ul.page_doctor_single_info_list > li > ul,
ul.page_doctor_single_info_list > li > ol,
ol.page_doctor_single_info_list > li > ul,
ol.page_doctor_single_info_list > li > ol {
  margin-top: 10px;
}

ul.page_doctor_single_info_list > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 7px;
  background-color: #2c31a6;
  top: 7px;
  left: 3px;
}
@media print, screen and (min-width: 920px) {
  ul.page_doctor_single_info_list > li::before {
    top: 0.6em;
  }
}
ul.page_doctor_single_info_list > li ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #2c31a6;
  background-color: #fff;
  top: 8px;
  left: 3px;
}
@media print, screen and (min-width: 920px) {
  ul.page_doctor_single_info_list > li ul li::before {
    top: 10px;
  }
}

ol.page_doctor_single_info_list {
  counter-reset: number;
}
ol.page_doctor_single_info_list > li {
  margin-top: 16px;
}
ol.page_doctor_single_info_list > li::before {
  counter-increment: number;
  content: counter(number) ")";
  color: #2c31a6;
  font-weight: 600;
  top: 0;
  left: 0;
}
ol.page_doctor_single_info_list > li:nth-of-type(n + 10) {
  padding-left: 3rem;
}
ol.page_doctor_single_info_list > li:nth-of-type(n + 10) :before {
  letter-spacing: 0em;
}
ol.page_doctor_single_info_list > li ol > li {
  padding-left: 2.7rem;
}
ol.page_doctor_single_info_list > li ol > li::before {
  content: counter(number) ")";
  color: #797a91;
  font-weight: 600;
}

.page_doctor_single_schedule__table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  border: 1px solid #cecece !important;
  line-height: 1.5;
  margin-top: 40px;
  table-layout: fixed;
}
.page_doctor_single_schedule__table .col01 {
  width: 400px;
}
.page_doctor_single_schedule__table .col02,
.page_doctor_single_schedule__table .col03,
.page_doctor_single_schedule__table .col04,
.page_doctor_single_schedule__table .col05,
.page_doctor_single_schedule__table .col06 {
  width: calc((100% - 400px) / 5);
}
.page_doctor_single_schedule__table th,
.page_doctor_single_schedule__table td {
  padding: 13px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cecece !important;
}
@media print, screen and (min-width: 768px) {
  .page_doctor_single_schedule__table th,
  .page_doctor_single_schedule__table td {
    padding: 10px;
  }
}
.page_doctor_single_schedule__table th {
  background-color: #f3f4f9 !important;
}
.page_doctor_single_schedule__table thead th {
  color: #fff;
  background-color: #797a91 !important;
  font-weight: bold;
}
.page_doctor_single_schedule__table tbody th {
  min-width: 130px;
  width: 400px;
  background-color: #f3f4f9 !important;
  font-weight: bold;
}
.page_doctor_single_schedule__table p:first-child,
.page_doctor_single_schedule__table span:first-child {
  margin-top: 0;
}
.page_doctor_single_schedule__table .time {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
.page_doctor_single_schedule__table .reception {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
.page_doctor_single_schedule__table .line {
  display: inline-block;
  width: 25px;
  height: 3px;
  transform: translateY(-3px);
  background-color: #999999;
  vertical-align: middle;
}
.page_doctor_single_schedule__table .circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #e6163e;
}
.page_doctor_single_schedule__table .text {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.doctor_blog_single_nav {
  display: block;
  position: relative;
  text-align: center;
  width: 250px;
  margin: 60px auto 0;
}
@media print, screen and (min-width: 768px) {
  .doctor_blog_single_nav {
    margin: 100px auto 0;
  }
}
.doctor_blog_single_nav .blog_single_nav__back_top .center {
  padding-right: 0;
}
.doctor_blog_single_nav .blog_single_nav__back_top .center::before, .doctor_blog_single_nav .blog_single_nav__back_top .center::after {
  content: none;
}
.doctor_blog_single_nav .prev,
.doctor_blog_single_nav .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
}
.doctor_blog_single_nav .prev::before, .doctor_blog_single_nav .prev::after,
.doctor_blog_single_nav .next::before,
.doctor_blog_single_nav .next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.doctor_blog_single_nav .prev {
  left: 0;
}
.doctor_blog_single_nav .prev::before {
  width: 40px;
  height: 40px;
  border: 1px solid #1c1f38;
  border-radius: 50%;
  left: 0;
}
.doctor_blog_single_nav .prev::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c1f38;
  border-left: 1px solid #1c1f38;
  border-right: none;
  left: 18px;
  transform: translateY(-50%) rotate(-45deg);
}
.doctor_blog_single_nav .prev:hover::after {
  transform: translateY(-50%) translateX(-3px) rotate(-45deg);
}
.doctor_blog_single_nav .next {
  right: 0;
}
.doctor_blog_single_nav .next::before {
  width: 40px;
  height: 40px;
  border: 1px solid #1c1f38;
  border-radius: 50%;
  right: 0;
}
.doctor_blog_single_nav .next::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #1c1f38;
  border-right: 1px solid #1c1f38;
  border-left: none;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
.doctor_blog_single_nav .next:hover::after {
  transform: translateY(-50%) translateX(3px) rotate(45deg);
}
.doctor_blog_single_nav .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.feature_title_under_text {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .feature_title_under_text {
    margin-bottom: 56px;
  }
}

.feature_button {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  background-color: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 80px 12px 24px;
  max-width: 240px;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .feature_button {
    font-size: 1.8rem;
    margin-top: 42px;
    width: auto;
    max-width: none;
    max-width: 300px;
    padding: 16px 100px 15px 24px;
  }
}
.feature_button:hover {
  color: #2c31a6;
  background-color: #fff;
}
.feature_button:hover::before {
  background-color: #2c31a6;
  border-color: #2c31a6;
}
.feature_button:hover::after {
  border-color: #fff;
}
.feature_button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_button::before {
    right: 24px;
  }
}
.feature_button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2c31a6;
  border-right: 1px solid #2c31a6;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 27px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_button::after {
    right: 35px;
  }
}

.parts_anchor {
  margin-top: 50px;
}

.parts_anchor_list {
  margin: 0 -10px 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: calc(100% + 26px);
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_list {
    row-gap: 17px;
    margin-left: -13px;
    margin-right: -13px;
  }
}

.parts_anchor_item {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_item {
    width: 33.3333333333%;
    margin-bottom: 0;
    padding: 0 13px;
  }
}

.parts_anchor_link {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px 45px 10px 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 100px;
  border: 1px solid #1c1f38;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link {
    padding: 13px 45px 13px 24px;
  }
}
@media (hover: hover) {
  .parts_anchor_link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #2c31a6;
  }
  .parts_anchor_link:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    background-color: #fff;
  }
  .parts_anchor_link:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    border-color: #2c31a6;
  }
}
.parts_anchor_link:active {
  color: #2c31a6;
}
.parts_anchor_link:active::before {
  background-color: #fff;
}
.parts_anchor_link:active::after {
  border-color: #2c31a6;
}
.parts_anchor_link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #2c31a6;
  border: 1px solid #2c31a6;
  border-radius: 9999px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link::before {
    width: 25px;
    height: 25px;
  }
}
.parts_anchor_link::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link::after {
    right: 24px;
  }
}

.page_feature_body {
  padding: 50px 0 0;
  border-bottom: 4px solid #fff;
}
@media print, screen and (min-width: 920px) {
  .page_feature_body {
    padding: 100px 0 0;
  }
}

.feature_sec {
  padding: 100px 0 50px;
  margin-top: -30px;
}
@media print, screen and (min-width: 768px) {
  .feature_sec {
    padding: 150px 0 90px;
    margin-top: -60px;
  }
}

.feature_title {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .feature_title {
    margin-bottom: 42px;
  }
}
.feature_title .ja {
  display: block;
  font-size: clamp(2.4rem, 7.5vw, 2.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .feature_title .ja {
    font-size: clamp(3.3rem, 3.58vw, 4.2rem);
  }
}
.feature_title .en {
  display: block;
  color: #2c31a6;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 8px;
}
@media print, screen and (min-width: 920px) {
  .feature_title .en {
    font-size: clamp(2rem, 2.17vw, 2.4rem);
    margin-top: 10px;
  }
}
.feature_title.center {
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .feature_intro_text {
    text-align: center;
  }
}

.feature_equipment_column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_column {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 14px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_equipment_column {
    column-gap: 32px;
    row-gap: 32px;
  }
}

.feature_equipment_card {
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_card {
    width: calc((100% - 28px) / 2);
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_equipment_card {
    width: calc((100% - 64px) / 3);
  }
}

.feature_equipment_card_link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_card_link {
    border-radius: 10px;
  }
}
.feature_equipment_card_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.feature_equipment_card_link:hover .feature_equipment_img img {
  transform: scale(1.1);
}
.feature_equipment_card_link:hover .feature_equipment_page::before {
  background-color: #fff;
}
.feature_equipment_card_link:hover .feature_equipment_page::after {
  border-color: #1c1f38;
}

.feature_equipment_img img {
  width: 100%;
  transition: transform 0.3s;
}

.feature_equipment_textarea {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.feature_equipment_text {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_text {
    font-size: 1.8rem;
  }
}

.feature_equipment_page {
  margin-top: 14px;
  padding: 0 20px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_page {
    margin-top: 20px;
  }
}
.feature_equipment_page::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(28, 31, 56, 0.5);
  position: absolute;
  bottom: 0;
  right: 20px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_page::before {
    width: 40px;
    height: 40px;
  }
}
.feature_equipment_page::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 33px;
  bottom: 11px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_page::after {
    width: 8px;
    height: 8px;
    right: 38px;
    bottom: 16px;
  }
}
.feature_equipment_page .ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_page .ja {
    font-size: 3.2rem;
  }
}
.feature_equipment_page .en {
  display: block;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  margin-top: 4px;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .feature_equipment_page .en {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.feature_treatment {
  padding-bottom: 0;
}

.treatment_top_bg {
  background-color: #f3f4f9;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .treatment_top_bg {
    padding-bottom: 100px;
  }
}

.feature_treatment_top {
  position: relative;
  overflow: hidden;
}

.feature_treatment_top_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_flex {
    flex-direction: row;
  }
}

.feature_treatment_top_item {
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_item:nth-child(1) .feature_treatment_top_img {
    margin-left: calc(-50vw + 100%);
  }
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_item:nth-child(1) .feature_treatment_top_textarea {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_item:nth-child(2) .feature_treatment_top_img {
    margin-right: calc(-50vw + 100%);
  }
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_item:nth-child(2) .feature_treatment_top_textarea {
    margin-left: 20px;
  }
}

.feature_treatment_top_img {
  margin: 0 calc(-50vw + 50%);
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_img {
    width: calc(100% + 50vw - 100%);
    margin: 0;
  }
}
.feature_treatment_top_img img {
  width: 100%;
}

.feature_treatment_top_textarea {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: -40px 0 0;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_textarea {
    padding: 30px;
    margin: -60px 0 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_treatment_top_textarea {
    padding: 40px;
    margin: -90px 0 0;
  }
}

.feature_treatment_top_title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_treatment_top_title {
    font-size: clamp(2.6rem, 2.1vw, 3.2rem);
  }
}

.feature_treatment_top_text {
  margin-top: 18px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_text {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.feature_treatment_top_linkbox {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_linkbox {
    margin-top: auto;
  }
}

.feature_treatment_top_linkarea {
  text-align: right;
}
.feature_treatment_top_linkarea:not(:first-child) {
  margin-top: 16px;
}

.feature_treatment_top_link {
  display: inline-flex;
  column-gap: 20px;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding-right: 30px;
}
@media print, screen and (min-width: 1180px) {
  .feature_treatment_top_link {
    font-size: 1.8rem;
    padding-right: 45px;
  }
}
.feature_treatment_top_link:hover::before {
  background-color: #fff;
}
.feature_treatment_top_link:hover::after {
  border-color: #2c31a6;
}
.feature_treatment_top_link::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.feature_treatment_top_link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_top_link::after {
    width: 6px;
    height: 6px;
  }
}

.feature_treatment_buttonarea {
  text-align: center;
}
.feature_treatment_buttonarea .feature_treatment_button {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .feature_treatment_buttonarea .feature_treatment_button {
    margin-top: 70px;
  }
}

.feature_treatment_bottom {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom {
    margin-top: 90px;
  }
}

.feature_treatment_bottom_title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  column-gap: 40px;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_treatment_bottom_title {
    font-size: clamp(2.6rem, 2.1vw, 3.2rem);
  }
}
.feature_treatment_bottom_title::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #cecece;
}

.feature_treatment_bottom_flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_flex {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_treatment_bottom_flex {
    column-gap: 70px;
  }
}

@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_img {
    width: calc((100% - 70px) / 2);
  }
}
.feature_treatment_bottom_img img {
  width: 100%;
}

@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_textarea {
    width: calc((100% - 70px) / 2);
  }
}

.feature_catch {
  color: #2c31a6;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .feature_catch {
    font-size: clamp(1.8rem, 1.95vw, 2.4rem);
  }
}

.feature_treatment_bottom_textarea_text {
  margin-top: 20px;
}

.feature_treatment_bottom_card {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_card {
    flex-direction: row;
    margin-top: 70px;
  }
}

.feature_treatment_bottom_carditem {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_carditem {
    width: calc((100% - 60px) / 3);
  }
}

.feature_treatment_bottom_cardlink {
  display: flex;
  row-gap: 10px;
  padding: 14px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  column-gap: 10px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_cardlink {
    column-gap: 12px;
  }
}
.feature_treatment_bottom_cardlink:hover::before {
  background-color: #fff;
}
.feature_treatment_bottom_cardlink:hover::after {
  border-color: #2c31a6;
}
.feature_treatment_bottom_cardlink::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #2c31a6;
  border-radius: 50%;
  background-color: #2c31a6;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: 0.3s;
}
.feature_treatment_bottom_cardlink::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 17px;
  right: 19px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_cardlink::after {
    width: 6px;
    height: 6px;
  }
}

.feature_treatment_bottom_cardimg {
  flex-shrink: 0;
  width: 80px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_cardimg {
    width: 150px;
  }
}
.feature_treatment_bottom_cardimg img {
  width: 100%;
  border-radius: 4px;
}

.feature_treatment_bottom_cardtextarea {
  flex-grow: 1;
  padding-right: 30px;
}
@media print, screen and (min-width: 920px) {
  .feature_treatment_bottom_cardtextarea {
    padding-right: 0;
  }
}

.feature_treatment_bottom_cardareatitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
}

.feature_treatment_bottom_cardareatext {
  margin-top: 6px;
  line-height: 1.4;
}

.feature_treatment_bottom_buttonarea {
  margin-top: 20px;
  text-align: right;
}
.feature_memorial {
  background-color: #f3f4f9;
}

.feature_memorial_top {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top {
    margin-top: -60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_memorial_top {
    margin-top: -80px;
  }
}

.feature_memorial_top_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_flex {
    flex-direction: row;
  }
}

.feature_memorial_top_item {
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_item:nth-child(1) .feature_memorial_top_img {
    margin-left: calc(-50vw + 100%);
  }
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_item:nth-child(1) .feature_memorial_top_textarea {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_item:nth-child(2) .feature_memorial_top_img {
    margin-right: calc(-50vw + 100%);
  }
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_item:nth-child(2) .feature_memorial_top_textarea {
    margin-left: 20px;
  }
}

.feature_memorial_top_textarea {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_textarea {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_memorial_top_textarea {
    padding: 40px;
  }
}

.feature_memorial_top_title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c31a6;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_memorial_top_title {
    font-size: 2.4rem;
  }
}

.feature_memorial_top_text {
  margin-top: 18px;
}
@media print, screen and (min-width: 920px) {
  .feature_memorial_top_text {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.feature_doctor {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor {
    padding-bottom: 120px;
  }
}

.feature_doctor_flex {
  display: flex;
  row-gap: 40px;
  margin-right: calc(-50vw + 50%);
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_flex {
    align-items: center;
    flex-direction: row;
    column-gap: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_doctor_flex {
    column-gap: 70px;
  }
}

.feature_doctor_textarea {
  width: 100%;
  min-width: 335px;
  flex-shrink: 0;
  padding-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_textarea {
    width: 24%;
    padding-right: 0;
  }
}

.feature_doctor_buttonarea {
  margin-top: 20px;
  text-align: right;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_buttonarea {
    margin-top: 0;
    text-align: left;
  }
}

.feature_doctor_slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature_doctor_slider .feature_doctor_slider_wrapper {
  display: flex;
  width: 433.3333333333%; /* 2セット分 */
  animation: doctorSlide 20s linear infinite;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_slider .feature_doctor_slider_wrapper {
    width: 320.987654321%; /* 2セット分 */
    animation: doctorSlide2 30s linear infinite;
  }
}
.feature_doctor_slider .doctor_slide_item {
  flex-shrink: 0;
  flex: 0 0 16.6666666667%; /* 3枚表示用 */
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_slider .doctor_slide_item {
    flex: 0 0 12.3456790123%; /* 3枚表示用 */
  }
}
.feature_doctor_slider .doctor_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_doctor_slider {
  /* 無限スライドアニメーション */
}
@keyframes doctorSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-216.6666666667%);
  } /* 1セット分左に移動 */
}
@keyframes doctorSlide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-160.4938271605%);
  } /* 1セット分左に移動 */
}
.feature_doctor_slider {
  /* 停止状態用 */
}
.feature_doctor_slider .paused {
  animation-play-state: paused !important;
}
.feature_doctor_slider .feature_doctor_slider_option {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  column-gap: 28px;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .feature_doctor_slider .feature_doctor_slider_option {
    right: 20px;
    bottom: 20px;
  }
}
.feature_doctor_slider .feature_doctor_slider_toggle {
  background-color: #fff;
  border-radius: 9999px;
  height: 35px;
  width: 80px;
  transition: opacity 0.3s;
}
.feature_doctor_slider .feature_doctor_slider_toggle:hover {
  opacity: 0.7;
}
.feature_doctor_slider .feature_doctor_slider_toggle .pause::before {
  width: 9px;
  height: 15px;
  margin-right: 7px;
  border-left: 3px solid #5c5c5c;
  border-right: 3px solid #5c5c5c;
}
.feature_doctor_slider .feature_doctor_slider_toggle .play::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #5c5c5c;
  border-right: 0;
  margin-right: 3px;
}
.feature_doctor_slider .feature_doctor_slider_toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5c5c;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.feature_doctor_slider .feature_doctor_slider_toggle span::before {
  content: "";
  display: block;
}

.feature_outage {
  background-color: #f3f4f9;
}

.feature_outage_title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .feature_outage_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_outage_title {
    font-size: clamp(2.6rem, 2.1vw, 3.2rem);
  }
}

.feature_outage_flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_outage_flex {
    flex-direction: row;
    column-gap: 40px;
  }
}

.feature_outage_img img {
  width: 100%;
}

.feature_outage_text:not(:first-of-type) {
  margin-top: 1.5em;
}

.feature_seishu {
  overflow: hidden;
}
.feature_seishu_flex {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  row-gap: 20px;
  margin-right: calc(-50vw + 50%);
  padding-bottom: 60px;
}
@media print, screen and (min-width: 920px) {
  .feature_seishu_flex {
    flex-direction: row;
    column-gap: 40px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_seishu_flex {
    column-gap: 70px;
  }
}

.feature_seishu_textarea {
  padding-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .feature_seishu_textarea {
    width: 35%;
    min-width: 400px;
    flex-shrink: 0;
    padding-right: 0;
  }
}

.feature_seishu_title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .feature_seishu_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_seishu_title {
    font-size: clamp(2.6rem, 2.1vw, 3.2rem);
  }
}

.feature_seishu_catch {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-top: 8px;
}
@media print, screen and (min-width: 920px) {
  .feature_seishu_catch {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .feature_seishu_catch {
    font-size: 2rem;
  }
}

.feature_seishu_text {
  margin-top: 20px;
}

.feature_seishu_buttonarea {
  margin-top: 40px;
  text-align: right;
}
@media print, screen and (min-width: 920px) {
  .feature_seishu_buttonarea {
    text-align: left;
    margin-top: 0;
  }
}

.feature_seishu_img {
  flex-grow: 1;
}
.feature_seishu_img img {
  width: 100%;
}

.radiology_image_01 {
  padding: 20px 0;
}

.radiology_image_column01 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .radiology_image_column01 {
    column-gap: 20px;
    row-gap: 20px;
    flex-direction: row;
  }
}

.radiology_image_column01_item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .radiology_image_column01_item {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (min-width: 1180px) {
  .radiology_image_column01_item {
    width: calc((100% - 60px) / 4);
  }
}
.radiology_image_column01_item video,
.radiology_image_column01_item img {
  width: 100%;
  vertical-align: bottom;
}

.radiology_image_column01_text,
.radiology_image_column02_text {
  font-size: 1.3rem;
}

.radiology_image_02 {
  padding: 20px 0;
}

.radiology_image_column02 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .radiology_image_column02 {
    column-gap: 20px;
    row-gap: 20px;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1180px) {
  .radiology_image_column02 {
    column-gap: 35px;
  }
}

.radiology_image_column02_item:nth-child(1) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .radiology_image_column02_item:nth-child(1) {
    width: calc((100% - 35px) * 0.55);
  }
}
.radiology_image_column02_item:nth-child(2) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .radiology_image_column02_item:nth-child(2) {
    width: calc((100% - 35px) * 0.45);
  }
}
.radiology_image_column02_item video,
.radiology_image_column02_item img {
  width: 100%;
  vertical-align: bottom;
}