#features {
  margin-top: calc(60 / var(--spSize) * 100vw);
}

.features__inner {
  background-color: #eee;
  padding: 7rem 1.5rem 5rem;
  position: relative;
}
@media (990px <= width) {
  .features__inner {
    border-radius: 2rem;
    padding: 10rem;
  }
}
.features__header {
  background: url(../images/service/create/balloon.svg) center top/contain no-repeat;
  aspect-ratio: 404/87.18;
  width: 30rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.3076923077;
  font-weight: 700;
  transform: translate(-50%, -34.4827586207%);
  position: absolute;
  top: 0;
  left: 50%;
}
@media (990px <= width) {
  .features__header {
    width: 40.4rem;
    line-height: 6rem;
  }
}
.features__contents__imgs {
  display: grid;
  gap: 1.5rem;
}
@media (765px <= width) {
  .features__contents__imgs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (990px <= width) {
  .features__contents__imgs {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.features__contents__text {
  margin-top: 3rem;
}
@media (990px <= width) {
  .features__contents__text {
    margin-top: 5rem;
    text-align: center;
  }
}

.works {
  padding: 12rem 0 16rem;
  overflow: hidden;
  display: flex;
  gap: 0 1rem;
}
@media (990px <= width) {
  .works {
    padding: 12rem 0 16rem;
    gap: 1rem;
  }
}
.works__box {
  display: flex;
  gap: 0 1rem;
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
.works__img {
  width: 30rem;
  aspect-ratio: 400/204;
  text-align: center;
}
@media (990px <= width) {
  .works__img {
    width: 40rem;
  }
}
.works__img figcaption {
  font-weight: 700;
  line-height: 1;
  margin-top: 1.5rem;
}
@media (990px <= width) {
  .works__img figcaption {
    margin-top: 1.5rem;
  }
}

.main .service {
  background-color: #eee;
  padding: 8rem 1.5rem;
}
@media (990px <= width) {
  .main .service {
    padding: 16rem 0;
  }
}
@media (990px <= width) {
  .main .service__contents {
    margin-top: 5rem;
  }
}
.main .service .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (765px <= width) {
  .main .service .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (990px <= width) {
  .main .service .lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 2rem;
  }
}
.main .service .lists .item {
  display: grid;
  grid-template-columns: 7rem auto;
  gap: 1rem;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media (990px <= width) {
  .main .service .lists .item {
    grid-template-columns: 10rem auto;
    gap: 2rem;
  }
}
.main .service .lists .item__wrap .sub {
  font-size: 1.2rem;
}
@media (990px <= width) {
  .main .service .lists .item__wrap .sub {
    font-size: 1.6rem;
  }
}
.main .service .lists .item__wrap .sub + .label {
  margin-top: 1.5rem;
  line-height: 1;
}
.main .service .lists .item__wrap .label {
  font-size: 2rem;
  line-height: 1.45;
}
.main .service .lists .item__wrap .label small {
  font-size: 1.4rem;
}
@media (990px <= width) {
  .main .service .lists .item__wrap .label {
    font-size: 2.6rem;
  }
  .main .service .lists .item__wrap .label b {
    font-size: 3.2rem;
  }
  .main .service .lists .item__wrap .label small {
    font-size: 1.6rem;
  }
}
.main .service .wordpress {
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #000;
  margin-top: 8rem;
}
@media (990px <= width) {
  .main .service .wordpress {
    margin-top: 8rem;
  }
}
.main .service .wordpress:not(.open) .wordpress__contents {
  display: none;
}
.main .service .wordpress__header {
  padding: 2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.main .service .wordpress__header::after {
  content: "";
  width: 2.5rem;
  height: 0.2rem;
  background-color: #000;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.1rem);
}
.main .service .wordpress__header::before {
  content: "";
  height: 2.5rem;
  width: 0.2rem;
  background-color: #000;
  position: absolute;
  right: 3.15rem;
  top: calc(50% - 1.25rem);
  opacity: 0;
}
.main .service .wordpress__header:not(.open)::before {
  opacity: 1;
}
@media (990px <= width) {
  .main .service .wordpress__header {
    padding: 4rem 5rem;
    font-size: 2.2rem;
    cursor: pointer;
  }
  .main .service .wordpress__header::after {
    width: 3rem;
    right: 5rem;
  }
  .main .service .wordpress__header::before {
    height: 3rem;
    right: 6.4rem;
    top: calc(50% - 1.5rem);
  }
}
.main .service .wordpress__contents .inner {
  border-top: 1px solid #000;
  padding: 2rem 2rem;
}
@media (990px <= width) {
  .main .service .wordpress__contents .inner {
    padding: 2rem 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .service .wordpress .item {
  padding: 4rem 0;
}
@media (990px <= width) {
  .main .service .wordpress .item {
    padding: 4rem 0;
    position: relative;
  }
  .main .service .wordpress .item:not(:last-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main .service .wordpress .item:nth-child(2n) {
    padding-left: 4rem;
  }
  .main .service .wordpress .item:nth-child(2n+1) {
    padding-right: 4rem;
  }
  .main .service .wordpress .item:nth-child(2n+1)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (width < 990px) {
  .main .service .wordpress .item + .item {
    border-top: 1px solid #ddd;
  }
}
.main .service .wordpress .item__header {
  display: grid;
  grid-template-columns: 4rem auto;
  align-items: center;
  gap: 1rem;
}
@media (990px <= width) {
  .main .service .wordpress .item__header {
    grid-template-columns: 6rem auto;
    gap: 1.5rem;
  }
}
.main .service .wordpress .item__header .num {
  font-size: 2rem;
  font-weight: 700;
  aspect-ratio: 1;
  background-color: var(--clr-main);
  border-radius: 100%;
  display: grid;
  place-content: center;
}
@media (990px <= width) {
  .main .service .wordpress .item__header .num {
    font-size: 2.4rem;
  }
}
.main .service .wordpress .item__header .label {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (990px <= width) {
  .main .service .wordpress .item__header .label {
    font-size: 2.2rem;
  }
}
.main .service .wordpress .item__body {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (990px <= width) {
  .main .service .wordpress .item__body {
    margin-top: 2rem;
    grid-template-columns: 23rem auto;
    gap: 3rem;
    align-items: center;
  }
}
.main .service .wordpress .item__body__img {
  text-align: center;
}
.main .service .wordpress .item__body__text {
  font-size: 1.4rem;
}
.main .service .wordpress .item__body__text .coution.red {
  margin-top: 0.7em;
  color: #ee1141;
}
.main .service .wordpress .item__body__text ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.main .service .wordpress .item__body__text ul li span {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-indent: 0;
  font-weight: 700;
  color: #ee1141;
  position: relative;
}
.main .service .wordpress .item__body__text ul li span::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #ee1141;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}
@media (990px <= width) {
  .main .service .wordpress .item__body__text {
    font-size: 1.6rem;
  }
}

.flow {
  padding: calc(80 / var(--spSize) * 100vw) calc(15 / var(--spSize) * 100vw);
}
@media (990px <= width) {
  .flow {
    padding: 16rem 0;
  }
}
.flow__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (990px <= width) {
  .flow__contents {
    margin-top: 5.5rem;
    grid-template-columns: repeat(6, 1fr);
  }
}
.flow__item {
  position: relative;
}
@media (990px <= width) {
  .flow__item:not(:last-child)::after {
    content: "";
    width: 4rem;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 8.4rem;
    right: -4rem;
  }
}
.flow__item__img {
  text-align: center;
}
.flow__item__label {
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media (990px <= width) {
  .flow__item__label {
    font-size: 2rem;
  }
}
.flow__item__text {
  font-size: 1.4rem;
}
@media (990px <= width) {
  .flow__item__text {
    font-size: 1.6rem;
  }
}
.flow__item__button {
  margin-top: 1rem;
}
@media (width < 990px) {
  .flow__item__button a.button.base {
    height: 5rem;
    padding: 0 0 0 1.5rem;
    width: 100%;
  }
  .flow__item__button a.button.base .icon_arrow {
    right: 1rem;
  }
}

.cancellation {
  padding: calc(80 / var(--spSize) * 100vw) calc(15 / var(--spSize) * 100vw);
  background-color: #eee;
}
@media (990px <= width) {
  .cancellation {
    padding: 16rem 0;
  }
}
.cancellation__contents .coution {
  color: #777;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (990px <= width) {
  .cancellation__contents .coution {
    margin-top: 1.5rem;
  }
}
.cancellation__contents .disclaimer {
  margin-top: calc(40 / var(--spSize) * 100vw);
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
@media (990px <= width) {
  .cancellation__contents .disclaimer {
    margin-top: 4rem;
    padding: 4rem;
  }
}
.cancellation__contents .disclaimer ol {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (990px <= width) {
  .cancellation__contents .disclaimer ol {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}