.pc {
  display: none;
}

.emphasis {
  font-weight: bold;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.kvWrap {
  position: relative;
  padding-top: 28.8vw;
}
.kvWrap__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  pointer-events: none;
}
.kvWrap__inner {
  width: 85.7%;
  margin: auto;
}
.kvWrap__inner h2 {
  width: 52.02vw;
  margin: auto;
}
.kvWrap__inner p {
  margin: 8vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.7333333333vw;
}
.kvWrap__inner p a {
  display: inline-block;
  width: 32vw;
}
.kvWrap__content {
  width: 82%;
  margin: 14.66vw auto 0;
  text-align: center;
}
.kvWrap__content h3 {
  font-size: 5.33vw;
  margin-bottom: 10.66vw;
  line-height: 1.8;
}
.kvWrap__content .textBox {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.26vw;
  line-height: 2;
}
.kvWrap__content .textBox + .textBox {
  margin-top: 9.06vw;
}

.content {
  position: relative;
  margin-top: 6.85vw;
}
.content__inner {
  margin: auto;
  width: 80%;
}
.content__inner picture {
  width: 100%;
}
.content__text h3 {
  font-size: 6.4vw;
  margin-bottom: 1.86vw;
  margin-top: 4vw;
}
.content__text p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.26vw;
  line-height: 2;
  letter-spacing: -0.02rem;
}
.content + .content {
  margin-top: 9.6vw;
}

.boxWrap {
  position: relative;
  margin: 8.53vw auto 0;
  text-align: center;
}
.boxWrap__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-top: -6.4285714286vw;
  pointer-events: none;
}
.boxWrap__inner {
  position: relative;
  width: 80vw;
  background-color: #fff;
  padding: 13.88vw 0 11.2vw;
  border-radius: 10px;
  margin: auto;
}
.boxWrap__inner p {
  font-size: 3.733vw;
  line-height: 2;
  letter-spacing: -0.02rem;
}
.boxWrap__inner .text {
  font-size: 6.4vw;
  margin-bottom: 1.86vw;
}
.boxWrap__inner .logoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(52, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  margin: 5.3333333333vw 2.6666666667vw;
}
.boxWrap__inner .logoList::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  top: 0;
  left: 0;
}
.boxWrap__inner .logoList::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cacaca;
  position: absolute;
  top: 0;
  left: 0;
}
.boxWrap__inner .logoList li {
  border-bottom: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
}
.boxWrap__inner .logoList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support {
  margin-bottom: 5.3333333333vw;
}
.support__title {
  display: inline-block;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: bold;
}
.support ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support ul__title {
  display: inline-block;
  width: 10.6666666667vw;
  font-size: 3.7333333333vw;
}
.support ul li {
  margin-top: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
.support ul a {
  width: 100%;
}

.specialThanks {
  margin-bottom: 5.3333333333vw;
}
.specialThanks__title {
  display: inline-block;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: bold;
}
.specialThanks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.specialThanks ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}
.specialThanks ul a {
  width: 100%;
}

.note {
  font-size: 1.2857142857vw;
  margin-top: 4.2857142857vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: max(2.0833333333vw, 14px);
  }
}

.emphasis {
  margin: 2.8571428571vw auto 0;
  font-weight: bold;
  font-size: 1.7142857143vw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .emphasis {
    font-size: max(2.6041666667vw, 16px);
    width: 85.3333333333vw;
  }
}

.remark {
  text-align: center;
  font-size: 3.733vw;
  line-height: 2;
  margin-top: 4.8vw;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .kvWrap {
    padding-top: 13.21vw;
  }
  .kvWrap__circle {
    width: 100vw;
    margin-top: 9.7142857143vw;
  }
  .kvWrap__inner {
    width: 85.7%;
    margin: auto;
  }
  .kvWrap__inner h2 {
    width: 71.42vw;
    margin: auto;
  }
  .kvWrap__inner p {
    margin: 3vw auto 0;
    font-size: 1.4285714286vw;
  }
  .kvWrap__inner p a {
    display: inline-block;
    width: 11.4285714286vw;
  }
  .kvWrap__content {
    width: 63%;
    margin: 8.28vw auto 0;
    text-align: center;
  }
  .kvWrap__content h3 {
    font-size: 2.85vw;
    margin-bottom: 2.14vw;
  }
  .kvWrap__content .textBox {
    font-size: 1.42vw;
    line-height: 1.8;
  }
  .kvWrap__content .textBox + .textBox {
    margin-top: 2.57vw;
  }
  .kvWrap__content .emphasis {
    font-size: 1.714vw;
  }
  .content {
    margin-top: 6.85vw;
  }
  .content img {
    width: 100%;
  }
  .content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 85.7%;
    position: relative;
  }
  .content__inner picture {
    width: 56.3%;
  }
  .content__text {
    width: 43.6%;
    padding: 0 0 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content__text h3 {
    font-size: 2.57vw;
    margin-bottom: 1.64vw;
  }
  .content__text p {
    font-size: 1.42vw;
    line-height: 2;
  }
  .content:nth-of-type(odd) .content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content:nth-of-type(odd) .content__text {
    padding: 0 6%;
  }
  .content + .content {
    margin-top: 3.57vw;
  }
  .boxWrap {
    margin: 7.14vw auto 0;
    text-align: center;
    width: 100%;
  }
  .boxWrap__circle {
    width: 100vw;
  }
  .boxWrap__inner {
    background-color: #fff;
    padding: 5.14vw 0 7.71vw;
    margin: auto;
    width: 85.7%;
  }
  .boxWrap__inner p {
    font-size: 1.42vw;
    line-height: 2;
  }
  .boxWrap__inner .text {
    font-size: 2.85vw;
  }
  .boxWrap__inner .logoList {
    width: 77.8571428571vw;
    margin: 2.1428571429vw auto;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(16, 1fr);
  }
  .supportWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7.1428571429vw;
    margin-top: 8.5714285714vw;
  }
  .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.4285714286vw;
    gap: 2.8571428571vw;
  }
  .support__title {
    width: 9.2857142857vw;
    font-size: 1.2857142857vw;
    position: relative;
  }
  .support__title::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 10vw;
  }
  .support ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: calc(100% - 2.8571428571vw);
  }
  .support ul li {
    margin-top: 0;
    width: 11.2142857143vw;
  }
  .specialThanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 1.4285714286vw;
  }
  .specialThanks__title {
    width: 15.7142857143vw;
    font-size: 1.2857142857vw;
    text-align: left;
    position: relative;
  }
  .specialThanks__title::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 12.1428571429vw;
  }
  .specialThanks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 8.5714285714vw);
  }
  .specialThanks ul li {
    width: 7.4285714286vw;
  }
  .remark {
    text-align: left;
    margin-left: 12vw;
    margin-top: 1vw;
    font-size: 1.28vw;
  }
}/*# sourceMappingURL=style.css.map */