@charset "utf-8";

/*----- trouble -----*/
#trouble {
  background:  url(../img/trouble/bg.svg) no-repeat center bottom;
  background-size: contain;
}
#trouble_ttl01 {width: 39rem;}
#trouble_ttl02 {width: 39rem;}


.trouble_box {
  background: #fff;
  border: 0.6rem solid;
  border-radius: 1.8rem;
  padding: 21rem 2rem 2rem 2rem;
  position: relative;
  width: 46.2rem;
}
#trouble_img01 {
  top: -3rem;
}
#trouble_img02 {
  top: -6rem;
}
#trouble_img03 {
  top: -4.5rem;
}
.trouble_ttl::before {
  content: "";
  display: block;
  background: #000;
  height: 0.4rem;
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

#trouble_list {
  position: relative;
  background: #fff;
  border: 0.4rem solid;
  border-radius: 4.5rem;
  padding: 9rem 4rem 4rem 4rem;
}
#trouble_list h4 {
  top: -3rem;
  background: #000;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem 3rem;
  width: 45rem;
}
.trouble_check {
  width: 3.6rem;
  margin-right: 2rem;
}

#trouble_ttl03 {width: 38.2rem;}
#trouble_ttl04 {width: 38.2rem;}


/*----- feature -----*/
#feature_logo {width: 72rem;}
#feature_txt {width: 52rem;}

.feature_box {
  background: #fff;
  border: 0.6rem solid;
  border-radius: 3rem;
  padding: 6rem 5rem;
  position: relative;
  width: 57rem;
}
.feature_num {
  width: 10rem;
  top: -7rem;
  left: 0;
}

/*----- achievements -----*/
#achievements_img {width: 57rem;}

#achievements02 {
  background: url(../img/achievements/bg.webp) no-repeat center top;
  background-size: cover;
}
#achievements02 .box {
  height: 84.4rem;
}
#achievements02_txt {
  background: #fff;
  border: 0.6rem solid;
  border-radius: 15rem;
  padding: 6rem 8rem;
}

/*----- noworry -----*/
#noworry_logo {width: 59.2rem;}
#noworry_txt {
  background: #fff;
  border: 0.6rem solid;
  padding: 2rem 0;
  letter-spacing: 0.3rem;
}

#price_box li {
  width: calc(50% - 15px);
}
#price01, #price02 {
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
}
#price01 h3, #price02 h3 {
  padding: 1.5rem 0;
}
#price01 p, #price02 p {
  line-height: 21rem;
}
#price01 {
  border: 0.2rem solid #00dbc8;
}
#price01 h3 {
  background: #00dbc8;
}
#price01 p {
  color: #00dbc8;
}
#price02 {
  border: 0.2rem solid #1b2251;
}
#price02 h3 {
  background: #1b2251;
}
#price02 p {
  color: #1b2251;
}

/*----- reason -----*/
#reason {background: #f7f6f5;}

#reason_li {
  background: #fff;
  border-radius: 4.5rem;
  padding: 4.5rem 3rem 4.5rem 21rem;
  width: 55rem;
}
#reason_img01 {
  top: -2rem;
  left: -28.5rem;
}
#reason_img02 {
  top: -2rem;
  left: -28.5rem;
}
#reason_li h3 {
  text-decoration: underline;
}


/*----- faq -----*/
.faq_bln {
  width: 49.5rem;
  background: #fff;
  border-radius: 2.1rem;
  padding: 2.1rem 2.1rem 2.1rem 6rem;
  position: relative;
}

.faq_q::before, .faq_a::before {
  font-size: 2.7rem;
  position: absolute;
  top: 1.2rem;
  left: 2.4rem;
}
.faq_q::before {
  content: "Q.";
  color: #00dbc8;
}
.faq_a::before {
  content: "A.";
  color: #ffb380;
}
.faq_q::after, .faq_a::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 1.7rem;
  bottom: 1.8rem;
}
.faq_q::after {
  background: url(../img/faq/bln01.svg) no-repeat center top;
  background-size: cover;
  left: -2.4rem;
}
.faq_a::after {
  background: url(../img/faq/bln02.svg) no-repeat center top;
  background-size: cover;
  right: -2.4rem;
}
