@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
body {
  background: #282828;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

.kv {
  padding-bottom: 60px;
  background: url(/asset/images/partner/guide/bg/bg_main2.png), url(/asset/images/partner/guide/bg/bg_main1.png), url(/asset/images/partner/guide/bg/bg_main3.png);
  background-position: top 577px center, top center, bottom center;
  background-size: 100vw auto;
  background-repeat: no-repeat;
}
.kv__title {
  position: relative;
  width: 100%;
  max-width: 458px;
  margin: 0 auto 46.4vw;
  padding-top: 171px;
}
.kv__desc {
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.kv__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  width: 69.52vw;
  max-width: 1029px;
  margin: 0 auto 25px;
}
.kv__data__count {
  padding-top: 24px;
}
.kv__data__count h2 {
  margin-bottom: 24px;
  font-size: 27px;
  font-weight: bold;
}
.kv__data__count h2 span {
  font-size: 32px;
}
.kv__data__count ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
}
.kv__data__count ul li {
  width: auto;
  max-height: 134px;
  margin-right: 4px;
  font-size: 41px;
  line-height: 56px;
  font-weight: bold;
}
.kv__data__count ul li.comma {
  max-width: 19px;
}
.kv__data__count ul li:last-of-type {
  max-width: fit-content;
}
.kv__data__count ul li img {
  width: auto;
  max-height: 134px;
}
.kv__data__count p {
  font-size: 12px;
  text-align: right;
}
.kv__data__graph img {
  max-width: 100%;
}
.kv__detail {
  width: 66.8vw;
  max-width: 990px;
  margin: 0 auto;
}
.kv__detail h3 {
  color: #FEE102;
  margin: 0 auto 8px;
  font-size: 70px;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 85px;
}
.kv__detail h3 span {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-align: center;
}
.kv__detail .sub {
  margin-bottom: 40px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
.kv__detail ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
.kv__detail ul li {
  width: 100%;
  max-width: 150px;
}
.kv__detail ul li h4 {
  margin-bottom: 8px;
}
.kv__detail ul li h4 img {
  max-width: 70px;
  margin: 0 auto;
}
.kv__detail ul li p {
  color: #FEE102;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.kv__detail ul li p span {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1;
}

@keyframes tieRoop1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes tieRoop2 {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-125%);
  }
}
.tie {
  overflow-x: hidden;
}
.tie div {
  display: flex;
  width: 258vw;
  max-width: none;
}
.tie div img {
  display: inline;
}
.tie div:first-of-type img {
  animation: tieRoop1 60s infinite linear 0.1s both;
}
.tie div:last-of-type img {
  animation: tieRoop2 60s infinite linear 0.1s both;
}
.tie img {
  width: 129vw;
  max-width: none;
}

.category {
  padding-top: 40px;
  background: url(/asset/images/partner/guide/bg/bg_category_l.png), url(/asset/images/partner/guide/bg/bg_category_r.png), url(/asset/images/partner/guide/bg/bg_category1.png);
  background-position: top left, top right, top center;
  background-size: auto;
  background-repeat: no-repeat;
}
.category__inner {
  width: 88.5vw;
  max-width: 1310px;
  margin: 0 auto;
}
.category h2 {
  margin-bottom: 27px;
  color: #FEE102;
  font-size: 70px;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 85px;
}
.category h2 span {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 34px;
  letter-spacing: -3px;
}
.category .desc {
  margin-bottom: 25px;
  font-size: 16px;
}
.category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category__list li {
  width: 100%;
  max-width: calc(25% - 7.5px);
  margin-bottom: 10px;
  padding: 22px 0 30px;
  background: #000;
}
.category__list li h3 {
  color: #FEE102;
  font-size: 30px;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.category__list li p {
  color: #FEE102;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.06rem;
  text-align: center;
}
.category .link {
  position: relative;
  max-width: 280px;
  margin-left: auto;
}
.category .link :before {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #02814D;
}
.category .link a {
  display: block;
  margin-left: auto;
  padding-right: 60px;
  background: url(../img/icon_arrow_r.png) right center no-repeat;
  color: #FFF;
  font-size: 16px;
  line-height: 58px;
  text-decoration: none;
}

.privilage {
  padding: 10px 0 80px;
}
.privilage__inner {
  width: 88.5vw;
  max-width: 1310px;
  margin: 0 auto;
}
.privilage h2 {
  margin-bottom: 27px;
  color: #FEE102;
  font-size: 70px;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 85px;
}
.privilage h2 span {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 34px;
}
.privilage .desc {
  margin-bottom: 25px;
  font-size: 16px;
}
.privilage__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.privilage__list li {
  width: 100%;
  max-width: calc(25% - 7.5px);
}
.privilage__list__img {
  margin-bottom: 10px;
}
.privilage__list__img img {
  max-width: 100%;
}
.privilage__list p {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.contact {
  padding: 55px 0 102px;
  background: url(/asset/images/partner/guide/bg/bg_contact_l.png), url(/asset/images/partner/guide/bg/bg_contact_r.png), url(/asset/images/partner/guide/bg/bg_contact_base.png);
  background-position: top 5.4vw left, top right, top 1.4vw center;
  background-repeat: no-repeat;
  background-size: auto, auto, 100vw auto;
}
.contact__inner {
  width: calc(100% - 40px);
  max-width: 905px;
  margin: 0 auto;
}
.contact h2 {
  margin-bottom: 27px;
  color: #FEE102;
  font-size: 70px;
  font-family: "Oswald", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 85px;
  text-align: center;
}
.contact h2 span {
  display: block;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 34px;
}
.contact__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.contact__title {
  width: 100%;
  max-width: 31.5%;
}
.contact__title.full {
  max-width: none;
}
.contact__title h3 {
  font-size: 17px;
}
.contact__title h3 .required {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 4px;
  background: #FEE102;
  color: #000;
  font-size: 12px;
  line-height: 2;
}
.contact__input {
  width: 100%;
  max-width: 68.5%;
}
.contact__input.full {
  max-width: none;
}
.contact__input.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact__input input[type=text], .contact__input input[type=email] {
  width: 100%;
  height: 50px;
  padding: 13px 21px;
  border-radius: 8px;
  background: #FFF;
  color: #000;
  font-size: 16px;
}
.contact__input.flex input[type=text] {
  width: 100%;
  max-width: 50%;
}
.contact__input textarea {
  width: 100%;
  min-height: 220px;
  padding: 13px 21px;
  border-radius: 8px;
  background: #FFF;
  color: #000;
  font-size: 16px;
}
.contact label {
  display: inline-block;
  position: relative;
  margin-right: 2.7vw;
  padding-left: 30px;
  font-size: 16px;
  vertical-align: middle;
}
.contact label:before, .contact label:after {
  display: block;
  content: "";
  position: absolute;
}
.contact label:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #FFF;
}
.contact label:after {
  display: none;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #02814D;
}
.contact label:has(input:checked):after {
  display: block;
}
.contact__btnInner {
  padding-top: 50px;
}
.contact__btnInner button {
  display: block;
  width: 100%;
  max-width: 417px;
  height: 80px;
  margin: 0 auto 27px;
  border-radius: 40px;
  background: #C9C7C5;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
}
.contact__btnInner p {
  text-align: center;
}
.contact__btnInner p a {
  color: #FEE102;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 1480px) {
  .kv {
    background-position: top 38.98vw center, top center, bottom center;
  }
  .kv__title {
    width: 44.8vw;
    padding-top: 11.5vw;
  }
  .kv__desc {
    font-size: 1.35vw;
    line-height: 1.5;
  }
  .kv__data__count h2 {
    margin-bottom: 1.66vw;
    font-size: 1.87vw;
  }
  .kv__data__count h2 span {
    font-size: 2.22vw;
  }
  .kv__data__count ul li {
    font-size: 2.84vw;
    line-height: 3.88vw;
  }
  .kv__detail ul li {
    max-width: 10.13vw;
  }
  .kv__detail ul li h4 img {
    max-width: 46.7%;
  }
  .kv__detail ul li p {
    font-size: 3vw;
  }
  .kv__detail ul li p span {
    font-size: 1.2vw;
  }
  .category {
    background-size: 64.3vw, 26.68vw, 47.9vw;
  }
  .category__list li h3 {
    font-size: 2vw;
  }
  .category__list li p {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 568px) {
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  .kv {
    padding-bottom: 44px;
    background: url(/asset/images/partner/guide/bg/bg_main2_sp.png), url(/asset/images/partner/guide/bg/bg_main1_sp.png);
    background-position: top 92vw center, top center;
    background-size: 100vw auto;
    background-repeat: no-repeat;
  }
  .kv__title {
    width: 100vw;
    max-width: 374px;
    margin: 0 auto 106.4vw;
    padding-top: 34.1vw;
  }
  .kv__title img {
    max-width: 198px;
    margin: 0 auto;
  }
  .kv__desc {
    bottom: -46px;
    font-size: 14px;
    line-height: 24px;
  }
  .kv__data {
    display: block;
    width: calc(100% - 48px);
    margin: 0 auto 30px;
  }
  .kv__data__count {
    max-width: 72.8vw;
    margin: 0 auto 27px;
  }
  .kv__data__count h2 {
    margin-bottom: 3.3vw;
    padding-left: 1.8vw;
    font-size: 22px;
  }
  .kv__data__count h2 span {
    font-size: 26px;
  }
  .kv__data__count ul {
    margin-bottom: 2vw;
    justify-content: center;
  }
  .kv__data__count ul li {
    max-height: 18.9vw;
    font-size: 29px;
    line-height: 39px;
  }
  .kv__data__count ul li img {
    max-height: 18.9vw;
  }
  .kv__detail {
    width: 79.48%;
  }
  .kv__detail h3 {
    margin: 0 auto 8px;
    font-size: 33px;
    line-height: 1.5;
  }
  .kv__detail h3 span {
    font-size: 18px;
  }
  .kv__detail.sub {
    margin-bottom: 30px;
  }
  .kv__detail ul {
    flex-wrap: wrap;
    gap: 2.5vw;
  }
  .kv__detail ul li {
    max-width: 38.4vw;
    margin-bottom: 7.7vw;
  }
  .kv__detail ul li p {
    font-size: 8.97vw;
  }
  .kv__detail ul li p span {
    font-size: 4.35vw;
  }
  .tie div {
    width: 2160px;
  }
  .tie div img {
    width: 1080px;
  }
  .category {
    padding: 58px 0 30px;
    background: url(/asset/images/partner/guide/bg/bg_category_sp.png) top -90px center no-repeat;
    background-size: 100% auto;
  }
  .category__inner {
    width: 100%;
  }
  .category h2 {
    margin: 0 auto 30px;
    font-size: 33px;
    line-height: 1.25;
    text-align: center;
  }
  .category h2 span {
    font-size: 18px;
    letter-spacing: -1.5px;
  }
  .category .desc {
    width: calc(100vw - 50px);
    margin: 0 auto 45px;
  }
  .category__list {
    gap: 10px;
    margin-bottom: 25px;
  }
  .category__list li {
    max-width: calc(50% - 5px);
    margin-bottom: 0;
    padding: 20px 0;
  }
  .category__list li h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .category__list li p {
    font-size: 13px;
    line-height: 1;
  }
  .category .link a {
    background-position: right 20px center;
  }
  .privilage {
    padding: 30px 0;
  }
  .privilage__inner {
    width: 100%;
  }
  .privilage h2 {
    margin: 0 auto 30px;
    font-size: 33px;
    line-height: 1.25;
    text-align: center;
  }
  .privilage h2 span {
    font-size: 18px;
    letter-spacing: -1.5px;
  }
  .privilage .desc {
    width: calc(100vw - 50px);
    margin: 0 auto 45px;
  }
  .privilage__list {
    width: calc(100vw - 20px);
    margin: 0 auto;
  }
  .privilage__list__img {
    margin-bottom: 0;
  }
  .privilage__list li {
    max-width: calc(50% - 5px);
  }
  .privilage__list li p {
    font-size: 15px;
    line-height: 1.5;
  }
  .contact {
    padding: 30px 0 70px;
    background-size: 25vw auto, 25vw auto, 100vw auto;
  }
  .contact__inner {
    width: calc(100vw - 20px);
  }
  .contact h2 {
    margin: 0 auto 30px;
    font-size: 33px;
    line-height: 1.25;
    text-align: center;
  }
  .contact h2 span {
    font-size: 18px;
  }
  .contact__box {
    display: block;
    margin-bottom: 10px;
  }
  .contact__title, .contact__input {
    max-width: 100%;
  }
  .contact__title {
    margin-bottom: 5px;
  }
  .contact__title h3 {
    font-size: 15px;
  }
  .contact__btnInner {
    padding-top: 25px;
  }
  .contact__btnInner button {
    max-width: calc(100% - 20px);
    height: 40px;
    margin: 0 auto 15px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
  }
}/*# sourceMappingURL=extend.css.map */