.en {
  font-family: "Unbounded";
}

.dpc {
  display: block;
}
@media screen and (max-width: 834px) {
  .dpc {
    display: none;
  }
}

.dsp {
  display: none;
}
@media screen and (max-width: 834px) {
  .dsp {
    display: block;
  }
}

/* ---------------------
  liver
--------------------- */
.what-is-liver {
  margin-bottom: 13rem;
}
@media screen and (max-width: 834px) {
  .what-is-liver {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 450px) {
  .what-is-liver {
    margin-bottom: 4rem;
  }
}

.what-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -6rem;
  margin-bottom: 8rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .what-intro__flex {
    display: block;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.what-intro__flex .what-intro__flex-cont {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .what-intro__flex .what-intro__flex-cont {
    width: 100%;
  }
}

.what-intro__ttl {
  margin-bottom: 3rem;
}
.what-intro__ttl .f24 {
  color: #ff5885;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .what-intro__ttl .f24 {
    text-align: center;
  }
}
.what-intro__ttl .f42 {
  line-height: 1.4;
}
@media (max-width: 1350px) {
  .what-intro__ttl .f42 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .what-intro__ttl .f42 {
    font-size: 2.4rem;
    text-align: center;
  }
}

.what-intro__flex-img {
  margin-right: -5%;
  width: 55%;
}
@media (max-width: 1350px) {
  .what-intro__flex-img {
    margin-right: -2%;
    width: 52%;
  }
}
@media screen and (max-width: 834px) {
  .what-intro__flex-img {
    margin-right: 0;
    width: 100%;
  }
}

.what-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .what-intro__list {
    display: block;
  }
}
.what-intro__list li {
  overflow: hidden;
  width: 31%;
}
@media screen and (max-width: 834px) {
  .what-intro__list li {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .what-intro__list li:last-child {
    margin-bottom: 0rem;
  }
}
.what-intro__list li div {
  background: #ff5885;
  border-radius: 10px;
  padding: 4rem 0;
}
.what-intro__list li div .f18 {
  color: #fff;
  text-align: center;
}

.what-intro__list-ttl {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.what-intro__list-ttl .f24 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .what-intro__list-ttl .f24 {
    font-size: 2rem;
  }
}
.what-intro__list-ttl .f50 {
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
@media (max-width: 1350px) {
  .what-intro__list-ttl .f50 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .what-intro__list-ttl .f18 {
    font-size: 1.4rem;
  }
}

.why-now {
  position: relative;
}

.why-now__ttl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1100px) {
  .why-now__ttl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .why-now__ttl {
    margin-bottom: 2.5rem;
  }
}
.why-now__ttl .f24 {
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .why-now__ttl .f24 {
    margin-bottom: 2rem;
  }
}
.why-now__ttl .f24 span {
  border-bottom: 3px dotted #FFF;
  padding: 0 0.5rem;
}
.why-now__ttl .f50 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1350px) {
  .why-now__ttl .f50 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .why-now__ttl .f50 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .why-now__ttl .f50 {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .why-now__ttl .f50 {
    margin-bottom: 2rem;
  }
}

.why-now__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1100px) {
  .why-now__flex {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .why-now__flex {
    display: block;
  }
}

.why-now__flex-img {
  width: 45%;
}
.why-now__flex-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .why-now__flex-img {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}

.why-now__flex-cont {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .why-now__flex-cont {
    width: 100%;
  }
}
.why-now__flex-cont .f15 {
  color: #fff;
  margin-bottom: 3rem;
}
.why-now__flex-cont .f17 {
  color: #d2ff00;
  font-size: 1.7rem;
  text-decoration: underline;
}

.why-now__chart {
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: 3rem 5rem;
}
@media screen and (max-width: 450px) {
  .why-now__chart {
    padding: 2rem 1rem;
  }
}

.corona {
  background: #ffafbf;
  border-radius: 2rem;
  margin-bottom: 15rem;
  padding: 4rem 5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .corona {
    margin-bottom: 11rem;
  }
}
@media screen and (max-width: 450px) {
  .corona {
    margin-bottom: 6rem;
    padding: 8% 5%;
  }
}
.corona:after {
  background: url(../img/liver/arrow-bg.svg) no-repeat;
  width: 50rem;
  height: 100%;
  opacity: 0.1;
  content: "";
  position: absolute;
  left: -4rem;
  top: 4rem;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .corona:after {
    top: -4rem;
  }
}
@media screen and (max-width: 450px) {
  .corona:after {
    top: 6rem;
    left: 14rem;
    width: 20rem;
  }
}
.corona .f15 {
  color: #fff;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1100px) {
  .corona .f15 {
    width: 100%;
  }
}

.corona__ttl {
  margin-bottom: 3rem;
}
.corona__ttl .f18 {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .corona__ttl .f18 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}
.corona__ttl .f18 span {
  background: #ff5885;
  border-radius: 3rem;
  padding: 1rem 2rem;
  color: #fff;
}
@media (max-width: 1350px) {
  .corona__ttl .f18 span {
    padding: 0.75rem 2rem;
  }
}
.corona__ttl .f32 {
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1350px) {
  .corona__ttl .f32 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 450px) {
  .corona__ttl .f32 {
    font-size: 2.2rem;
  }
}
.corona__ttl .f15 {
  color: #fff;
}

.how {
  background: #ff5885;
  margin-bottom: 5rem;
  position: relative;
  overflow: visible;
}
.how:before {
  content: "";
  background: url(../img/liver/deco-01.webp) no-repeat;
  height: 27rem;
  width: 28rem;
  position: absolute;
  left: 6rem;
  top: -4rem;
  z-index: 1;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .how:before {
    width: 16rem;
    left: 6rem;
    top: -4rem;
  }
}
@media screen and (max-width: 450px) {
  .how:before {
    width: 10rem;
    left: 2rem;
    top: -2rem;
  }
}
.how:after {
  content: "";
  background: url(../img/liver/deco-02.webp) no-repeat;
  height: 23rem;
  width: 22rem;
  position: absolute;
  right: 10rem;
  top: 8rem;
  z-index: 1;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .how:after {
    height: 23rem;
    width: 17rem;
    right: 7rem;
    top: 8rem;
  }
}
@media screen and (max-width: 450px) {
  .how:after {
    width: 7rem;
    right: 3rem;
    top: 3rem;
  }
}

.how__ttl {
  margin-bottom: 5rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 450px) {
  .how__ttl {
    margin-bottom: 2rem;
  }
}
.how__ttl .f24 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}
.how__ttl .f24 span {
  border-bottom: 3px dotted #fff;
  padding: 0 0.5rem;
}
.how__ttl .f42 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1350px) {
  .how__ttl .f42 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .how__ttl .f42 {
    font-size: 2.4rem;
  }
}
.how__ttl .f42 .d450 {
  display: block;
}
@media (max-width: 450px) {
  .how__ttl .f42 .d450 {
    display: none;
  }
}

.how__intro-text {
  color: #fff;
  margin: 0 auto 4rem;
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .how__intro-text {
    margin: 0 auto 2rem;
    width: 100%;
  }
}

.how__flow {
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 3rem;
  padding: 2rem 5rem 6rem;
}
@media screen and (max-width: 834px) {
  .how__flow {
    padding: 6rem 5rem 6rem;
  }
}
@media screen and (max-width: 450px) {
  .how__flow {
    padding: 10% 5%;
  }
}
@media screen and (max-width: 450px) {
  .how__flow .whole {
    width: 80rem;
  }
}

.how-point {
  background: #ffeef1;
  border-radius: 2rem;
  padding: 6rem 5rem;
}
@media screen and (max-width: 450px) {
  .how-point {
    padding: 8% 5%;
  }
}

.how-point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .how-point__flex {
    display: block;
  }
}
.how-point__flex .f15 {
  text-align: left;
  width: 43%;
}
@media screen and (max-width: 1100px) {
  .how-point__flex .f15 {
    width: 100%;
  }
}

.how-point__flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52%;
}
@media screen and (max-width: 1100px) {
  .how-point__flex-cont {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .how-point__flex-cont {
    display: block;
  }
}
.how-point__flex-cont img {
  margin-right: 2rem;
  width: 18%;
}
@media screen and (max-width: 450px) {
  .how-point__flex-cont img {
    margin-right: 0;
  }
}

.how-point__flex-cont-ttl {
  text-align: left;
}
@media screen and (max-width: 450px) {
  .how-point__flex-cont-ttl {
    text-align: center;
    margin-bottom: 25px;
  }
}
.how-point__flex-cont-ttl .f18 {
  line-height: 1.4;
}
@media screen and (max-width: 450px) {
  .how-point__flex-cont-ttl .f18 {
    font-size: 1.4rem;
  }
}
.how-point__flex-cont-ttl .f32 {
  line-height: 1.4;
}
.how-point__flex-cont-ttl .f32 span {
  color: #ff5885;
}

.target {
  position: relative;
  padding: 14rem 0;
}
@media (max-width: 1350px) {
  .target {
    padding: 8rem 0;
  }
}
.target:after {
  content: "";
  background: url(../img/liver/target-bg.webp) no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-size: cover;
  background-position: 60% center;
}

.target__wrap {
  width: 50%;
}
@media (max-width: 1350px) {
  .target__wrap {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .target__wrap {
    width: 100%;
  }
}
.target__wrap .f32 {
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 4rem;
}
@media (max-width: 1350px) {
  .target__wrap .f32 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .target__wrap .f32 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .target__wrap .f32 {
    display: block;
  }
}
.target__wrap .f32 img {
  margin-right: 1rem;
  width: 4rem;
}
@media screen and (max-width: 1100px) {
  .target__wrap .f32 img {
    width: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .target__wrap .f32 img {
    display: block;
    margin: 0 auto 1rem;
  }
}
.target__wrap .f15 {
  color: #fff;
  margin-bottom: 3rem;
  text-align: left;
}

.target__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 450px) {
  .target__list {
    gap: 10px;
  }
}
.target__list li {
  width: 48%;
}
.target__list li .f18 {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 3.5rem 1rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1350px) {
  .target__list li .f18 {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .target__list li .f18 {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=about-liver.css.map */