@charset "utf-8";

/*----- achievements -----*/
.achievements_li {
  margin: 0 auto;
  top: -1rem;
}
.achievements_li li {
  margin: 0 0.75rem;
}
#achievements_box {
  background: url(../img/achievements/box_bg.webp) no-repeat center top;
  background-size: contain;
  height: 20rem;
}

/*----- issue -----*/
#issue {
  background: url(../img/issue/bg.webp) no-repeat center top;
  background-size: cover;
}
#issue .box {
  height: 87.4rem;
}

/*----- solution -----*/
#solution {
  background: url(../img/solution/bg.webp) no-repeat center top;
  background-size: cover;
}
.issue_bln {
  position: absolute;
}
#issue_bln01 {
  background: url(../img/issue/bln01.webp) no-repeat center top;
  background-size: cover;
  width: 29.4rem;
  height: 20rem;
  top: 36rem;
  left: 1.5rem;
}
#issue_bln02 {
  background: url(../img/issue/bln02.webp) no-repeat center top;
  background-size: cover;
  width: 23.7rem;
  height: 17.1rem;
  top: 64.3rem;
  left: 4.5rem;
  padding-top: 1.5rem;
}
#issue_bln03 {
  background: url(../img/issue/bln03.webp) no-repeat center top;
  background-size: cover;
  width: 24.3rem;
  height: 17.9rem;
  top: 37.5rem;
  right: 2.3rem;
}
#issue_bln04 {
  background: url(../img/issue/bln04.webp) no-repeat center top;
  background-size: cover;
  width: 29.4rem;
  height: 19.9rem;
  top: 60rem;
  right: 1.2rem;
}
#issue_arw {
  bottom: -2rem;
}

/*----- solution -----*/
#solution {
  background: url(../img/solution/bg.webp) no-repeat center top;
  background-size: cover;
}
#solution .box {
  padding-top: 7.5rem;
  height: 57.7rem;
}
#solution_ttl {
  margin: 0 0 8rem 25rem;
}

/*----- reason -----*/
#reason {
  background: url(../img/reason/bg.webp) no-repeat center top;
  background-size: contain;
}
.reason_box {
  padding: 3rem;
}
.reason_li01 li:nth-child(2) {
  margin-left: 2rem;
}
#reason_arw {
  top: 0;
}
#reason_li02 li {
  width: calc(50% - 0.1rem);
}
#reason_li02 li h4 {
  height: 6.6rem;
  color: #fff;
}
#reason_li02 li p {
  height: 10.5rem;
  background: #eff1f6;
}
#reason_li02 li:nth-child(1) h4 {
  background: linear-gradient(135deg, #999999 0%, #666666 50%);
}
#reason_li02 li:nth-child(2) h4 {
  background: linear-gradient(135deg, #ffa55a 0%, #fa784b 50%);
}
#reason_q {
  border: 3px solid #5b73a8;
}
.reason_qa {
  position: absolute;
  top: -3.4rem;
  left: 3rem;
}
#reason_q .wave span {
  background: url(../img/reason/wave.webp) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 1rem;
}
#reason_a {
  border: 3px solid #fa784b;
}
#reason_a b {
  border-bottom: 1px solid;
  padding-bottom: 0.3rem;
}
#reason_qa_box {
  background: url(../img/reason/box_bg.webp) no-repeat center top;
  background-size: contain;
  height: 17.3rem;
}

/*----- voice -----*/
#voice {
  background: url(../img/voice/bg.webp) no-repeat center top;
  background-size: contain;
}
.voice_vox {
  padding-bottom: 3rem;
  border-radius: 0 0 1.2rem 1.2rem;
}
.voice_vox h3 {
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 4.5rem 0;
}
.voice_li {
  margin: -3rem 3rem 0 3rem;  
}
.voice_name {
  padding: 2rem 0 2rem 7rem;
  border-radius: 1.2rem;
  width: 44rem;
  margin-left: -5rem;
}
.voice_txt {
  margin: -1.5rem 3rem 0 3rem;
}
.

/*----- flow -----*/
#flow {
  background: url(../img/flow/bg.webp) no-repeat center top;
  background-size: contain;
}
.flow_box {
  padding: 3rem 0 3rem 7.5rem;
}
.flow_num {
  position: absolute;
  top: -3.5rem;
  left: -3rem;
}

/*----- faq -----*/
#faq {
  background: #f0f2f7 url(../img/faq/bg.webp) no-repeat center top;
  background-size: contain;
}
.faq_ttl {
  padding: 2rem 7.5rem;
  cursor: pointer;
  position: relative;
}
.faq_ttl::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/faq/q.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 3rem;
  top: 2.5rem;
}
.faq_ttl::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/faq/plus.webp) no-repeat center top,  url(../img/faq/minus.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}
.faq_ttl.active::after {
  background: url(../img/faq/minus.webp) no-repeat center top;
}
.faq_area {
  padding: 3rem 3rem 3rem 7.5rem;
  border-top: 1px solid #e6e6e6;
  position: relative;
  display: none;
}
.faq_area::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/faq/a.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 3rem;
  top: 2.5rem;
}

/*----- profile -----*/
#profile {
  background: url(../img/profile/bg.webp) no-repeat center top;
  background-size: cover;
}
#profile_name {
  width: 40rem;
  border-radius: 0 10rem 10rem 0;
  margin-left: -6rem;
  padding: 3rem 3rem 3rem 3rem;
}
#profile_txt {
  width: 63rem;
  padding-top: 6rem;
  margin-top: -3rem;
}

/*----- footer -----*/
footer {
  background: #49566e;
}