/*ページネーション*/
.splide__pagination {
  display: none;
}

.home-fv {
  position: relative;
}
.home-fv__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-fv__item {
    height: calc(100vh - var(--header-h));
  }
}
@media screen and (max-width: 767px) {
  .home-fv {
    margin-bottom: 0;
  }
  .home-fv__item {
    height: 100vh;
    height: 100svh;
  }
}
.home-fv__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-fv .splide__slide img {
  transition-property: transform;
  transition-duration: 10s;
  transform: scale(1.1);
}
.home-fv .splide__slide.is-active img {
  transform: scale(1);
}
.home-fv__wtxt {
  position: absolute;
  top: 29%;
  transform: translateY(-43%);
}
@media screen and (min-width: 768px) {
  .home-fv__wtxt {
    left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__wtxt {
    left: 6.5vw;
    top: 46%;
  }
  
  .home-fv__copy {
    position: absolute;
    left: 7.8vw;
    top: 14.8%;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__ttl img {
    width: 70.2vw;
  }
  
  .home-fv__copy img {
    width: 31.2vw;
  }
}
.home-fv__desc {
  font-size: 1.8rem;
  margin: 40px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .home-fv__desc {
    margin: 3.3vw 0 6.3vw 0;
    font-size: 3.6vw;
    line-height: 1.7;
    color: #fff;
  }
  
  .home-fv__wbtn {}
}
.home-fv__link {
  display: block;
  border-radius: 3em;
  background: #fff;
  transition: 0.25s color;
  background: rgba(255,255,255,0.65);
}
@media screen and (min-width: 768px) {
  .home-fv__link {
    position: absolute;
    left: 100px;
    bottom: 40px;
    width: auto;
    padding: 8px 16px 6px 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__link {
    position: absolute;
    left: 15px;
    bottom: 30px;
    width: 93%;
    padding: 0.8em 1em;
    padding-right: 0;
    border-radius: 2em;
    line-height: 1.4;
  }
  
  /*.home-fv__link {
    padding: 0.4em 1em;
    margin: 8vw 0 9vw 0;
  }*/
}
@media (hover: hover) {
  .home-fv__link dd:hover {
    color: var(--accent);
    text-decoration: underline;
  }
}
.home-fv__link dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.home-fv__link dt {
  width: 7.7em;
  color: var(--accent);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-fv__link dl {
    font-size: 1.4rem;
  }
  .home-fv__link dt {
    font-size: 1.3rem;
    margin-right: 4px;
  }
}
.home-fv__link dd {
  white-space: nowrap;
  /*text-overflow: ellipsis;
  overflow: hidden;*/
  /*margin-left: 5px;*/
}
@media screen and (min-width: 768px) {
  /*.home-fv__link dd {
    width: calc(100% - 6em);
  }*/
}
@media screen and (max-width: 767px) {
  /*.home-fv__link dd {
    width: calc(100% - 5em);
    font-size: 4vw;
  }*/
}
@media screen and (min-width: 768px) {
  .home-fv .p-time-table__table-wrap {
    border-radius: 0;
  }
}
.home-fv__time-table {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-fv__time-table {
    background: #fff;
    border-radius: 10px 0 0 0;
    right: 0;
    bottom: -1px;
    position: absolute;
    width: 480px;
  }
}

.home-bnr {
  text-align: center;
  margin: 80px 0;
}
.home-bnr img {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.home-bnr a {
  transition: 0.25s opacity;
}
@media (hover: hover) {
  .home-bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr {
    margin: 12vw 0 20vw 0;
  }
}

.home-feature {
  position: relative;
  background-color: #FAF7F0;
  padding: 20px 0 25px 0;
}
.home-flow {
  position: relative;
  background-color: #FAF7F0;
  padding: 20px 0 25px 0;
  margin-bottom: 250px;
}

@media screen and (max-width: 767px) {
  .home-feature {
    padding: 6.9vw 0 1.7vw 0;
    margin-bottom: 10.7vw;
  }
  .home-flow {
    padding: 6.9vw 0 1.7vw 0;
    margin-bottom: 10.7vw;
  }
}
.home-feature__inner {
  position: relative;
  z-index: 2;
}
.home-feature .is-top,
.home-feature .is-btm {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
}
.home-feature .is-btm {
  bottom: -128px;
  text-align: center;
  height: 128px;
  background: url("../../img/page/home/feature_btm.png") 50% 0/100% auto no-repeat;
}

.home-flow__inner {
  position: relative;
  z-index: 2;
}
.home-flow .is-top,
.home-flow .is-btm {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
}
.home-flow .is-btm {
  bottom: -128px;
  text-align: center;
  height: 128px;
  background: url("../../img/page/home/feature_btm.png") 50% 0/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .home-feature .is-btm {
    height: 10.7vw;
    bottom: -10.7vw;
  }
  .home-flow .is-btm {
    height: 10.7vw;
    bottom: -10.7vw;
  }
}
.home-feature .is-top {
  top: -140px;
  height: 720px;
  /*height: 1080px;*/
  text-align: center;
  background: url("../../img/page/home/feature_top.png") 50% 0/100% auto no-repeat;
}
.home-flow .is-top {
  top: -140px;
  height: 600px;
  /*height: 1080px;*/
  text-align: center;
  background: url("../../img/page/home/feature_top.png") 50% 0/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .home-feature .is-top {
    top: -9.3vw;
    background: url("../../img/page/home/feature_top_sp.png") 50% 0/100% auto no-repeat;
  }
  .home-flow .is-top {
    top: -9.3vw;
    background: url("../../img/page/home/feature_top_sp.png") 50% 0/100% auto no-repeat;
  }
}
.home-feature .p-hdr-a {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .home-feature .p-hdr-a {
    margin-bottom: 10.3vw;
  }
  /*.home-feature .p-hdr-a * {
    text-align: left;
  }*/
}

.home-flow .u-col-4 dl dt {
  margin-bottom: 10px;
}
.home-flow .u-col-4 dl dd {
  padding-right: 10px;
}


.home-feature .p-hdr-a__en {
  color: #fff;
}


/*.home-feature .p-hdr-a {
  margin-bottom: 65px;
}

.home-feature .sup-a {
  text-align: left;
  margin-top: -30px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .home-feature .sup-a {
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
  }
  .home-feature .sup-a-ttl {
    position: absolute;
    top: 190px;
    left: 20px;
  }
  .home-feature .sup-b-ttl {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .home-feature .sup-c-ttl {
    position: absolute;
    top: 0;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-feature .p-hdr-a {
    margin-bottom: 7.3vw;
  }
  .home-feature .p-hdr-a * {
    text-align: left;
  }
}
.home-feature .p-hdr-a__en {
  color: #BDBDC4;
}

.home-promise {
  padding: 100px 0;
}*/
@media screen and (max-width: 767px) {
  .home-promise {
    padding: 21.3vw 0;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__wtxt {
    margin-left: 70px;
    width: 482px;
  }
}
@media screen and (max-width: 767px) {
  .home-promise__wtxt {
    font-size: 4vw;
  }
}
.home-promise__hdr {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home-promise__hdr {
    margin-bottom: 13.3vw;
    text-align: center;
  }
  .home-promise__hdr img {
    width: 86.9vw;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__fig {
    width: 574px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-promise__fig {
    margin-top: 13.3vw;
    margin-bottom: 9.3vw;
  }
}
@media screen and (min-width: 768px) {
  .home-promise .p-list-disc {
    margin-top: 60px;
  }
}

.home-doctor {
  margin-top: 270px;
  padding-bottom: 150px;
}

@media screen and (min-width: 768px) {
  .home-doctor__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.home-doctor__inner dl.profile {
  text-align: center;
}
.home-doctor__inner dl.profile dt {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #DB5837;
  padding: 8px 40px 6px 40px;
  border-radius: 100px;
  line-height: 1.1;
}
.home-doctor__inner dl.profile dd {
  font-size: 3.4rem;
  line-height: 1.1;
}
.home-doctor__inner dl.profile dd.kana {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .home-doctor {
    margin-top: 130px;
    padding-bottom: 9.3vw;
  }
}

.home-outline {
  margin-top: 200px;
}


.home-news .inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 60px;
}
.home-news.under .inner {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

/*.home-news dl {
  border-top: 1px solid #7A919D;
}
.home-news dl:last-child {
  border-bottom: 1px solid #7A919D;
}*/

.home-news dl dt {
  font-size: 15px;
  font-weight: bold;
  width: 105px;
  display: inline-block;
  padding: 14px 0;
}
.home-news dl dd {
  display: inline-block;
  padding: 14px 0;
}

.home-news dl dd.category {
  font-size: 1.4rem;
  min-width: 86px;
  display: inline-block;
  border-radius: 100px;
  background: var(--accent);
  color: #fff;
  padding: 0.7em 0.3em 0.4em 0.3em;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  margin-right: 20px;
}
.home-news dl dd.category.important {
  background: #E24711;
}
.home-news dl dd.category.recruit {
  background: #448BEF;
}

/*.home-news dl dd a {
  color: #fff;
}*/
.home-news dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .home-outline {
    margin-top: 28vw;
  }
  
  .home-news {
    padding: 60px 0 110px 0;
  }
  .home-news.under {
    padding: 0;
  }
  
  .home-news .inner {
    padding: 20px 30px;
  }
  
  .home-news dl dt {
    display: inline-block;
    padding-bottom: 0;
  }
  .home-news dl dd {
    display: block;
  }
  .home-news dl dd.category {
    padding: 0.6em 0.2em;
  }
  .home-news dl dd.prev {
    padding-top: 8px;
    padding-bottom: 18px;
  }
}

/*.home-news {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .home-news {
    padding-top: 18.7vw;
    padding-bottom: 24vw;
  }
}*/
@media screen and (min-width: 768px) {
  .home-news__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home-news__hdr {
    width: 276px;
  }
  .home-news__hdr * {
    text-align: left;
  }
  .home-news__hdr .p-hdr-a__en {
    margin-left: 67px;
  }
}
@media screen and (min-width: 768px) {
  .home-news__body {
    width: calc(100% - 276px);
  }
}

.home-promise__row .price dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-promise__row .price dl dt {
  width: 80px;
  line-height: 1.3;
  font-size: 2.0rem;
  text-align: center;
}
.home-promise__row .price dl dd {
  width: 420px;
  margin-left: 20px;
}

.home-promise__row .price dl dt b{
   width:80px;
   height:80px;
   border-radius:50%;
   background:pink;

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
   background-color: #A1BA48;
   color: #fff;
}
.home-promise__row .price dl dt b.udr {
  background-color: #5DCDD8;
}

.home-promise__row .price dl dd b {
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {

.home-promise__row .price dl dt {
  margin: 0 auto;
  margin-bottom: 20px;
}

.home-promise__row .price dl dd {
  margin-left: 0;
}
.home-promise__row .price dl dd span {
  font-size: 1.6rem;
}
}