.main-img {
  margin: 0 0 78px;
}
@media screen and (min-width: 768px) {
  .main-img {
    margin: 0 0 96px;
  }
}

.about {
  padding: 0 0 64px;
  background: url(../img/top/bg-about01_sp.png) no-repeat bottom center;
  background-size: 100%;
}
.about .text01 {
  margin: 0 0 18px;
}
.about .img {
  margin: 0 0 8px;
}
.about .text02 {
  font-weight: 700;
  line-height: 2;
}
.about .text02 em {
  font-style: normal;
}
.about .text02 em span {
  position: relative;
  display: inline-block;
  background: linear-gradient(to top, #ffeb3b 40%, transparent 0%);
}
@media screen and (min-width: 768px) {
  .about {
    padding: 0 0 80px;
    background: url(../img/top/bg-about01_pc.png) no-repeat bottom center;
    background-size: 100%;
  }
  .about .text01 {
    width: 670px;
    margin: 0 auto 52px;
  }
  .about .img {
    margin: 0 0 34px;
  }
  .about .text02 {
    font-size: 24px;
  }
  .about .text02 em {
    font-style: normal;
  }
  .about .text02 em span {
    position: relative;
    display: inline-block;
    background: linear-gradient(to top, #ffeb3b 40%, transparent 0%);
  }
}

.recommend {
  position: relative;
  margin: 0 0 -100px;
  padding: 64px 0 175px;
  background: url(../img/top/bg-recommend01_sp.png) no-repeat center bottom;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.recommend .title01 {
  margin: 0 0 48px;
}
.recommend .text01 {
  margin: 0 0 64px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.recommend .list {
  margin: 0;
  padding: 0;
}
.recommend .list .item + .item {
  margin: 48px 0 0;
}
.recommend .list .item .img {
  width: 278px;
  margin: 0 auto 16px;
}
.recommend .list .item .text02 {
  line-height: 1.5555555556;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin: 0 0 -200px;
    padding: 64px 0 120px;
    background: url(../img/top/bg-recommend01_pc.png) no-repeat center bottom;
    background-size: cover;
  }
  .recommend .title01 {
    margin: 0 0 56px;
  }
  .recommend .text01 {
    margin: 0 0 42px;
    font-size: 16px;
    line-height: 2;
  }
  .recommend .list {
    display: flex;
    justify-content: space-between;
  }
  .recommend .list .item {
    width: 33%;
    max-width: 290px;
  }
  .recommend .list .item + .item {
    margin: 0;
  }
  .recommend .list .item .img {
    width: 278px;
    margin: 0 auto 30px;
  }
  .recommend .list .item .text02 {
    font-size: 18px;
  }
}

.solution .bg {
  margin: 0 0 65px;
  padding: 195px 0 40px;
  background: url(../img/top/bg-solution01_sp.png) no-repeat bottom center;
  background-size: cover;
}
.solution .area-title {
  position: relative;
  margin: 0 0 88px;
}
.solution .area-title .img {
  position: absolute;
  width: 164px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution .list01 {
  margin: 0 0 84px;
  padding: 0;
}
.solution .list01 .item01 {
  border: solid 3px #E00202;
  border-radius: 15px;
}
.solution .list01 .item01 + .item01 {
  margin: 28px 0 0;
}
.solution .list01 .item01 dl {
  margin: 0;
  padding: 0;
}
.solution .list01 .item01 dl dt {
  padding: 25px 0;
  text-align: center;
  background: #E00202;
  border-radius: 11px 11px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.solution .list01 .item01 dl dd {
  margin: 0;
  padding: 56px 22px 20px;
  font-weight: 500;
}
.solution .list01 .item01 dl dd .img {
  width: 250px;
  margin: 0 auto 52px;
}
.solution .list01 .item01 dl dd .list02 {
  margin: 0;
  padding: 0;
}
.solution .list01 .item01 dl dd .list02 .item02 {
  position: relative;
  text-indent: -24px;
  padding: 0 0 0 24px;
  font-size: 16px;
}
.solution .list01 .item01 dl dd .list02 .item02 + .item02 {
  margin: 10px 0 0;
}
.solution .list01 .item01 dl dd .list02 .item02:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px -3px 0;
  background: url(../img/common/icon/check.png) no-repeat 0 0;
  background-size: 100%;
}
.solution .extra .list01 .item01 {
  border: solid 3px #05B2FF;
}
.solution .extra .list01 .item01 dl dt {
  background: #05B2FF;
}
.solution .extra .list01 .item01 dl dd .img {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .solution .bg {
    margin: 0 0 65px;
    padding: 255px 0 40px;
    background: url(../img/top/bg-solution01_pc.png) no-repeat bottom center;
    background-size: cover;
  }
  .solution .area-title {
    position: relative;
    margin: 0 0 34px;
  }
  .solution .area-title .img {
    width: 312px;
  }
  .solution .list01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    margin: 0 0 96px;
  }
  .solution .list01 .item01 {
    width: 45%;
    max-width: 500px;
  }
  .solution .list01 .item01 + .item01 {
    margin: 0;
  }
  .solution .list01 .item01 dl dt {
    padding: 23px 0;
    font-size: 24px;
  }
  .solution .list01 .item01 dl dd {
    margin: 0;
    padding: 45px 30px 40px;
  }
  .solution .list01 .item01 dl dd .img {
    width: 250px;
    margin: 0 auto 60px;
  }
  .solution .list01 .item01 dl dd .list02 {
    margin: 0;
    padding: 0;
  }
  .solution .list01 .item01 dl dd .list02 .item02 {
    position: relative;
    text-indent: -28px;
    padding: 0 0 0 28px;
    font-size: 16px;
  }
  .solution .list01 .item01 dl dd .list02 .item02 + .item02 {
    margin: 18px 0 0;
  }
  .solution .list01 .item01 dl dd .list02 .item02:before {
    width: 28px;
    height: 28px;
    margin: 0 8px -8px 0;
  }
}

.reason {
  position: relative;
  margin: -48px 0 36px;
  padding: 84px 0 52px;
  background: #F9F9F9;
  border-radius: 15px;
}
.reason .title01 {
  margin: 0 0 64px;
  line-height: 1.35;
}
.reason .title01 span {
  line-height: 1;
}
.reason .list {
  margin: 0;
  padding: 0;
}
.reason .list .item + .item {
  margin: 48px 0 0;
}
.reason .list .item .img {
  margin: 0 0 24px;
}
.reason .list .item .num {
  margin: 0 0 24px;
  font-size: 64px;
  font-weight: 700;
  color: #E10000;
  line-height: 1;
}
.reason .list .item .title02 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.reason .list .item .text01 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .reason {
    margin: -72px 0 0;
    padding: 172px 0 174px;
  }
  .reason .list {
    margin: 0;
    padding: 0;
  }
  .reason .list .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 42px;
  }
  .reason .list .item + .item {
    margin: 76px 0 0;
  }
  .reason .list .item .img {
    width: 49%;
    max-width: 570px;
    margin: 0;
  }
  .reason .list .item .area-text {
    width: 49%;
    max-width: 440px;
  }
  .reason .list .item .area-text .num {
    margin: 0 0 24px;
    font-size: 64px;
  }
  .reason .list .item .area-text .title02 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.4;
  }
  .reason .list .item .area-text .text01 {
    font-size: 16px;
  }
}

.faq {
  position: relative;
  margin: -32px 0 0;
  padding: 68px 0 96px;
  background: #F9F9F9;
  border-radius: 15px 15px 0 0;
}
.faq .bg {
  padding: 27px 8px 80px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.faq .bg .list {
  margin: 0;
  padding: 0;
}
.faq .bg .list .item + .item {
  margin: 64px 0 0;
}
.faq .bg .list .item dl dt {
  display: flex;
  gap: 0 12px;
  margin: 0 0 54px;
  position: relative;
  /*
  &:before {
      content: "";
      display: inline-block;
      width: 44px;
      height: 44px;
      background: url(../img/common/icon/q.png)no-repeat 0 0;
      background-size: 100%;
  }
  */
}
.faq .bg .list .item dl dt .icon {
  width: 44px;
}
.faq .bg .list .item dl dt span {
  width: calc(100% - 56px);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
}
.faq .bg .list .item dl dd {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  gap: 0 12px;
  /*
  &:before {
      content: "";
      display: inline-block;
      width: 44px;
      height: 44px;
      background: url(../img/common/icon/a.png)no-repeat 0 0;
      background-size: 100%;
  }
  */
}
.faq .bg .list .item dl dd .icon {
  width: 44px;
}
.faq .bg .list .item dl dd .content {
  width: calc(100% - 56px);
  font-weight: 500;
}
.faq .bg .list .item dl dd .content a {
  text-decoration: underline;
}
.faq .bg .list .item dl dd .content a:hover {
  text-decoration: none;
}
.faq .bg .list .item dl dd .img-list {
  margin: 12px 0 0;
  padding: 0;
}
.faq .bg .list .item dl dd .img-list .img-item + .img-item {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .faq {
    margin: 0;
    padding: 92px 0 120px;
    border-radius: 0;
  }
  .faq .bg {
    padding: 57px 52px 84px;
    box-sizing: border-box;
  }
  .faq .bg .title01 {
    margin: 0 0 48px;
  }
  .faq .bg .list {
    margin: 0;
    padding: 0;
  }
  .faq .bg .list .item + .item {
    margin: 64px 0 0;
  }
  .faq .bg .list .item dl dt {
    align-items: center;
    gap: 0 32px;
    margin: 0 0 32px;
  }
  .faq .bg .list .item dl dt .icon {
    width: 60px;
  }
  .faq .bg .list .item dl dt span {
    width: calc(100% - 32px);
    font-size: 24px;
    line-height: 1.5;
  }
  .faq .bg .list .item dl dd {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    display: table;
  }
  .faq .bg .list .item dl dd .icon {
    display: table-cell;
    width: 60px;
  }
  .faq .bg .list .item dl dd .content {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 56px);
    padding: 0 0 0 40px;
  }
  .faq .bg .list .item dl dd .content a {
    text-decoration: underline;
  }
  .faq .bg .list .item dl dd .content a:hover {
    text-decoration: none;
  }
  .faq .bg .list .item dl dd .img-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 0;
  }
  .faq .bg .list .item dl dd .img-list .img-item {
    width: 50%;
  }
  .faq .bg .list .item dl dd .img-list .img-item + .img-item {
    margin: 0;
  }
}

.contact {
  padding: 80px 0 58px;
  background: url(../img/top/bg-contact01_sp.png) no-repeat top center;
  background-size: cover;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 120px 0 80px;
    background: url(../img/top/bg-contact01_pc.png) no-repeat top center;
    background-size: cover;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
  }
  .contact .title01 {
    margin: 0 0 56px;
  }
}/*# sourceMappingURL=top.css.map */