@charset "utf-8";

#new-wrapper .l-caregory-hero {
  position: relative;
}
#new-wrapper .l-caregory-hero .hero-unit01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
}
#new-wrapper .l-caregory-hero .hero-unit01 .l-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* SSC対応 */
  height: 300px;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .hero-unit01 .l-inner {
    height: auto;
    padding: 50px 25px 40px;
    margin-bottom: 30px;
  }
}
#new-wrapper .l-caregory-hero .hero-unit01 .hero-ttl {
  display: inline-block;
  color: #ffffff;
  background-color: #0e357f;
  font-size: 1rem;
  line-height: 1.875;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 30px;
  left: 0;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .hero-unit01 .hero-ttl {
    font-size: 0.8125rem;
    top: 15px;
    left: 10px;
  }
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .hero-unit01 .hero-lead {
    width: 100%;
  }
}
#new-wrapper .l-caregory-hero .recommend-unit {
  background-color: rgba(238, 238, 238, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .recommend-unit {
    position: static;
    transform: translateX(0);
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
}
#new-wrapper .l-caregory-hero .recommend-unit .l-inner {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .recommend-unit .l-inner {
    display: block;
    background-color: rgba(238, 238, 238, 0.8);
  }
}
#new-wrapper .l-caregory-hero .recommend-unit .unit-ttl {
  display: flex;
  width: 11%;
  color: #ffffff;
  background-color: #0e357f;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .recommend-unit .unit-ttl {
    width: 100%;
    background-color: transparent;
    color: #0e357f;
  }
}
#new-wrapper .l-caregory-hero .recommend-unit .cont-list {
  width: 88%;
  margin-top: 0;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper .l-caregory-hero .recommend-unit .cont-list {
    width: 100%;
  }
}

#new-wrapper.keiei-service .hero-unit01 {
  background-image: url("/seisaku/img/mv_pc.jpg");
}
@media only screen and  (max-width: 812px) {
  /* SSC対応 */
  #new-wrapper.keiei-service .hero-unit01 {
    background-image: url("/seisaku/img/mv_pc.jpg");
  }
}

/* SSC対応 */
#new-wrapper.keieishien .hero-unit01 .hero-lead {
  margin-top: -60px;
}
@media only screen and  (max-width: 812px) {
  #new-wrapper.keieishien .hero-unit01 .hero-lead {
    margin-top: 0;
  }
}



