@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.service-kyb {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 428px) {
  .service-kyb {
    padding-top: 80px;
  }
}

.service-support {
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 428px) {
  .service-support {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.service-support--btn {
  margin-top: 80px;
}
@media (max-width: 428px) {
  .service-support--btn {
    margin-top: 50px;
  }
}

.service-support_list {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: listnum;
  list-style: none;
}
@media (max-width: 428px) {
  .service-support_list {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-support_list--item {
  margin-top: 100px;
  border-radius: 20px;
  background-color: #f9ffdc;
  padding: 30px 0;
  width: 526px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .service-support_list--item {
    width: 100%;
    margin-top: 90px;
    min-height: 330px;
    padding-bottom: 20px;
  }
}
.service-support_list--item:before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  font-size: 60px;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.0666666667;
  letter-spacing: 0.05em;
}
.service-support_list--item:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
}
.service-support_list--item:first-of-type {
  margin-top: 0;
}
.service-support_list--item:first-of-type:before {
  color: #accd0d;
}
.service-support_list--item:first-of-type:after {
  background-image: url(../../img/icon/icon-green-pepper.webp);
  width: 50px;
  aspect-ratio: 102/122;
  top: 0;
  left: 35px;
}
@media (max-width: 428px) {
  .service-support_list--item:first-of-type:after {
    top: -50px;
    left: auto;
    right: 20px;
  }
}
.service-support_list--item:first-of-type .service-support_list--ttl {
  background-color: #accd0d;
}
.service-support_list--item:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 428px) {
  .service-support_list--item:nth-of-type(2) {
    margin-top: 90px;
  }
}
.service-support_list--item:nth-of-type(2):before {
  color: #ff7db0;
}
.service-support_list--item:nth-of-type(2):after {
  background-image: url(../../img/icon/icon-onion.webp);
  width: 52px;
  aspect-ratio: 102/102;
  top: 0;
  right: 40px;
  transform: rotate(75deg);
}
@media (max-width: 428px) {
  .service-support_list--item:nth-of-type(2):after {
    top: -45px;
    right: 20px;
  }
}
.service-support_list--item:nth-of-type(2) .service-support_list--ttl {
  background-color: #ff7db0;
}
.service-support_list--item:nth-of-type(2) .service-support_list--txt_indent:before {
  background-color: #ff7db0;
}
.service-support_list--item:nth-of-type(3):before {
  color: #ff9914;
}
.service-support_list--item:nth-of-type(3):after {
  background-image: url(../../img/icon/icon-pumpkin.webp);
  width: 80px;
  aspect-ratio: 160/122;
  top: 15px;
  left: 22px;
}
@media (max-width: 428px) {
  .service-support_list--item:nth-of-type(3):after {
    top: -45px;
    left: auto;
    right: 10px;
  }
}
.service-support_list--item:nth-of-type(3) .service-support_list--ttl {
  background-color: #ff9914;
}
.service-support_list--item:nth-of-type(3) .service-support_list--txt_indent:before {
  background-color: #ff9914;
}
.service-support_list--item:last-of-type:before {
  color: #03cbc9;
}
.service-support_list--item:last-of-type:after {
  background-image: url(../../img/icon/icon-eggplant.webp);
  width: 70px;
  aspect-ratio: 142/102;
  top: 16px;
  right: 35px;
  transform: rotate(-32deg);
}
@media (max-width: 428px) {
  .service-support_list--item:last-of-type:after {
    top: -45px;
    right: 20px;
  }
}
.service-support_list--item:last-of-type .service-support_list--ttl {
  background-color: #03cbc9;
}
.service-support_list--item:last-of-type .service-support_list--txt_indent:before {
  background-color: #03cbc9;
}
.service-support_list--ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  height: 110px;
}
.service-support_list--sub_ttl {
  font-size: 22px;
  line-height: 2;
}
.service-support_list--sub_ttl2 {
  font-size: 26px;
  line-height: 1.6923076923;
}
.service-support_list--desc {
  padding: 25px 25px 0;
}
@media (max-width: 428px) {
  .service-support_list--desc {
    padding: 20px 20px 0;
  }
}
.service-support_list--txt_l {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 428px) {
  .service-support_list--txt_l {
    font-size: 18px;
    line-height: 1.75;
  }
}
.service-support_list--txt_center {
  font-size: 19px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .service-support_list--txt_center {
    font-size: 18px;
    line-height: 1.75;
  }
}
.service-support_list--txt_indent {
  font-size: 18px;
  line-height: 1.75;
}
.service-support_list--txt_indent:before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  vertical-align: -2px;
}

.service-worries {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 428px) {
  .service-worries {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
.service-worries:before {
  content: "";
  display: block;
  width: 106px;
  aspect-ratio: 212/338;
  background-image: url(../../img/icon/icon-green-onion.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 110px;
  right: 30px;
}
@media (max-width: 428px) {
  .service-worries:before {
    width: 53px;
    right: 0;
    bottom: 35px;
  }
}

.service-worries_list {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .service-worries_list {
    display: block;
    margin-top: 65px;
  }
}
.service-worries_list--group {
  border-radius: 20px;
  background-color: #f9ffdc;
  width: 340px;
  margin-right: 28px;
  padding: 10px 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .service-worries_list--group {
    width: 100%;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 20px;
    min-height: 260px;
  }
}
.service-worries_list--group:first-of-type {
  margin-top: 0;
}
.service-worries_list--group:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 428px) {
  .service-worries_list--group:nth-of-type(2) {
    margin-top: 30px;
  }
}
.service-worries_list--group:nth-of-type(3) {
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 428px) {
  .service-worries_list--group:nth-of-type(3) {
    margin-top: 30px;
  }
}
.service-worries_list--group:last-of-type {
  margin-right: 0;
}
.service-worries_list--term {
  height: 90px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #1a4062;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.service-worries_list--term-s {
  height: 70px;
}
@media (max-width: 428px) {
  .service-worries_list--term-s {
    height: 90px;
  }
}
.service-worries_list--term_sub {
  font-size: 22px;
  line-height: 1.3636363636;
  display: block;
}
.service-worries_list--desc {
  padding-top: 15px;
  border-top: 2px solid #accd0d;
  margin-left: 26px;
  margin-right: 26px;
}
@media (max-width: 428px) {
  .service-worries_list--desc {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.service-worries_list--txt {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}
.service-worries_list--txt:before {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 15/15;
  background-image: url(../../img/icon/icon-check.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.service-flow {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 428px) {
  .service-flow {
    padding-top: 75px;
    padding-bottom: 140px;
    padding-bottom: 80px;
  }
}
.service-flow--btn {
  margin-top: 68px;
}
@media (max-width: 428px) {
  .service-flow--btn {
    margin-top: 70px;
  }
}

.service-flow_list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  counter-reset: flownum;
  list-style: none;
}
@media (max-width: 428px) {
  .service-flow_list {
    display: block;
  }
}
.service-flow_list--item {
  width: 248px;
  height: 160px;
  text-align: center;
  border-radius: 20px;
  background-color: #accd0d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
}
@media (max-width: 428px) {
  .service-flow_list--item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 107px;
  }
}
.service-flow_list--item:before {
  counter-increment: flownum;
  content: counter(flownum);
  position: absolute;
  font-size: 60px;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.0666666667;
  letter-spacing: 0.05em;
  color: #accd0d;
}
.service-flow_list--item:after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/16;
  background-image: url(../../img/icon/icon-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
@media (max-width: 428px) {
  .service-flow_list--item:after {
    bottom: -115px;
    right: calc(50% - 6px);
    transform: rotate(90deg) translateX(50%);
  }
}
@media (max-width: 428px) {
  .service-flow_list--item:first-of-type {
    margin-top: 0;
  }
}
.service-flow_list--item:last-of-type:after {
  content: none;
}

.service-voice {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #f9ffdc;
}
@media (max-width: 428px) {
  .service-voice {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.service-voice--btn {
  margin-top: 170px;
}
@media (max-width: 428px) {
  .service-voice--btn {
    margin-top: 160px;
  }
}

.service-voice_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 428px) {
  .service-voice_list {
    display: block;
    margin-top: 60px;
  }
}
.service-voice_list--item {
  border-radius: 20px;
  background-color: #fff;
  width: 343px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 428px) {
  .service-voice_list--item {
    width: 100%;
    margin-top: 150px;
  }
}
.service-voice_list--item:before {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/150;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: -110px;
  right: -24px;
}
@media (max-width: 428px) {
  .service-voice_list--item:before {
    right: -12px;
  }
}
@media (max-width: 428px) {
  .service-voice_list--item:first-of-type {
    margin-top: 0;
  }
}
.service-voice_list--item:first-of-type:before {
  background-image: url(../../img/service-voice-list-item01.webp);
}
.service-voice_list--item:first-of-type .service-voice_list--txt {
  color: #accd0d;
}
.service-voice_list--item:nth-of-type(2):before {
  background-image: url(../../img/service-voice-list-item02.webp);
}
.service-voice_list--item:nth-of-type(2) .service-voice_list--txt {
  color: #ff9914;
}
.service-voice_list--item:last-of-type:before {
  background-image: url(../../img/service-voice-list-item03.webp);
}
.service-voice_list--item:last-of-type .service-voice_list--txt {
  color: #03cbc9;
}
.service-voice_list--txt {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.service-voice_list--txt:first-of-type {
  padding-right: 1em;
}
.service-voice_list--txt:nth-of-type(2) {
  padding-left: 1.5em;
}
.service-voice_list--person {
  font-size: 18px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.service-shop {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 428px) {
  .service-shop {
    padding-top: 85px;
    padding-bottom: 150px;
  }
}
.service-shop:before {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 86/84;
  background-image: url(../../img/icon/icon-tomato.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 130px;
  right: 150px;
  transform: scale(-1, 1);
}
@media (max-width: 428px) {
  .service-shop:before {
    right: 5px;
    bottom: 45px;
  }
}
.service-shop--desc {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .service-shop--desc {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 30px;
  }
}
.service-shop--img {
  display: block;
  margin: 30px auto 0;
}
@media (max-width: 428px) {
  .service-shop--img {
    width: 100%;
  }
}
.service-shop--btn {
  margin-top: 25px;
}

.service-faq {
  padding-top: 110px;
  padding-bottom: 200px;
}
@media (max-width: 428px) {
  .service-faq {
    padding-top: 75px;
    padding-bottom: 110px;
  }
}
.service-faq--btn {
  margin-top: 40px;
}
@media (max-width: 428px) {
  .service-faq--btn {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=service.css.map */
