@charset "utf-8";
/*==================================================================

  メインビジュアル

==================================================================*/
h1{
  top: 76px;
  margin-left: 90px;
}
.nav_wrap {
  top: 900px;
}
.top_mainvisual{
  height: 800px;
}
.mainvisual_wrap{
  height: 800px;
}
.top_mainvisual .inner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  left:0;
  right: 0;
  margin: auto;
  top:209px;
  text-align: center;
  max-width: 473px;
}
.mv_catch_list {
  display: flex;
  justify-content: center;
  margin-top: -200px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1310px) { 
.mv_catch_list {
  padding-right: 50px;
}
}
.mv_catch_item:nth-child(2) {
  margin-top: -10px;
}
.top_mv_catch_img {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
  margin-top: -362px;
  position: relative;
  right: -20px;
  z-index: 10;
  /* z-index: 2; */
  pointer-events: none;
}
.top_mv_catch_img img{
  display: block;
}
.top_mv_catch_img a{
  display: inline-block;
  pointer-events: auto;
}

/* メインスライド */
#slick_fade{
  width: 100%;
  height: 800px;
}
#slick_fade .slide_item img{
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center;
}

.tit01_en  {
  display: inline-block;
  text-align: left;
}

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

  .top_info

==================================================================*/
/* ↓↓↓見た目確認用↓↓↓ */
.top_info:not(.top_info2) .top_info_flex{
  padding: 64px 0;
}
/* ↑↑↑見た目確認用↑↑↑ */

.top_info_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info_item{
  width: 46.6%;
}
.top_news {
  margin-top: 216px;
  position: relative;
		z-index: 1;
}
.top_news::before {
  position: absolute;
  right: 0;
  top: -110px;
  background: url("../images/main_bg02.jpg") top right 0 no-repeat;
  width: 30%;
  max-width: 356px;
  height: 599px;
  background-size: 100%;
  content: "";
  z-index: -1;
  
}
.top_news .box1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top_news_tit {
  width: 20%;
  text-align:left;
}
.top_news_tit .tit01_en {
margin-bottom: 3%
}
.top_news_tit h2 {
  font-size: 20px;
  text-align: left;
}
/********************************
  .top_news お知らせ
*********************************/
/* 旧仕様 */
.top_news_frame{
  width: 70.7%;
  padding-top: 10px;
}
.top_news_headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info .top_news .top_news_frame{
  border: none;
  padding: 0;
  background: #fff;
  padding: 20px 12px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  height: 285px;
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}
.news_list li{
  margin-bottom: 41px;
    padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list li::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/news_item_arrow.png") center no-repeat;
  width: 28px;
  height: 25px;
  content: "";
}

.news_list li a {
  color: var(--text-color);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "HiraKakuProN-W6", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;

}

.news_list li span{
  margin-right: 17px;
  font-size: 14px;
  color: #888;
  letter-spacing: 0.1em;
}
.news_list li em{
  margin-right: 14px;
  display:inline-block;
  padding:0px 6px;
  font-style: normal;
  text-align:center;
/*  background: #fff;
  border: solid 1px var(--text-color);;
  color: var(--text-color);*/
  min-width: 120px;
}
.top_news .btn01 {
  position: absolute;
  left: 5px;
  bottom: 0;
}



/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}


/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}

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

  .top_concept

==================================================================*/
.top_concept {
  text-align: center;
  padding-top: 4.8%;
  background: url("../images/top_concept_bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.top_concept::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/top_concept_bg_img_left.png") top left no-repeat;
  width: 30%;
  background-size: 100%;
  max-width: 698px;
  height: 1234px;
  content: "";
}
.top_concept::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/top_concept_bg_img_right.png") top left no-repeat;
  width: 40%;
  background-size: 100%;
  max-width: 782px;
  height: 520px;
  content: "";
}
.top_concept .tit01_en {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.top_concept_tit {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_concept_tit span {
  display: inline-block;
  font-size: 26px;
  background: var(--text-color);
  height: 45px;
  line-height: 45px;
  border-radius: 100vh;
  color: #fff;
  padding: 0 42px;
  letter-spacing: 0.1em;
  position: relative;
  top: -10px;
}
.top_concept_tit_num {
  color: #b7d200;
  font-family: "futura-pt", sans-serif;
  font-size: 150px;
  font-weight: 300;
  font-style: italic;
  line-height: 0.4;
  margin-left: -34px;
  position: static !important;
}
.top_concept_tit i {
  font-style: normal;
  position: relative;
  top: -24px;
}
.top_concept_list {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1450px;
  margin: auto;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.top_concept_item {
  width: 28%;
}
.top_concept_item_img {
  margin-bottom: 26px;
}
.top_concept_item_text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
		color: #45371e;
}
.top_concept_item .btn01 a {
  background: var(--text-color);
  color: #fff;
  height: 48px;
  border: solid 1px var(--text-color);
  border-radius: 100vh;
  line-height: 48px;
  width: 150px;
}
.top_concept_item .btn01 a::before {
  background-image: url("../images/more_arrow_white.png");
  top: 18px;
  right: 20px;
}
.top_concept_item .btn01 a:hover::before {
  right: 13px;
}
.top_concept_item .btn01 a:hover {
  background: #b7d200;
}
.top_concept_attempt {
  width: 90%;
  max-width: 1180px;
  margin: auto;
  display: flex;
  padding-top: 3.1%;
  flex-direction: row-reverse;
}
.top_concept_attempt_tit {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: .1em;
  text-align: left;
  line-height: 1.5;
}
.top_concept_attempt_tit span {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  position: relative;
  right: 3px;
}
.top_concept_attempt_img {
  position: relative;
  top: 35px;
  left: 20px;
}


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

  .top_doctor

==================================================================*/
.top_doctor {
  background: url("../images/top_doctor_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 104px;
  padding-bottom: 105px;
}
.top_doctor .tit01 {
  text-align: left;
}

.top_doctor::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/top_doctor_bg_left.png") top left no-repeat;
  background-size: 100%;
  width: 50%;
  max-width: 698px;
  height: 750px;
  content: "";
}
.top_doctor::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/top_doctor_bg_right.png") top left no-repeat;
  background-size: 100%;
  width: 50%;
  max-width: 698px;
  height: 750px;
  content: "";
}
.top_doctor .box1 {
  padding-top: 114px;
  position: relative;
  z-index: 1;
}
.top_doctor .tit01_en {
margin-bottom: 15px;
}
.top_doctor_detail {
  width: 53%;
  padding-top: 16px;

}
.top_doctor_img {
  position: absolute;
  width: 63%;
  top: 0;
  right: 0;
  margin-right: -155px;
}

.top_doctor_text {
  font-size: 16px;
  /*color: #555;*/
  letter-spacing: 0.1em;
  line-height: 2;
   margin-bottom: 32px;
}
.top_doctor_name {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.top_doctor_name i {
  font-size: 0.64em;
  font-style: normal;
  padding-right: 3px;
}
.top_doctor_name span {
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-left: 25px;
  position: relative;
  top: -5px;
}
.top_doctor_name span::before {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 1px;
  height: 15px;
  background: var(--text-color);
  transform: rotate(30deg);
  content: "";
  
}
.top_doctor_clinic_name {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-top: 6%;
  margin-bottom: 14px;
}
.top_doctor .btn01 {
  position: absolute;
  /*right: 53px;*/
  left: 400px;
    bottom: 0px;
}
.top_doctor .btn01 a {
  background: var(--text-color);
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border: solid 1px var(--text-color);
  border-radius: 100vh;
  text-align: center;
}
.top_doctor .btn01 a::before {
  background-image: url("../images/more_arrow_white.png");
  right: 13px;
  top: 17px;
}
.top_doctor .btn01 a:hover::before {
  right: 7px;
}
.top_doctor .btn01 a:hover {
  background: #b7d200;
}
/*==================================================================

  .top_medical

==================================================================*/
.top_medical {
  background: url("../images/top_medical_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 112px;
}
.top_medical::before {
  position: absolute;
  left: 0;
  top: -153px;
  background: url("../images/top_medical_bg_kazari.png") top center no-repeat;
  background-size: 100%;
  width: 40%;
  max-width: 678px;
  height: 789px;
  content: "";
}
.top_medical_box {
  text-align: center;
  
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.top_medical_box::before {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: calc(100% - 30px);
  content: "";
  
}
.top_medical_box .tit01_en {
  font-size: 120px;
  margin-bottom: 11px;
  
}
.top_medical_box .tit01 {
  font-size: 36px;
  text-align: center;
}
.top_medical_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px 2.1%;
  width: 94%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.top_medical_item {
  width: 23.4%;
  position: relative;
}
.top_medical_item:not(:nth-child(4n))::before {
  position: absolute;
  right: -26px;
  bottom: -26px;
  background: url("../images/top_medical_list_kazari.png") center no-repeat;
  width: 27px;
  height: 27px;
  content: "";
}
.top_medical_item:last-child::before {
  display: none;
}
.top_medical_item a {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--text-color);
  padding-bottom: 20px;
}
.top_medical_item a:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.top_medical_item_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.22;
  height: 65px;
  padding-top: 15px;
}
.top_medical_item_tit {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
  white-space: nowrap;
}
.top_medical_item_tit span {
  font-size: 63%;
  letter-spacing: 0;
}
.top_medical_item_btn {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  background: #14a83b;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  padding-right: 24px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100vh;
  width: 150px;
}
.top_medical_item_btn::before {  
  position: absolute;
  top: 14px;
  right: 17px;
  background: url("../images/more_arrow_white.png") top center no-repeat;
  width: 20px;
  height: 11px;
  content: "";
}
/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap{
  margin: 65px auto 70px;
}
.loop_slide_wrap .slick-slider div{
 transition: none;
}
.loop_slide_wrap .slick-list{
  overflow: hidden!important;
}
.loop_slide_wrap .slick-initialized .slick-slide{
  height: auto;
  margin-right: 20px;
}
.loop_slide_wrap .slick-initialized .slick-slide img{
  width: 400px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loop_slide_wrap .slick-initialized .slick-slide:focus{
  outline: none;
}

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

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;  
  }

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

    メインビジュアル（スマホ）

  ==================================================================*/
  .mainvisual_wrap {
    height: 270px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .top_mainvisual {
    height: 270px;
  }
  .top_mv_catch_img {
    margin-top: 0;
    padding: 4% 8% 7%;
    width: 100%;
    background: rgba(20,168,59,0.6);
    right: 0;
  }
  .mv_catch_list {
    padding-right: 0;
    width: 85%;
    margin: 20px auto;
    
  }
  .mainvisual_catch {
    top: 20%;
    width: 60%;
    
  }
  #mainvisual::before {
    background-size: 100%;
    width: 40%;
    height: 250px;
    background-position: center left;
    bottom: -150px;
  }

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

    .top_info（スマホ）

  ==================================================================*/
  .top_news {
    margin-top: 0;
  }
  .top_news_tit h2 {
    margin-bottom: 20px;
  }
  .top_news .box1{
   display: block;
  }
  .top_info .box1 {
    
    margin-bottom: 50px;
  }
  .info_wrapper::before {
    height: 300px;
    top: -90px;
    background-position: top left;
    width: 40%;
    left: -4%;
  }
  .top_info:not(.top_info2) .top_info_flex {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .top_news_tit {
    width: 100%;
  }
  .top_news_frame {
    width: 100%;
  }
  .top_news .btn01 {
    position: static;
    margin-top: 35px;
    display: block;
    text-align: right;
  }
  .news_list li {
    margin-bottom: 25px;
  }
  .news_list li::before {
    top: 25px;
  }
  .news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
  }

  .top_info_item {
    width: 100%;
    margin-top: 40px;
  }
  
  .top_info_item:first-child {
    margin-top: 0;
  }
  
  .top_info .top_news .scroll_area {
    height: 200px;
  }

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

    .top_concept（スマホ）

  ==================================================================*/
  .top_concept {
    overflow: hidden;
  }
  .top_concept_list {
    display: block;
  }
  .top_concept_item {
    width: 100%;
    margin-bottom: 48px;
  }
  .top_concept_item .btn01 a{
    margin: auto;
    margin-top: 15px;
  }
  .top_concept_tit {
    font-size: 30px;
  }
  .top_concept_tit_num {
    font-size: 70px;
    padding-top: 25px;
    display: inline-block;
    padding-left: 9%;
  }
  .top_concept_tit span {
    font-size: 18px;
    top: 8px;;
    height: 40px;
    line-height: 40px;
    
  }
  .top_concept_tit i {
    top: 0;
  }
  .top_concept_item_img {
    width: 80%;
    margin: 0 auto 15px;
  }
  .top_concept_item_text {
    width: 90%;
    margin: auto;
    font-size: 15px;
  }
  .top_concept_attempt {
    display: block;
  }
  .top_concept_attempt_tit {
    writing-mode: horizontal-tb;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }
  .top_concept_attempt_tit span {
    font-size: 20px;
    padding-bottom: 8px;
    
  }
  .top_concept_attempt_img {
    left: -25%;
    /* left: -5%; */
    top: 0%;
    width: 130%;
    /* width: 140%; */
  }
  /*==================================================================

    .top_medical（スマホ）

  ==================================================================*/
  .top_medical {
    padding-bottom: 80px;
  }
  .top_medical::before {
    top: -40px;
  }
  .top_medical_box .tit01{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .top_medical_box .tit01_en {
    font-size: 60px;
  }
  .top_medical_list {
    gap: 25px 1%;
    padding-top: 0;
    justify-content: center;
  }
  .top_medical_item {
    width: 49%;
  }
  .top_medical_item_tit {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .top_medical_item_text {
    font-size: 16px;
  }
  .top_medical_item:nth-child(2n)::before {
    display: none
  }
  .top_medical_item:not(:nth-child(4n))::before {
    right: -15px;
  }
  .top_medical_item_btn {
    font-size: 13px;.
  }
  
  /*==================================================================

    .top_docotr（スマホ）

  ==================================================================*/
  .top_doctor {
    padding-bottom: 5px;
  }
  .top_doctor .box1 {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .top_doctor_detail {
    width: 100%
  }
  .top_doctor_text {
    font-size: 15px;
  }
  .top_doctor_img {
    position: static;
    width: 80%;
    margin: auto;
  }
  .top_doctor_clinic_name {
    font-size: 16px;
    text-align: center;
  }
  .top_doctor_name {
    font-size: 22px;
    text-align: center;
  }
  .top_doctor_name span {
    top: -1;
  }
  .top_doctor .btn01 {
    position: static;
  }
  .top_doctor .btn01 a {
    margin: 30px auto 0;
  }
  
  /*==================================================================

    .loop_slider（スマホ）

  ==================================================================*/
  .loop_slide_wrap {
    margin: 35px auto 40px;
  }
  .loop_slide_wrap .slick-initialized .slick-slide img {
    width: 200px;
  }
  .loop_slide_wrap .slick-initialized .slick-slide {
    margin-right: 10px;
  }

 
}
