@charset "UTF-8";
/* ---------------------
  - *基本設定
  - *タイトル
  - *メインビジュアル
  - *バナーエリア
  - *お知らせ
  - *医院概要
  - *当院の特徴
  - *診療案内
  - *ご挨拶
--------------------- */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  main .btn01 a {
    min-width: 260px;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  h1 {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  main .inner {
    padding-inline: 5%;
  }
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
.top_title {
  margin-bottom: 40px;
  color: #ee954b;
  line-height: 1.5;
  text-align: center;
}

.top_title > * {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.top_title .eng {
  display: block;
  text-transform: uppercase;
  font-family: "quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 48px 128px 15px;
  background: url(../images/front/title_dec.png) center top/auto 34px no-repeat;
  margin-bottom: 15px;
  position: relative;
}

.top_title .eng::before,
.top_title .eng::after {
  display: block;
  content: "";
  aspect-ratio: 220/244;
  height: 122px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.top_title .eng::before {
  background-image: url(../images/front/title_dec_l.png);
  left: 0;
}

.top_title .eng::after {
  background-image: url(../images/front/title_dec_r.png);
  right: 0;
}

.top_title h2 {
  font-size: 20px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 30px;
  padding-inline: 32px;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .top_title .eng {
    font-size: clamp(30px, 10vw, 80px);
    padding: calc(0.6em + 10px) 1.3em 0.2em;
    background-size: auto 0.6em;
    margin-bottom: 10px;
  }
  .top_title .eng::before,
  .top_title .eng::after {
    height: 1.6em;
  }
  .top_title h2 {
    font-size: clamp(16px, 4.8vw, 20px);
    padding-inline: 20px;
  }
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
.mainvisual {
  position: relative;
  overflow: hidden;
}

.mainvisual::after {
  display: block;
  content: "";
  width: 100%;
  background: url(../images/front/mv_btm.png) center top/auto 100% no-repeat;
  position: relative;
}

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

/* ----- スライダーのArrowボタン ----- */
.mvSlider .sliderBtn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

.mvSlider .sliderBtn#mv_btnPrev {
  left: 20px;
}

.mvSlider .sliderBtn#mv_btnNext {
  right: 20px;
}

.mvSlider .sliderBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 50%;
  transition: background 0.2s;
}

.mvSlider .sliderBtn span:hover {
  background: var(--text-color);
}

.mvSlider .sliderBtn span::before {
  padding: 0 0 1px 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  font-size: 15px;
  transition: color 0.2s;
}

.mvSlider .sliderBtn#mv_btnPrev span::before {
  content: "\f060";
}

.mvSlider .sliderBtn#mv_btnNext span::before {
  content: "\f061";
}

/* 各スライダーのボタンは非表示に */
.mvSlider .splide__arrows {
  display: none;
}

/* ----- MVの画像 ----- */
.mvImg {
  width: 100%;
  height: 100%;
}

.mvImg .splide__track {
  width: 100%;
  height: 100%;
}

.mvImg .splide__slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* フェードの専用スタイル */
.fade .mvImg .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% + 50px);
  pointer-events: none;
}

/* アニメーションを実行 */
.fade.move .mvImg .splide__slide img {
  animation: hideTranslate 8s ease-out forwards;
}

.fade.move .mvImg .splide__slide.is-active img {
  animation: showTranslate 8s ease-out forwards;
}

/* MVのアニメーション  */
@keyframes showTranslate {
  0% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes hideTranslate {
  0% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}

/* ----- キャッチコピー ----- */
.mvCatch {
  position: absolute !important;
  top: 95px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.mvCatch .inner {
  position: relative;
  z-index: 1;
}

.mvCatch p {
  color: #946a49;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 29px;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  white-space: nowrap;
}

.mvCatch p span {
  font-size: 130%;
}

/* ----- コンテンツ ----- */
.mvContents {
  position: absolute !important;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.mvContents .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mvContents .splide__track {
  width: 100%;
  height: 100%;
}

.mvFature {
  display: flex;
  align-items: flex-end;
  gap: 0 26px;
}

.mvFature > *,
.mvFature a {
  color: #fff;
}

.mvFature > * {
  width: 204px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: rgba(97, 184, 134, 0.9);
  outline: 3px solid rgba(255, 255, 255, 0.6);
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.mvFature > *:nth-child(1) {
  line-height: 1.7;
}
.mvFature > *:nth-child(2) {
  background: rgba(230, 148, 69, 0.9);
}
.mvFature > *:nth-child(3) {
  background: rgba(236, 127, 147, 0.9);
}

@media (hover: hover) {
  .mvFature a:hover {
    transform: translateY(-5px);
  }
}
.mvFature > * > span {
  display: block;
}

.mvFature_fsS {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6;
}

.mvFature_fsL {
  font-size: 120%;
}

/* ----- スマホ専用エリア ----- */
.sp_only {
  display: none;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .mainvisual {
    padding-top: 120px;
  }
  .mainvisual::before {
    display: block;
    content: "";
    width: 100%;
    height: 486px;
    background: url(../images/common/header_bg.png) center top/auto 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .mainvisual::after {
    height: 204px;
    margin-top: -136px;
  }
  .mvSlider {
    height: 830px;
  }
  .mvFature {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
  .mvFature > *:nth-child(3) {
    font-size: 22px;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .mainvisual {
    height: 400px;
  }
  .mainvisual::after {
    aspect-ratio: 1920/204;
    position: absolute;
    left: 0;
    bottom: -2px;
  }

  /* ----- スライダーのArrowボタン ----- */
  .mvSlider .sliderBtn {
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 12px;
  }
  .mvSlider .sliderBtn#mv_btnPrev {
    left: 10px;
  }
  .mvSlider .sliderBtn#mv_btnNext {
    right: 10px;
  }
  .mvSlider .sliderBtn span::before {
    font-size: 11px;
  }

  /* ----- キャッチコピー ----- */
  .mvCatch {
    top: auto;
    bottom: 0;
    padding-bottom: 11%;
    display: none;
  }
  .mvCatch.is-active {
    display: block;
  }
  .mvCatch p {
    font-size: 130%;
    line-height: 1.8;
  }

  /* ----- コンテンツ ----- */
  .mvContents {
    display: none;
  }

  /* ----- スマホ専用エリア ----- */
  .sp_only {
    display: block;
    background: #fff9ec;
    margin-top: -2px;
  }
  .sp_only_contents > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .mvFature {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
  }
  .mvFature > * {
    max-width: 204px;
    width: calc((100% - 16px) / 2);
    font-size: clamp(16px, 4.8vw, 24px);
  }
}

/* ==================================================================================================================================

  *バナーエリア

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.top_banner {
  background: #fff9ec;
  padding-bottom: 180px;
}

.top_banner .inner {
  position: relative;
  z-index: 1;
}

/* ----- 共通設定 ----- */
.top_banner .banner_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--text-color);
}

/* 画像のみのバナー */
.top_banner .onlyimg .banner_slide {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
}

.top_banner .onlyimg .banner_slide img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}

.top_banner .onlyimg a.banner_slide:hover img {
  opacity: 0.5;
}

/* インプットバナー */
.top_banner .input {
  display: block;
  text-align: center;
}

.top_banner .input .banner_slide {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 22px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-text-stroke: 6px #4aa4ae;
  text-stroke: 6px #4aa4ae;
  paint-order: stroke;
  padding: 18px 15px 15px;
  background: url(../images/front/banner_bg_blue.jpg) center top/auto 256px;
  border-radius: 10px;
}

@media (hover: hover) {
  .top_banner .input a.banner_slide:hover {
    opacity: 0.8;
  }
}
.top_banner .input .banner_slide .slide_img {
  margin-bottom: 5px;
}

.top_banner .input .banner_slide .slide_img img {
  width: auto;
  max-height: 120px;
}

.top_banner .input .banner_slide .slide_content {
  font-size: 82%;
}

.top_banner .input .banner_slide .slide_title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 30px;
  position: relative;
}

.top_banner .input .banner_slide .slide_title::before,
.top_banner .input .banner_slide .slide_title::after {
  display: block;
  content: "";
  aspect-ratio: 1;
  position: absolute;
}

.top_banner .input .banner_slide .slide_title::before {
  width: 22px;
  background: #4aa4ae;
  border-radius: 50%;
  right: -3px;
  bottom: calc(0.3em - 3px);
}

.top_banner .input .banner_slide .slide_title::after {
  width: 16px;
  background: url(../images/front/banner_arrow.png) center center/auto 100% no-repeat;
  right: 0;
  bottom: 0.3em;
}

.top_banner .input:nth-of-type(2) .banner_slide {
  -webkit-text-stroke: 6px #6eae4a;
  text-stroke: 6px #6eae4a;
  background-image: url(../images/front/banner_bg_green.jpg);
}

.top_banner .input:nth-of-type(2) .banner_slide .slide_title::before {
  background: #6eae4a;
}

.top_banner .input:nth-of-type(3) .banner_slide {
  -webkit-text-stroke: 6px #db8239;
  text-stroke: 6px #db8239;
  background-image: url(../images/front/banner_bg_orange.jpg);
}

.top_banner .input:nth-of-type(3) .banner_slide .slide_title::before {
  background: #db8239;
}

/* ----- グリッドバナー ----- */
.banner_grid ul {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}

.banner_grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 120px) / 3);
}

/* ----- スライダーバナー ----- */
#bannerSlider .splide {
  position: relative;
  z-index: 1;
}

#bannerSlider .splide__inner {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* スライドの設定  */
#bannerSlider .splide__slide {
  display: flex;
  align-items: center;
  min-height: 200px;
}

/* スライダーのArrowボタン */
#bannerSlider .bannerSlider_arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

#bannerSlider .bannerSlider_arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 1px 0;
  background: var(--main-color);
  border-radius: 50%;
  font-size: 80%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_arrow:hover i {
  background: var(--sub-color);
}

#bannerSlider .bannerSlider_arrow_prev {
  left: 0;
}

#bannerSlider .bannerSlider_arrow_next {
  right: 0;
}

/* ページネーション */
#bannerSlider .bannerSlider_pagination {
  z-index: 1;
  display: flex;
  gap: 15px;
  margin: 30px auto 0;
}

#bannerSlider .bannerSlider_page {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 50%;
  transition: background 0.2s;
}

#bannerSlider .bannerSlider_page.is-active {
  background: var(--main-color);
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .top_banner {
    padding-top: 30px;
  }

  /* ----- グリッドバナー ----- */
  .banner_grid ul {
    gap: 20px;
  }
  .banner_grid li {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  /* インプットバナー */
  .top_banner .input {
    display: block;
    text-align: center;
  }
  .top_banner .input .banner_slide {
    font-size: clamp(18px, 5.9vw, 22px);
  }

  /* ----- スライダーバナー ----- */
  #bannerSlider .splide__inner {
    position: relative;
    z-index: 1;
    padding: 0 15px;
  }

  /* スライダーのArrowボタン */
  #bannerSlider .bannerSlider_arrow {
    width: 40px;
    height: 40px;
  }
  #bannerSlider .bannerSlider_arrow i {
    padding: 0 0 1px 0;
  }

  /* ページネーション */
  #bannerSlider .bannerSlider_pagination {
    gap: 12px;
    margin: 20px auto 0;
  }
  #bannerSlider .bannerSlider_page {
    width: 8px;
    height: 8px;
  }
}

/* ==================================================================================================================================

  *お知らせ

================================================================================================================================== */
.clinic {
  margin-top: -206px;
  overflow: hidden;
  padding-top: 61px;
}

.clinic .news {
  position: relative;
}
.clinic .news::before, .clinic .news::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
}
.clinic .news::before {
  width: 264px;
  aspect-ratio: 528/516;
  background-image: url(../images/front/news_img.png);
  left: 50px;
  bottom: -130px;
}
.clinic .news::after {
  width: 190px;
  aspect-ratio: 380/1446;
  background-image: url(../images/front/news_bg_l.png);
  left: 120px;
  bottom: 90px;
}

.clinic .news .top_title {
  margin-bottom: 0;
}

.clinic .news .eng {
  padding-inline: 0;
}

.clinic .news .eng::before,
.clinic .news .eng::after {
  display: none;
}

.clinic .news .btn01 {
  margin-top: 75px;
  text-align: center;
}

#mp-title .news_item:not(:last-child) {
  margin-bottom: 20px;
}

#mp-title .news_item a {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 15px 35px 15px 60px;
  background: #f5f3f0;
  border-radius: 30px;
  color: var(--text-color);
  line-height: 1.4;
}

@media (hover: hover) {
  #mp-title .news_item a:hover {
    background: var(--bg-color);
  }
}
#mp-title .news_info {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0 25px;
}

#mp-title .news_info > * {
  flex-shrink: 0;
}

#mp-title .news_info .cate {
  min-width: 120px;
  padding: 4px 10px;
  border-radius: 5px;
  font-style: normal;
  font-size: 94%;
  text-align: center;
  border-radius: 5px;
}

#mp-title .news_title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----- お知らせがない時 ------ */
#mp-title .news_empty {
  text-align: center;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .clinic .news {
    max-width: 1920px;
    margin-inline: auto;
    background: url(../images/front/news_bg_t_r.png) right 50px top 24px/240px auto no-repeat, url(../images/front/news_head_bg.png) left top no-repeat, url(../images/front/news_bg.png) left top 52px no-repeat;
  }
  .clinic .news .inner {
    min-height: 752px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 215px;
  }
  .clinic .news .inner > * {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  #mp-title {
    width: 790px;
    min-width: 0;
    flex-shrink: 0;
    background: url(../images/front/news_bg_t_l.png) left top 60px/162px auto no-repeat;
  }
  #mp-title .news_item a {
    font-size: 17px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1690px) {
  .clinic .news::before {
    left: -30px;
  }
  .clinic .news::after {
    left: 40px;
  }
  .clinic .news .inner {
    padding-left: 114px;
  }
  #mp-title {
    width: auto;
    flex: 1;
    flex-shrink: 1;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .clinic .news {
    padding-bottom: 35%;
  }
  .clinic .news::before {
    max-width: 264px;
    width: 36%;
    left: -4%;
    bottom: 0;
  }
  .clinic .news::after {
    max-width: 84px;
    width: 14%;
    left: -1%;
    background-image: url(../images/front/news_bg_l_sp.png);
    aspect-ratio: 248/1446;
    margin-bottom: 32%;
    bottom: 0;
  }
  .clinic .news .inner {
    padding: 0;
  }
  .news_left {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-block: 13% 17%;
    background: url(../images/front/news_bg_t_r_sp.png) right 6% top/18% auto no-repeat, url(../images/front/news_bg_t_l.png) left 3% top/22% auto no-repeat, url(../images/front/news_head_bg_sp_t.png) center top -1px/100% auto no-repeat, url(../images/front/news_head_bg_sp_b.png) center bottom -1px/100% auto no-repeat, url(../images/front/news_head_bg_sp.jpg) left top/202px auto;
  }
  .clinic .news .btn01 {
    margin-top: 30px;
  }
  #mp-title {
    padding-left: 10%;
    padding-right: 5%;
    margin-top: -3%;
  }
  #mp-title .news_item a {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 15px 20px;
  }
  #mp-title .news_info {
    gap: 10px 20px;
  }
  #mp-title .news_info .cate {
    min-width: auto;
  }
  #mp-title .news_title {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *医院概要

================================================================================================================================== */
.clinic {
  position: relative;
}

.clinic::before {
  display: block;
  content: "";
  width: 1920px;
  height: 100%;
  background: url(../images/front/info_img.png) right 38px bottom/270px auto no-repeat, url(../images/front/info_bg_r2.png) right 24px bottom 276px/290px auto no-repeat, url(../images/front/info_bg_r.png) right bottom 96px no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.clinic .info {
  padding-bottom: 155px;
  margin-top: -8px;
}

@media print, screen and (min-width: 641px) and (max-width: 1460px) {
  .clinic .info {
    padding-top: 80px;
  }
}

.clinic .info .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* ------ 左側 ------ */
.clinic .info_left {
  width: 600px;
}

.clinic .info_left .logo {
  max-width: 428px;
  margin: 0 auto 40px;
}

.clinic .info_left address {
  text-align: center;
}

.clinic .info_left address > *:not(:last-child) {
  margin-bottom: 18px;
}

.clinic .info_left address .location {
  background: #f5f3f0;
  border-radius: 30px;
  font-size: 106%;
  line-height: 1.7;
  padding: 8px 15px;
}

.clinic .info_left address .location span {
  display: inline-block;
  margin-right: 1em;
}

.clinic .info_left address .tel {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.025em;
  line-height: 1;
}

.clinic .info_left address .tel a {
  display: inline-block;
  color: #61b986;
}

.clinic .info_left address .tel a::before {
  content: "TEL";
  font-size: 64%;
  padding-right: 0.5em;
}
.clinic .info_left address .fax {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0.025em;
  line-height: 1;
}
.clinic .info_left address .fax {
  display: inline-block;
/*   color: #61b986; */
	color: #444;
}

.clinic .info_left address .fax::before {
  content: "FAX";
  font-size: 64%;
  padding-right: 0.5em;
}

.clinic .info_left address .note {
  font-size: 90%;
}

/* 診療科目 */
.clinic .speciality {
  display: flex;
  flex-flow: wrap;
  gap: 15px 25px;
  font-size: 106%;
  margin-top: 40px;
}

.clinic .speciality dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 140px;
  flex-shrink: 0;
  background: #cde9cb;
  border-radius: 5px;
  text-align: center;
  font-weight: unset;
  padding: 0 10px;
}

.clinic .speciality dd {
  width: calc(100% - 140px - 25px);
}

/* ------ 右側 ------ */
.clinic .info_right {
  width: 508px;
}

.clinic .info_right .googlemap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.clinic .info_right .googlemap iframe {
  width: 100%;
  height: 570px;
}

.clinic .info_right .illustmap {
  text-align: center;
}

.clinic .info_right .calendar_text {
  margin-top: 20px;
}

.clinic .info_right .btn01 {
  margin-top: 45px;
  text-align: center;
}

.clinic .info_right .btn01 a {
  min-width: 260px;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .clinic .info_left .office_hour tr:not(:first-child, :last-child) {
    border: none;
    background-image: url(../images/common/office_hour_line.jpg);
    background-position: center bottom;
    background-size: 560px auto;
    background-repeat: no-repeat;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .clinic::before {
    width: 100%;
    background-image: url(../images/front/info_img.png), url(../images/front/info_bg_sp_l.png), url(../images/front/info_bg_r.png);
    background-position: right -10px bottom, left -3% bottom 20px, right bottom 40px;
    background-size: 36% auto, 24% auto, 80% auto;
  }
  .clinic .info {
    padding-top: 0;
    padding-bottom: 32%;
    margin-top: 0;
  }
  .clinic .info .inner {
    display: block;
  }
  .clinic .info .inner::before {
    width: 100%;
    border-radius: 30px;
  }

  /* ------ 左側 ------ */
  .clinic .info_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .clinic .info_left .logo {
    width: 80%;
    margin-bottom: 30px;
  }
  .clinic .info_left address .location span {
    display: block;
    margin-right: 0;
  }
  .clinic .info_left address .tel {
    font-size: clamp(28px, 9vw, 36px);
  }

  /* 診療科目 */
  .clinic .speciality {
    display: block;
    margin-top: 30px;
  }
  .clinic .speciality dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 20px;
  }
  .clinic .speciality dt:not(:first-child) {
    margin-top: 15px;
  }
  .clinic .speciality dd {
    width: 100%;
  }

  /* ------ 右側 ------ */
  .clinic .info_right {
    width: 100%;
  }
  .clinic .info_right .googlemap iframe {
    height: 300px;
  }
  .clinic .info_right .btn01 {
    margin-top: 20px;
  }
  .clinic .info_right .btn01 a {
    min-width: auto;
  }
}

/* ==================================================================================================================================

  *当院の特徴

================================================================================================================================== */
:root {
  --feature-color: #75c57b;
}

.feature {
  padding-top: 245px;
  padding-bottom: 466px;
  margin-top: -310px;
  position: relative;
  overflow: hidden;
}
.feature::before, .feature::after {
  display: block;
  content: "";
  width: 1920px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feature::after {
  height: 514px;
  background: url(../images/front/feature_bg_t_l.png) left 38px top/256px auto no-repeat, url(../images/front/feature_bg_t.png) center bottom/auto 244px no-repeat;
  top: 0;
}
.feature::before {
  height: calc(100% - 268px - 244px);
  background: #fff9ec;
  bottom: 0;
}
.feature .inner::before, .feature .inner::after {
  display: block;
  content: "";
  width: 1920px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.feature .inner::before {
  height: 444px;
  background: url(../images/front/medical_bg_t.png) center bottom/100% auto no-repeat;
  bottom: 0;
}
.feature .inner::after {
  height: calc(100% - 488px - 60px);
  background: url(../images/front/feature_bg_b_l2.png) left 126px bottom 316px/120px auto no-repeat, url(../images/front/feature_bg_b_l.png) left 30px bottom 670px/310px auto no-repeat, url(../images/front/feature_bg_t_r.png) right 20px top 104px/294px auto no-repeat, url(../images/front/feature_bg.png) left top/818px auto;
  bottom: 60px;
}
.feature .inner > * {
  position: relative;
  z-index: 1;
}

.feature .top_title {
  color: #74cfd6;
}

.feature_img img,
.feature_inner {
  border-radius: 20px;
}

.feature_img {
  margin-bottom: 10px;
  position: relative;
}

.feature_num {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 114px;
  aspect-ratio: 1;
  font-size: 10px;
  color: #fff;
  font-family: "quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  background: var(--feature-color);
  -webkit-mask-image: url(../images/front/feature_num_mask.png);
          mask-image: url(../images/front/feature_num_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  position: absolute;
  bottom: -38px;
  left: -20px;
}

.feature_num span {
  display: block;
  font-size: 360%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.feature_inner {
  padding: 30px 0 35px;
  background: #ffffff;
}

.feature_title {
  margin-bottom: 18px;
}

.feature_title h3 {
  color: var(--feature-color);
  font-size: 24px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.7;
  text-align: center;
}

.feature_text {
  line-height: 1.9;
}

.feature_button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
}

.feature_button .btn01 {
  text-align: center;
}

.feature_button .btn01 > * {
  border-color: var(--feature-color);
}

.feature_button .btn01 > *:not(:hover) {
  background: var(--feature-color);
}

@media (hover: hover) {
  .feature_button .btn01 > *:hover {
    color: var(--feature-color);
  }
}

.feature_item:nth-child(2) {
  --feature-color: #ef983b;
}
.feature_item:nth-child(3) {
  --feature-color: #f4969f;
}
.feature_item:nth-child(4) {
  --feature-color: #678ed4;
}
.feature_item:nth-child(5) {
  --feature-color: #eec22b;
}
.feature_item:nth-child(6) {
  --feature-color: #60c3c0;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .feature .top_title {
    margin-bottom: 60px;
  }
  .feature_list {
    display: flex;
    flex-flow: wrap;
    gap: 50px 65px;
    padding-left: 20px;
  }
  .feature_item {
    display: flex;
    flex-flow: column;
    width: 350px;
  }
  .feature_inner {
    display: flex;
    flex-flow: column;
    height: 100%;
  }
  .feature_text,
  .feature_button {
    padding-inline: 20px;
  }
  .feature_button {
    margin-top: auto;
    padding-top: 30px;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .feature {
    padding-top: 26%;
    padding-bottom: 10%;
    margin-top: -8%;
  }
  .feature::before, .feature::after {
    width: 100%;
  }
  .feature::after {
    height: auto;
    aspect-ratio: 1920/514;
    background-size: auto 100%, 100% auto;
    background-position: left 6% top, center bottom;
  }
  .feature::before {
    height: 100%;
    bottom: auto;
    top: 0;
    margin-top: 26%;
  }
  .feature .inner::before, .feature .inner::after {
    width: 100%;
  }
  .feature .inner::before {
    height: auto;
    aspect-ratio: 1920/444;
  }
  .feature .inner::after {
    height: 100%;
    background: url(../images/front/feature_bg_t_r.png) right 10px top 104px/30% auto no-repeat, url(../images/front/feature_bg.png) left top/524px auto;
    bottom: auto;
    top: 0;
    margin-top: 26%;
  }
  .feature_list {
    padding-bottom: 30%;
  }
  .feature_list::before, .feature_list::after {
    display: block;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
  }
  .feature_list::before {
    width: 32%;
    aspect-ratio: 620/444;
    background-image: url(../images/front/feature_bg_b_l.png);
    left: -8%;
    bottom: 0;
  }
  .feature_list::after {
    width: 12%;
    aspect-ratio: 240/624;
    background-image: url(../images/front/feature_bg_b_l2.png);
    left: 3%;
    bottom: 0;
    transform: translateY(-16px);
  }
  .feature_item {
    max-width: 350px;
    margin-inline: auto;
  }
  .feature_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature_inner {
    padding: 30px 6%;
  }
  .feature_title h3 {
    font-size: clamp(16px, 5.3vw, 20px);
  }
  .feature_button {
    margin-top: 20px;
  }
}

/* ==================================================================================================================================

  *診療案内

================================================================================================================================== */
.medical {
  background: url(../images/front/medical_bg.jpg);
  margin-top: -270px;
  overflow: hidden;
}
.medical_inner {
  padding-top: 135px;
  padding-bottom: 115px;
  position: relative;
}
.medical_inner::before, .medical_inner::after {
  display: block;
  content: "";
  pointer-events: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
}
.medical_inner::before {
  width: 278px;
  aspect-ratio: 556/728;
  background-image: url(../images/front/medical_bg_t_l.png);
  left: 60px;
  top: 118px;
  z-index: 1;
}
.medical_inner::after {
  width: 270px;
  aspect-ratio: 540/720;
  background-image: url(../images/front/medical_bg_t_r.png);
  right: 88px;
  top: 42px;
}

.medical .top_title {
  color: #75c57b;
  margin-bottom: 25px;
}

.medical_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  padding-top: 85px;
  padding-bottom: 90px;
  position: relative;
}

.medical_list::before {
  display: block;
  content: "";
  width: 1620px;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.medical_list a {
  color: var(--text-color);
}

.medical_item {
  width: 270px;
  background: #fff;
  border: 4px solid #cde9cb;
  border-radius: 20px;
  padding: 16px 15px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

a.medical_item[href=""] {
  pointer-events: none;
}

.medical_img {
  max-width: 90px;
  background: #86cc8b;
  border-radius: 50%;
  margin: 0 auto 12px;
}

@media (hover: hover) {
  .medical_img {
    transition: transform 0.2s;
  }
}
@media (hover: hover) {
  .medical_item:hover .medical_img {
    transform: translateY(-5px);
  }
}
.medical_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.medical_title {
  font-size: 125%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.medical_title span {
  color: #57bd5e;
}

.medical_item:nth-child(2) {
  border-color: #cbeae6;
}
.medical_item:nth-child(2) .medical_img {
  background: #75c5bb;
}
.medical_item:nth-child(2) .medical_title span {
  color: #39b0a1;
}
.medical_item:nth-child(3) {
  border-color: #f6dde2;
}
.medical_item:nth-child(3) .medical_img {
  background: #e8a3b1;
}
.medical_item:nth-child(3) .medical_title span {
  color: #e07990;
}
.medical_item:nth-child(4) {
  border-color: #fae5d8;
}
.medical_item:nth-child(4) .medical_img {
  background: #ecaa7e;
}
.medical_item:nth-child(4) .medical_title span {
  color: #e57930;
}
.medical_item:nth-child(5) {
  border-color: #f2e8b7;
}
.medical_item:nth-child(5) .medical_img {
  background: #eaba37;
}
.medical_item:nth-child(6) {
  border-color: #d8e8cb;
}
.medical_item:nth-child(6) .medical_img {
  background: #abcd69;
}
.medical_item:nth-child(7) {
  border-color: #e4eff6;
}
.medical_item:nth-child(7) .medical_img {
  background: #75a6c5;
}
.medical_item:nth-child(8) {
  border-color: #ede8f1;
}
.medical_item:nth-child(8) .medical_img {
  background: #c4b1d1;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1530px) {
  .medical_inner::before {
    left: 20px;
  }
  .medical_inner::after {
    right: 30px;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .medical {
    background-size: 98px auto;
    margin-top: -14%;
  }
  .medical_inner {
    padding-top: 10%;
    padding-bottom: 13%;
  }
  .medical_inner::before {
    width: 32%;
    left: -6%;
    top: 110px;
  }
  .medical_inner::after {
    width: 24%;
    right: 0;
    top: 96px;
  }
  .medical .top_title {
    margin-bottom: 8%;
  }
  .medical_list {
    gap: 15px 10px;
    padding: 30px 6%;
  }
  .medical_list::before {
    width: 100%;
    border-radius: 20px;
  }
  .medical_item {
    width: calc(50% - 5px);
    padding: 15px 5px;
  }
  .medical_img {
    width: 70%;
  }
  .medical_title {
    font-size: clamp(13px, 4vw, 15px);
    letter-spacing: 0.025em;
  }
}

/* ==================================================================================================================================

  *ご挨拶

================================================================================================================================== */
.greeting {
  padding-top: 300px;
  padding-bottom: 250px;
  margin-top: -245px;
  margin-bottom: -132px;
  position: relative;
  overflow: hidden;
}
.greeting::before, .greeting::after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
}
.greeting::before {
  width: 1920px;
  height: 100%;
  background: url(../images/front/greeting_img.png) right 176px top 272px/270px auto no-repeat, url(../images/front/greeting_bg_t_l.png) left 244px top 246px/332px auto no-repeat, url(../images/front/greeting_bg_b_l.png) left 38px top 472px/210px auto no-repeat, url(../images/front/greeting_bg.png) center top 26px/100% auto no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.greeting::after {
  width: 270px;
  aspect-ratio: 540/372;
  background: url(../images/front/greeting_bg_t_r.png) left top/100% auto no-repeat;
  top: 0;
  right: 76px;
}

.greeting_box {
  position: relative;
  z-index: 1;
}

.greeting_box:not(:last-child) {
  margin-bottom: 70px;
}

.greeting_text h3 {
  color: #ee954b;
  font-size: 26px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-bottom: 1em !important;
}

.greeting_text > *:not(:last-child) {
  margin-bottom: 2.4em;
}

.greeting_img img {
  border-radius: 20px;
}

.greeting_profile {
  color: #76563c;
  font-size: 19px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  margin-top: 60px;
}

.greeting_btn {
  margin-top: 58px;
}

/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .greeting .top_title {
    margin-bottom: 70px;
  }
  .greeting_flex {
    display: flex;
    gap: 0 80px;
    flex-direction: row-reverse;
  }
  .greeting_left {
    flex: 1;
    padding-top: 15px;
  }
  .greeting_text {
    font-size: 17px;
    line-height: 2.4;
  }
  .greeting_right {
    width: 510px;
    flex-shrink: 0;
  }
  .greeting_img {
    max-width: 504px;
    margin-left: auto;
  }
  .greeting_profile .position {
    padding-right: 1em;
  }
  .greeting_profile > * {
    display: inline-block;
  }
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .greeting {
    padding-top: 16%;
    padding-bottom: calc(7% + 50px);
    margin-top: calc(-13% - 20px);
    margin-bottom: -7%;
  }
  .greeting::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/1044;
    background: url(../images/front/greeting_bg.png) center top/100% auto no-repeat;
    top: 20px;
  }
  .greeting::after {
    width: 28%;
    right: -2%;
  }
  .greeting_box:first-child .top_title {
    margin-bottom: 0;
  }
  .greeting_box:first-child .greeting_inner {
    margin-top: -6%;
    position: relative;
  }
  .greeting_box:first-child .greeting_inner::before, .greeting_box:first-child .greeting_inner::after {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
  }
  .greeting_box:first-child .greeting_inner::after {
    width: 30%;
    aspect-ratio: 664/580;
    background-image: url(../images/front/greeting_bg_t_l.png);
    position: absolute;
    left: -5%;
    top: 0;
  }
  .greeting_box:first-child .greeting_inner::before {
    width: 36%;
    aspect-ratio: 540/516;
    background-image: url(../images/front/greeting_img.png);
    margin-left: auto;
    margin-bottom: -12%;
    position: relative;
  }
  .greeting_text h3 {
    font-size: clamp(20px, 5.9vw, 26px);
  }
  .greeting_text > *:not(:last-child) {
    margin-bottom: 1em;
  }
  .greeting_right {
    margin-bottom: 30px;
  }
  .greeting_img img {
    border-radius: 20px;
  }
  .greeting_profile {
    font-size: clamp(15px, 4.8vw, 19px);
    margin-top: 1em;
  }
  .greeting_btn {
    margin-top: 30px;
  }
}