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

  *共通設定

==================================================================================================================================*/
body{
  font-size: 17px;
}
/*----------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%;
  }
}

/*----------タイトル----------*/
hgroup {
  text-align: center;
}
hgroup p{
  font-family: var(--gar);
  font-weight: 400;
  font-size: 90px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(to Bottom,#2ab2b8,#7dd7db);
}
hgroup h2{
  font-family: var(--shi);
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
  hgroup p{
    font-size: 50px;
  }
}
/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 600px;
  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: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 8px #6d6d6d,0 0 8px #6d6d6d;
}

.catchcopy_tit {
  display: block;
  font-family: var(--shi);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.2em;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 33px;
}

.catchcopy_text {
  display: block;
  font-family: var(--gar);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
}

/*　キャッチコピー（スライドごと）　*/
.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: 330px;
  }

  .home_mv_main {
    width: 100%;
  }

  /* スライダー */
  .slider-fade .slick-slide img {
    height: 330px;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    bottom: 10px;
    margin: auto;
    width: auto;
    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) お知らせ+医院概要+アクセス */
/* お知らせ */
.bg_info{
  background: url(../images/bg_info.jpg) no-repeat left top;
  padding: 100px 0 110px;
}
.bg_info .bnr_list{
  display: flex;
  gap: 15px;
  margin-bottom: 120px;
}
@media (hover: hover){
  .bg_info .bnr_list a:hover{
    opacity: 0.8;
  }
}
.bg_info hgroup {
  text-align: left;
}
.bg_info hgroup p{
  font-size: 70px;
  background-image: linear-gradient(to Right,#2ab2b8,#7dd7db);
}
.top_news.pattern05{
  margin-bottom: 110px;
}
.top_news.pattern05 .btn02 {
  margin-top: 70px;
}
.top_news.pattern05 .top_news_list li:first-of-type{
  border-top: 1px solid #ccc;
}
.top_news.pattern05 .top_news_list li{
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  padding: 17px 30px 17px 35px;
}
.top_news.pattern05 .top_news_list li::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
  background-color: var(--bg-color);
  opacity: 0.7;
  margin: auto;
}

.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.075em;
  pointer-events: all;
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
  font-size: 112.5%;
  font-family: var(--gar);
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-right: 25px;
}
.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 6px 10px;
  font-style: normal;
  margin-right: 30px;
  min-width: 130px;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.075em;
  font-size: 100%;
}

/* 医院概要&アクセス */
.top_info.pattern05 hgroup{
  margin-bottom: 55px;
}
.top_info.pattern05 address {
  font-style: normal;
}
.top_info_add {
  line-height: 2;
  padding: 4px 0 4px 30px;
  margin-bottom: 34px;
  background: var(--bg-color);
}

.top_info_tel {
  font-family: var(--gar);
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 30px;
  background-image: linear-gradient(to Bottom, #2ab2b8, #7dd7db);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.top_info_tel span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.top_info_tel span img{
  position: relative;
  top: -5px;
  vertical-align: middle;
}

/* 右側 */
.top_info_right {
  width: 460px;
}

.top_access_map {
  text-align: center;
  position: relative;
}
.top_access_map iframe {
  width: 100%;
  height: 345px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
}
.top_access_guide {
  margin-top: 12px;
  background: var(--bg-color);
  padding: 15px 25px;
}
.top_access_guide li {
  position: relative;
  display: table;
  padding-left: 18px;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 2;
}
.top_access_guide li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: var(--main-color);
}
.top_access > .btn02 {
  text-align: right;
  margin-top: 20px;
}
.top_access > .btn02 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {

  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 830px;
  }
  .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;
    justify-content: space-between;
    gap: 30px 4%;
  }
  .top_info.pattern05 .top_info_left{
    width: 630px;
  }
  .top_info.pattern05 .top_info_right {
    width: 460px;
  }
}

@media screen and (max-width: 640px) {
  .bg_info{
    padding: 80px 0;
  }
  .bg_info .bnr_list{
    flex-wrap: wrap;
    gap: 10px;
  }
  .bg_info .bnr_list li:not(:first-of-type){
    width: calc((100% - 20px) / 3);
  }
  .bg_info hgroup p{
    font-size: 40px;
  }
  .top_news.pattern05 hgroup{
    margin-bottom: 25px;
  }
  .top_news.pattern05 .btn02 {
    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;
  }
  .top_info_right{
    width: 100%;
  }
  .top_info_add{
    padding: 15px;
  }
  .top_info_add span{
    display: block;
  }
  .top_access_guide li::before {
      top: 11px;
      bottom: auto;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding: 410px 0 110px;
  background: url(../images/bg_greet01.jpg) no-repeat center top,
  url(../images/bg_greet_logo.png) no-repeat right top 210px;
}
.sec_top_doctor hgroup{
  margin-bottom: 60px;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
  width: 500px;
  margin-bottom: 20px;
}
.top_doctor_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  margin-top: 40px;
  font-family: var(--shi);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 118.8%;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_greeting_flex_text {
  width: 630px;
}
.top_greeting_flex_text h3{
  color: #2cb3b9;
  font-size: 187.5%;
  font-family: var(--shi);
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.075em;
}
.top_greeting_flex_text p{
  font-family: var(--shi);
  font-weight: 400;
  font-size: 106.3%;
  letter-spacing: 0.075em;
  line-height: 2.06;
}
.top_greeting_flex_text p:not(:last-of-type){
  margin-bottom: 1em;
}
.top_greeting_flex_text p.carr {
  color: #2cb3b9;
}
.top_greeting_flex_text p.carr span{
  margin-right: 1em;
}
.top_greeting_flex_text .text {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 230px 0 80px;
    background-size: auto 250px,300px auto;
  }

  .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;
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 90px 0 140px;
  background: url(../images/bg_feature01.jpg) no-repeat right top,
  url(../images/bg_feature02.jpg) repeat-y left top,
  url(../images/bg_feature_logo.png) no-repeat right bottom;
  background-blend-mode: multiply;
}

.top_feature_item {
  position: relative;
}

/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 hgroup {
  margin-bottom: 60px;
}
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 500px;
}
.sec_top_feature.pattern02 .top_feature_box {
  position: relative;
  width: 630px;
  padding: 35px 0 0 30px;
}
.sec_top_feature.pattern02 .top_feature_box h3{
  background-image: linear-gradient(to Bottom, #0d7378, #222);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--shi);
  font-weight: 500;
  font-size: 156.3%;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.sec_top_feature.pattern02 .top_feature_box p{
  line-height: 2.1875;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
    justify-content: center;
  }
  .sec_top_feature.pattern02 .top_feature_img {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
    padding: 35px 0 0 0;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-left: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
  }
}


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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 110px 0 140px;
  background: url(../images/bg_medical.jpg) no-repeat center / cover;
}
.sec_top_medical hgroup{
  margin-bottom: 65px;
}
.sec_top_medical hgroup p{
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #969696;
}
.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}


/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 15px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  position: relative;
  width: calc((100% - 30px)/3);
  height: auto;
  aspect-ratio: 1/1;
}
.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:hover{
  opacity: 0.8;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 55px;
  margin: 0 auto 20px;
  background-image: linear-gradient(to Bottom, #fff, #a2e4e8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 150%;
  font-family: var(--shi);
  font-weight: 500;
  letter-spacing: 0.075em;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  margin-bottom: 20px;
}


.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn02{
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: inline-block;
  padding-left: 64px;
  background: url(../images/icon_arrow_bl.png) no-repeat left bottom 12px;
  color: #fff;
  font-family: var(--gar);
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn02{
  background-position: left 5px bottom 12px;
}

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

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 80px;
  padding-bottom: 80px;
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 32px;
}
.column_list_flex dl {
  width: 276px;
  margin-bottom: 20px;
}
.column_list_flex dt {
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}
.column_list_flex dd {
  padding: 10px;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
}
.column_list_flex dd ul li::before {
  content: "\f054";
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  margin-right: 5px;
}
.column_list_flex dd ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}
.home_loopSlider div {
  vertical-align: top;
}
.home_loopSlider img {
  width: 100%;
}