@charset "UTF-8";

/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .home_inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*----------タイトル----------*/
main h2 {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

main h3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

/*　スライダー */
.slider-fade .slick-slide img {
  width: 96%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 40px;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  max-width: 550px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
}

.catchcopy_tit {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　キャッチコピー（スライドごと）　*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　RIBONバナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.home_mv .mv_banner:not(.mv_banner-btn) {
  width: 550px;
  height: 110px;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) a:hover {
  opacity: 0.8;
}

.mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: calc(100vh - 107px);
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: calc(100vh - 107px);
  }

  .slider-fade .slick-slide img {
    border-radius: 0;
    width: 100%;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 330px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }
}

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

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 5% 0;
  }

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
.top_news.pattern05 {
  margin-top: 86px;
  padding-top: 20px;
  margin-bottom: 90px;
}

.top_news.pattern05 h2 {
  margin: 0;
}

.top_news.pattern05 .btn01 {
  margin-top: 30px;
}

.top_news.pattern05 .btn01 a {
  margin: 0;
}

.top_news.pattern05 .top_news_list li {
  padding: 25px 0;
  position: relative;
  letter-spacing: 0.1em;
}

.top_news.pattern05 .top_news_list li::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 15px;
  margin-right: 8px;
  left: 0;
  top: 2px;
}

.top_news.pattern05 .top_news_list li:not(:last-child) {
  border-bottom: dotted white 4.5px;

}

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  font-size: 16px;
}

.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}

.top_news.pattern05 .top_news_list li span {
  font-size: 14px;
  margin-right: 20px;
}

.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 2px 0px;
  font-style: normal;
  margin-right: 25px;
  font-size: 14px;
  border-radius: 16px;
  min-width: 140px;
  font-family: var(--font-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* 本文を表示するお知らせ */
.top_news.pattern05 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}

.top_news.pattern05 .top_news_frame .news_desc {
  margin-bottom: 10px;
}

/*スクロールバーの横幅指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}

/*スクロールバーの色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

.top_info.pattern05 address {
  text-align: center;
  font-style: normal;
}

.top_info.pattern05 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}

.top_info.pattern05 .top_info_tel a {
  color: var(--text-color);
}

.top_info.pattern05 .top_info_tel a i {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}

.top_info.pattern05 .top_info_free {
  margin-bottom: 20px;
}

.top_info.pattern05 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}

.top_info.pattern05 .top_access_guide {
  margin-top: 20px;
}

.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}

.top_info.pattern05 .top_access>.btn01 a {
  margin: 0;
}

.news_wrap,
.sec_top_doctor {
  background: url(../images/news_doctor_bg.jpg) center repeat;
  position: relative;
}

.news_wrap {
  margin-top: 36px;
}

.news_wrap::before {
  content: '';
  position: absolute;
  top: -35px;
  background: url(../images/news_wave.png) center / cover repeat;
  width: 100%;
  height: 36px;
}

.top_news::before {
  content: '';
  position: absolute;
  top: 33px;
  left: 155px;
  background: url(../images/illust_shell.png) center / contain no-repeat;
  width: 125px;
  height: 88px;
}

.top_news::after {
  content: '';
  position: absolute;
  top: 325px;
  right: 140px;
  background: url(../images/illust_sandal.png) center / contain no-repeat;
  width: 69px;
  height: 113px;
}

.top_news .top_title {
  padding-top: 61px;
}

.top_news .top_title p::before {
  left: -45px;
}

.top_news .top_title p::after {
  right: -45px;
}

.top_news .home_inner {
  background: #ffefb7;
  border: 6px solid white;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 73px;
  padding-right: 73px;
  position: relative;
  z-index: 1;
}

.top_news .top_title p {
  font-size: 60px;
  color: var(--main-color);
  margin-bottom: 5px;
}

.top_news .top_title h2 {
  font-size: 18px;
}

.top_info {
  padding-bottom: 90px;
  position: relative;
}

.top_info::before {
  content: '';
  position: absolute;
  bottom: 145px;
  left: 35px;
  background: url(../images/illust_parasol.png) center / contain no-repeat;
  width: 157px;
  height: 172px;
}

.top_info::after {
  content: '';
  position: absolute;
  background: url(../images/line.png) center / contain no-repeat;
  max-width: 1134px;
  width: 70%;
  height: 35px;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 70%;
  }

  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
    position: relative;
  }

  .top_info.pattern05 .top_info_left,
  .top_info.pattern05 .top_info_right {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    margin-top: 50px;
  }

  .top_news.pattern05 h2 {
    margin-bottom: 30px;
  }

  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }

  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top_info.pattern05 {
    margin-bottom: 50px;
  }

  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding-top: 70px;
}

.sec_top_doctor .top_title p {
  color: var(--title-blue);
}

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

.sec_top_doctor::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  background: url(../images/illust_tree.png) center / contain no-repeat;
  width: 279px;
  height: 461px;
}

.sec_top_doctor::after {
  content: '';
  position: absolute;
  top: 60px;
  right: -20px;
  background: url(../images/illust_tree.png) center / contain no-repeat;
  width: 279px;
  height: 461px;
  transform: scale(-1, 1);
}

.sec_top_doctor .home_inner::before {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 70px;
  background: url(../images/doctor_deco.png) center / contain no-repeat;
  width: 1787px;
  height: 165px;
}

.sec_top_doctor .top_title::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url(../images/illust_seaotter.png) center / contain no-repeat;
  width: 84px;
  height: 70px;
}

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

.top_greeting_flex_img {
  width: 420px;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

.top_greeting_flex_img::before {
  content: '';
  position: absolute;
  left: 5px;
  top: -9px;
  background: url(../images/doctor_img_bg.png) center / contain no-repeat;
  width: 415px;
  height: 395px;
}

.top_greeting_flex_img::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 307px;
  background: url(../images/hitode.png) center / contain no-repeat;
  width: 113px;
  height: 72px;
  z-index: 1;
}

.top_doctor_name {
  font-weight: bold;
  text-align: center;
  text-align: right;
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.text .top_doctor_name p {
  margin-bottom: 0;
}

.top_doctor_name .carr {
  font-weight: 500;
  font-size: 16px;
}

.top_doctor_name .name {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.top_doctor_name .name span {
  font-size: 16px;
  margin-right: 20px;
}

.top_greeting_flex_text {
  width: 680px;
}

.top_greeting_flex_text .text {
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2.118;
}

.top_doctor_img {
  width: 381px;
  height: 381px;
  mask-image: url(../images/doctor_img.png);
  -webkit-mask-image: url(../images/doctor_img.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.top_doctor_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_greeting_flex_img .btn01>* {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 50px 0;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }

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

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
  margin-top: 55px;
}

.top_greeting_flex_img,
.top_greeting_flex_text {
  z-index: 2;
  position: relative;
}


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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  background: url(../images/feature_bg.png) top no-repeat;
  background-size: cover;
  margin-top: -47px;
  position: relative;
  z-index: 1;
  padding-top: 213px;
  padding-bottom: 135px;
  overflow: hidden;
}


.sec_top_feature::before,
.feature_wrap::before {
  content: '';
  position: absolute;
  top: 560px;
  left: 72px;
  background: url(../images/illust_fish01.png) center / contain no-repeat;
  width: 112px;
  height: 52px;
  z-index: -1;
}

.sec_top_feature::after,
.feature_wrap::after {
  content: '';
  position: absolute;
  top: 1020px;
  right: 31px;
  background: url(../images/illust_fish02.png) center / contain no-repeat;
  width: 274px;
  height: 101px;
  z-index: -1;
}


.feature_wrap::before {
  top: inherit;
  bottom: 250px;
  right: 4px;
  left: inherit;
  transform: scale(-1, 1);
}

.feature_wrap::after {
  top: inherit;
  bottom: 480px;
  left: -60px;
  right: inherit;
  transform: scale(-1, 1);
}


.sec_top_feature .top_title::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url(../images/illust_sealion.png) center / contain no-repeat;
  width: 84px;
  height: 70px;
}

.sec_top_feature .top_title p {
  color: var(--yellow);
}

.sec_top_feature .top_title h2 {
  color: white;
}

.sec_top_feature .top_title p::before {
  background: var(--title-blue);
  mask: url(../images/ttl_item.png) no-repeat center / contain;
  -webkit-mask: url(../images/ttl_item.png) no-repeat center / contain;
}

.sec_top_feature .top_title p::after {
  background: var(--title-blue);
  mask: url(../images/ttl_item.png) no-repeat center / contain;
  -webkit-mask: url(../images/ttl_item.png) no-repeat center / contain;
}

.feature_wrap {
  background: rgba(255, 255, 255, 0.8);
  width: 1450px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  border-radius: 80px;
  margin: 0 auto;
  margin-top: 25px;
}

.top_feature_item {
  position: relative;
}

.top_feature_item::before {
  content: '';
  position: absolute;
  top: 200px;
  left: 0px;
  background: url(../images/illust_shel02.png) center / contain no-repeat;
  width: 158px;
  height: 153px;
  z-index: 1;
}

.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 52px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 363px;
  margin-bottom: 20px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}

.top_feature_num::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 54px;
  background: url(../images/item_sub_ttl.png) center / contain no-repeat;
  width: 57px;
  height: 47px;
  z-index: -1;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.025em;
  display: flex;
  gap: 35px;
  align-items: center;
  -webkit-text-stroke: .25em white;
  -webkit-text-fill-color: var(--sub-color);
  paint-order: stroke fill;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  font-style: normal;
  font-size: 70px;
  letter-spacing: 0.06em;
  -webkit-text-fill-color: var(--main-color);
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(even) .top_feature_num p em {
  -webkit-text-fill-color: var(--num-blue);
}


.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 22px;
  margin-top: 36px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  text-align: center;
  font-family: var(--font-jp);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--main-color);
  font-weight: 700;
  line-height: 1.545;
  position: relative;
  padding-bottom: 20px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/feature_line.png) center / contain no-repeat;
  width: 205px;
  height: 8px;
  z-index: 0;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item:nth-child(even) h3 {
  color: var(--num-blue);
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}

.top_feature_item .btn01 {
  display: none;
}

.top_feature_img {
  width: 363px;
  height: 296px;
  mask-image: url(../images/feature_mask.png);
  -webkit-mask-image: url(../images/feature_mask.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.top_feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_feature_text {
  letter-spacing: 0.05em;

}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 48px 0 32px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    width: 100%;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
    top: -15px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    font-size: 28px;
  }
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding-top: 90px;
  padding-bottom: 115px;
  position: relative;
  margin-top: -36px;
  background: url(../images/medical_bg.jpg) top / contain repeat;
}

.sec_top_medical::before {
  content: '';
  position: absolute;
  top: 1px;
  background: url(../images/medical_wave.png) top / cover repeat;
  width: 100%;
  height: 36px;
  z-index: 1;
}

.sec_top_medical::after {
  content: '';
  position: absolute;
  top: 200px;
  left: 0px;
  background: url(../images/medical_left.png) center / contain no-repeat;
  width: 748px;
  height: 687px;
  z-index: 0;
}

.sec_top_medical .home_inner::before {
  content: '';
  position: absolute;
  top: 272px;
  right: 0px;
  background: url(../images/medical_right.png) center / contain no-repeat;
  width: 572px;
  height: 477px;
  z-index: 0;
}


.sec_top_medical .top_title::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url(../images/illust_penguin.png) center / contain no-repeat;
  width: 44px;
  height: 76px;
}

.sec_top_doctor .top_title p::before,
.sec_top_medical .top_title p::before {
  background: #78d021;
  mask: url(../images/ttl_item.png) no-repeat center / contain;
  -webkit-mask: url(../images/ttl_item.png) no-repeat center / contain;
}

.sec_top_doctor .top_title p::after,
.sec_top_medical .top_title p::after {
  background: #78d021;
  mask: url(../images/ttl_item.png) no-repeat center / contain;
  -webkit-mask: url(../images/ttl_item.png) no-repeat center / contain;
}

.sec_top_medical .top_title p,
.sec_top_medical .top_title h2 {
  color: white;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  width: 902px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 35px 90px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: max-content;
  transition: .2s all;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:hover {
  transform: translateY(-10px);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100%;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  margin-bottom: 15px;
  background: url(../images/medical_icon_bg_blue.png) center / contain no-repeat;
  width: 235px;
  height: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-child(even) a .item_img {
  background: url(../images/medical_icon_bg_green.png) center / contain no-repeat;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
  max-width: 97px;
  max-height: 82px;
  object-fit: contain;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto 0px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: white;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 100%;
  }
}


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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 100px;
  padding-bottom: 5px;
  background: url(../images/medical_bg.jpg) top / contain repeat;
  position: relative;
  margin-top: -1px;
}

.sec_top_column::before {
  content: '';
  position: absolute;
  top: 160px;
  right: 35px;
  background: url(../images/illust_fish02.png) center / contain no-repeat;
  width: 274px;
  height: 101px;
  z-index: 0;
}

.sec_top_column .top_title::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url(../images/illust_whale.png) center / contain no-repeat;
  width: 88px;
  height: 74px;
}

.sec_top_column .top_title p {
  color: var(--yellow);
}

.sec_top_column .top_title h2 {
  color: white;
}

.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 54px;
  margin-top: 35px;
}

.column_list_flex dl {
  width: 250px;
  margin-bottom: 30px;
}

.column_list_flex dt {
  background: var(--num-blue);
  color: #fff;
  font-size: 18px;
  font-family: var(--font-jp);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 12px 20px;
  border-radius: 30px;
}

.column_list_flex dd {
  padding: 15px 20px;
}

.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}

.column_list_flex dd ul li::before {
  content: "";
  width: 18px;
  height: 16px;
  background: url(../images/column_icon.png) center / contain no-repeat;
  margin-right: 10px;
}

.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: white;
}

.sec_top_column .btn01 a {
  color: white;
  border-bottom: 4.5px dotted white;
}

.sec_top_column .btn01 a::before {
  background-color: white;
}

.sec_top_column .btn01 a::after {
  background: var(--sub-color);
  mask: url(images/arrow-right-solid.png) no-repeat center / contain;
  -webkit-mask: url(../images/arrow-right-solid.png) no-repeat center / contain;
}

@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--main-color);
  }

  .sec_top_column .btn01 a:hover {
    border-bottom: 4.5px dotted var(--yellow);
  }

  .sec_top_column .btn01 a:hover::before {
    background-color: var(--yellow);
  }
}

@media screen and (max-width: 640px) {
  .column_list_flex {
    gap: 0;
  }

  .column_list_flex dl {
    width: 100%;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  background: url(../images/medical_bg.jpg) top / contain repeat;
  margin-top: -1px;
}

.home_loopSlider img {
  width: 400px;
  height: 260px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 20px;
}


@media screen and (max-width: 640px) {
  .home_loopSlider img {
    width: 200px;
  }
}

/* common*/
.top_title {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding-top: 82px;
}

.top_title::before {
  content: '';
  position: absolute;
  top: 0px;
  background: url(../images/illust_dolphin.png) center / contain no-repeat;
  width: 61px;
  height: 61px;
}

.top_title p {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
}


.top_title p::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -67px;
  background: url(../images/ttl_item.png) center / contain no-repeat;
  width: 32px;
  height: 80px;
}

.top_title p::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -67px;
  background: url(../images/ttl_item.png) center / contain no-repeat;
  width: 32px;
  height: 80px;
  transform: scale(-1, 1);
}

.top_title h2 {
  font-size: 22px;
  letter-spacing: 0.12em;
  margin-top: 10px;
  line-height: 1.9;
  font-family: var(--font-jp);
  font-weight: 500;
  margin-bottom: 0;
}

/* 1450 */
@media screen and (max-width: 1450px) {
  .top_info::before {
    bottom: 50px;
  }

  .sec_top_doctor::before {
    width: 15%;
    height: auto;
    aspect-ratio: 279 / 461;
  }

  .sec_top_doctor .home_inner::before {
    aspect-ratio: 1787 / 165;
    width: 100%;
    height: auto;
    left: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap {
    gap: 0;
  }
}

/* 640 */
@media screen and (max-width: 641px) {
  .top_title {
    padding-top: 55px;
  }

  .top_title::before {
    width: 15%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .top_title p,
  .top_news .top_title p {
    font-size: 45px;
  }

  .top_title h2,
  .top_news .top_title h2 {
    font-size: 18px;
  }

  .top_title p::before,
  .top_title p::after {
    width: 21px;
    height: 45px;
  }

  .top_title p::before {
    left: -40px;
  }

  .top_title p::after {
    right: -40px;
  }

  .sec_top_doctor .top_title::before,
  .sec_top_feature .top_title::before {
    width: 15%;
    height: auto;
    aspect-ratio: 84 / 70;
  }

  .sec_top_medical .top_title::before {
    width: 9%;
    height: auto;
    aspect-ratio: 44 / 76;
  }

  .sec_top_medical .top_title {
    padding-top: 65px;
  }

  .sec_top_column .top_title::before {
    width: 15%;
    height: auto;
    aspect-ratio: 88 / 74;
  }

  /* news */
  .news_wrap::before {
    background: url(../images/sp_news_wave.png) center / cover repeat;
  }

  .news_wrap,
  .sec_top_doctor {
    background: url(../images/sp_news_doctor_bg.jpg) center repeat;
    position: relative;
  }

  .top_news.pattern05 {
    margin-bottom: 40px;
  }

  .top_news .top_title {
    padding-top: 50px;
  }

  .top_news .home_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
  }

  .top_news.pattern05 .top_news_list li a {
    font-size: 14px;
    margin-top: 10px;
  }

  .top_info.pattern05 {
    margin-bottom: 0;
  }

  .top_info::before {
    aspect-ratio: 157 / 172;
    height: auto;
    width: 20%;
    bottom: 60px;
    left: 20px;
  }

  .top_info::after {
    width: 90%;
  }

  .top_news::before,
  .top_news::after {
    display: none;
  }

  .top_news.pattern05 .top_news_list li em {
    min-width: 110px;
    font-size: 12px;
  }

  /* doctor */
  .sec_top_doctor {
    padding-top: 40px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .sec_top_doctor::before {
    aspect-ratio: 279 / 461;
    width: 20%;
    height: auto;
    top: 154px;
  }

  .sec_top_doctor::after {
    aspect-ratio: 279 / 461;
    width: 20%;
    height: auto;
    top: 154px;
  }

  .sec_top_doctor.pattern01 .top_greeting_flex {
    margin-top: 40px;
  }

  .top_greeting_flex_img {
    width: 95%;
    margin: 0 auto;
  }

  .top_greeting_flex_img::before {
    left: 0px;
    top: -4px;
    width: 100%;
    height: auto;
    aspect-ratio: 415 / 395;
  }

  .top_doctor_img {
    width: 100%;
    height: auto;
    aspect-ratio: 415 / 395;
  }

  .top_greeting_flex_img::after {
    width: 28%;
    height: auto;
    aspect-ratio: 113 / 72;
    top: 264px;
  }

  .top_doctor_name {
    margin-bottom: 40px;
  }

  .top_greeting_flex_text {
    margin-top: 40px;
  }

  .sec_top_doctor .home_inner::before {
    aspect-ratio: 1787 / 165;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .top_greeting_flex_text .text {
    font-size: 14px;
  }


  /* feature */
  .sec_top_feature {
    background: url(../images/sp_feature_bg.jpg) top repeat;
    background-size: contain;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .feature_wave {
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: -40px;
  }

  .feature_wave img {
    background-size: contain;
    background-repeat: repeat;
    width: 156%;
  }

  .feature_wrap {
    width: 90%;
    max-width: 90%;
    border-radius: 50px;
  }

  .sec_top_feature::before {
    left: 0;
    top: 213px;
  }

  .sec_top_feature::after {
    right: 0;
  }

  .top_feature_img {
    width: 100%;
    height: auto;
    aspect-ratio: 363 / 296;
  }

  .sec_top_feature.pattern01 .top_feature_wrap {
    gap: 40px 0px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
    font-size: 20px;
  }

  .top_feature_item::before {
    top: 134px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    gap: 26px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
    padding-left: 0;
    padding-right: 0;
  }

  /* medical */
  .sec_top_medical {
    padding-top: 50px;
  }

  .sec_top_medical::before {
    background: url(../images/sp_medical_wave.png) top / cover repeat;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 48%;
  }

  .sec_top_medical .sec_top_medical_flex {
    width: 100%;
    gap: 20px 10px;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 235 / 217;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img {
    width: 40%;
    height: auto;
    aspect-ratio: 97 / 82;
  }

  .sec_top_medical::after {
    top: inherit;
    bottom: 50px;
    aspect-ratio: 748 / 687;
    width: 73%;
    height: auto;
  }

  .sec_top_medical .home_inner::before {
    aspect-ratio: 572 / 477;
    top: 192px;
    width: 64%;
    height: auto;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    margin-bottom: 0;
  }

  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 125%;
  }

  /* slider */
  .home_loopSlider img {
    height: auto;
    aspect-ratio: 400 / 260;
  }

  /* blog */
  .sec_top_column {
    padding-top: 40px;
  }

  .sec_top_column::before {
    aspect-ratio: 274 / 101;
    width: 30%;
    height: auto;
    right: 0;
    top: 30px;
  }

  .column_list_flex dt {
    font-size: 16px;
  }
}




