@charset "UTF-8";
.home .page-wrapper {
  max-width: 100%;
  padding: 0;
}
.home .page-wrapper .section {
  padding: 115px 0;
}
.home .page-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.home .page-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .mv {
  margin-top: 90px;
}
.home .mv img {
  width: 100%;
  vertical-align: bottom;
}
.home .mv video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.home-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #F0F5FC;
}
.home-info .ttl-lg3 {
  font-size: 2rem;
}
.home-info .news-important {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px 30px 0;
  background: #F0F5FC;
  transform: translateY(-100%);
  border-top-right-radius: 10px;
}
.home-info .news-important-head {
  width: 200px;
  border-right: 1px solid #DDDDDD;
}
.home-info .news-important-head h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  font-size: 1.125rem;
}
.home-info .news-important-head h2 {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #B90505;
}
.home-info .news-important-head h2::before {
  content: "！";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  background: #B90505;
  border-radius: 100%;
}
.home-info .news-important-head .btn-link {
  font-size: 0.75rem;
}
.home-info .news-important-head .btn-link {
  color: #4A6088;
}
.home-info .news-important .news-wrapper {
  position: relative;
  flex: 1;
  width: calc(100% - 200px);
  margin: 0;
}
.home-info .news-important .news-slider {
  margin: 0 40px;
  margin-right: 80px;
}
.home-info .news-important .news-slider a {
  display: inline-block;
  width: 100%;
}
.home-info .news-important .news-slider .article-list-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.home-info .news-important .news-slider .article-list-inner .date {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.75rem;
}
.home-info .news-important .news-slider .article-list-inner .date {
  font-family: "Lato", serif;
}
.home-info .news-important .news-slider .article-list-inner .label {
  flex: 1;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-info .news-important .swiper-button-prev, .home-info .news-important .swiper-button-next {
  bottom: auto;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4A6088;
  border-radius: 100%;
  transition: 0.2s ease-in;
}
.home-info .news-important .swiper-button-prev::after, .home-info .news-important .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #4A6088;
  transition: all 0.2s ease;
  mask-image: url(../../img/common/icon-arrow2.svg);
  transition: 0.2s ease-in;
}
.home-info .news-important .swiper-button-prev {
  left: auto;
  right: 40px;
}
.home-info .news-important .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.home-info .news-important .swiper-button-next {
  right: 0;
}
.home-info .news-important + .page-content {
  padding-top: 0;
}
.home-info .page-content {
  padding-top: 80px;
}
.home-ambulatory {
  flex: 1;
  width: 50%;
  padding: 60px 60px 90px;
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
}
.home-ambulatory .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.home-ambulatory .info-list dt {
  width: 5em;
  text-align: center;
  color: #4A6088;
  border: 1px solid #222;
}
.home-ambulatory .info-list dd {
  width: calc(100% - 6em);
}
.home-ambulatory .info-list dd .font-num {
  font-size: 1.375rem;
}
.home-ambulatory .bg-dark {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.home-ambulatory .bg-dark > div {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.home-ambulatory .bg-dark > div:last-child .block-column {
  text-align: center;
}
.home-ambulatory .bg-dark > div h3 {
  margin: 0 auto 1em;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #4A6088;
}
.home-ambulatory .btn-international {
  font-size: 1rem;
}
.home-guide {
  width: 50%;
  padding: 0 60px 90px;
  padding-right: 0;
}
.home-guide .block-btns {
  gap: 40px;
}
.home-guide .block-btns .block-btns {
  gap: 10px;
}
.home-guide .block-btns .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding: 10px 20px;
  padding-left: 15px;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.home-guide .block-btns .btn::after {
  width: 1.5em;
  height: 1.5em;
  background: #4A6088 !important;
}
.home-guide .block-btns .btn [class^=icon-color] {
  width: 64px;
  height: 64px;
  margin-left: 0;
}
.home-guide .block-btns .btn [class^=icon-color]::before {
  width: 50px;
  height: 50px;
}
.home-guide .block-btns .btn .icon-color-list::before {
  width: 55px;
  height: 55px;
}
.home-guide .block-btns .btn .icon-color-facility::before {
  width: 60px;
  height: 60px;
}
.home-guide .block-btns .btn h2 {
  flex: 1;
  padding-left: 0.5em;
}
.home-guide .block-btns .btn h2 .label {
  display: block;
  font-size: 1.5rem;
}
.home-guide .block-btns .btn h2 .label {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.2em;
  color: #4A6088;
}
.home-guide .block-btns .btn h2 .label-sub {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5625rem;
}
.home-guide .block-btns .btn h2 .label-sub {
  font-family: "Marcellus", serif;
  line-height: 1.4em;
  color: #777777;
}
.home-about {
  padding: 0 !important;
}
.home-about-inner {
  padding: 115px 0;
  background: #F0F5FC url(../../img/home/bg_about.jpg) top left no-repeat;
  background-size: cover;
}
.home-about .page-content-img {
  position: relative;
  width: 686px;
  min-height: 785px;
  margin-left: -60px;
}
.home-about .page-content-img.scrollin .fadeimg {
  opacity: 1;
}
.home-about .page-content-img img {
  max-width: 100%;
}
.home-about .page-content-img img.fadeimg {
  opacity: 0;
  transition: 0.5s ease-in;
}
.home-about .page-content-img img.img1 {
  width: 90%;
  transition-delay: 0;
}
.home-about .page-content-img img.img2 {
  position: absolute;
  top: 45%;
  right: 0;
  width: 50%;
  transition-delay: 0.4s;
}
.home-about .page-content-img img.img3 {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 29%;
  transition-delay: 0.2s;
}
.home-about .page-content-img img.img4 {
  position: absolute;
  bottom: 0;
  right: 27%;
  width: 27.7%;
  transition-delay: 0.6s;
}
.home-about .page-content-txt {
  position: relative;
  width: calc(100% - 700px);
  padding-top: 130px;
  padding-left: 140px;
  padding-right: 50px;
}
.home-about .page-content-txt .lead {
  display: inline-block;
  padding-left: 10%;
}
.home-about .page-content-txt .lead > span {
  padding-right: 0.4em;
  writing-mode: vertical-lr;
  font-size: 2.125rem;
}
.home-about .page-content-txt .lead > span {
  color: #4A6088;
  vertical-align: top;
}
.home-about .page-content-txt .lead > span:nth-child(1) {
  text-indent: 1em;
  animation-delay: 0.2s !important;
}
.home-about .page-content-txt .lead > span:nth-child(2) {
  animation-delay: 0s !important;
}
.home-about .page-content-txt .lead > span.blur {
  opacity: 0;
}
.home-about .page-content-txt .lead > span.blur.scrollin {
  animation-name: blur;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes blur {
  from {
    filter: blur(50px);
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.home-about .page-content-txt p {
  font-size: 1.0625rem;
}
.home-about .page-content-txt p {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 2.2em;
}
.home-about .clip {
  height: 33.33vw;
  clip-path: border-box;
}
.home-about .img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F5FC url(../../img/home/bg_about2.jpg) center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.home-news, .home-event {
  background: #fff;
}
.home-news .ttl-lg3, .home-event .ttl-lg3 {
  order: 1;
}
.home-news .article-list:not(:first-child), .home-event .article-list:not(:first-child) {
  display: none;
}
.home-news .article-list .message, .home-event .article-list .message {
  width: 100%;
  text-align: center;
}
.home-news .article-list-wrapper, .home-event .article-list-wrapper {
  width: 100%;
  max-width: 840px;
}
.home-news .article-list .list-item:has(a) a, .home-event .article-list .list-item:has(a) a {
  padding: 1.2em 2em;
}
.home-news .article-list .list-item, .home-event .article-list .list-item {
  color: #777777;
}
.home-news .article-list-inner, .home-event .article-list-inner {
  display: block;
}
.home-news .article-list .date, .home-event .article-list .date {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.875rem;
}
.home-news .article-list .date, .home-event .article-list .date {
  font-family: "Lato", serif;
}
.home-news .article-list .tag, .home-event .article-list .tag {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.75rem;
  line-height: 1.2em;
  color: #4A6088;
  background: #F0F5FC;
  border-radius: 9999px;
}
.home-news .article-list .label, .home-event .article-list .label {
  display: block;
  margin-top: 0.5em;
}
.home-news .article-list .icon-arrow::before, .home-event .article-list .icon-arrow::before {
  height: 1.5em;
  width: 1.5em;
  background: #4A6088;
}
.home-news .article-list-category, .home-event .article-list-category {
  order: 2;
}
.home-news .article-list-category li, .home-event .article-list-category li {
  padding: 0.2em 0;
}
.home-news .article-list-category a, .home-event .article-list-category a {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #4A6088;
  line-height: 1.2em;
}
.home-news .article-list-category a.is-active, .home-event .article-list-category a.is-active {
  background: #F0F5FC;
  border-radius: 9999px;
}
.home-event {
  border-top: 1px solid #DDDDDD;
}
.home-event .article-list {
  max-width: 840px;
}
.home-event .event-slider .article-list {
  max-width: none;
}
.home-event .event-slider:not(:first-child) {
  display: none;
}
.home-event .swiper-scrollbar {
  position: relative;
  margin-top: clamp(16px, 1rem + 0.8vw, 32px);
  margin-bottom: 80px;
}
.home-event .swiper-button-prev, .home-event .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #4A6088;
  border-radius: 100%;
  transition: 0.2s ease-in;
}
.home-event .swiper-button-prev::after, .home-event .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #4A6088;
  transition: all 0.2s ease;
  mask-image: url(../../img/common/icon-arrow2.svg);
  transition: 0.2s ease-in;
}
.home-event .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.home-event .swiper-button-next {
  top: auto;
  bottom: 0;
  right: auto;
  left: 70px;
}
.home-event .article-list {
  display: flex;
  width: 100%;
  gap: 0;
}
.home-event .article-list .list-item {
  width: 430px;
  height: auto;
  border: none;
}
.home-event .article-list .list-item:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.home-event .article-list .list-item:has(a) a {
  display: block;
  height: 100%;
  padding: 2em;
  color: #222;
}
.home-event .category {
  display: block;
  width: 100%;
}
.home-event .event-schedule {
  display: flex;
  flex-wrap: wrap;
}
.home-event .event-schedule .event-start-date,
.home-event .event-schedule .event-end-date {
  display: inline-block;
}
.home-event .event-schedule .event-start-date > span,
.home-event .event-schedule .event-end-date > span {
  display: block;
  font-size: 0.875rem;
}
.home-event .event-schedule .event-start-date > span,
.home-event .event-schedule .event-end-date > span {
  font-family: "Lato", serif;
  color: #4A6088;
}
.home-event .event-schedule .event-start-date > span.date,
.home-event .event-schedule .event-end-date > span.date {
  padding: 0.1em 0;
  font-size: 2em;
  font-weight: 700;
}
.home-event .event-schedule .event-start-date > span.date .week,
.home-event .event-schedule .event-end-date > span.date .week {
  font-size: 0.5em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.home-event .event-schedule .event-end-date {
  position: relative;
  padding-left: 2.5em;
}
.home-event .event-schedule .event-end-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  height: 0.75em;
  width: 1.5em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #4A6088;
  transform: translateY(-50%) rotate(90deg);
}
.home-event .event-wrap {
  text-align: left;
}
.home-event .event-wrap .event-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.home-event .event-wrap .event-head::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 2.5em;
  height: 2px;
  background: #4A6088;
}
.home-event .event-wrap .event-head figure {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
  aspect-ratio: 3/2;
}
.home-event .event-wrap .event-head figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-event .event-wrap .event-foot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9375rem;
}
.home-event .event-wrap .event-foot {
  padding: 1em 0 0;
  border-top: 1px solid #DDDDDD;
}
.home-event .event-wrap .event-foot::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 3em;
  height: 1px;
  background: #4A6088;
}
.home-event .event-wrap .event-foot .label {
  margin-top: 0;
}
.home-event .event-wrap h3 {
  margin-bottom: 1em;
  font-size: 1.25rem;
}
.home-event .event-wrap h3 {
  font-weight: 500;
  color: #4A6088;
}
.home-event .event-wrap p {
  margin-bottom: 2em;
  font-size: 1rem;
}
.home-event .event-wrap p {
  line-height: 1.5em;
}
.home-feature {
  text-align: center;
  background: url(../../img/home/bg_feature.jpg) center no-repeat;
  background-size: cover;
}
.home-feature .ttl-lg3 {
  font-size: 3.75rem;
}
.home-feature .ttl-lg3 {
  color: #fff;
}
.home-feature .ttl-lg3 .label-sub {
  color: #fff;
}
.home-feature .block-columns {
  gap: 30px;
}
.home-feature .block-columns .block-column {
  display: block;
  position: relative;
  padding: 30px 30px 80px;
  background: #fff;
  border-radius: 5px;
}
.home-feature .block-columns .block-column [class^=icon-color-] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: -30px auto 0;
  background: #fff;
  border-radius: 100%;
  transition: 1s ease;
}
.home-feature .block-columns .block-column [class^=icon-color-]::before {
  height: 45px;
  width: 45px;
}
.home-feature .block-columns .block-column h3 {
  justify-content: center;
}
.home-feature .block-columns .block-column dl dt {
  margin-bottom: 0.5em;
}
.home-feature .block-columns .block-column dl dd {
  text-align: left;
}
.home-feature .block-columns .block-column p {
  text-align: left;
}
.home-feature .block-columns .block-column .icon-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.home-feature .block-columns .block-column .icon-arrow::before {
  width: 2.5em;
  height: 2.5em;
  background: #4A6088;
}
.home-recruit {
  position: relative;
  background: url(../../img/home/bg_recruit.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-recruit .main-img {
  position: absolute;
  top: -115px;
  right: -65px;
  width: 80%;
  max-width: 980px;
}
.home-recruit .ttl-lg3 {
  align-items: flex-start;
  font-size: 4.375rem;
}
.home-recruit .ttl-lg3 .label {
  font-family: "Marcellus", serif;
}
.home-recruit .ttl-lg3 .label-sub {
  font-size: 1rem;
}
.home-recruit .ttl-lg3 .label-sub {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
.home-recruit .lead {
  font-size: 1.5rem;
}
.home-recruit .lead {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.75em;
}
.home-recruit .block-btns .btn {
  position: relative;
  height: 120px;
  padding: 0;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.home-recruit .block-btns .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, #fff 50%);
  z-index: 1;
}
.home-recruit .block-btns .btn .icon-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.home-recruit .block-btns .btn .icon-arrow::before {
  width: 1.5em;
  height: 1.5em;
  background: #4A6088;
}
.home-recruit .block-btns .btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  vertical-align: bottom;
}
.home-recruit .block-btns .btn .label {
  position: absolute;
  top: 50%;
  left: 55%;
  font-size: 1.5rem;
}
.home-recruit .block-btns .btn .label {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
  transform: translateY(-50%);
  z-index: 2;
}
.home .bottom-links {
  gap: 1px;
}
.home .bottom-links .block-column .bnr {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .bottom-links .block-column .bnr img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.home .bottom-links .block-column .bnr .label-group {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
}
.home .bottom-links .block-column .bnr .label-group .label {
  display: block;
  font-size: 2rem;
}
.home .bottom-links .block-column .bnr .label-group .label {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.42em;
}
.home .bottom-links .block-column .bnr .label-group .label-sub {
  display: block;
  margin-top: 0.8em;
  font-size: 0.75rem;
}
.home .bottom-links .block-column .bnr .label-group .label-sub {
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.home .bottom-links .block-column .bnr .label-group .icon-arrow {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.home .bottom-links .block-column .bnr .label-group .icon-arrow::before {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
}
@media screen and (max-width: 767px){
  .home .page-wrapper .section {
    padding: 80px 0;
  }
  .home .mv {
    margin-top: 17.9487179487vw;
  }
  .home .mv video {
    aspect-ratio: 780/1174;
  }
  .home-info .ttl-lg3 {
    font-size: 5.641025641vw;
  }
  .home-info .news-important {
    flex-direction: column;
    width: 95%;
    transform: none;
    transform: translateY(-30%);
  }
  .home-info .news-important-head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 1em;
    padding-bottom: 1em;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #DDDDDD;
  }
  .home-info .news-important-head h2 {
    font-size: 4.6153846154vw;
  }
  .home-info .news-important-head .btn-link {
    font-size: 3.0769230769vw;
  }
  .home-info .news-important .news-wrapper {
    width: 100%;
  }
  .home-info .news-important .news-slider {
    margin: 0 auto;
  }
  .home-info .news-important .news-slider .article-list-inner .date {
    font-size: 2.8205128205vw;
  }
  .home-info .news-important .swiper-wrapper {
    flex-wrap: wrap;
  }
  .home-info .news-important .swiper-button-prev, .home-info .news-important .swiper-button-next {
    display: none;
  }
  .home-info .news-important + .page-content {
    padding-top: 0;
  }
  .home-info .page-content {
    padding-top: 30px;
  }
  .home-ambulatory {
    width: 100%;
    padding: 20px;
  }
  .home-ambulatory .info-list dd .font-num {
    font-size: 5.1282051282vw;
  }
  .home-ambulatory .btn-international {
    font-size: 3.5897435897vw;
  }
  .home-guide {
    width: 100%;
    margin: 80px auto 0;
    padding: 0;
  }
  .home-guide .block-btns .btn h2 .label {
    font-size: 4.6153846154vw;
  }
  .home-guide .block-btns .btn h2 .label-sub {
    font-size: 2.3076923077vw;
  }
  .home-about-inner {
    padding-top: 19.2307692308vw;
  }
  .home-about .page-content-img {
    width: 100%;
    min-height: 90vw;
    margin: 0 auto;
  }
  .home-about .page-content-img img.img1 {
    width: 84vw;
  }
  .home-about .page-content-img img.img2 {
    width: 41vw;
    right: -20px;
  }
  .home-about .page-content-img img.img3 {
    top: 53%;
    left: 18%;
    width: 27.6vw;
  }
  .home-about .page-content-img img.img4 {
    width: 26.1vw;
    right: 10%;
    bottom: -20%;
  }
  .home-about .page-content-txt {
    width: 100%;
    padding: 0;
  }
  .home-about .page-content-txt .lead > span {
    font-size: 10.2564102564vw;
  }
  .home-about .page-content-txt p {
    font-size: 4.1025641026vw;
  }
  .home-about .clip {
    height: 123vw;
  }
  .home-news .page-content-row, .home-event .page-content-row {
    flex-direction: column;
    align-items: center;
  }
  .home-news .page-content-side, .home-event .page-content-side {
    display: contents;
  }
  .home-news .page-content-side .btn, .home-event .page-content-side .btn {
    order: 4;
  }
  .home-news .article-list-wrapper, .home-event .article-list-wrapper {
    margin-bottom: 12.8205128205vw;
    order: 3;
  }
  .home-news .article-list .list-item:has(a) a, .home-event .article-list .list-item:has(a) a {
    padding: 1.2em 0;
  }
  .home-news .article-list .date, .home-event .article-list .date {
    font-size: 3.0769230769vw;
  }
  .home-news .article-list-category li, .home-event .article-list-category li {
    display: inline-block;
  }
  .home-event .article-list-wrapper {
    width: 100%;
    order: 3;
  }
  .home-event .swiper {
    margin-bottom: clamp(32px, 2rem + 1.6vw, 64px);
  }
  .home-event .swiper-button-prev, .home-event .swiper-button-next {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .home-event .swiper-button-prev {
    left: 50%;
    transform: translateX(-120%);
  }
  .home-event .swiper-button-next {
    left: 50%;
    transform: translateX(20%);
  }
  .home-event .article-list {
    max-width: none;
  }
  .home-event .article-list .list-item {
    width: 100%;
  }
  .home-event .article-list .list-item:has(a) a {
    padding: 1.2em;
  }
  .home-event .event-schedule .event-start-date > span,
  .home-event .event-schedule .event-end-date > span {
    font-size: 3.5897435897vw;
  }
  .home-event .event-wrap .event-foot {
    font-size: 3.8461538462vw;
  }
  .home-event .event-wrap h3 {
    font-size: 5.1282051282vw;
  }
  .home-event .event-wrap p {
    font-size: 3.5897435897vw;
  }
  .home-feature .ttl-lg3 {
    font-size: 11.2820512821vw;
  }
  .home-feature .block-columns .block-column {
    padding: 20px 20px 60px;
  }
  .home-recruit {
    padding-top: 53vw !important;
  }
  .home-recruit .main-img {
    right: 0;
    top: 0;
  }
  .home-recruit .ttl-lg3 {
    font-size: 12.8205128205vw;
  }
  .home-recruit .ttl-lg3 .label-sub {
    font-size: 3.5897435897vw;
  }
  .home-recruit .lead {
    font-size: 5.641025641vw;
  }
  .home-recruit .block-btns .btn {
    height: 25.641025641vw;
  }
  .home-recruit .block-btns .btn .label {
    font-size: 6.1538461538vw;
  }
  .home-recruit .block-btns .btn .label {
    left: 52%;
  }
  .home .bottom-links .block-column .bnr .label-group .label {
    font-size: 7.1794871795vw;
  }
  .home .bottom-links .block-column .bnr .label-group .label-sub {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px){
  .home-info .news-important .swiper-button-prev:hover, .home-info .news-important .swiper-button-next:hover {
    background: #4A6088;
  }
  .home-info .news-important .swiper-button-prev:hover::after, .home-info .news-important .swiper-button-next:hover::after {
    background: #fff;
  }
  .home-ambulatory {
    margin-left: -60px;
  }
  .home-ambulatory .bg-dark > div:last-child .block-column .btn {
    width: 50%;
    margin: 0 auto;
  }
  .home-guide .block-btns .btn:hover {
    background: #F7FAFE;
  }
  .home-about .page-content-txt .lead {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .home-news .page-content-side, .home-event .page-content-side {
    width: 400px;
    padding-left: 70px;
  }
  .home-news .ttl-lg3, .home-event .ttl-lg3 {
    align-items: flex-start;
  }
  .home-news .article-list-category a:hover, .home-event .article-list-category a:hover {
    background: #F0F5FC;
    border-radius: 9999px;
  }
  .home-event .article-list-wrapper {
    flex: 1;
    min-width: 0;
    max-width: none;
    width: auto;
    margin-right: calc(50% - 50vw);
  }
  .home-event .swiper-scrollbar {
    width: 70%;
    margin-top: clamp(32px, 2rem + 1.6vw, 64px);
    margin-bottom: 15px;
    margin-left: 150px;
  }
  .home-event .swiper-button-prev:hover, .home-event .swiper-button-next:hover {
    background: #4A6088;
  }
  .home-event .swiper-button-prev:hover::after, .home-event .swiper-button-next:hover::after {
    background: #fff;
  }
  .home-feature .block-columns .block-column:hover {
    background: #F7FAFE;
  }
  .home-feature .block-columns .block-column:hover [class^=icon-color-] {
    background: #F7FAFE;
  }
  .home-recruit .page-content {
    position: relative;
  }
  .home-recruit .block-btns .btn:hover {
    opacity: 1;
  }
  .home-recruit .block-btns .btn:hover .label {
    color: #4A6088;
  }
  .home-recruit .block-btns .btn:hover .icon-arrow::before {
    background: #4A6088 !important;
  }
  .home .bottom-links .block-column .bnr:hover {
    opacity: 1;
  }
  .home .bottom-links .block-column .bnr:hover img {
    transform: scale(1.2);
    filter: brightness(1.1);
  }
}