.m-heading-02 .large {
  margin-left: -.25em;
}

.topics-index {
  margin-bottom: 30px;
}

.topics-index__num {
  margin-bottom: .1em;
  color: #8ec231;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.topics-index__ttl {
  margin-bottom: .25em;
  font-size: 2rem;
  font-weight: 700;
}

.topics-index__txt {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 500;
}

.topics-mv {
  position: relative;
  padding-bottom: 78vw;
}

.topics-mv::before, .topics-mv::after {
  content: "";
  z-index: -1;
  position: absolute;
}

.topics-mv::before {
  left: 0;
  background: url(/medicalwel/topics/img/bg_mv.png) no-repeat center/cover;
}

.topics-mv::after {
  right: 0;
}

.topics-mv.is-01::after {
  background: url(/medicalwel/topics/01/img/mv.jpg) no-repeat center/cover;
}

.topics-mv.is-02::after {
  background: url(/medicalwel/topics/02/img/mv.jpg) no-repeat center/cover;
}

.topics-mv.is-03::after {
  background: url(/medicalwel/topics/03/img/mv.jpg) no-repeat center/cover;
}

.topics-mv__unit {
  position: relative;
  color: #fff;
}

.topics-mv__unit::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 4px;
  height: calc(100% - 40px);
  background-color: #fff;
}

.topics-mv__num {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}

.topics-mv__num span {
  margin-left: .1em;
  font-size: 1.86em;
  letter-spacing: .05em;
}

.topics-mv__ttl {
  position: relative;
  margin-bottom: .2em;
  font-size: 2.4rem;
}

.topics-mv__txt {
  font-size: 1.4rem;
}

.topics-facility {
  z-index: +1;
  position: relative;
  width: 100%;
  max-width: 610px;
  transform: translateY(-20px);
  background: linear-gradient(128deg, #54b011 40%, #e2df00 80%);
  box-shadow: 5px 5px 12px #bcbcbc;
}

.topics-facility__txt {
  padding: 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.topics-lead {
  position: relative;
}

.topics-lead::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  min-width: 1000px;
  height: 60%;
  transform: translateX(-50%);
  background-color: rgba(142, 194, 49, 0.05);
}

.topics-lead__unit {
  background-color: rgba(255, 255, 255, 0.9);
  border-right: 6px solid #8ec231;
}

.topics-lead__txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.topics-lead__info {
  position: relative;
  margin-top: 15px;
  padding: 10px 20px 20px;
}

.topics-lead__info::before, .topics-lead__info::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 6px solid #e2e2e2;
  border-left: 6px solid #e2e2e2;
}

.topics-lead__info::before {
  top: 0;
  left: 0;
}

.topics-lead__info::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.topics-lead__info dt {
  margin-bottom: .4em;
  font-size: 1.7rem;
  font-weight: 700;
}

.topics-lead__info dd {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

.topics-lead__info dd:last-of-type {
  margin-bottom: 0;
}

.topics-qa {
  padding: 60px 0;
  background-color: rgba(142, 194, 49, 0.05);
}

.topics-qa__item {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 60px;
}

.topics-qa__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #000;
}

.topics-qa__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.topics-qa__item:last-of-type::after {
  display: none;
}

.topics-qa__item dd {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
}

.topics-qa__item dd:last-of-type {
  margin-bottom: 0;
}

.topics-qa__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #8ec231;
}

.topics-qa__ttl .num {
  width: 90px;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.topics-qa__ttl .txt {
  flex: 1;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.625;
}

.topics-qa__img {
  margin-bottom: 15px;
}

.topics-qa__img-caption {
  margin-top: .5em;
  font-size: 1.1rem;
  line-height: 1.5;
}

.topics-profile {
  margin-bottom: -80px;
  padding: 20px 0 80px;
  background-color: #8ec231;
}

.topics-profile__box {
  max-width: 540px;
  margin: 0 auto 20px;
  background-color: #fff;
}

.topics-profile__box:last-of-type {
  margin-bottom: 0;
}

.topics-profile__img {
  text-align: center;
}

.topics-profile__ttl {
  margin-bottom: .5em;
  color: #8ec231;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.topics-profile__txt-01 {
  font-weight: 500;
}

.topics-profile__txt-02 {
  font-size: 1.2rem;
  font-weight: 500;
}

.topics-profile__name {
  font-size: 2rem;
  font-weight: 500;
}

.topics-profile__name span {
  font-size: .6em;
}

@media screen and (min-width: 768px) {
  .topics-index {
    margin-bottom: 60px;
  }
  .topics-index__num {
    margin-top: -.15em;
    font-size: 4rem;
  }
  .topics-index__ttl {
    font-size: 2.8rem;
  }
  .topics-index__txt {
    font-size: 1.9rem;
  }
  .topics-mv {
    padding: 35px 0 160px;
  }
  .topics-mv::before, .topics-mv::after {
    top: 0;
    width: 50%;
    height: 100%;
  }
  .topics-mv__unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 300px;
    padding-left: 20px;
    padding-top: 25px;
  }
  .topics-mv__unit::before {
    bottom: 0;
    left: 0;
    width: 6px;
    height: 100%;
  }
  .topics-mv__num {
    font-size: 4.4rem;
  }
  .topics-mv__ttl {
    padding-right: 160px;
    font-size: 4rem;
  }
  .topics-mv__ttl::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 150px;
    height: 1px;
    background-color: #fff;
  }
  .topics-mv__txt {
    font-size: 2.2rem;
  }
  .topics-facility {
    display: flex;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #54b011 0%, #e2df00 100%);
    box-shadow: 10px 10px 25px #bcbcbc;
  }
  .topics-facility__txt {
    flex: 1;
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .topics-facility__img {
    width: 310px;
  }
  .topics-lead {
    min-height: 470px;
    padding-top: 30px;
  }
  .topics-lead__img {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 280px;
  }
  .topics-lead__img img {
    max-width: none;
  }
  .topics-lead__unit {
    max-width: 540px;
    margin-left: auto;
    padding: 20px 40px 30px 30px;
    border-right-width: 10px;
  }
  .topics-lead__txt {
    font-size: 1.8rem;
  }
  .topics-lead__info {
    margin-top: 20px;
    padding: 20px 30px 26px;
  }
  .topics-lead__info::before, .topics-lead__info::after {
    width: 30px;
    height: 30px;
    border-top: 10px solid #e2e2e2;
    border-left: 10px solid #e2e2e2;
  }
  .topics-lead__info dt {
    font-size: 2.2rem;
  }
  .topics-lead__info dd {
    font-size: 1.4rem;
  }
  .topics-qa {
    padding: 150px 0 120px;
  }
  .topics-qa__item {
    margin-bottom: 20px;
    padding-bottom: 100px;
  }
  .topics-qa__item::after {
    height: 60px;
  }
  .topics-qa__item dd {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .topics-qa__ttl {
    margin-bottom: 25px;
  }
  .topics-qa__ttl .num {
    width: 140px;
    font-size: 8rem;
  }
  .topics-qa__ttl .txt {
    font-size: 2.8rem;
  }
  .topics-qa__img {
    margin-bottom: 25px;
  }
  .topics-qa__img-caption {
    font-size: 1.4rem;
  }
  .topics-profile {
    margin-bottom: -100px;
    padding: 35px 0;
  }
  .topics-profile__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  .topics-profile__img {
    width: 245px;
    margin-right: 20px;
  }
  .topics-profile__unit {
    flex: 1;
  }
  .topics-profile__ttl {
    font-size: 2rem;
  }
  .topics-profile__txt-02 {
    font-size: 1.4rem;
  }
  .topics-profile__name {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .topics-index__img {
    margin-bottom: 10px;
  }
  .topics-index__num {
    font-size: 3rem;
  }
  .topics-mv::before {
    display: none;
  }
  .topics-mv::after {
    bottom: 0;
    width: 100%;
    height: 78vw;
  }
  .topics-mv__unit {
    margin: 0 -5vw;
    padding: 50px 25px 20px;
    background: url(/medicalwel/topics/img/bg_mv.png) no-repeat center/cover;
  }
  .topics-lead {
    margin-top: 20px;
  }
  .topics-lead__img {
    margin-left: -5vw;
    margin-right: 5vw;
  }
  .topics-lead__unit {
    position: relative;
    margin-top: -20px;
    padding: 15px 20px;
  }
  .topics-profile__box {
    width: 90%;
    padding: 10px;
  }
  .topics-profile__img {
    margin-bottom: 10px;
  }
}
