@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
index.css（トップページ）
------------------------------------------------*/
/*------------------------------------------------
index01 メインビジュアル
------------------------------------------------*/
.index01 {
  position: relative;
  margin: 0 var(--side_gap);
  border-radius: var(--radius_lg);
  overflow: hidden;
}

.visual_text h1,
.visual_text span,
.visual_text p {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.index01 .visual_swiper {
  height: 734px;
}

.index01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index01 .swiper-button-prev,
.index01 .swiper-button-next {
  width: 30px;
  height: 46px;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 38px;
}

.index01 .swiper-button-prev {
  left: 800px;
}

.index01 .swiper-button-next {
  right: 34px;
}

.visual_text {
  position: absolute;
  top: 57px;
  left: 0px;
  z-index: 10;
  backdrop-filter: blur(8px);
  /* background-color: rgba(255, 255, 255, 0.15); */
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
  padding: 50px 70px 70px 124px;
}

.visual_text span {
  color: #fff;
  font-size: 0.17rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.visual_text h1 {
  margin: 29px 0 32px;
  color: #fff;
  font-size: 0.44rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.visual_text p {
  margin: 0;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.visual_contact {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 348px;
  padding: 24px 38px 20px 34px;
  border-radius: 0 var(--radius_md) 0 0;
  background: #fff;
}

.visual_contact b {
  display: block;
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1.7;
}

.visual_contact b em {
  font-style: normal;
  color: var(--site_orange);
  font-size: inherit;
  font-weight: inherit;
}

.visual_contact p {
  margin: 8px 0 0;
  font-size: 0.14rem;
  line-height: 1.85;
}

.visual_tel {
  position: absolute;
  left: 348px;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 10px;
  padding: 22px 26px;
  border-radius: 0px 10px 10px 0px;
  background: var(--site_orange);
}

.visual_tel img {
  grid-row: 1 / 3;
  width: 32px;
}

.visual_tel .num {
  color: #fff;
  font-size: 0.28rem;
  font-weight: 700;
  font-family: var(--elm);
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.visual_tel .time {
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.3;
}

.visual_scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 10;
  width: 56px;
}

/*------------------------------------------------
index02 Our Mission
------------------------------------------------*/
.index02 {
  position: relative;
  margin: 25px var(--side_gap) 0;
  padding: 52px 0 66px;
  border-radius: var(--radius_lg);
  background: var(--site_cream);
}

.mission_text {
  position: relative;
  z-index: 2;
  width: 601px;
  min-height: 521px;
  margin-left: 283px;
  padding-top: 44px;
  background: var(--site_cream);
  border-radius: 0 0 26px 0;
}

.mission_text .en {
  color: var(--site_orange);
  font-size: 0.2rem;
  font-weight: 500;
  font-family: var(--elm);
  letter-spacing: 0.03em;
}

.mission_text h2 {
  margin: 2px 0 45px;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.mission_text h2 em {
  font-style: normal;
  color: var(--site_orange);
  font-size: inherit;
  font-weight: inherit;
}

.mission_text p {
  margin: 0 0 35px;
  font-size: 0.16rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.mission_text p:last-child {
  margin-bottom: 0;
}

.mission_photo {
  position: absolute;
  top: 53px;
  right: 51px;
  z-index: 1;
  width: 1061px;
  height: 628px;
}

.mission_photo img {
  width: 100%;
  height: 100%;
}

/* 特長01〜04 */
.feature_box {
  position: relative;
  z-index: 3;
  margin: 43px 0 0 200px;
  width: 1464px;
  max-width: calc(100% - 200px);
  border-radius: var(--radius_md);
  background: #fff;
}

.feature_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature_list li {
  padding: 22px 26px 31px 33px;
}

.feature_list li+li {
  border-left: 1px solid #E5E5E5;
}

.feature_box .head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature_box .head img {
  width: 85px;
}

.feature_box .ttl .num {
  display: block;
  color: var(--site_orange);
  font-size: 0.36rem;
  font-weight: 700;
  font-family: var(--elm);
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.feature_box .ttl b {
  display: block;
  color: var(--site_orange);
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature_list p {
  margin: 20px 0 0 21px;
  font-size: 0.16rem;
  line-height: 1.625;
  letter-spacing: 0.01em;
}

.feature_board {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 34px 45px 34px 33px;
  border-top: 1px solid #E5E5E5;
}

.feature_board .head {
  flex-shrink: 0;
}

.feature_board p {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.625;
  letter-spacing: 0.01em;
}

/*------------------------------------------------
index03 部門のご案内
------------------------------------------------*/
.index03 {
  position: relative;
  margin-top: 25px;
  padding: 70px 0 131px;
  background: url(../img/index/dept_bg.png) center / cover no-repeat;
}

.dept_head {
  position: relative;
  z-index: 2;
  width: 465px;
  margin: 0 auto 45px;
  padding: 30px 20px 34px;
  border-radius: var(--radius_md);
  background: #fff;
  box-shadow: var(--shadow_sm);
  text-align: center;
}

.dept_head .en {
  display: block;
  color: var(--site_orange);
  font-size: 0.15rem;
  font-weight: 500;
  font-family: var(--elm);
  line-height: 1.5;
  text-align: center;
}

.dept_head h2 {
  margin: 8px 0 0;
  font-size: 0.23rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.dept_head p {
  margin: 0;
  font-size: 0.15rem;
  text-align: center;
}

.dept_list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 623px);
  justify-content: center;
  gap: 27px 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dept_list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 149px;
  padding: 15px 60px 15px 30px;
  border-radius: var(--radius_md);
  background: #ffffffc7;
  box-shadow: var(--shadow_sm);


  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.dept_list .icon {
  flex-shrink: 0;
  width: 97px;
}

.dept_list b {
  display: block;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6;
}

.dept_list p {
  margin: 8px 0 0;
  font-size: 0.14rem;
  line-height: 1.9;
}

.dept_list .arrow {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 30px;
}

/*------------------------------------------------
レスポンシブ
------------------------------------------------*/
@media screen and (max-width:1699px) {
  .index02 {
    padding: 70px 0 66px;
  }

  /* 1199pxまでは2カラムを維持 */
  .mission_grid {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 0 60px;
  }

  .mission_text {
    flex: 1;
    min-width: 0;
    width: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .mission_photo {
    position: static;
    flex-shrink: 0;
    width: 46%;
    max-width: 640px;
    height: auto;
    margin: 0;
  }

  .mission_photo img {
    height: auto;
    border-radius: 26px;
  }

  .feature_box {
    margin: 55px 60px 0;
    width: auto;
    max-width: none;
  }

  .index01 .swiper-button-prev {
    left: 34px;
  }
}

@media screen and (max-width:1499px) {
  .mission_grid {
    gap: 40px;
  }

  .mission_text h2 {
    margin-bottom: 30px;
    font-size: 0.26rem;
  }

  .mission_text p {
    font-size: 0.15rem;
  }

  .mission_photo {
    width: 44%;
  }
}

@media screen and (max-width:1399px) {
  .dept_list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 60px;
  }
}

@media screen and (max-width:1199px) {
  .index01 .visual_swiper {
    height: 620px;
  }

  .index01 .swiper-slide img {
    object-position: left center;
  }

  .visual_text {
    top: 90px;
    left: 70px;
  }

  .visual_text h1 {
    font-size: 0.38rem;
  }

  .index02 {
    padding: 60px 45px 60px;
  }

  .mission_grid {
    display: block;
    margin: 0;
  }

  .mission_text {
    width: 100%;
    margin-left: 0;
  }

  .mission_text h2 {
    font-size: 0.28rem;
  }

  .mission_text p {
    font-size: 0.16rem;
  }

  .mission_photo {
    width: auto;
    max-width: none;
    margin: 30px 0 0;
  }

  .feature_box {
    margin: 45px 0 0;
  }
}

@media screen and (max-width:991px) {

  /*.visual_text span,
  .visual_text h1,
  .visual_text p {
    text-shadow: 0 0 12px #00000059, 0 0 4px #00000040;
  }*/

  .visual_text h1 {
    font-size: 0.3rem;
  }

  .visual_text p {
    font-size: 0.15rem;
  }

  .feature_list {
    grid-template-columns: 1fr;
  }

  .feature_list li+li {
    border-left: none;
    border-top: 1px solid #E5E5E5;
  }

  .feature_board {
    display: block;
  }

  .feature_board p {
    margin-top: 20px;
  }

  .dept_list {
    grid-template-columns: 1fr;
    margin: 0 40px;
  }
}

@media screen and (max-width:767px) {
  .index01 {
    margin: 0 15px;
  }

  .index01 .visual_swiper {
    height: 520px;
  }

  .visual_text {
    top: 45px;
    left: 25px;
  }

  .visual_text h1 {
    font-size: 0.24rem;
    margin: 15px 0 20px;
  }

  .visual_tel {
    border-radius: 10px;
  }

  .visual_contact {
    position: static;
    width: 100%;
    border-radius: 0;
    padding: 18px 25px;
  }

  .visual_contact p,
  .visual_contact b {
    text-align: center;
  }

  .visual_tel {
    position: static;
    display: grid;
    width: calc(100% - 50px);
    margin: 0 25px 20px;
    justify-content: center;
  }

  .index01 {
    background: #fff;
  }

  .visual_scroll {
    display: none;
  }

  .index02 {
    margin: 15px 15px 0;
    padding: 40px 20px 50px;
  }

  .mission_text h2 {
    font-size: 0.22rem;
  }

  .mission_text p {
    font-size: 0.14rem;
  }

  .mission_text p br {
    display: none;
  }

  .feature_list li {
    padding: 30px 25px;
  }

  .feature_board {
    padding: 30px 25px;
  }

  .feature_list p {
    margin: 20px 0 0 0px;
  }

  .index03 {
    margin-top: 15px;
    padding: 50px 0 60px;
  }

  .dept_head {
    width: calc(100% - 60px);
  }

  .dept_list {
    margin: 0 15px;
    gap: 15px 60px;
  }

  .dept_list a {
    gap: 18px;
    padding: 20px 50px 20px 20px;
  }

  .dept_list .icon {
    width: 64px;
  }
}

/* ===== HERO RESPONSIVE REWORK — index.css 末尾に追記 ===== */

/* 1200–1699px: 医師・ご家族を切らさない＋本文幅を整える */
@media screen and (max-width:1699px) and (min-width:1200px) {
  .index01 .swiper-slide img {
    object-position: 62% center;
  }

  .visual_text {
    max-width: min(800px, calc(100% - 160px));
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .visual_text h1 {
    font-size: .40rem;
  }
}

/* ≤1199px: 固定PNGフロストを退役→可変フロストカード化＋人物を残す */
@media screen and (max-width:1199px) {
  .index01 .visual_swiper {
    height: 560px;
  }

  .index01 .swiper-slide img {
    object-position: 72% center;
  }

  .visual_text {
    top: 38%;
    left: 0px;
    right: auto;
    transform: translateY(-50%);
    max-width: min(560px, calc(100% - 88px));
    box-sizing: border-box;
    padding: 34px 40px;
    background: rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .visual_text h1 {
    font-size: .34rem;
  }

  .visual_text p {
    font-size: .16rem;
  }

}

/* ≤767px: 人物バンド＋フロストカード重ね、連絡先/TELは下に積む */
@media screen and (max-width:767px) {
  .index01 {
    margin: 0 15px;
    background: #fff;
  }

  .index01 .visual_swiper {
    height: 360px;
    border-radius: 26px;
    overflow: hidden;
  }

  /* 上部の空・軒を切り、人物を上に寄せる */
  .index01 .swiper-slide img {
    height: 125%;
    margin-top: -90px;
    object-position: 72% center;
  }

  /* 人物が見えるよう、カードは画像下部に配置する */
  .visual_text {
    top: 100px;
    left: 0px;
    right: 15px;
    transform: none;
    max-width: none;
    padding: 16px 18px;
    border-radius: 0px;
    width: 94%;
  }

  /* 狭幅では改行を解除して行数（カードの高さ）を抑える */
  .visual_text p br {
    display: none;
  }

  .visual_text span {
    font-size: .12rem;
  }

  .visual_text h1 {
    font-size: .20rem;
    line-height: 1.6;
    margin: 8px 0 10px;
  }

  .visual_text p {
    font-size: .12rem;
    line-height: 1.8;
  }

}

@media screen and (max-width: 480px) {
  .visual_text h1 {
    font-size: .18rem;
  }

  .visual_text p {
    font-size: .11rem;
  }

  .mission_text h2 {
    font-size: 0.17rem;
  }

  .feature_box .ttl b {
    font-size: 0.18rem;
  }

  .feature_box .head img {
    width: 65px;
  }

  .dept_head p {
    font-size: 0.14rem;
  }
}

/* 1200–1699px: 医師・ご家族を切らさないためのクロップ調整のみ（キャッチは base のまま） */
@media screen and (max-width:1699px) and (min-width:1200px) {
  .index01 .swiper-slide img {
    object-position: 62% center;
  }
}