@media print, (min-width: 768px) {
  .section-common-keyvisual::before {
    background-image: url(../img/service/keyvisual_bg.jpg);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    background-image: url(../img/service/sp/keyvisual_bg.jpg);
    margin: -0.01rem 0 1.03rem;
  }
}
.list-anchors {
  list-style: none;
  padding-left: 0;
}
.list-anchors .anchor-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #c9caca;
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: 0.26s ease;
}
.list-anchors .anchor-item:hover {
  background: #ffeb00;
}
.list-anchors .anchor-item:hover .anchor-image {
  background: #fff;
}
.list-anchors .anchor-item:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 8px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.list-anchors .anchor-item .anchor-image {
  border-radius: 100%;
  background: #ffeb00;
}
.list-anchors .anchor-item .anchor-image img {
  display: block;
  width: 100%;
}
.list-anchors .anchor-item .anchor-info {
  -ms-flex: 1;
      flex: 1;
  line-height: 1.2;
}
.list-anchors .anchor-item .anchor-text {
  font-weight: bold;
}
.list-anchors .anchor-item small {
  letter-spacing: 0.08em;
  color: #b5b5b6;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  .list-anchors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -9px;
  }
  .list-anchors > li {
    width: 50%;
    padding: 0 9px;
    margin-bottom: 16px;
  }
  .list-anchors .anchor-item {
    padding: 20px 110px 20px 32px;
  }
  .list-anchors .anchor-item:after {
    right: 39px;
    margin-top: -5px;
  }
  .list-anchors .anchor-item .anchor-image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
  }
  .list-anchors .anchor-item .anchor-info {
    padding-top: 3px;
  }
  .list-anchors .anchor-item .anchor-text {
    font-size: 0.26rem;
    margin-bottom: 4px;
  }
  .list-anchors .anchor-item small {
    font-size: 0.15rem;
  }
  .section-service-anchors {
    padding: 22px 0 48px;
  }
  .section-service-anchors .wrapper {
    max-width: 919px;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .list-anchors .anchor-item {
    padding-left: 20px;
    padding-right: 60px;
  }
  .list-anchors .anchor-item:after {
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-anchors {
    margin-bottom: 0;
  }
  .list-anchors > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .list-anchors .anchor-item {
    padding: 0.16rem 1.54rem 0.16rem 0.3rem;
  }
  .list-anchors .anchor-item:after {
    right: 0.3rem;
    margin-top: -0.07rem;
    border-top-width: 0.18rem;
    border-left-width: 0.16rem;
    border-right-width: 0.16rem;
  }
  .list-anchors .anchor-item .anchor-image {
    width: 1.12rem;
    height: 1.12rem;
    margin-right: 0.15rem;
  }
  .list-anchors .anchor-item .anchor-info {
    padding-top: 0.06rem;
    padding-left: 0.05rem;
  }
  .list-anchors .anchor-item .anchor-text {
    font-size: 0.34rem;
    font-weight: 500;
    margin-bottom: 0.05rem;
  }
  .list-anchors .anchor-item small {
    font-size: 0.26rem;
  }
  .section-service-anchors {
    padding: 0.03rem 0 0.82rem;
  }
}
.common-content {
  background: #fff;
}

.list-common {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-buy .common-item {
  background: #1dc3b5;
}

.common-item {
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #f276b4;
}
.common-item .text {
  color: #ffeb00;
}
.common-item p {
  margin-bottom: 0;
}
.common-item .common-image {
  position: absolute;
  left: 50%;
}
.common-item .common-image img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .common-content {
    padding: 76px 97px 56px;
  }
  .list-common {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 8px 46px 16px;
  }
  .list-common > li {
    width: 33.3333%;
    margin-bottom: 44px;
  }
  .list-common .common-item {
    max-width: 248px;
    margin: 0 auto;
  }
  .list-buy {
    margin-bottom: 37px;
  }
  .list-buy > li {
    margin-bottom: 95px;
  }
  .list-buy .common-item {
    line-height: 1.42;
  }
  .list-buy .common-item .common-image {
    bottom: -65px;
  }
  .common-item {
    height: 248px;
    font-size: 0.2rem;
    line-height: 1.62;
    padding: 62px 20px 67px;
  }
  .common-item .common-image {
    bottom: -38px;
    width: 120px;
    margin-left: -60px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .common-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-common > li {
    width: 284px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-content {
    padding: 0.92rem 0.3rem 1rem;
  }
  .list-common {
    margin-bottom: 1.14rem;
  }
  .list-common > li {
    width: 3.32rem;
    margin-bottom: -0.72rem;
  }
  .list-common > li:last-child {
    margin-bottom: 0;
  }
  .list-common > li:nth-child(2n) {
    margin-left: auto;
  }
  .list-common .common-item {
    max-width: 100%;
  }
  .common-item {
    height: 3.32rem;
    font-size: 0.3rem;
    line-height: 1.444;
    padding: 0.6rem 0.1rem 0.67rem;
  }
  .common-item .common-image {
    bottom: -0.52rem;
    width: 1.5rem;
    margin-left: -0.75rem;
  }
  .item-modify .common-image {
    margin-left: -0.62rem;
  }
  .list-buy .common-item {
    line-height: 1.282;
    padding-top: 0.25rem;
    padding-bottom: 0.6rem;
  }
}
.common-contact {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 300;
}
.common-contact .contact-info {
  font-feature-settings: "palt";
}
.common-contact p:last-child {
  margin-bottom: 0;
}
.common-contact .contact-image img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .common-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 0.15rem;
    line-height: 1.8;
    padding: 44px 28px 42px 26px;
    margin-bottom: 70px;
  }
  .common-contact .contact-info {
    -ms-flex: 1;
        flex: 1;
    padding: 26px 40px 0 0;
  }
  .common-contact .contact-image {
    width: 351px;
  }
  .common-contact .contact-title {
    font-size: 0.23rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .contact-buy .contact-info {
    padding-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .common-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
  .common-contact .contact-info {
    padding-right: 20px;
  }
  .common-contact .contact-image {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-contact {
    font-size: 0.3rem;
    line-height: 1.8;
    padding: 0.34rem 0.14rem 0.51rem 0.05rem;
    margin-bottom: 1.11rem;
  }
  .common-contact .contact-info {
    margin-bottom: 0.2rem;
  }
  .common-contact .contact-title {
    font-size: 0.43rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 -0.25rem 0.08rem 0;
  }
}
.common-head .head-inner {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.common-head p {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .common-head {
    margin: 0 -16px 80px;
    position: relative;
    width: calc(100% + 32px);
  }
  .common-head:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    right: -28px;
    bottom: -34px;
    background: url(../img/service/bg_shape_01.png) no-repeat center bottom;
  }
  .common-head .head-inner {
    min-height: 200px;
    background: #ffeb00;
    position: relative;
    z-index: 2;
    border: 4px solid #000;
    font-size: 0.23rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .common-head .head-inner:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -24px;
    width: 48px;
    height: 32px;
    background: url(../img/service/icn_arrow.png) no-repeat center bottom;
  }
  .common-head p {
    line-height: 1.48;
  }
  .common-head .head-text {
    font-size: 0.369rem;
    margin: 2px 0 0 36px;
  }
  .common-head mark {
    background: linear-gradient(#fff, #fff) no-repeat center bottom 6px/100% 9px;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .common-head {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .common-head:after {
    left: 15px;
    right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .common-head {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-head {
    background: url(../img/service/sp/decor_img_01.png) no-repeat center 0/100% 100%;
    width: 6rem;
    height: 4.05rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 0.45rem -0.05rem;
    padding: 0.15rem 0.4rem 0.6rem 0.2rem;
  }
  .common-head .head-inner {
    font-size: 0.335rem;
    line-height: 1.45;
  }
  .common-head .head-text {
    font-size: 0.5286rem;
    line-height: 1.24;
    margin: 0.11rem 0 0 0.2rem;
    letter-spacing: 0.075em;
  }
  .common-head mark {
    background: linear-gradient(#fff, #fff) no-repeat center bottom 0.08rem/100% 0.12rem;
  }
}
.section-service {
  background: #efefef;
}

@media print, (min-width: 768px) {
  .section-service {
    padding: 49px 0 72px;
    margin-bottom: 50px;
  }
  .section-service .wrapper {
    position: relative;
    max-width: 1154px;
  }
  .section-service .title-tertiary {
    margin-bottom: 50px;
  }
  .section-service .title-quaternary {
    margin-bottom: 52px;
  }
  .service-buy {
    margin-bottom: 64px;
  }
  .service-buy .common-head {
    margin-bottom: 70px;
  }
  .service-buy .common-contact {
    margin-bottom: 67px;
  }
  .service-buy .common-content {
    padding-bottom: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-service {
    padding: 1rem 0 1.3rem;
    margin-bottom: 0.4rem;
  }
  .section-service .title-tertiary {
    margin-bottom: 0.53rem;
  }
  .section-service .title-quaternary {
    margin-bottom: 0.98rem;
  }
  .service-buy .common-head {
    background-image: url(../img/service/sp/decor_img_02.png);
    height: 3.6rem;
    margin-bottom: 0.41rem;
  }
}
.list-flow {
  list-style: none;
  margin: 0 auto;
}
.list-flow > li {
  text-align: center;
  counter-increment: number;
}
.list-flow > li:not(:last-child) {
  position: relative;
}
.list-flow > li:not(:last-child)::after {
  content: "";
  z-index: 1;
  position: absolute;
  background: no-repeat center 0/100% 100%;
}

.flow-item {
  position: relative;
  font-weight: 500;
  background: #ffeb00;
}
.flow-item::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.flow-item img {
  display: block;
  width: 100%;
  border-radius: 100%;
}

@media print, (min-width: 768px) {
  .list-flow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px 0 20px;
    margin: 0 auto;
  }
  .list-flow > li {
    margin-bottom: 50px;
  }
  .list-flow > li:not(:last-child) {
    position: relative;
  }
  .list-flow > li:not(:last-child)::after {
    top: 0;
    right: 0;
    width: 58px;
    height: 100%;
    background-image: url(../img/service/bg_shape.png);
  }
  .list-flow .flow-item {
    height: 100%;
  }
  .flow-sell > li {
    padding-right: 56px;
  }
  .flow-sell > li:nth-child(3n+1) {
    width: 31.5%;
  }
  .flow-sell > li:nth-child(3n+2) {
    width: 42.8%;
  }
  .flow-sell > li:nth-child(3n+3) {
    width: 25.7%;
    padding-right: 0;
  }
  .flow-buy {
    max-width: 743px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .flow-buy > li:not(:last-child) {
    padding-right: 56px;
  }
  .flow-buy > li:nth-child(2n+1) {
    width: 69.5%;
  }
  .flow-buy > li:nth-child(2n+1) .flow-item {
    padding-left: 28px;
  }
  .flow-buy > li:nth-child(2n+2) {
    width: 30.5%;
  }
  .flow-buy .flow-item {
    padding-bottom: 46px;
  }
  .flow-item {
    font-size: 0.17rem;
    line-height: 1.4;
    padding: 40px 10px 23px;
  }
  .flow-item::before {
    left: 5px;
    top: -29px;
    font-size: 0.52rem;
  }
  .flow-item .flow-image {
    width: 102px;
    margin: 0 auto 9px;
  }
  .flow-item p:last-child {
    margin-bottom: 0;
  }
  .flow-item.flow-modify .flow-image {
    margin-bottom: 20px;
  }
  .flow-item.flow-custom {
    padding-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 955px) {
  .flow-item {
    font-size: 0.14rem;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .flow-item {
    font-size: 0.12rem;
  }
}
@media (min-width: 768px) and (max-width: 780px) {
  .flow-item {
    font-size: 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-flow {
    margin-bottom: 0;
    padding-left: 0;
  }
  .list-flow > li:not(:last-child) {
    padding-bottom: 1.32rem;
    position: relative;
  }
  .list-flow > li:not(:last-child)::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4rem;
    background-image: url(../img/service/sp/bg_shape.png);
  }
  .list-flow > li:last-child .flow-item:before {
    top: -0.6rem;
  }
  .list-flow > li:last-child .flow-image {
    margin-top: 0.05rem;
  }
  .list-flow > li:last-child .flow-text {
    margin-bottom: 0.1rem;
  }
  .flow-item {
    font-size: 0.34rem;
    line-height: 1.389;
    padding: 0.4rem 0.1rem 0.27rem;
  }
  .flow-item::before {
    left: 0.1rem;
    top: -0.69rem;
    font-size: 1.065rem;
  }
  .flow-item .flow-image {
    width: 2.04rem;
    margin: 0 auto 0.26rem;
  }
  .flow-item .flow-text {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .flow-item.flow-modify .flow-image {
    margin-bottom: 0.19rem;
  }
  .flow-item.is-custom .flow-text {
    position: relative;
    z-index: 3;
    margin-bottom: -0.88rem;
  }
  .flow-buy > li:last-child .flow-item {
    padding-bottom: 0.3rem;
  }
  .flow-buy > li:last-child .flow-image {
    margin-bottom: 0.24rem;
  }
  .flow-buy .flow-item {
    padding-bottom: 0.44rem;
  }
  .flow-buy .flow-item .flow-image {
    margin-bottom: 0.18rem;
  }
}
/*# sourceMappingURL=service.css.map */