@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@400;700&display=swap");
/*========================================
*	common
========================================*/
::selection {
  color: #727272;
  background: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #727272;
  background-color: #fff;
  font-family: "Kiwi Maru", serif;
}

body {
  background-color: var(--color-white-100);
  color: var(--color-text-100);
  font-family: "Kiwi Maru", serif;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: var(--line-height-l);
  -webkit-font-smoothing: antialiased;
  padding-top: 100px;
}
@media print, screen and (min-width: 1100px) {
  body {
    padding-top: 120px;
  }
}

a {
  color: #727272;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media print, screen and (max-width: 1100px) {
  .pc-none {
    display: block;
  }
}

@media print, screen and (min-width: 1100px) {
  .sp-none {
    display: block;
  }
}
@media print, screen and (max-width: 1100px) {
  .sp-none {
    display: none;
  }
}

.c-breadcrumbs {
  padding: 45px 50px 35px;
  margin: 0;
}
@media print, screen and (max-width: 1100px) {
  .c-breadcrumbs {
    padding: 10px 20px 80px;
    margin: 0;
  }
}

.s-page {
  padding: 0 0 60px;
}
@media print, screen and (min-width: 1100px) {
  .s-page {
    padding: 0 0 80px;
  }
}
.s-page--main {
  margin: 0 auto;
}
@media print, screen and (max-width: 1100px) {
  .s-page--main {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--main {
    width: 1100px;
  }
}
.s-page--main-title {
  color: #50A0EA;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-title {
    font-size: 64px;
  }
}
.s-page--main-title::after {
  content: "RECRUITING SPONSORS";
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  letter-spacing: 0.015em;
  font-style: normal;
  letter-spacing: var(--letter-spacing-l);
  margin-top: 16px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-title::after {
    font-size: 13px;
    margin-top: 22px;
  }
}
.s-page--main-read {
  font-size: 19px;
  color: #50A0EA;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  margin: 30px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-read {
    font-size: 32px;
    line-height: 1;
    margin: 30px 0 0;
  }
}
.s-page--main-logo {
  width: 60%;
  margin: 45px auto 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-logo {
    width: 450px;
    margin: 55px auto 0;
  }
}
.s-page--main-text {
  margin: 30px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-text {
    text-align: center;
    margin: 43px 0 0;
  }
}
.s-page--main-text__inline {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-text__inline {
    font-size: 20px;
  }
}
.s-page--main-text__inline:last-child {
  margin: 12px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-text__inline:last-child {
    margin: 20px 0 0;
  }
}
.s-page--main-attention {
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  width: 100%;
  font-weight: 500;
  padding: 25px 20px 30px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-attention {
    width: 965px;
    padding: 32px 40px 34px;
    margin: 50px auto 0;
  }
}
.s-page--main-attention__tit {
  color: #EA5550;
  font-size: 18px;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-attention__tit {
    font-size: 20px;
  }
}
.s-page--main-attention__text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--main-attention__text {
    font-size: 18px;
  }
}
.s-page--main-attention__text a {
  border-bottom: 1px solid #727272;
  padding-bottom: 2px;
  transition: 0.3s;
}
.s-page--main-attention__text a:hover {
  border-color: transparent;
}
@media print, screen and (max-width: 1100px) {
  .s-page--section {
    padding: 0 20px;
    margin: 70px auto 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--section {
    width: 1100px;
    margin: 140px auto 0;
  }
}
.s-page--section-title {
  width: 80%;
  font-size: 24px;
  padding: 10px 0 14px;
  margin: 0 auto 35px;
  text-align: center;
  color: #50A0EA;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-title {
    width: 500px;
    font-size: 48px;
    padding: 20px 0 21px;
    margin: 0 auto 80px;
  }
  .s-page--section-title.-s {
    margin: 0 auto 50px;
  }
}
.s-page--section-title::before, .s-page--section-title::after {
  content: "";
  display: block;
  background-color: #50A0EA;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.s-page--section-title::before {
  top: 0;
}
.s-page--section-title::after {
  bottom: 0;
}
.s-page--section-subtit {
  border-radius: 8px;
  background-color: #50A0EA;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 20px 14px;
  margin: 35px auto 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-subtit {
    font-size: 24px;
    padding: 28px 35px 28px;
    margin: 80px auto 0;
  }
}
.s-page--section-text {
  font-weight: 300;
  margin: 20px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-text {
    margin: 28px 0 0;
  }
}
.s-page--section-text__inline {
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-text__inline {
    font-size: 20px;
  }
}
.s-page--section-text__inline:not(:first-of-type) {
  margin: 13px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-text__inline:not(:first-of-type) {
    margin: 24px 0 0;
  }
}
.s-page--section-text__inline .wavy {
  text-underline-offset: 3px;
  text-decoration: underline wavy red;
}
.s-page--section-text__attention {
  font-size: 14px;
  line-height: 1.625;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-text__attention {
    font-size: 16px;
    margin: 2px 0 0;
  }
}
.s-page--section-text__attention:first-of-type {
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--section-text__attention:first-of-type {
    margin: 17px 0 0;
  }
}
.s-page--about {
  border-radius: 8px;
  background-color: #F2F2F2;
  width: 100%;
  font-weight: 500;
  padding: 22px 0 0;
}
.s-page--about:not(:first-child) {
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about {
    display: flex;
    align-items: stretch;
    padding: 23px 0;
  }
}
.s-page--about-tit {
  border-bottom: 2px solid #fff;
  padding: 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-tit {
    border-bottom: none;
    border-right: 2px solid #fff;
    flex-basis: 130px;
    padding: 0;
  }
}
.s-page--about-tit span {
  font-size: 18px;
  line-height: 1.2222222222;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-tit span {
    font-size: 20px;
  }
}
.s-page--about-desc {
  padding: 15px 20px 20px;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-desc {
    flex-basis: 968px;
    padding: 10px 40px;
  }
}
.s-page--about-desc__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-desc__text {
    width: 600px;
    font-size: 18px;
  }
}
.s-page--about-desc__text:not(:first-child) {
  margin: 26px 0 0;
}
.s-page--about-desc__text small {
  font-size: 14px;
  letter-spacing: 0.01em;
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.625;
  margin: 6px 0 0;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-desc__text small {
    font-size: 16px;
  }
}
.s-page--about-map {
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-map {
    width: 268px;
    height: 380px;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 40px;
  }
  .s-page--about-map:hover img, .s-page--about-map:hover:after {
    opacity: 0.8;
  }
}
.s-page--about-map img {
  width: 218px;
  display: block;
  transition: 0.3s;
}
.s-page--about-map:after {
  content: "";
  display: block;
  background: url("../images/sponsors/icon_search.png") no-repeat 0 0/contain;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  transition: 0.3s;
}
@media print, screen and (min-width: 1100px) {
  .s-page--about-map:after {
    width: 44px;
    height: 44px;
    right: 7px;
    bottom: 7px;
  }
}
.s-page--category {
  border-radius: 8px;
  border: 2px solid #E8C93E;
  width: 100%;
  padding: 0 15px;
  margin: 50px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category {
    padding: 0 40px 60px;
    margin: 84px 0 0;
  }
}
.s-page--category-tit {
  text-align: center;
  transform: translateY(-10px);
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-tit {
    transform: translateY(-16px);
    margin: 0 0 27px;
  }
}
.s-page--category-tit span {
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 62px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-tit span {
    font-size: 24px;
  }
}
.s-page--category-list {
  width: 100%;
  font-weight: 500;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list {
    display: flex;
    align-items: stretch;
    margin: 10px 0 0;
  }
}
.s-page--category-list__tit {
  border-radius: 8px;
  background-color: #E8C93E;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1100px) {
  .s-page--category-list__tit {
    height: 50px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__tit {
    flex-basis: 220px;
  }
}
.s-page--category-list__tit span {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__tit span {
    font-size: 20px;
  }
}
.s-page--category-list__desc {
  padding: 20px 0;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__desc {
    flex-basis: calc(100% - 220px);
    padding: 16px 0 18px 40px;
  }
}
.s-page--category-list__desc-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__desc-text {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__desc-text:not(:first-child) {
    margin: 2px 0 0;
    padding: 0 0 14px;
  }
}
.s-page--category-list__desc-text > small, .s-page--category-list__desc-text > em {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.625;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}
.s-page--category-list__desc-text > small.in-2, .s-page--category-list__desc-text > em.in-2 {
  text-indent: -3em;
  padding: 0 0 0 3em;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__desc-text > small, .s-page--category-list__desc-text > em {
    font-size: 16px;
  }
  .s-page--category-list__desc-text > small:first-of-type, .s-page--category-list__desc-text > em:first-of-type {
    margin: 2px 0 0;
  }
}
.s-page--category-list__desc-text > em {
  font-weight: 500;
}
.s-page--category-list__desc-text + .s-page--btn {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--category-list__desc-text + .s-page--btn {
    margin: 35px 0 0;
  }
}
.s-page--rank {
  width: 100%;
  margin: 40px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank {
    margin: 74px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-list {
    flex-basis: 360px;
  }
}
.s-page--rank-tit {
  border-radius: 8px;
  background-color: #E8C93E;
  width: 100%;
  height: 50px;
  margin: 30px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-tit {
    flex-basis: 360px;
    height: 55px;
    margin: 0 0 20px;
  }
}
.s-page--rank-tit span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-break: 1;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-tit span {
    font-size: 20px;
  }
}
.s-page--rank-card {
  border-radius: 8px;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-card {
    height: 160px;
    padding: 0 40px;
  }
  .s-page--rank-card.col-2 {
    height: 330px;
  }
}
.s-page--rank-card__name {
  position: relative;
  display: flex;
}
.s-page--rank-card__name:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-card__name:before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}
.s-page--rank-card__name span {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  padding: 0 0 0 25px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-card__name span {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
}
.s-page--rank-card__price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin: 15px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-card__price {
    font-size: 24px;
    margin: 12px 0 0;
  }
}
.s-page--rank-card__price em {
  font-size: 24px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--rank-card__price em {
    font-size: 32px;
  }
}
.s-page--rank-card.platinum {
  background-color: #E4EEEF;
}
.s-page--rank-card.platinum .s-page--rank-card__name:before {
  background-image: url("../images/sponsors/icon_platinum.png");
}
.s-page--rank-card.gold {
  background-color: #FFF3D1;
}
.s-page--rank-card.gold .s-page--rank-card__name:before {
  background-image: url("../images/sponsors/icon_gold.png");
}
.s-page--rank-card.silver {
  background-color: #EFEFEF;
}
.s-page--rank-card.silver .s-page--rank-card__name:before {
  background-image: url("../images/sponsors/icon_silver.png");
}
.s-page--rank-card.bronze {
  background-color: #ECE5D1;
}
.s-page--rank-card.bronze .s-page--rank-card__name:before {
  background-image: url("../images/sponsors/icon_bronze.png");
}
.s-page--rank-card.blue {
  background-color: #EFF7FF;
}
.s-page--rank-card.blue .s-page--rank-card__name:before {
  background-image: url("../images/sponsors/icon_blue.png");
}
.s-page--limited {
  border-radius: 8px;
  border: 2px solid #727272;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 20px 25px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--limited {
    padding: 34px 40px 32px;
    margin: 80px auto 0;
  }
}
.s-page--limited-tit {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 1100px) {
  .s-page--limited-tit {
    font-size: 24px;
  }
}
.s-page--limited-text {
  font-size: 16px;
  line-height: 1.7;
  margin: 15px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--limited-text {
    font-size: 20px;
    margin: 30px 0 0;
  }
}
.s-page--limited-text span {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.625;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .s-page--limited-text span {
    font-size: 16px;
    margin: 5px 0 0;
  }
}
.s-page--how {
  border-radius: 8px;
  background-color: #F2F2F2;
  width: 100%;
  font-weight: 500;
  margin: 40px 0 0;
  overflow: hidden;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how {
    margin: 65px 0 0;
    display: flex;
    align-items: stretch;
  }
}
.s-page--how:not(:first-of-type) {
  margin: 10px 0 0;
}
.s-page--how-tit {
  background-color: #C9E5FF;
  padding: 12px 20px 10px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-tit {
    flex-basis: 220px;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
}
.s-page--how-tit span {
  font-size: 18px;
  line-height: 1.4;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-tit span {
    font-size: 20px;
  }
}
.s-page--how-tit span small {
  font-size: 14px;
  line-height: 1.25;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-tit span small {
    font-size: 16px;
  }
}
.s-page--how-desc {
  padding: 15px 20px;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-desc {
    flex-basis: calc(100% - 220px);
    padding: 33px 40px 50px;
  }
}
.s-page--how-desc__text {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-desc__text {
    font-size: 18px;
  }
}
.s-page--how-desc__btn {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-desc__btn {
    margin: 40px 0 0;
  }
}
.s-page--how-desc__btn .s-page--btn {
  margin: 0;
}
.s-page--how-desc__btn .s-page--btn:last-of-type {
  margin: 15px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-desc__btn .s-page--btn:last-of-type {
    margin: 20px 0 0;
  }
}
.s-page--how-desc__btn > small {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.625;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}
@media print, screen and (max-width: 1100px) {
  .s-page--how-desc__btn > small {
    margin: 5px 0 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--how-desc__btn > small {
    font-size: 16px;
  }
  .s-page--how-desc__btn > small + .s-page--btn {
    margin: 10px 0 0;
  }
}
.s-page--flow-list {
  border-radius: 8px;
  background-color: #F2F2F2;
  width: 100%;
  font-weight: 500;
  margin: 20px 0 0;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-list {
    margin: 40px 0 0;
    display: flex;
    align-items: stretch;
  }
}
.s-page--flow-list:last-child:after {
  content: "";
  display: block;
  background-color: #C9E5FF;
  width: 2px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-list:last-child:after {
    width: 4px;
    height: 60px;
    top: -50px;
    left: 39px;
    transform: translateX(0);
  }
}
.s-page--flow-list__num {
  border-radius: 8px 8px 0 0;
  background-color: #C9E5FF;
  font-size: 18px;
  height: 40px;
  color: #50A0EA;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-list__num {
    border-radius: 8px 0 0 8px;
    flex-basis: 80px;
    height: auto;
    font-size: 24px;
    justify-content: center;
    padding: 0;
  }
}
.s-page--flow-item {
  padding: 0 20px 15px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item {
    flex-basis: calc(100% - 80px);
    padding: 18px 0;
    display: flex;
    align-items: stretch;
  }
}
.s-page--flow-item__tit {
  height: 45px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1100px) {
  .s-page--flow-item__tit {
    border-bottom: 2px solid #fff;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item__tit {
    border-right: 2px solid #fff;
    flex-basis: 260px;
    padding: 0 40px;
    height: auto;
  }
}
.s-page--flow-item__tit span {
  font-size: 18px;
  line-height: 1.7;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item__tit span {
    font-size: 20px;
  }
}
.s-page--flow-item__desc {
  font-size: 16px;
  line-height: 1.7;
  padding: 15px 0 0;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item__desc {
    flex-basis: 758px;
    font-size: 18px;
    padding: 15px 40px 20px;
  }
}
.s-page--flow-item__desc small {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.625;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item__desc small {
    font-size: 16px;
  }
}
.s-page--flow-item__desc small:first-child {
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--flow-item__desc small:first-child {
    margin: 5px 0 0;
  }
}
.s-page--attention {
  margin: 40px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--attention {
    margin: 75px 0 0;
  }
}
.s-page--attention-tit {
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--attention-tit {
    font-size: 24px;
    margin: 0 0 28px;
  }
}
.s-page--attention-item {
  font-size: 14px;
  line-height: 1.7;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin: 15px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--attention-item {
    font-size: 18px;
    margin: 25px 0 0;
  }
}
.s-page--attention-item__inlist {
  margin: 7px 0 0;
}
.s-page--attention-item__inlist-item {
  text-indent: -1em;
  padding-left: 1em;
}
.s-page--attention-item em {
  font-weight: 500;
}
.s-page--attention-item a {
  border-bottom: 1px solid #50A0EA;
  padding-bottom: 2px;
  color: #50A0EA;
  transition: 0.3s;
}
.s-page--attention-item a:hover {
  border-color: transparent;
}
.s-page--contact {
  border-radius: 0 0 8px 8px;
  border: 2px solid #F5A400;
  padding: 20px 20px 25px;
}
@media print, screen and (max-width: 1100px) {
  .s-page--contact {
    border-top-width: 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact {
    border-radius: 0 8px 8px 0;
    border-left-width: 20px;
    padding: 40px 40px 30px;
  }
}
.s-page--contact-tit {
  position: relative;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact-tit {
    margin: 0 0 40px;
  }
}
.s-page--contact-tit:before {
  content: "";
  display: block;
  background-image: url("../images/sponsors/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact-tit:before {
    top: 5px;
  }
}
.s-page--contact-tit span {
  font-size: 20px;
  color: #F5A400;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 38px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact-tit span {
    font-size: 24px;
  }
}
.s-page--contact-text__inline {
  font-size: 15px;
  line-height: 1.7;
  margin: 7px 0 0;
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact-text__inline {
    font-size: 18px;
  }
}
.s-page--contact-text__inline span {
  width: 4em;
  display: inline-block;
}
@media print, screen and (min-width: 1100px) {
  .s-page--contact-text__inline span {
    width: 130px;
  }
}
.s-page--contact-text__inline a {
  border-bottom: 1px solid #727272;
  padding-bottom: 2px;
  transition: 0.3s;
}
.s-page--contact-text__inline a:hover {
  border-color: transparent;
}
.s-page--topbtn {
  border-radius: 25px;
  border: 2px solid #1DA4CC;
  width: 70%;
  height: 50px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 1100px) {
  .s-page--topbtn {
    border-radius: 30px;
    width: 320px;
    height: 60px;
    margin: 80px auto 0;
  }
}
.s-page--topbtn:before {
  content: "";
  display: block;
  background-image: url("../images/sponsors/icon_arw_g.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.s-page--topbtn span {
  font-size: 14px;
  color: #1DA4CC;
}
@media print, screen and (min-width: 1100px) {
  .s-page--topbtn span {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--topbtn:hover {
    opacity: 0.8;
  }
}
.s-page--btn {
  border-radius: 8px;
  border: 2px solid #50A0EA;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 8px 0 8px;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn {
    width: 640px;
    height: 46px;
    padding: 0 0 2px;
    margin: 35px 0 0;
    justify-content: center;
  }
}
.s-page--btn:before {
  content: "";
  display: block;
  background-image: url("../images/sponsors/icon_arw_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn:before {
    width: 11px;
    height: 11px;
    right: 17px;
  }
}
.s-page--btn span {
  font-size: 14px;
  letter-spacing: 0;
  color: #50A0EA;
}
@media print, screen and (max-width: 1100px) {
  .s-page--btn span {
    line-height: 1.25;
    word-break: auto-phrase;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn span {
    font-size: 18px;
  }
}
.s-page--btn span small {
  font-size: 12px;
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn span small {
    font-size: 16px;
  }
}
.s-page--btn.-pdf span, .s-page--btn.-xls span {
  padding-left: 35px;
  position: relative;
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn.-pdf span, .s-page--btn.-xls span {
    padding-left: 43px;
  }
}
.s-page--btn.-pdf span:before, .s-page--btn.-xls span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn.-pdf span:before, .s-page--btn.-xls span:before {
    width: 23px;
    height: 25px;
    left: 0;
  }
}
.s-page--btn.-pdf span:before {
  background-image: url("../images/sponsors/icon_pdf.png");
}
.s-page--btn.-xls span:before {
  background-image: url("../images/sponsors/icon_xls.png");
}
@media print, screen and (min-width: 1100px) {
  .s-page--btn:hover {
    opacity: 0.8;
  }
}

.modal {
  opacity: 0;
  position: relative;
  z-index: 10200;
  pointer-events: none;
  transition: opacity 600ms;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
}
.modal.js--show {
  pointer-events: auto;
  opacity: 1;
}
.modal.js--show .modal--bg {
  pointer-events: none;
}
.modal.js--show .modal--container {
  pointer-events: none;
}
.modal.js--show .modal--contents,
.modal.js--show .modal--inline {
  pointer-events: auto;
}
.modal--bg {
  background: #fff;
  width: 100%;
  height: 100.1%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  overflow: hidden;
  opacity: 0.85;
  cursor: pointer;
}
.modal--container {
  width: 100%;
  height: 100vh;
  position: fixed;
  padding: 50px 0;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media print, screen and (min-width: 751px) {
  .modal--container {
    padding: 100px 0;
  }
}
.modal--contents {
  border-radius: 8px;
  border: 2px solid #C7C7C7;
  background-color: #fff;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .modal--contents {
    width: 76%;
    max-width: 1100px;
    max-height: 80vh;
    aspect-ratio: 11/9;
  }
}
.modal--contents img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: block;
}
.modal--contents__close {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../images/sponsors/close.png");
  width: 33px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media print, screen and (min-width: 1100px) {
  .modal--contents__close {
    width: 66px;
    height: 66px;
    top: 40px;
    right: 40px;
  }
}
/*# sourceMappingURL=sourcemaps/share.css.map */