@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%;
  }
}

/*----------タイトル----------*/
hgroup{
}
hgroup p{
  color: #bfb6a4;
  font-size: 100px;
  font-family: var(--mon);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
hgroup p::first-letter{
  color: #e4c8c4;
}
hgroup h2{
  font-size: 22px;
  font-family: var(--ryo);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  hgroup p{
    font-size: 50px;
  }
}
/*==================================================================================================================================

  *メインビジュアル

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

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: var(--ryo);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.catchcopy_tit {
  display: block;
}

.catchcopy_tit > span {
  display: inline-block;
  font-size: 36px;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
  line-height: 1.3;
}

/*webfontの仕様で伸ばし棒が縦にならないため応急処置*/
.catchcopy_tit > span .hyphen{
  -webkit-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
}

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

.home_mv .mv_open{
  position: absolute;
  left: 0;
  bottom: 95px;
}

@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;
    top: 30px;
    right: 0;
    margin: auto;
    width: auto;
    height: 330px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .catchcopy_tit span {
    font-size: 4.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%;
    background: url(../images/bg_tex.jpg);
  }

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

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

  *お知らせ

==================================================================================================================================*/
/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.bg_wrap01{
  position: relative;
  z-index: 0;
}
.bg_wrap01::before{
  content: "";
  position: absolute;
  top: 52px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 52px);
  background: url(../images/acce_info01.png) no-repeat right top,
  url(../images/bg_info_btm.png) no-repeat center bottom;
}
.bg_wrap01::after{
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 164px);
  background: url(../images/bg_tex.jpg);
}
.top_news.pattern05 {
  position: relative;
  z-index: 0;
  padding: 70px 0 50px;
  margin-bottom: 100px;
}
.top_news.pattern05::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc((100% - 1200px) / 2);
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 0 120px 0;
}
.top_news.pattern05 hgroup {
  margin-bottom: 40px;
}
.top_news.pattern05 hgroup p{
  font-size: 80px;
}
.top_news.pattern05 .btn01 {
  text-align: center;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_list li{
  font-family: var(--ryo);
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
.top_news.pattern05 .top_news_list li:not(:last-child) {
  border-bottom: 1px dotted #bfb6a4;
  margin-bottom: 25px;
}
.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
  font-weight: 400;
  margin-right: 20px;
}
.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 1px 10px;
  font-style: normal;
  font-weight: 500;
  margin-right: 25px;
  min-width: 144px;
  border-radius: 50px;
}

/* 医院概要&アクセス */
.top_info.pattern05 {
  padding-bottom: 305px;
}
.top_info.pattern05 .top_info_add {
  text-align: center;
  color: #867872;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-bottom: 30px;
}
.top_info.pattern05 .top_info_add span {
  display: block;
}
.top_info.pattern05 .top_info_tel {
  color: #867872;
  font-family: var(--ryo);
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 47px;
}
.top_info.pattern05 .top_info_tel span{
  font-size: 23px;
}
.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_map iframe {
  width: 100%;
  height: 400px;
}
.top_info.pattern05 .top_access_guide {
  margin-top: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 18px;
}
.top_info.pattern05 .top_access_guide li {
  position: relative;
  color: #867872;
  font-family: var(--ryo);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 18px;
}
.top_info.pattern05 .top_access_guide li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 3px solid #bfb6a4;
  margin: auto;
}
.top_info.pattern05 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_info.pattern05 .top_access > .btn01 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    align-items: flex-start;
    gap:0 125px;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 683px;
  }
  .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 50px;
  }
  .top_info.pattern05 .top_info_left{
    width: 550px;
  }
  .top_info.pattern05 .top_info_right {
    width: 600px;
  }
}

@media screen and (max-width: 640px) {
  .bg_wrap01::before{
    top: 0;
    height: 100%;
    background-size: 162px auto,640px auto;
  }
  .bg_wrap01::after{
    height: 100%;
  }
  .top_news.pattern05{
    padding: 120px 0 50px;
    margin-bottom: 80px;
  }
  .top_news.pattern05::before{
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: calc(100% - 70px);
    width: 97.5%;
    border-radius: 0 60px 60px 0;
  }
  .top_news.pattern05 hgroup p{
    font-size: 50px;
  }
  .top_news.pattern05 .btn02 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern05 .top_news_list li{
    padding-bottom: 15px;
  }
  .top_news.pattern05 .top_news_list li a {
    padding: 10px 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top_info.pattern05 {
    padding-bottom: 150px;
  }
  .top_info.pattern05 .top_info_add{
    font-size: 100%;
  }
  .top_info.pattern05 .top_info_tel{
    font-size: 7vw;
  }
  .top_info.pattern05 .top_info_tel span{
    font-size: 80%;
  }
  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }
  .top_info.pattern05 .top_access_map iframe{
    height: 250px;
  }
  .top_info.pattern05 .top_access_guide li::before{
    top: 9px;
    bottom: auto;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding: 100px 0 140px;
  background: url(../images/acce_greet01.png) no-repeat right top 30px,
  url(../images/acce_greet02.png) no-repeat left bottom -267px;
  background-blend-mode: multiply;
}
.sec_top_doctor hgroup{
  margin-bottom: 100px;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_greeting_flex_img {
  width: 24%;
  margin-bottom: 20px;
}
.top_doctor_name {
  width: fit-content;
  color: var(--main-color);
  font-family: var(--ryo);
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 70px 0 0 auto;
  line-height: 1.5;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 21px;
}
.top_doctor_name .carr span{
  font-size: 110%;
}
.top_doctor_name .name{
  font-size: 24px;
}
.top_doctor_name .name span{
  font-size: 18px;
}
.top_greeting_flex_text {
  width: 70%;
}
.top_greeting_flex_text .text {
  margin-bottom: 36px;
}
.top_greeting_flex_text .text_w100 > p{
  font-size: 16px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.top_greeting_flex_text .text_w100 > p:not(:last-of-type){
  margin-bottom: 2em;
}
@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 80px 0 100px;
    background-size: 50% auto,306px auto;
    background-position: right top 20px,left bottom -80px;
  }
  .sec_top_doctor hgroup{
    margin-bottom: 60px;
  }
  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }
  .top_greeting_flex_text .text_w100 > p{
    font-size: 100%;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }
  .top_doctor_name .carr{
    font-size: 110%;
  }
  .top_doctor_name .name{
    font-size: 130%;
  }
  .top_doctor_name span{
    font-size: 80%;
  }
}

/* ご挨拶パターンC(写真なし) */
.sec_top_doctor.pattern03 .top_greeting_flex_text {
  width: 100%;
}
.sec_top_doctor.pattern03 .btn01 {
  text-align: right;
  margin-top: 30px;
}
.sec_top_doctor.pattern03 .btn01 a{
  margin: 0;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern03 .top_doctor_name {
    text-align: right;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  overflow: hidden;
  padding: 330px 0 350px;
  background: url(../images/acce_greet02.png) no-repeat left top -288px,
  url(../images/bg_feature_top.png) no-repeat center top,
  url(../images/bg_feature_btm.png) no-repeat center bottom,
  url(../images/bg_feature_wave.png) no-repeat right top / auto 100%,
  url(../images/bg_feature_base.jpg) no-repeat center top /cover;
}
.sec_top_feature hgroup{
  margin-bottom: 60px;
  text-align: right;
}
.top_feature_item {
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 150px 0;
    background-size: 306px auto,640px auto,640px auto,auto 100%,cover;
    background-position: left top -105px,center top,center bottom,right top,center top;
  }
}
/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  align-items: flex-start;
  justify-content: right;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.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: 45px;
  right: 48px;
}
.sec_top_feature.pattern02 .top_feature_num::before{
  content: "";
  position: absolute;
  top: 45px;
  left: -413px;
  width: 400px;
  height: 1px;
  background: #bfb6a4;
}
.sec_top_feature.pattern02 .top_feature_num p {
  line-height: 1;
}
.sec_top_feature.pattern02 .top_feature_num p img{
  width: auto;
  height: 76px;
}
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  z-index: 1;
  width: 540px;
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: -3px;
  border-radius: 10px;
}
.sec_top_feature.pattern02 .top_feature_img::before{
  content: "";
  position: absolute;
  z-index: 1;
  left: -40px;
  bottom: -50px;
  width: 210px;
  height: 160px;
  opacity: 0.4;
  background: var(--sub-color);
  border-radius: 10px;
}
.sec_top_feature.pattern02 .top_feature_img::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(6.25deg);
  border-radius: 10px;
  border: 2px solid #bba687;
  opacity: 0.3;
}
.sec_top_feature.pattern02 .top_feature_img img{
  border-radius: 10px;
}
.sec_top_feature.pattern02 .top_feature_box {
  position: relative;
  max-width: 1083px;
  width: 100%;
  background: #fff url(../images/bg_feature_item_odd.png) no-repeat right top;
  border-radius: 10px;
  margin-top: 65px;
  padding-top: 175px;
  padding-bottom: 100px;
  min-height: 490px;
  margin-right: 0;
  margin-left: -446px;
  padding-right: 50px;
  padding-left: 495px;
}
.sec_top_feature.pattern02 .top_feature_box h3{
  color: var(--main-color);
  font-size: 28px;
  font-family: var(--ryo);
  font-weight: 500;
  line-height: 1.786;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.sec_top_feature.pattern02 .top_feature_box p{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: left;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  right: auto;
  left: 48px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num::before{
  left: auto;
  right: -413px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img::before{
  left: auto;
  right: -40px;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box{
  margin-left: 0;
  margin-right: -446px;
  padding-left: 50px;
  padding-right: 495px;
  background: #fff url(../images/bg_feature_item_even.png) no-repeat left top;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_num{
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num{
    position: relative;
    top: 0;
    left: 0;
  }
  .sec_top_feature.pattern02 .top_feature_num .line{
    flex: 1;
    margin-left: 10px;
    height: 1px;
    background: #bfb6a4;
  }
  .sec_top_feature.pattern02 .top_feature_num p img{
    width: auto;
    height: 40px;
  }
  .sec_top_feature.pattern02 .top_feature_num::before{
    display: none;
  }
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }
  .sec_top_feature.pattern02 .top_feature_img {
    max-width: 541px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec_top_feature.pattern02 .top_feature_img::before{
    width: 150px;
    height: 114px;
    left: -10px;
    bottom: -10px;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img::before{
    right: -10px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
    min-height: unset;
    margin-top: 0;
    padding: 20px 20px 50px;
    margin-right: auto;
    margin-left: auto;
    background-size: 200px auto;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_box{
    margin-top: 0;
    padding: 20px 20px 50px;
    margin-right: auto;
    margin-left: auto;
    background-size: 200px auto;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box p{
    font-size: 100%;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
  z-index: 0;
  padding: 160px 0 390px;
  margin-bottom: 115px;
}
.sec_top_medical::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 228px;
  left: 0;
  width: calc(100% - 160px);
    min-width: 1235px;
  height: calc(100% - 493px);
  border-radius: 0 100px 100px 0;
  background: url(../images/bg_tex.jpg);
}
.sec_top_medical::after{
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: calc(100% - ((100% - 1200px)/2));
  height: 983px;
  border-radius: 100px 0 0 100px;
  background: url(../images/bg_medical.jpg) no-repeat center / cover;
}
.sec_top_medical hgroup{
  text-align: center;
  margin-bottom: 100px;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 124px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  position: relative;
  width: 290px;
}
.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 {
  text-align: center;
  margin-bottom: 40px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .item_img{
  margin-bottom: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img{
  width: 180px;
  height: auto;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  color: var(--text-color);
  font-family: var(--ryo);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.391;
  text-align: center;
  margin: 0 auto 33px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a h3{
  margin-bottom: 20px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a p {
  color: var(--text-color);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 230px;
  margin: 0 auto 36px;
}
.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);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  font-size: 16px;
  font-family: var(--ryo);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  padding: 14px 40px;
  margin: auto 30px 0;
  background: linear-gradient(to Left, rgb(187,166,135) 0%, rgb(153,137,130) 100%);
  color: #fff;
  position: relative;
  border-radius: 100px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01:before {
  transition: 0.2s ease-in-out;
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_arrow_wh.png) no-repeat center;
}
@media (hover: hover){
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
    opacity: 0.8;
    background: linear-gradient(to Left, rgb(187,166,135) 0%, rgb(153,137,130) 100%);
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01::before{
    right: 15px;
  }
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 476px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mon);
  font-weight: 300;
  writing-mode: sideways-lr;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title p{
  color: var(--sub-color);
  margin: 0;
  line-height: 1;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title div{
  flex: 1;
  width: 1px;
  background: var(--sub-color);
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .sec_top_medical{
    padding: 80px 0 150px;
    margin-bottom: 50px;
  }
  .sec_top_medical::before{
    width: 97.5%;
    top: auto;
    bottom: 100px;
    height: calc(100% - 300px);
    border-radius: 0 50px 50px 0;
    min-width: initial;
  }
  .sec_top_medical::after{
    width: 95%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex{
    gap: 50px 2%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 49%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img{
    margin-bottom: 20px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img img{
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3{
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a > p{
    font-size: 14px;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title{
    height: 100%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_en_title p{
    font-size: 12px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01{
    margin: auto 20px 0;
    font-size: 100%;
    padding: 14px 20px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01:before{
    right: 10px;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
  margin-bottom: 80px;
}
.home_loopSlider .slick-slide{
  margin-left: 10px;
  margin-right: 10px;
}
.home_loopSlider .slick-slide:nth-of-type(even) {
  margin-top: 50px;
}
.home_loopSlider img{
  border-radius: 10px;
}

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