@charset "UTF-8";
/* font定義 */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/notosansjp/notosansjp-light.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-light.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/notosansjp/notosansjp-regular.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-regular.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/notosansjp/notosansjp-bold.woff2") format("woff2"), url("../webfonts/notosansjp/notosansjp-bold.woff") format("woff"), url("../webfonts/notosansjp/notosansjp-bold.otf") format("opentype");
}
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ebebeb;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

img {
  width: 100%;
  display: block;
}

picture {
  display: block;
}

a {
  color: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  font-weight: 400;
}

/* ユーティリティクラス */
.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}

.indent-second-line {
  /* 2行目以降を1文字下げる */
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.indent-second-line-2em {
  /* 2行目以降を1文字下げる */
  padding-left: 2em;
  text-align: left;
  text-indent: -2em;
}

.inline-block {
  display: inline-block;
}

/* ユーティリティクラス 終わり*/
/* wrapper */
.wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s;
}

.wrapper.loaded {
  opacity: 1;
  visibility: visible;
}

.sponsor__header {
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  background-color: #ffffff;
}
.sponsor__inner {
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  background: #ffffff;
}
.sponsor__mv img {
  height: auto;
}

.sponsor-info {
  padding: 0 10rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sponsor-info {
    padding: 0 1.6rem;
    margin-bottom: 4rem;
  }
}
.sponsor-info__heading {
  margin: 0 0 2.4rem;
  padding: 1.1rem 2rem;
  background: #e5d3e8;
  color: #57007c;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsor-info__heading {
    padding: 1.6rem 1rem;
    font-size: 2.4rem;
  }
}
.sponsor-info__lead {
  letter-spacing: 0.02em;
  padding: 0 4rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sponsor-info__lead {
    padding: initial;
    font-size: 1.4rem;
  }
}
.sponsor-info__lead p {
  margin: 0;
}
.sponsor-info__lead p + p {
  margin-top: 2rem;
}
.sponsor-info__note {
  color: #e94941;
}
.sponsor-info__note > span {
  display: block;
}
.sponsor-info__btnWrap {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sponsor-info__btnWrap {
    margin-top: 3rem;
  }
}

.sponsor-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #57007c;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.sponsor-btn:hover {
  opacity: 0.8;
}
.sponsor-btn--large {
  min-width: 38rem;
  min-height: 7rem;
  padding: 1.4rem 3rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sponsor-btn--large {
    width: 100%;
    min-width: auto;
    min-height: 5.8rem;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
}
.sponsor-btn--table {
  width: 100%;
  max-width: 28rem;
  min-height: 5rem;
  padding: 1rem 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sponsor-btn--table {
    max-width: 12rem;
    min-height: 4.2rem;
    padding: 0.8rem;
  }
}

.sponsor-table {
  padding: 0 9rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sponsor-table {
    padding: 0 0.7rem;
    margin-bottom: 4rem;
    overflow-x: auto;
  }
}
.sponsor-table__table {
  table-layout: fixed;
  border-top: 0.2rem solid #323866;
  border-left: 0.2rem solid #323866;
}
.sponsor-table__table th,
.sponsor-table__table td {
  padding: 1.4rem 1rem;
  border-right: 0.2rem solid #323866;
  border-bottom: 0.2rem solid #323866;
  line-height: 1.6;
  vertical-align: middle;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .sponsor-table__table th,
  .sponsor-table__table td {
    padding: 0.8rem 0.6rem;
  }
}
.sponsor-table__table thead th {
  background: #e4e7ec;
  color: #333333;
  text-align: center;
}
.sponsor-table__table thead th:nth-of-type(2) {
  width: 33rem;
}
@media (max-width: 767px) {
  .sponsor-table__table thead th:nth-of-type(2) {
    width: 14rem;
  }
}
.sponsor-table__table tbody th {
  background: #ffffff;
  text-align: left;
  padding: 2rem 1rem 2rem 2.8rem;
}
@media (max-width: 767px) {
  .sponsor-table__table tbody th {
    padding: 1.4rem 1rem 1.4rem 1rem;
  }
}
.sponsor-table__table tbody td {
  background: #ffffff;
  text-align: center;
}
.sponsor-table__table tbody > tr:first-of-type th {
  border-right: 0.1rem solid #323866;
  text-align: center;
  padding: 0rem 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .sponsor-table__table tbody > tr:first-of-type th {
    text-align: left;
    padding: 1.4rem 1rem 1.4rem 1rem;
  }
}
.sponsor-table__seminarCell {
  padding: 2.8rem 1rem 2.8rem 1rem !important;
  text-align: left !important;
  border-bottom: 0.1rem solid #323866 !important;
}
@media (max-width: 767px) {
  .sponsor-table__seminarCell {
    padding: 0.4rem 0.4rem 0.4rem 0.6rem !important;
  }
}
.sponsor-table__seminarCell--last {
  border-bottom: 0.2rem solid #323866 !important;
}

.contact {
  padding: 0 12rem 9rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 1.6rem 3rem;
  }
}
.contact__heading {
  margin: 0 0 0.7rem;
  color: #e94941;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 1.5rem;
  }
}
.contact__body {
  font-style: normal;
}
.contact__body p {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact__body p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.contact__body a {
  color: #0071bc;
  text-decoration: none;
}

.footer {
  height: 8rem;
  background: #323866;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 5rem;
  }
}/*# sourceMappingURL=style.css.map */