@font-face {
  font-family: "AmaticSC";
  src: url("/clearturn/font/AmaticSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-lt";
  src: url("/clearturn/font/Outfit-Light.woff") format("woff");
}
@font-face {
  font-family: "Outfit-r";
  src: url("/clearturn/font/Outfit-Regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit-md";
  src: url("/clearturn/font/Outfit-Medium.woff") format("woff");
}
@font-face {
  font-family: "Outfit-sb";
  src: url("/clearturn/font/Outfit-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Outfit-bd";
  src: url("/clearturn/font/Outfit-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-lt";
  src: url("/clearturn/font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-r";
  src: url("/clearturn/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-md";
  src: url("/clearturn/font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-sb";
  src: url("/clearturn/font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-bd";
  src: url("/clearturn/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-r";
  src: url("/clearturn/font/CrimsonText-Regular.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-sb";
  src: url("/clearturn/font/CrimsonText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "CrimsonText-bd";
  src: url("/clearturn/font/CrimsonText-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-lt";
  src: url("/clearturn/font/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-r";
  src: url("/clearturn/font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-md";
  src: url("/clearturn/font/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-sb";
  src: url("/clearturn/font/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerif-bd";
  src: url("/clearturn/font/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto-lt";
  src: url("/clearturn/font/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto-md";
  src: url("/clearturn/font/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto-bd";
  src: url("/clearturn/font/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "mplus1c";
  src: url("/clearturn/font/MPLUSRounded1c-Regular.woff") format("woff");
}
@font-face {
  font-family: "mplus1c-bd";
  src: url("/clearturn/font/MPLUSRounded1c-Bold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-sb";
  src: url("/clearturn/font/Quicksand-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "quicksand-bd";
  src: url("/clearturn/font/Quicksand-Bold.woff") format("woff");
}
main {
  font-family: "NotoSansJP-r", sans-serif;
  color: #3c3c3c;
}

.center {
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 81.7rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .container {
    margin: auto;
    max-width: 100%;
  }
}

.sec-ttl {
  font-family: "Outfit-sb", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  color: #006b4f;
}
@media screen and (max-width: 750px) {
  .sec-ttl {
    font-size: 5.8rem;
    letter-spacing: 0.6rem;
  }
}
.sec-ttl > span {
  display: block;
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #969696;
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  .sec-ttl > span {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.sec-ttl.col02 {
  color: #fff;
}
.sec-ttl.col02 > span {
  color: #fff;
}

.txt-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .txt-small {
    font-size: 2rem;
  }
}
.txt-small.mt01 {
  display: inline-block;
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  .txt-small.mt01 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .txt-small.ml01 {
    margin-left: 9rem;
  }
}
.txt-small.mt05 {
  display: inline-block;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .txt-small.mt05 {
    margin-top: 7rem;
    width: 100%;
  }
}
.txt-small.mt07 {
  display: inline-block;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .txt-small.mt07 {
    margin-top: 8.6rem;
    width: 100%;
  }
}

.txt-regular {
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .txt-regular {
    font-size: 2.3rem;
  }
}

.txt-md {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .txt-md {
    font-size: 2.2rem;
  }
}

.boxTtl {
  padding: 8.5rem 0 7.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxTtl {
    padding: 13.5rem 0 7rem;
  }
}
.boxTtl > h3 {
  border-bottom: 0.5px solid #006b4f;
  text-align: center;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 2.6rem;
  line-height: 7.8rem;
  color: #006b4f;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxTtl > h3 {
    padding-bottom: 4rem;
    border-bottom: 2px solid #006b4f;
    font-size: 3.8rem;
    line-height: 5.6rem;
  }
}
.boxTtl > h3 > img {
  width: 2.1rem;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 33%;
}
@media screen and (max-width: 750px) {
  .boxTtl > h3 > img {
    width: 3.3rem;
    top: 42%;
  }
}
.boxTtl > p {
  margin-top: 3.5rem;
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .boxTtl > p {
    margin-top: 7rem;
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}

.col01 {
  color: #006b4f;
}

.thick01 {
  font-family: "NotoSansJP-bd", sans-serif;
}

.wid01 {
  width: 79.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wid01 {
    width: 37.5rem;
  }
}

.lh01 {
  line-height: 1.7rem;
}
@media screen and (max-width: 750px) {
  .lh01 {
    line-height: 3.6rem;
  }
}

.kv {
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .kv {
    padding-top: 12rem;
  }
}

.collabo {
  position: relative;
  width: 100%;
}
.collabo .sphere_pc01 {
  position: absolute;
  width: 26.7rem;
  top: -109%;
  left: -6%;
}
.collabo .sphere_sp01 {
  position: absolute;
  width: 21.5rem;
  top: -68%;
  left: -6%;
}
.collabo .sphere_sp02 {
  position: absolute;
  width: 36.2rem;
  bottom: -127%;
  right: -21%;
  z-index: -1;
}
.collabo__img {
  margin: 0 auto;
  width: 130rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .collabo__img {
    width: 65rem;
  }
}

.concept {
  padding: 16.7rem 0 41.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .concept {
    padding: 15rem 0 54.2rem;
  }
}
@media screen and (max-width: 750px) {
  .concept .container {
    width: 53.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .concept__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    row-gap: 15.5rem;
  }
}
.concept__flex01 .sec-ttl {
  width: 18rem;
}
@media screen and (max-width: 750px) {
  .concept__flex01 .sec-ttl {
    width: 23.7rem;
  }
}
.concept__txt > dt {
  width: 54.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .concept__txt > dt {
    width: 100%;
    margin-top: 8rem;
  }
}
.concept__txt > dd {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .concept__txt > dd {
    margin-top: 6.6rem;
  }
}
.concept__txt > dd > p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 750px) {
  .concept__txt > dd > p {
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
}
.concept__txt > dd > p:nth-of-type(2), .concept__txt > dd > p:nth-of-type(3) {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .concept__txt > dd > p:nth-of-type(2), .concept__txt > dd > p:nth-of-type(3) {
    margin-top: 8rem;
  }
}

.point {
  position: relative;
}
.point .sphere_pc02 {
  position: absolute;
  width: 36.8rem;
  top: -4%;
  left: 13%;
  z-index: 1;
}
.point__step {
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .point__step {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .point__ttl {
    padding: 14rem 0 0;
  }
}
.point__ttl .sec-ttl {
  width: 13.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .point__ttl .sec-ttl {
    width: 17.4rem;
  }
}
.point__box.pb01 {
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 750px) {
  .point__box.pb01 {
    padding-bottom: 12rem;
  }
}
.point__flex02 {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 750px) {
  .point__flex02 {
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10rem;
  }
}
.point__flex02 > dl {
  width: 37.7rem;
  text-align: center;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .point__flex02 > dl {
    margin: 0 auto;
    width: 52.3rem;
    font-size: 2.5rem;
  }
}
.point__flex02 > dl > dt {
  padding: 2rem 0;
  border-radius: 3.1rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .point__flex02 > dl > dt {
    padding: 2.5rem 0;
    border-radius: 4.3rem;
  }
}
.point__flex02 > dl > dt.bgCol01 {
  background-color: #646464;
}
.point__flex02 > dl > dt.bgCol02 {
  background-color: #006b4f;
}
.point__flex02 > dl > figure {
  margin-top: 1rem;
}
.point__flex02 > dl > dd {
  margin-top: 2.3rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 750px) {
  .point__flex02 > dl > dd {
    margin-top: 3rem;
    line-height: 4rem;
  }
}
.point__inner {
  margin: 0 auto;
  max-width: 140rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1401px) {
  .point__inner {
    margin: 0;
    padding-left: 10.5%;
    background-color: #fff;
    border-radius: 0 100px 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .point__inner {
    margin: auto;
    max-width: 100%;
  }
}
.point__inner.pb02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 1401px) {
  .point__inner.pb02 {
    width: 140rem;
    margin: 8rem 0 0 0;
    padding-left: 0;
    padding-right: 10.5%;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    max-width: initial;
  }
}
.point__inner.pb02 .sphere_pc03 {
  position: absolute;
  width: 29.3rem;
  top: -15%;
  left: 74%;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .point__inner.pb02 .sphere_pc03 {
    top: -26%;
    left: 51%;
  }
}
.point__inner.pb02 .sphere_sp04 {
  position: absolute;
  width: 29.8rem;
  bottom: -13%;
  right: 15%;
  z-index: 1;
}
.point__flex03 {
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}
@media screen and (max-width: 750px) {
  .point__flex03 {
    display: block;
  }
}
.point__flex03.reFlex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .point__flex03.reFlex {
    display: block;
  }
}
.point__flex03.pt01 {
  position: relative;
  margin-top: 8rem;
  padding: 13rem 0 17.8rem;
  width: 120rem;
  background-color: #fff;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 750px) {
  .point__flex03.pt01 {
    margin-top: 10rem;
    padding: 14rem 0 15rem;
    width: 72rem;
    border-radius: 0 6rem 6rem 0;
  }
  .point__flex03.pt01 .sphere_sp03 {
    position: absolute;
    width: 37rem;
    top: -3%;
    right: -21%;
  }
}
.point__flex03.pt02 {
  margin-top: 8rem;
  padding: 13rem 0 16rem;
  width: 120rem;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width: 750px) {
  .point__flex03.pt02 {
    margin-top: 8rem;
    padding: 14rem 0 10rem;
    width: 72rem;
    border-radius: 6rem 0 0 6rem;
  }
}
.point__flex03 > figure > img {
  width: 65.4rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .point__flex03 > figure > img {
    margin-top: 11.3rem;
    margin-left: auto;
    width: 64rem;
  }
}
.point__flex03 > picture img {
  width: 72rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .point__flex03 > picture img {
    margin: 10rem auto 0;
    width: 55rem;
  }
}
.point__flex03-box {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .point__flex03-box {
    margin: 0 auto;
    width: 55rem;
  }
}
.point__flex03-box > figure img {
  width: 7.8rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .point__flex03-box > figure img {
    width: 7.8rem;
  }
}
.point__flex03-box > h4 {
  margin-top: 3rem;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 3.5rem;
  line-height: 5rem;
}
@media screen and (max-width: 750px) {
  .point__flex03-box > h4 {
    margin-top: 4rem;
    font-size: 4.6rem;
    line-height: 7rem;
  }
}
.point__flex03-box > p {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 750px) {
  .point__flex03-box > p {
    margin-top: 5rem;
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
}
.point__flex03-box .point__test-head {
  margin-top: 70px;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .point__flex03-box .point__test-head {
    margin-top: 10rem;
    font-size: 2.8rem;
  }
}
.point__test01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .point__test01 {
    display: block;
  }
}
.point__test01.mt03 {
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .point__test01.mt03 {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.point__test01.mt04 {
  margin-top: 1rem;
}
.point__test01 > p {
  padding: 3rem 0;
  width: 39.5rem;
  background-color: #feecee;
  border-radius: 1.5rem;
  text-align: center;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 1.8rem;
  background-color: #fff5a8;
}
@media screen and (max-width: 750px) {
  .point__test01 > p {
    padding: 4.4rem 0;
    width: 100%;
    border-radius: 3rem;
    font-size: 2.5rem;
  }
}
.point__test02.mt03 {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .point__test02.mt03 {
    margin-top: 1.5rem;
  }
}
.point__test02.mt04 {
  margin-top: 1rem;
}
.point__test02 > p {
  padding: 2.2rem 0;
  width: 100%;
  color: #6289c6;
  background-color: #e7edf6;
  border-radius: 1.5rem;
  text-align: center;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .point__test02 > p {
    padding: 2.5rem 0;
    width: 100%;
    border-radius: 3rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.point__container {
  margin: 0 auto;
  max-width: 95rem;
}
@media screen and (max-width: 750px) {
  .point__container {
    max-width: 58rem;
  }
}
.point__flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .point__flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 3rem;
    margin-top: 4.5rem;
  }
}
.point__flex04 > dl {
  width: 26rem;
  height: 23.6rem;
  border-radius: 2rem;
  text-align: center;
  background-color: #fffbdc;
}
@media screen and (max-width: 750px) {
  .point__flex04 > dl {
    margin: 0 auto;
    width: 53rem;
    height: 100%;
    border-radius: 4rem;
    font-size: 4.5rem;
  }
}
.point__flex04 > dl > dt {
  padding: 3.2rem 0;
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 2.1rem;
  background-color: #ffeb51;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .point__flex04 > dl > dt {
    padding: 4.2rem 0;
    font-size: 3rem;
  }
}
.point__flex04 > dl > dd {
  margin-top: 3.4rem;
  display: block;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 2rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 750px) {
  .point__flex04 > dl > dd {
    margin: 4.4rem 0 5.5rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.point__flex04 > dl > dd > p {
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .point__flex04 > dl > dd > p {
    font-size: 2.5rem;
  }
}
.point__flex05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .point__flex05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4rem;
  }
}
.point__flex05 > dl {
  width: 80rem;
  height: 20.6rem;
  border-radius: 2rem;
  text-align: center;
  background-color: #e0e7f4;
}
@media screen and (max-width: 750px) {
  .point__flex05 > dl {
    margin: 0 auto;
    width: 53rem;
    height: 100%;
    border-radius: 4.5rem;
  }
}
.point__flex05 > dl > dt {
  padding: 3.2rem 0;
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 2.1rem;
  background-color: #91add7;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .point__flex05 > dl > dt {
    padding: 4.2rem 0;
    font-size: 3rem;
  }
}
.point__flex05 > dl > dd {
  margin-top: 3.2rem;
  display: block;
  font-family: "NotoSansJP-bd", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 750px) {
  .point__flex05 > dl > dd {
    margin: 4.5rem 0 5.5rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.point__flex05 > dl > dd > p {
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .point__flex05 > dl > dd > p {
    font-size: 2.5rem;
  }
}
.point__dtl {
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point__dtl {
    margin-top: 4rem;
  }
}
.point__dtl > li {
  font-family: "NotoSansJP-md", sans-serif;
  font-size: 2.2rem;
  line-height: 3rem;
}
@media screen and (max-width: 750px) {
  .point__dtl > li {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 750px) {
  .point__dtl > li:not(:first-of-type) {
    margin-top: 3.8rem;
  }
}
.point__listFlex {
  padding: 9.8rem 0 8.5rem 12.1rem;
  width: 73.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 2.5rem 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .point__listFlex {
    margin-top: 9.8rem;
    padding: 11.5rem 0 10.5rem 5.5rem;
    width: 70rem;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
  }
}
.point__list-li {
  padding-left: 3rem;
  font-size: 2.2rem;
  color: #006b4f;
  position: relative;
}
@media screen and (max-width: 750px) {
  .point__list-li {
    padding-left: 4.5rem;
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.point__list-li > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .point__list-li > span {
    font-size: 2.1rem;
  }
}
.point__list-li:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .point__list-li:not(:first-of-type) {
    margin-top: 5rem;
  }
}
.point__list-li::before {
  content: "";
  width: 1.9rem;
  height: 2rem;
  background-image: url(../../img/tigeraid/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 11%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .point__list-li::before {
    width: 2.9rem;
    height: 3rem;
    top: 7%;
  }
}
@media screen and (max-width: 750px) {
  .point__list-li.mt06 {
    margin-top: 9.7rem;
  }
}
.point__list-check {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .point__list-check {
    margin-top: 4.5rem;
  }
}
.point__list-check > p {
  padding: 1.5rem 0;
  width: 23.5rem;
  border: 0.5px solid #006b4f;
  border-radius: 3rem;
  background-color: #feecee;
  text-align: center;
  font-size: 1.8rem;
  color: #006b4f;
}
@media screen and (max-width: 750px) {
  .point__list-check > p {
    padding: 3rem 0;
    width: 22.7rem;
    border: 0.7px solid #006b4f;
    border-radius: 4.5rem;
    font-size: 2.4rem;
  }
}
.point__list-check > span {
  margin-top: 2rem;
  display: block;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 750px) {
  .point__list-check > span {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.point__step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .point__step-head {
    gap: 2rem;
  }
}
.point__step-head img {
  width: 8rem;
}
@media screen and (max-width: 750px) {
  .point__step-head img {
    width: 11.1rem;
    height: 11.1rem;
  }
}
.point__step-head p {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .point__step-head p {
    font-size: 2.5rem;
  }
}
.point__step-head p span {
  display: block;
  font-size: 3.9rem;
  font-family: "NotoSansJP-bd", sans-serif;
  line-height: 5.6rem;
}
@media screen and (max-width: 750px) {
  .point__step-head p span {
    margin-bottom: 1rem;
  }
}
.point__seat {
  margin: 8rem auto 0;
  width: 80rem;
}
@media screen and (max-width: 750px) {
  .point__seat {
    margin: 10rem auto 0;
    width: 55rem;
  }
}

.lineUp {
  position: relative;
  padding: 0 0 20.4rem;
  background-color: #ffeb51;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lineUp {
    padding-bottom: 19.7rem;
  }
}
.lineUp .sphere_pc04 {
  position: absolute;
  width: 56.3rem;
  top: -35%;
  left: -22%;
}
.lineUp .sphere_pc05 {
  position: absolute;
  width: 45.9rem;
  top: -11%;
  left: 80%;
}
.lineUp .sphere_pc06 {
  position: absolute;
  width: 62.4rem;
  bottom: 42%;
  left: 13%;
}
@media screen and (min-width: 1401px) {
  .lineUp .sphere_pc06 {
    left: 23%;
  }
}
.lineUp .sphere_pc07 {
  position: absolute;
  width: 31.5rem;
  bottom: -2%;
  left: 65%;
}
@media screen and (min-width: 1401px) {
  .lineUp .sphere_pc07 {
    left: 61%;
  }
}
.lineUp .sphere_sp05 {
  position: absolute;
  width: 36.6rem;
  top: 4%;
  right: -30%;
}
.lineUp .sphere_sp06 {
  position: absolute;
  width: 55.9rem;
  top: 27%;
  left: -21%;
}
.lineUp .sphere_sp07 {
  position: absolute;
  width: 34.6rem;
  bottom: 1%;
  left: 60%;
}
.lineUp__container {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .lineUp__container {
    max-width: 100%;
  }
}
.lineUp__flex05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .lineUp__flex05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    row-gap: 10rem;
  }
}
.lineUp__box {
  padding: 0 0 6rem;
  width: 45.5rem;
  background-color: #fff;
  border-radius: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lineUp__box {
    margin: 0 auto;
    padding: 0 0 10rem;
    width: 57rem;
  }
}
.lineUp__boxImg {
  height: auto;
}
.lineUp__boxImg.img01 {
  margin: 6.6rem auto 0;
  width: 24.5rem;
}
@media screen and (max-width: 750px) {
  .lineUp__boxImg.img01 {
    margin: 9rem auto 0;
    width: 39.2rem;
  }
}
.lineUp__boxImg.img02 {
  margin: 3rem auto 0;
  width: 24rem;
}
@media screen and (max-width: 750px) {
  .lineUp__boxImg.img02 {
    margin: 9rem auto 0;
    width: 34.2rem;
  }
}
.lineUp__boxTtl {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 3.1rem;
  font-family: "NotoSansJP-bd", sans-serif;
}
@media screen and (max-width: 750px) {
  .lineUp__boxTtl {
    margin-top: 5rem;
    font-size: 2.5rem;
    line-height: 4.5rem;
  }
}
.lineUp__others {
  margin-top: 8rem;
  padding: 6.4rem 0;
  background-color: #fffbdc;
  border-radius: 25px;
}
@media screen and (max-width: 750px) {
  .lineUp__others {
    width: 57rem;
    margin: 8rem auto 0;
    padding: 6.4rem 0 10rem;
  }
}
.lineUp__others .sec-ttl {
  width: 20rem;
  margin: 0 auto;
}
.lineUp__others .sec-ttl img {
  width: 20.3rem;
  margin: 0 auto;
}
.lineUp__others .lineUp__othersPrd {
  width: 70rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 750px) {
  .lineUp__others .lineUp__othersPrd {
    width: 35.7rem;
    margin: 8.8rem auto 0;
  }
}
.lineUp__others .lineUp__othersBtn {
  width: 65rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  .lineUp__others .lineUp__othersBtn {
    width: 50rem;
    margin: 7.3rem auto 0;
  }
}

.deco {
  height: auto;
  position: absolute;
}

.tiger01 {
  width: 40rem;
  bottom: -33.5%;
  right: -30%;
}
@media screen and (min-width: 1401px) {
  .tiger01 {
    bottom: -35%;
  }
}
@media screen and (max-width: 750px) {
  .tiger01 {
    bottom: -24.5%;
    right: -12%;
  }
}

.leaf {
  width: 18.1rem;
  bottom: -309%;
  right: -23%;
}
@media screen and (max-width: 750px) {
  .leaf {
    width: 29.8rem;
    bottom: -38%;
    right: -78%;
  }
}

.tiger02 {
  width: 34rem;
  top: -16%;
  left: 0%;
}
@media screen and (min-width: 1401px) {
  .tiger02 {
    top: -23%;
    left: -5%;
  }
}
@media screen and (max-width: 750px) {
  .tiger02 {
    width: 33.6rem;
    top: -9.5%;
    left: 3%;
  }
}

.green-pc01 {
  width: 37.4rem;
  top: -93%;
  right: -52%;
  z-index: -1;
}

.green-pc02 {
  width: 50.6rem;
  top: 37%;
  left: -45%;
}

.green-sp01 {
  width: 17.9rem;
  top: -5%;
  right: 0%;
}

.green-sp02 {
  width: 17.3rem;
  top: 11%;
  left: -4%;
}

.green-sp03 {
  width: 19.7rem;
  bottom: 9%;
  right: 0%;
}

.green01 {
  width: 31.2rem;
  bottom: -75%;
  left: -35%;
}
@media screen and (max-width: 750px) {
  .green01 {
    width: 37.7rem;
    bottom: -47%;
    left: -10%;
  }
}

.green02 {
  width: 33.1rem;
  bottom: 14%;
  right: -2%;
}
@media screen and (max-width: 750px) {
  .green02 {
    bottom: 2%;
    right: -10%;
  }
}

.green03 {
  width: 31rem;
  top: 24%;
  right: -6%;
}
@media screen and (max-width: 750px) {
  .green03 {
    width: 23.2rem;
    top: 44%;
    right: -9%;
  }
}

.green04 {
  width: 15.6rem;
  bottom: 19%;
  left: -1%;
}
@media screen and (max-width: 750px) {
  .green04 {
    bottom: 8%;
  }
}

.green05 {
  width: 28.7rem;
  top: 8%;
  left: -35%;
}
@media screen and (max-width: 750px) {
  .green05 {
    width: 32rem;
    top: 3%;
    left: -19%;
  }
}

.green06 {
  width: 36.2rem;
  bottom: -20%;
  right: -31%;
}
@media screen and (max-width: 750px) {
  .green06 {
    bottom: -10%;
    right: -11%;
  }
}

.bg01__pc {
  width: 100%;
  height: 100%;
  background-image: url(../../img/vitapuru/img_bg01_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1401px) {
  .bg01__pc {
    background-image: url(../../img/vitapuru/img_bg01_pcMax.png);
  }
}
@media screen and (max-width: 750px) {
  .bg01__pc {
    background-image: initial;
  }
}

@media screen and (max-width: 750px) {
  .bg01__sp {
    position: absolute;
    bottom: 0;
    background-image: url(../../img/vitapuru/img_bg01_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 81.6rem;
    z-index: -1;
  }
}

.bg02 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/vitapuru/img_bg02_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 39.5rem;
  background-color: #fef7c2;
}
@media screen and (min-width: 1401px) {
  .bg02 {
    background-image: url(../../img/vitapuru/img_bg02_pcMax.png);
  }
}
@media screen and (max-width: 750px) {
  .bg02 {
    padding-bottom: 46rem;
    background-image: url(../../img/vitapuru/img_bg02_sp.png);
  }
}

.purchaseBtn {
  background-color: #6289c6;
}

@media screen and (min-width: 1401px) {
  .point__box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

sub {
  bottom: -0.1em;
  font-size: 50%;
}