@charset "UTF-8";
/* ==========================================================================
// COMMON
========================================================================== */
#header{
  opacity: 0;
  transition: 0.5s;
}
.firstview-wrap{
  position: relative;
}
/* ttl-cmn-top
---------------------------------------------------------- */
.ttl-cmn-top span{
  margin: 0 0 2px;
  display: block;
  color: #72C7A8;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.ttl-cmn-top img{
  height: 35px;
}
/* scroll button animation
---------------------------------------------------------- */
@keyframes pathmove{
  0%{
    height:0;
    top:45px;
    opacity: 0;
  }
  30%{
    height:15px;
    opacity: 1;
  }
  100%{
    height:0;
    top:80px;
    opacity: 0;
  }
}
/* ==========================================================================
// area-mainimg
========================================================================== */
.area-mainimg{
  position: relative;
  min-height: 500px;
}
.area-mainimg .logo-mainimg{
  position: absolute;
  z-index: 1;
  width: 263px;
  top: 30px;
  left: 3.66%;
}
.area-mainimg .slide-main{
  position: relative;
  margin: 0 0 0 auto;
  width: 88%;
  max-height: 900px;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
.area-mainimg .slide-main > ul{
  opacity: 0;
  transition: opacity 1s ease;
}
.area-mainimg .slide-main > ul.slick-initialized{
  opacity: 1;
}
.area-mainimg .slide-main > ul li.mainimg-01{
  background: url(../img/img_mainimg_01_pc.jpg) center center no-repeat;
  background-size: cover;
}
.area-mainimg .slide-main > ul li.mainimg-02{
  background: url(../img/img_mainimg_02_pc.jpg) center center no-repeat;
  background-size: cover;
}
.area-mainimg .slide-main > ul li.mainimg-03{
  background: url(../img/img_mainimg_03_pc.jpg) center center no-repeat;
  background-size: cover;
}
.area-mainimg .slide-main .slick-slide {
  padding-top: 16.57%;
  min-height: 500px;
}
.area-mainimg .slide-main .slick-slide img{
  width: 100%;
}
.area-mainimg .slide-main .slick-dots{
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.area-mainimg .slide-main .slick-dots li + li{
  margin-left: 15px;
}
.area-mainimg .slide-main .slick-dots button{
  padding: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 0;
  border-radius: 15px;
  transition: 0.2s;
}
.area-mainimg .slide-main .slick-dots button:hover{
  opacity: 0.5;
}
.area-mainimg .slide-main .slick-dots .slick-active button{
  background: transparent;
  border: 1px solid #fff;
}
.area-mainimg .slide-main .txt{
  opacity: 0;
  transition: .5s;
}
.area-mainimg .slide-main .txt img{
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  margin: auto;
  transform: translateY(50px);
  transition: transform 1.5s;
}
.area-mainimg .slide-main .txt.on{
  opacity: 1;
}
.area-mainimg .slide-main .txt.on img{
  width: 34.40%;
  max-width: 456px;
  transform: translateY(0);
}
.area-mainimg .txt-scroll-sp{
  display: none;
}



/* ==========================================================================
// area-topics
========================================================================== */
.area-topics {
  position: relative;
  padding: 70px 20px;
}
.area-topics .container{
  position: relative;
  display: flex;
  padding: 30px 75px 40px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
  border-radius: 10px;
}
.area-topics .ttl{
  padding: 30px 0 0;
  width: 18.07%;
  min-width: 150px;
  min-height: 150px;
}
.area-topics .list{
  width: 81.93%;  
}
.area-topics .list dl{
  padding: 18px 0;
  display: flex;
  line-height: 1.5;
}
.area-topics .list dl + dl{
  border-top: 1px solid #EDEDED;
}
.area-topics .list .date{
  width: 115px;
  padding: 0 10px 0 0;
}
.area-topics .list .category{
  width: 90px;
  padding: 0 10px 0 0;
}
.area-topics .list .category .post-categories li a{
  display: inline-block;
  padding: 0 4px;
  border:1px solid #88C5AA;
  color: #88C5AA;
  font-size: 12px;
  line-height: 1.5;
  transition: color 0.2s,background 0.2s;
}
.area-topics .list .category .post-categories li a:hover,
.area-topics .list .category .post-categories li a:focus{
  color: #fff;
  background: #88C5AA;
}
.area-topics .list .title{
  flex: 1;
}
.area-topics .list .title a{
  color: #646464;
  transition: 0.2s;
}
.area-topics .list .title a:hover,
.area-topics .list .title a:focus{
  color: #88C5AA;
}
.area-topics .list .txt-not{
  padding: 20px;
  color: #999;
}
/* btn-more */
.area-topics .btn-more{
  width:18.07%;
  max-width: 133px;
  position: absolute;
  bottom: 60px;
  left: 75px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
.area-topics .btn-more a{
  display: block;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(70deg,#FFB19A, #FFCFB5);
  color: #fff;
  transition: opacity 0.2s;
}
.area-topics .btn-more a:hover,
.area-topics .btn-more a:focus{
  opacity: 0.7;
}

/* box-scroll */
.area-topics .box-scroll-pc{
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background:linear-gradient(135deg, #69EA82, #FFED8B);
  width: 23.86%;
  height: calc(100% + 120px);
}
.area-topics .box-scroll-pc .txt{
  margin: 57px 0 0 70px;
  position: relative;
  width: 15px;
}
.area-topics .box-scroll-pc .txt:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 15px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/* ==========================================================================
// area-notice
========================================================================== */
.area-notice{
  padding: 70px 20px 0;
}
.area-notice .container{
  background: #FFF6F2;
  border-radius: 10px;
  padding: 50px 40px 10px;
}
.area-notice .ttl{
  margin: 0 0 40px;
  color: #EC7171;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.11em;
  font-size: 30px;
  text-align: center;
}
.area-notice .ttl:before{
  margin: 0 10px 0 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 46px;
  background: url(../img/ico_covid19_01@2x.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.area-notice .list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: list;
  list-style: none;
}
.area-notice .list li{
  margin: 0 0 30px;
  width: 31.63%;
}
.area-notice .list li .img-wrap{
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.area-notice .list li .img-wrap img{
  vertical-align: bottom;
}
.area-notice .list li p{
  padding: 0 0 0 35px;
  position: relative;
}
.area-notice .list li p:before{
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: list;
  content: counter(list);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EC7171;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

/* ==========================================================================
// area-schedule
========================================================================== */
.area-schedule{
  padding-top: 90px;
  padding-bottom: 50px;
}
.area-schedule .ttl{
  margin-bottom: 30px;
}
.area-schedule .txt_01{
  font-size: 14px;
  color: #FFB19A;
}
.area-schedule .tbl{
  margin: 0 0 15px;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.area-schedule .tbl thead{
  background: #F8F8F8;
}
.area-schedule .tbl th,
.area-schedule .tbl td{
  padding: 20px 10px;
  vertical-align: middle;
}
.area-schedule .tbl th{
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.24em;
  font-weight: normal;
}
.area-schedule .tbl th:first-child{
  width: 225px;
}
.area-schedule .tbl th + th{
  border-left: 1px solid #ddd; 
}
.area-schedule .tbl td + td{
  border-left: 1px solid #ddd;
}
.area-schedule .tbl td{
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.area-schedule .tbl td .open{
  width: 14px;
  height: 14px;
}
.area-schedule .tbl td .pc-close{
  letter-spacing: 0.12em;
}
.area-schedule .tbl td .sp-close{
  display: none;
}
.area-schedule .note{
  color:#C1C1C1 ;
  text-align: right;
  font-size: 12px;
  line-height: 1.7;
}
.area-schedule .note em{
  font-style: normal;
  text-decoration: underline;
}
/* ==========================================================================
// area-service
========================================================================== */
.area-service{
  padding-bottom: 80px;
}
.area-service .ttl{
  margin-bottom: 30px;
}
.area-service .sec-department{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* display: flex;
  justify-content: space-between; */
}
/* .area-service .sec-department .box.orthopedic{
  order: 1;
}
.area-service .sec-department .box.rehabilitation{
  order: 2;
}
.area-service .sec-department .box.surgery{
  order: 3;
} */
.area-service .sec-department .box{
  /* width: 31.34%; */
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 30px 20px 25px;
  background: #FAFAFA;
  border-radius: 10px;
  text-align: center;
  transition: background 0.2s;
}
.area-service .sec-department .box dt{
  margin: 0 0 15px;
  color: #72C7A8;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.2em;
}
.area-service .sec-department .box dd .photo{
  margin: 0 auto 12px;
  display: block;
  width: 100%;
  max-width: 189px;
}
.area-service .sec-department .box dd .txt{
  color: #646464;
}
