/* Sass Document */
.main_title_area {
  background: url(../img/beginner/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  .main_title_area {
    background: url(../img/beginner/bg_main_title_area_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.comment {
  padding: 5rem 0 11rem;
}
@media screen and (max-width: 1200px) {
  .comment {
    padding: 4.1666666667vw 0 9.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .comment {
    padding: 0 0 16vw;
  }
}
.comment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8rem;
  max-width: 152rem;
}
@media screen and (max-width: 1200px) {
  .comment .wrap {
    gap: 3.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .comment .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    width: 92vw;
  }
}
.comment .title02 {
  margin-bottom: 4.8rem;
  font-size: 3.7rem;
  color: #009844;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .comment .title02 {
    margin-bottom: 4vw;
    font-size: 3.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .comment .title02 {
    margin-bottom: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.comment .txt p {
  text-align: center;
}
@media screen and (max-width: 840px) {
  .comment .txt p {
    text-align: left;
  }
}
.comment .deco {
  width: 28.698rem;
}
@media screen and (max-width: 1200px) {
  .comment .deco {
    width: 23.915vw;
  }
}
@media screen and (max-width: 840px) {
  .comment .deco {
    width: 100%;
  }
}

.problem {
  position: relative;
  padding: 9rem 0 6.4rem;
  background: #EAEAE4;
}
@media screen and (max-width: 1200px) {
  .problem {
    padding: 7.5vw 0 5.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .problem {
    padding: 13.3333333333vw 0 16vw;
  }
}
.problem:after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 3.5rem 0 3.5rem;
  border-color: #EAEAE4 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .problem:after {
    bottom: -2.3333333333vw;
    border-width: 3.3333333333vw 2.9166666667vw 0 2.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .problem:after {
    bottom: -7.4666666667vw;
    border-width: 8vw 7vw 0 7vw;
  }
}
.problem .title02 {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .problem .title02 {
    margin-bottom: 2.5vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .problem .title02 {
    margin-bottom: 8vw;
    font-size: 5.8666666667vw;
  }
}
.problem .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .problem .check {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .problem .check {
    gap: 2.6666666667vw;
  }
}
.problem .check li {
  position: relative;
  width: 28.5rem;
  padding: 3rem 2.6rem 3rem 6.8rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .problem .check li {
    width: 23.75vw;
    padding: 2.5vw 2.1666666667vw 2.5vw 5.6666666667vw;
    border-radius: 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .problem .check li {
    width: 86.6666666667vw;
    padding: 4.5333333333vw 2.6666666667vw 4.8vw 24vw;
    border-radius: 2.1333333333vw;
  }
}
.problem .check li img {
  position: absolute;
  top: 3.5rem;
  left: 3rem;
  width: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .problem .check li img {
    top: 2.9166666667vw;
    left: 2.5vw;
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .problem .check li img {
    top: 5.3333333333vw;
    left: 12vw;
    width: 7.4666666667vw;
  }
}
.problem .check li span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.833;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .problem .check li span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .problem .check li span {
    font-size: 4.5333333333vw;
  }
}

.solution {
  padding: 8rem 0 9rem;
  background: #47B022;
}
@media screen and (max-width: 1200px) {
  .solution {
    padding: 6.6666666667vw 0 7.5vw;
  }
}
@media screen and (max-width: 840px) {
  .solution {
    padding: 17.3333333333vw 0 16vw;
  }
}
.solution .title02 {
  margin-bottom: 4rem;
  font-size: 3.7rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .solution .title02 {
    margin-bottom: 3.3333333333vw;
    font-size: 3.0833333333vw;
    text-decoration-thickness: 0.25vw;
    text-underline-offset: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .title02 {
    margin-bottom: 8vw;
    font-size: 6.4vw;
    line-height: 1.916666;
    text-decoration-thickness: 0.5333333333vw;
    text-underline-offset: 3.2vw;
  }
}
.solution .txt {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  .solution .txt {
    margin-bottom: 5.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .txt {
    margin-bottom: 10.6666666667vw;
  }
}
.solution .txt p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .solution .txt p {
    text-align: left;
  }
}
.solution .solution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem 1.5rem;
}
@media screen and (max-width: 1200px) {
  .solution .solution_list {
    gap: 3.75vw 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list {
    gap: 6.6666666667vw;
  }
}
.solution .solution_list li {
  position: relative;
  width: 37.5rem;
  padding: 4rem 1rem 3rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .solution .solution_list li {
    width: 31.25vw;
    padding: 3.3333333333vw 0.8333333333vw 2.5vw;
    border-radius: 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list li {
    width: 86.6666666667vw;
    padding: 7.4666666667vw 2.6666666667vw 8vw;
    border-radius: 2.1333333333vw;
  }
}
.solution .solution_list li .number {
  position: absolute;
  top: -2rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: 2.6rem;
  color: #009844;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .solution .solution_list li .number {
    top: -1.6666666667vw;
    width: 5vw;
    height: 5vw;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list li .number {
    top: -4.5333333333vw;
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    font-size: 5.8666666667vw;
  }
}
.solution .solution_list li p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .solution .solution_list li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list li p {
    font-size: 4vw;
  }
}
.solution .solution_list li p .underline {
  position: relative;
  display: inline-block;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .solution .solution_list li p .underline {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list li p .underline {
    font-size: 6.4vw;
  }
}
.solution .solution_list li p .underline .txt {
  position: relative;
  z-index: 2;
}
.solution .solution_list li p .underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: #FFD802;
  border-radius: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .solution .solution_list li p .underline:before {
    height: 1vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  .solution .solution_list li p .underline:before {
    height: 2.4vw;
    border-radius: 1.2vw;
  }
}

#store_area {
  padding: 11rem 0 16.7rem;
  background: url(../img/reference_cat/bg01.svg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 1200px) {
  #store_area {
    padding: 9.1666666667vw 0 13.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #store_area {
    padding: 18.6666666667vw 0 23.4666666667vw;
  }
}

.bottom_parts {
  margin-top: -5.6rem;
}
@media screen and (max-width: 1200px) {
  .bottom_parts {
    margin-top: -4.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .bottom_parts {
    margin-top: -9.0666666667vw;
  }
}

.voice {
  padding: 11rem 0;
}
@media screen and (max-width: 1200px) {
  .voice {
    padding: 9.1666666667vw 0;
  }
}
@media screen and (max-width: 840px) {
  .voice {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (max-width: 840px) {
  .voice .wrap {
    width: 92vw;
  }
}
.voice .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 4rem;
}
@media screen and (max-width: 1200px) {
  .voice .flex {
    gap: 2.0833333333vw 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .voice .flex {
    gap: 5.3333333333vw;
  }
}
.voice .flex .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 4rem) / 2);
  padding: 4.5rem 2.5rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1200px) {
  .voice .flex .in {
    width: calc((100% - 3.3333333333vw) / 2);
    padding: 3.75vw 2.0833333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .voice .flex .in {
    position: relative;
    width: 100%;
    padding: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.voice .flex .in figure {
  max-width: 11rem;
  width: 22.1774193548%;
}
@media screen and (max-width: 840px) {
  .voice .flex .in figure {
    position: absolute;
    top: 6.6666666667vw;
    left: 6.6666666667vw;
    max-width: none;
    width: 18.6666666667vw;
  }
}
.voice .flex .in .txt_area {
  max-width: 35.2rem;
  width: 70.9677419355%;
}
@media screen and (max-width: 840px) {
  .voice .flex .in .txt_area {
    max-width: none;
    width: 100%;
  }
}
.voice .flex .in .txt_area .title03 {
  margin-bottom: 2.5rem;
  font-size: 2.3rem;
  color: #47B022;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .voice .flex .in .txt_area .title03 {
    margin-bottom: 2.0833333333vw;
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .voice .flex .in .txt_area .title03 {
    padding-left: 22.6666666667vw;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.voice .flex .in .txt_area .name {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .voice .flex .in .txt_area .name {
    margin-top: 1.8333333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .voice .flex .in .txt_area .name {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}