@charset "UTF-8";
.front-btn {
  width: 18rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .front-btn {
    width: 20rem;
    height: 6rem;
  }
}

.front-inner {
  padding-bottom: 8.3rem;
}

.mainv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mainv {
    height: 66.7rem;
  }
}

.mv_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mv_slider_cnt {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv_slider_cnt {
    flex-direction: column;
  }
}
.mv_slider_cnt::before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.mv_slider_left,
.mv_slider_right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .mv_slider_left,
  .mv_slider_right {
    width: 100%;
    height: 50%;
  }
}

.mv_slider_img {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  z-index: 1;
}
.mv_slider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv_slider_img.show {
  z-index: 2;
  clip-path: inset(0 0 0 0);
  transition: -webkit-transform 8s ease-in-out;
  transition: transform 8s ease-in-out;
  transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mv_slider_img.hidden {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
}
.mv_slider_img.leave {
  transition: clip-path 2.6s cubic-bezier(0.77, 0, 0.2, 1), -webkit-transform 1s ease-in-out;
  transition: clip-path 2.6s cubic-bezier(0.77, 0, 0.2, 1), transform 1s ease-in-out;
  transition: clip-path 2.6s cubic-bezier(0.77, 0, 0.2, 1), transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mv_slider_right .leave {
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 1024px) {
  .mv_slider_right .leave {
    clip-path: inset(0 100% 0 0);
  }
}

.mv_slider_left .leave {
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 1024px) {
  .mv_slider_left .leave {
    clip-path: inset(0 0 0 100%);
  }
}

.mv_lines {
  position: absolute;
  top: 7.2rem;
  left: 0;
  width: 100%;
  height: calc(100% - 7.2rem);
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .mv_lines {
    top: 6rem;
    height: calc(100% - 12rem);
  }
}
.mv_lines::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .mv_lines::before {
    left: auto;
    right: 0;
  }
}

.mv_line {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.mv_line.--horizontal {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.mv_line.--mid {
  width: 100%;
  height: 1px;
  top: 50%;
  translate: 0 -100%;
}

.mv_line-leftArea {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .mv_line-leftArea {
    width: 100%;
  }
}

.mv_line-top {
  width: 100%;
  height: 50%;
  position: relative;
  top: 0;
  left: 0;
}

.mv_line-mid {
  width: 100%;
  height: 1px;
}

.mv_line-bottom {
  width: 100%;
  height: 50%;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.mainv_copy {
  position: absolute;
  bottom: 1rem;
  left: 3.4rem;
  z-index: 21;
}
@media screen and (max-width: 1024px) {
  .mainv_copy {
    bottom: 47.5%;
    translate: 0 50%;
    left: 1.6rem;
  }
}

.mainv_text {
  margin-bottom: 2.7rem;
  padding-left: 0.7rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainv_text {
    font-size: 1.7rem;
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}

.mainv_head {
  font-weight: 300;
  font-size: 10.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainv_head {
    font-size: 5rem;
  }
}

.mv_indicator {
  position: absolute;
  right: 1.6rem;
  bottom: 50%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .mv_indicator {
    display: none;
  }
}

.mv_indecator_box {
  margin-top: 1rem;
  width: 3.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-content: center;
}
.mv_indecator_box i {
  display: block;
  width: 7px;
  height: 8px;
}

.mv_indicator_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* お知らせ */
.mv_news {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .mv_news {
    position: static;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .mv_news_inner {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
}

.mv_news_viewmore {
  padding-block: 0 1rem;
  text-align: right;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .mv_news_viewmore {
    padding-block: 1rem 0;
    color: #000;
  }
}
.mv_news_viewmore a {
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) {
  .mv_news_viewmore a:hover {
    text-decoration: none;
    transition: 0.3s;
  }
}

.mv_news-content {
  display: flex;
  gap: 0.1rem;
  position: relative;
  width: 40rem;
  height: 11rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .mv_news-content {
    width: 33.5rem;
  }
}
.mv_news-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  opacity: 0.7;
}

.mv_news-list {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .mv_news-list {
    width: 88%;
  }
}

.mv_news-item {
  height: 11rem;
  display: grid;
  grid-template-areas: "category date" "title title";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  padding: 1.7rem 1.5rem 2rem 2rem;
  align-items: start;
}
.mv_news-item .c-news-cate {
  width: auto;
  margin: 0;
  line-height: 1.5;
}
.mv_news-item .c-tag {
  padding: 0.3rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .mv_news-item .c-tag {
    background-color: #F5F5F5;
  }
}
.mv_news-item .c-news-date {
  margin: 0;
  font-size: 1.4rem;
}
.mv_news-item .c-news-ttl {
  width: auto;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  grid-area: title;
}

.mv_news-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
}

.mv_news-btn_arrow {
  width: 3.3rem;
  height: 4.9rem;
  border-radius: 0.3rem;
  background-color: #DEDFDA;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.mv_news-btn_arrow i {
  display: block;
  width: 0.7rem;
  aspect-ratio: 7/8;
}
.mv_news-btn_arrow.disabled {
  opacity: 0.3;
  transition: 0.3s;
  cursor: default;
}

/* -------------------------------------
Infomation 診療時間
------------------------------------- */
@media screen and (max-width: 1024px) {
  .info-header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-header {
    margin-bottom: 1.6rem;
    padding-left: 2rem;
  }
}

.info-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-block: 8.2rem 9.4rem;
}
@media screen and (max-width: 1024px) {
  .info-inner {
    padding-block: 6.6rem 6rem;
  }
}

.info-content {
  overflow-x: scroll;
}

@media screen and (max-width: 1024px) {
  .clinic-hours-table {
    margin-bottom: 0;
  }
}

/* -------------------------------------
当院について（About）
------------------------------------- */
.about {
  height: 400vh;
  position: relative;
  background-color: #2A2A2A;
}
@media screen and (max-width: 1024px) {
  .about {
    height: 600vh;
  }
}
@media (max-width: 768px) and (min-width: 520px) {
  .about {
    height: 800vh;
  }
}
@media (max-width: 519px) {
  .about {
    height: 500vh;
  }
}

.about-header {
  position: relative;
}
.about-header::before {
  /* 縦線1 */
}
@media screen and (max-width: 1024px) {
  .about-header::before {
    content: "";
    width: 1px;
    /* 要素 + margin(別要素) + padding(別要素) */
    height: calc(100% + 1rem + 8.2rem);
    background-color: #BDBEB9;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    translate: -50% 0;
    opacity: 0.15;
  }
}

.about-inner {
  padding: 8.2rem 0 8rem;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .about-inner {
    top: -14rem;
  }
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11rem;
  margin-top: -2.4rem;
}

.about-timeline_box {
  position: relative;
  height: 48.3rem;
}
@media screen and (max-width: 1024px) {
  .about-timeline_box {
    height: 69.3rem;
  }
}
.about-timeline_box::before {
  /* 横線 */
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BDBEB9;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.15;
}
@media screen and (max-width: 1024px) {
  .about-timeline_box::before {
    /* 縦線2 */
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 100%;
    background-color: #BDBEB9;
    opacity: 0.15;
  }
}

.about-images_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 28.7rem;
  height: 36.5rem;
  transition: opacity 0.5s ease, rotate 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .about-images_layer {
    width: 23.1rem;
    height: 29.4rem;
  }
}
.about-images_layer.--1 {
  z-index: 3;
}
.about-images_layer.--2 {
  z-index: 2;
  translate: -50% -50%;
  rotate: -11.21deg;
}
.about-images_layer.--3 {
  z-index: 1;
  translate: -50% -50%;
  rotate: -22.07deg;
}

.about-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-timeline {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.about-timeline::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -2.4rem;
  width: 3px;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .about-timeline::before {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .about-timeline {
    top: 0;
    text-align: center;
  }
}
.about-timeline.--left {
  translate: -52.4rem -57%;
}
@media screen and (max-width: 1024px) {
  .about-timeline.--left {
    translate: -50% 8rem;
  }
}
.about-timeline.--right {
  translate: 32.5rem -57%;
}
@media screen and (max-width: 1024px) {
  .about-timeline.--right {
    /* 4番目の円の底に合わせる */
    translate: -50% 57.5rem;
  }
}

.about-timeline_year {
  font-family: "Urbanist", sans-serif;
  font-size: 3.2rem;
  line-height: 1.7;
}

.about-timeline_place {
  font-family: "Urbanist", sans-serif;
  font-size: 2.2rem;
  line-height: 1.7;
}

.about-circle_box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .about-circle_box {
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.about-circle {
  width: 48.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #C7C8C3;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.3;
}
.about-circle:nth-child(1) {
  translate: calc(-50% - 30.6rem) -50%;
}
.about-circle:nth-child(2) {
  translate: calc(-50% - 15.3rem) -50%;
}
.about-circle:nth-child(3) {
  translate: -50% -50%;
}
.about-circle:nth-child(4) {
  translate: calc(-50% + 15.3rem) -50%;
}
.about-circle:nth-child(5) {
  translate: calc(-50% + 30.6rem) -50%;
}
@media screen and (max-width: 1024px) {
  .about-circle {
    width: 33.5rem;
    top: 0;
  }
  .about-circle:nth-child(1) {
    translate: -50% 0;
    /* TOPに揃える */
  }
  .about-circle:nth-child(2) {
    translate: -50% 8rem;
    /* 1番目から8rem下 */
  }
  .about-circle:nth-child(3) {
    translate: -50% 16rem;
    /* 1番目から16rem下 */
  }
  .about-circle:nth-child(4) {
    translate: -50% 24rem;
    /* 1番目から24rem下 */
  }
  .about-circle:nth-child(5) {
    translate: -50% 32rem;
    /* 1番目から32rem下 */
  }
}

.about-heading {
  font-size: 2.3rem;
  margin-top: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}

.about-description {
  width: 85.7rem;
}
@media screen and (max-width: 1024px) {
  .about-description {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-description {
    margin-top: auto;
  }
}
.about-description p {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .about-description p {
    font-size: 1.6rem;
  }
}
.about-signature p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: right;
}

/* スクロールアニメーション用のJavaScript連携 */
.about-images_layer.fade-out {
  opacity: 0;
  rotate: 15deg;
  transition: opacity 0.5s ease, rotate 0.5s ease;
}

/* ナビゲーション */
.about-images-nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .about-images-nav {
    bottom: 16rem;
    gap: 0.8rem;
  }
}

.about-nav-dot {
  position: relative;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  /* デフォルトで●（塗りつぶし） */
  /* アクティブなナビはベージュ色 */
  /* fade-outが付いているとグレーに */
}
.about-nav-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #555;
  /* デフォルトはグレー */
  transition: all 0.3s ease;
}
.about-nav-dot.active::before {
  background-color: #DEDFDA;
}

@media (max-width: 1200px) {
  .about-content {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .about-content {
    gap: 0rem;
  }
}
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    margin-top: 1rem;
  }
  .about-images {
    min-height: 60rem;
  }
  .about-images_container {
    height: 60rem;
  }
  .about-images_layer--2 {
    -webkit-transform: translate(2rem, 2rem);
            transform: translate(2rem, 2rem);
  }
  .about-images_layer--3 {
    -webkit-transform: translate(4rem, 4rem);
            transform: translate(4rem, 4rem);
  }
  .about-timeline {
    gap: 4rem;
  }
  .about-timeline_year {
    font-size: 2.8rem;
  }
  .about-timeline_place {
    font-size: 1.6rem;
  }
  .about-heading {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.about-feature {
  margin-top: 8rem;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  overflow-x: clip;
}

.about-feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .about-feature_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-feature_list li {
  padding: 5.8rem 2rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #565656;
}
.about-feature_list li:last-child {
  border-right: 1px solid #565656;
}
@media screen and (max-width: 768px) {
  .about-feature_list li {
    padding: 4.8rem 1rem 5rem;
    border-right: 1px solid #565656;
    position: relative;
  }
  .about-feature_list li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-color: #565656;
  }
}

.about-feature_num {
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .about-feature_num {
    font-size: 2.3rem;
  }
}

.about-feature_img {
  height: 20rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .about-feature_img {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .about-feature_img img {
    width: 80%;
  }
}

.about-feature_ttl {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-feature_ttl {
    font-size: 1.8rem;
  }
}

.about-btn {
  margin: 6rem auto 0;
}

/* -------------------------------------
診療内容（Menu）
------------------------------------- */
.medicalMenu-inner {
  padding-block: 8rem;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-inner {
    padding-block: 6.6rem 8.3rem;
  }
}

.medicalMenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .medicalMenu-btn {
    display: none;
  }
}

.medicalMenu-btn_sp_box {
  display: none;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-btn_sp_box {
    display: block;
    margin-top: 3.9rem;
  }
}

.medicalMenu-block {
  margin-top: 4.2rem;
  border-top: 1px solid #DCDCDC;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-block {
    margin-top: 2.5rem;
    border-bottom: none;
  }
}

.medicalMenu-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .medicalMenu-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .medicalMenu-content.l-mainInner {
    width: 100%;
    margin: 0;
  }
}

.medicalMenu-item {
  padding: 3.9rem 3.9rem 4rem;
  border: none;
  transition: 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 0;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item {
    padding: 1.7rem 2rem 3.7rem;
    border-left: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .medicalMenu-item:nth-child(even) {
    border-left: 1px solid #DCDCDC;
  }
}
.medicalMenu-item.c-btn {
  background-color: transparent;
  border-left: 1px solid #DCDCDC;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item.c-btn {
    border-left: none;
  }
}
.medicalMenu-item:nth-child(odd) {
  position: relative;
}
.medicalMenu-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 100%;
  translate: -50% 0;
  background-color: #DCDCDC;
}
.medicalMenu-item:nth-child(even) {
  border-right: 1px solid #DCDCDC;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-item:nth-child(even) {
    border-right: none;
    border-left: 1px solid #DCDCDC;
  }
}
@media (hover: hover) {
  .medicalMenu-item:hover {
    transition: 0.3s;
    background-color: rgba(222, 223, 218, 0.4);
  }
}

.medicalMenu-ttl {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-ttl {
    order: 1;
  }
}

.medicalMenu-image {
  display: block;
  width: 20rem;
  margin-top: 0;
  grid-column: 1;
  grid-row: 1/4;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-image {
    width: 100%;
    margin-top: 0.8rem;
    order: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .medicalMenu-image {
    width: 14.7rem;
  }
}

.medicalMenu-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  opacity: 0.7;
  margin-top: 0;
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-desc {
    margin-top: 1.8rem;
    order: 3;
  }
}

.medicalMenu-readmore {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .medicalMenu-readmore {
    margin-top: 1rem;
    order: 4;
  }
}
.medicalMenu-readmore .c-btn_iconBox {
  height: 3rem;
}

.medicalMenu-readmore_text {
  border-bottom: 1px solid #2A2A2A;
  font-size: 1.4rem;
  line-height: 1.5;
}

.medicalMenu-image_box {
  margin-top: 8rem;
}

/* -------------------------------------
初めての方へ（First Visit Guide）
------------------------------------- */
.fvg-inner {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .fvg-inner {
    padding-bottom: 7rem;
  }
}

.fvg-block {
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .fvg-block {
    margin-top: 3rem;
  }
}

.fvg-content {
  width: 38.5rem;
}
@media screen and (max-width: 768px) {
  .fvg-content {
    width: 100%;
  }
}

.fvg-menu_list {
  display: flex;
  flex-direction: column;
}
.fvg-menu_list li {
  border-top: 1px solid rgba(42, 42, 42, 0.2);
}
.fvg-menu_list li:last-child {
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
}
.fvg-menu_list a {
  padding: 1.7rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fvg-menu_list a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .fvg-menu_list a:hover {
    transition: 0.3s;
    background-color: rgba(222, 223, 218, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .fvg-menu_list .c-btn_iconBox {
    width: 3rem;
    height: 4rem;
  }
}

.fvg-image {
  width: 40rem;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .fvg-image {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .fvg-image {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-top: 8rem;
  }
}

.fvg-desc {
  line-height: 2;
  margin-top: 22rem;
}
@media screen and (max-width: 768px) {
  .fvg-desc {
    margin-top: 5.6rem;
  }
}

/* -------------------------------------
news お知らせ
------------------------------------- */
.news-inner {
  display: flex;
  justify-content: space-between;
  padding-block: 9.8rem 11.8rem;
}
@media screen and (max-width: 1024px) {
  .news-inner {
    flex-direction: column;
    padding-block: 6.4rem 11.8rem;
  }
}

.news-filter {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .news-filter {
    width: 80%;
    margin-bottom: 1.3rem;
  }
}

.news-filter_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .news-filter_list {
    display: none;
  }
}
.news-filter_list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .news-filter_list li {
    font-size: 1.5rem;
  }
}
.news-filter_list .active {
  opacity: 1;
  transition: 0.3s;
}

.news-content {
  margin-top: 1.7rem;
}
.news-content .c-news-list {
  display: none;
  pointer-events: none;
}
.news-content .c-news-list.active {
  display: block;
  pointer-events: auto;
}

.news-btn {
  margin-top: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .news-btn {
    margin: 3rem auto 0 0;
  }
}

/* -------------------------------------
research 研究
------------------------------------- */
.research-inner {
  padding-block: 8rem 12rem;
}
@media screen and (max-width: 1024px) {
  .research-inner {
    padding-block: 6.6rem 8rem;
  }
}

.research-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.research-btn {
  display: block;
}
@media screen and (max-width: 1024px) {
  .research-btn {
    display: none;
  }
}

.research-btn_sp_box {
  display: none;
}
@media screen and (max-width: 1024px) {
  .research-btn_sp_box {
    display: block;
    margin-top: 4rem;
  }
}

.research-content {
  margin-top: 7.7rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .research-content {
    overflow-x: scroll;
    margin-top: 3.6rem;
    padding-inline: 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .research-content::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .research-content {
    padding-inline: 1.3rem;
  }
}

.research-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .research-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.research-list li {
  width: 39.9rem;
}
@media screen and (max-width: 768px) {
  .research-list li {
    width: 29.9rem;
  }
}
.research-list a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .research-list a:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}

.research-image {
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .research-image {
    height: 17rem;
  }
}

.research-ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #565656;
}
.research-ttl_box .c-btn_iconBox {
  background-color: #000;
}

.research-ttl_main {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  display: block;
}

.research-ttl_sub {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}

.research-meta {
  margin-top: 3.3rem;
  display: flex;
  gap: 1rem;
}

.research-cate {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

/* -------------------------------------
gallery ギャラリー
------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-inner {
  padding: 8rem 0;
}
@media screen and (max-width: 1024px) {
  .gallery-inner {
    padding: 6rem 0;
  }
}

.gallery-content {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  -webkit-animation: gallery-scroll 100s linear infinite;
          animation: gallery-scroll 100s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  /* 最小幅を確保 */
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .gallery-track {
    -webkit-animation: gallery-scroll 30s linear infinite;
            animation: gallery-scroll 30s linear infinite;
  }
}
.gallery-track li {
  flex-shrink: 0;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .gallery-track li {
    padding: 0 1rem;
  }
}

.gallery-image {
  margin: 0;
  width: 51.5rem;
  height: 68rem;
}
@media screen and (max-width: 1024px) {
  .gallery-image {
    width: 22.7rem;
    height: 30rem;
  }
}
.gallery-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@-webkit-keyframes gallery-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 元の画像セット分だけ左に移動 */
  }
}

@keyframes gallery-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 元の画像セット分だけ左に移動 */
  }
}
/* SP用のアニメーション調整 */
@media screen and (max-width: 1024px) {
  .gallery-track {
    -webkit-animation: gallery-scroll 30s linear infinite;
            animation: gallery-scroll 30s linear infinite;
  }
}
@-webkit-keyframes gallery-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* SP用の正確なループ距離（6枚対応） */
    -webkit-transform: translateX(-148.2rem);
            transform: translateX(-148.2rem);
    /* 6枚分 + padding分 */
  }
}
@keyframes gallery-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* SP用の正確なループ距離（6枚対応） */
    -webkit-transform: translateX(-148.2rem);
            transform: translateX(-148.2rem);
    /* 6枚分 + padding分 */
  }
}
/* -------------------------------------
access アクセス
------------------------------------- */
.access-inner {
  padding-block: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .access-inner {
    padding-block: 2.6rem 0;
  }
}

.access-map {
  margin-top: 6rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {
  .access-map {
    margin-top: 3rem;
  }
}

.access-map_item {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 1024px) {
  .access-map_item {
    display: none;
  }
}

.access-map_item_sp {
  width: 100%;
  height: 24rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .access-map_item_sp {
    display: block;
  }
}

.access-content {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .access-content {
    margin-top: 4.4rem;
    flex-direction: column;
    gap: 0;
  }
}

.access-block:first-child {
  width: 51.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .access-block:first-child {
    width: 100%;
  }
}
.access-block:last-child {
  width: 74.4rem;
}
@media screen and (max-width: 1024px) {
  .access-block:last-child {
    width: 100%;
    margin-top: 2rem;
  }
}

.access-name {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
}

.access-name_ttl {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.access-name_address {
  opacity: 0.7;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .access-name_address {
    font-size: 1.6rem;
  }
}

.access-info {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .access-info {
    margin-top: 3rem;
  }
}
.access-info dl {
  width: 39.9rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .access-info dl {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .access-info dl:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.access-info dt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.access-info dd {
  width: 29.7rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .access-info dd {
    width: 60.3rem;
  }
}
@media screen and (max-width: 768px) {
  .access-info dd {
    width: 25.3rem;
  }
}

.access-image {
  width: 51.2rem;
  height: auto;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .access-image {
    width: 100%;
  }
}
.access-image picture {
  display: block;
  width: 100%;
  height: 37.3rem;
}
@media screen and (max-width: 1024px) {
  .access-image picture {
    height: auto;
    margin-top: 5rem;
  }
}

.access-image_caption {
  display: block;
}
@media screen and (max-width: 768px) {
  .access-image_caption {
    display: none;
  }
}

.access-parking picture {
  display: block;
}
.access-parking img {
  vertical-align: top;
}

.access-parking_caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .access-parking_caption {
    display: block;
  }
}