@charset "utf-8";
.hy-care-section__inner{
  margin-top: 50px;
}

.hy-care-kv-bg{
  background: url(../images/hy-care-html_kv.webp) no-repeat center 12%;
  background-size: cover;
}

.hy-care-kv-text-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  /* z-index: 3; */
}

.hy-care-content-bg01::before{
  background: url(../images/hy-care-html_content-bg01.webp) no-repeat center;
  background-size: cover;
}



/*=========================================
 plan
==========================================*/
.plan__list{
  margin-bottom: 50px;
}

.plan__title,
.plan__item--column-wrap{
  width: 32%;
}

.plan__title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 20px;
  font-size: 1.8em;
  color: #fefefe;
  text-align: center;
  border-radius: 40px;
}

.plan__title01{
  background: #b06d0a;
}

.plan__title02{
  background: #bfc0c0;
}

.plan__title03{
  background: #f4ce1a;
}

.plan__item{
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  border-top: solid 2px #dd1e29;
}

.plan__item:first-child{
  border: none;
  margin-top: 70px;
}

.plan__item:first-child .plan__title{
  width: 28%;
}

.plan__item:nth-child(2){
  margin-top: 70px;
}

.plan__item--top-title{
  position: absolute;
  top: -20px;
  padding: 9px 30px;
  font-size: 1.11em;
  font-weight: bold;
  color: #fff;
  background: #dd1e29;
}

.plan__item--column-wrap{
  text-align: center;
}

.plan__item--text{
  margin-top: 25px;
  font-weight: bold;
}

.plan__item--title{
  color: #dd1e29;
}

.plan__item--detail{
  margin-top: 5px;
  line-height: 1.2;
}

.plan__item02--text{
  margin-top: 60px;
}

.plan__item03--text,
.plan__item04--text,
.plan__item05--text{
  margin-top: 60px;
  line-height: 1.2;
}



@media screen and (max-width:960px){
  .plan-list-scroll{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .plan-list-scroll::-webkit-scrollbar{
    display: none;
  }

  .plan__list{
    width: 960px;
  }

  .plan__item{
    justify-content: space-between;
  }

  .plan__item:first-child .plan__title{
    width: 32%;
  }
  
  .plan__item--top-title{
    left: 50%;
    transform: translateX(-50%);
  }
}



@media screen and (max-width:520px){
  .hy-care-kv-text-wrap{
    width: 70%;
  }

  .hy-care-bg__heading{
    font-size: clamp(1.5625rem, -0.2375rem + 9vw, 2.6875rem);
  }

  .plan-list-scroll{
    white-space: normal;
  }

  .plan__list{
    width: 600px;
  }

  .plan__item{
    margin-top: 35px;
  }

  .plan__title{
    font-size: 1.5em;
    padding: 15px 10px;
  }

  .plan__item--top-title{
    font-size: 1em;
  }

  .plan__item--text-first,
  .plan__item02--text,
  .plan__item03--text,
  .plan__item04--text,
  .plan__item05--text{
    margin-top: 40px;
  }

  .plan__item--text-br-sp{
    display: none;
  }
}