/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.subpageMv h2.ja span {
  display: inline-block;
}
.subpageMv h2.ja span::first-letter {
  color: var(--main);
}

/*------------------------------*/
.keywords {
  padding-block: 8rem 15rem;
}
@media screen and (max-width: 767px) {
  .keywords {
    padding-block: 5rem 10rem;
  }
}
.keywords .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12rem;
}
@media screen and (max-width: 767px) {
  .keywords .container {
    row-gap: 8rem;
  }
}
.keywords .container li {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .keywords .container li {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
}
.keywords .container li p.num {
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 700;
  color: var(--main);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .keywords .container li p.num {
    font-size: 3.2rem;
  }
}
.keywords .container li .wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .keywords .container li .wrap {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3rem;
  }
}
.keywords .container li .wrap .text {
  width: 60rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .keywords .container li .wrap .text {
    width: 100%;
  }
}
.keywords .container li .wrap .text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 2.2;
  border-bottom: 1px solid var(--text);
  margin-bottom: 2.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .keywords .container li .wrap .text h3 {
    line-height: 1.5;
    padding-bottom: 2rem;
  }
}
.keywords .container li .wrap .text p.readText span {
  letter-spacing: 0;
}
.keywords .container li .image {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .keywords .container li .image {
    width: 72%;
  }
}
.keywords .container li:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .keywords .container li:nth-child(2n) .wrap {
    flex-direction: column;
  }
}
.keywords .container li:nth-child(4) .image, .keywords .container li:nth-child(7) .image, .keywords .container li:nth-child(8) .image {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .keywords .container li:nth-child(4) .image, .keywords .container li:nth-child(7) .image, .keywords .container li:nth-child(8) .image {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .keywords .container li:nth-child(3) .image {
    width: 60%;
  }
  .keywords .container li:nth-child(5) .image {
    width: 60%;
  }
  .keywords .container li:nth-child(6) .image {
    width: 60%;
  }
  .keywords .container li:nth-child(7) .image {
    width: 60%;
  }
}

/*------------------------------*/
main .bg {
  position: absolute;
  z-index: 0;
  width: 68rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main .bg {
    width: 80%;
  }
}
main .bg.bg01 {
  right: -5rem;
  top: -5rem;
}
main .bg.bg02 {
  left: -30rem;
  top: 20%;
  rotate: -26deg;
}
@media screen and (max-width: 767px) {
  main .bg.bg02 {
    left: -10rem;
  }
}
main .bg.bg03 {
  right: -30rem;
  top: 40%;
}
@media screen and (max-width: 767px) {
  main .bg.bg03 {
    right: -10rem;
  }
}
main .bg.bg04 {
  left: -40rem;
  top: 60%;
}
@media screen and (max-width: 767px) {
  main .bg.bg04 {
    left: -15rem;
  }
}
main .bg.bg05 {
  right: -5rem;
  bottom: 5rem;
  rotate: -26deg;
}
@media screen and (max-width: 767px) {
  main .bg.bg05 {
    bottom: 15rem;
  }
}
/*# sourceMappingURL=style.css.map */