@charset "UTF-8";
@font-face {
  font-family: noto_sans_500;
  src: url("../fonts/NotoSansJP-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: noto_sans_700;
  src: url("../fonts/NotoSansJP-Bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: noto_sans_900;
  src: url("../fonts/NotoSansJP-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: zen_gothi_900;
  src: url("../fonts/ZenKakuGothicAntique-Black.woff");
  font-weight: 900;
}
@font-face {
  font-family: poppins_700;
  src: url("../fonts/Poppins-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: yugo_700;
  src: url("../fonts/YuGoPr6N-B.woff");
  font-weight: 700;
}
@font-face {
  font-family: hirakaku_600;
  src: url("../fonts/ヒラギノUD角ゴF_Std_W6.woff");
  font-weight: 600;
}
.inner {
  width: 100%;
  max-width: 1192px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

figure {
  margin-bottom: 0 !important;
}

.pege__mv {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/page/schedule/schedule_mv.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .pege__mv {
    height: 120px;
    background-image: url(../../img/page/schedule/schedule_mv_sp.png);
  }
}

.pege__mvTitle {
  font-size: 50px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.46);
  font-family: zen_gothi_900, sans-serif;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .pege__mvTitle {
    font-size: 24px;
  }
}

.pege__mvTitle::after {
  content: attr(data-text);
  font-family: agenda, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  letter-spacing: 3px;
  display: block;
  font-family: poppins_700, sans-serif;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pege__mvTitle::after {
    font-size: 20px;
  }
}

.singlePartner {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.singlePartner__wrap {
  background: #ffffff;
  padding: 40px 0px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .singlePartner__wrap {
    padding: 36px 0px;
  }
}

.singlePartner__logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .singlePartner__logo {
    padding-top: 60px;
  }
}

.singlePartner__title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  color: #008482;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .singlePartner__title {
    font-size: 16px;
    margin-top: 14px;
  }
}

.singlePartner__content {
  margin-top: 37px;
}
.singlePartner__content a {
  color: #337ab7;
  transition: 0.2s ease-in-out;
}
.singlePartner__content a:hover {
  text-decoration: underline;
}
.singlePartner__content a:visited {
  color: #660099;
}
@media only screen and (max-width: 768px) {
  .singlePartner__content {
    margin-top: 20px;
  }
}

.singlePartner__links {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .singlePartner__links {
    margin-top: 25px;
  }
}
.singlePartner__links .singlePartner__linksItem1 {
  background: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  width: 100%;
  padding: 24px 0 25px 0;
  text-align: center;
  color: #008482;
  max-width: 403px;
  border: solid 1px #008482;
}
@media only screen and (max-width: 768px) {
  .singlePartner__links .singlePartner__linksItem1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .singlePartner__links .singlePartner__linksItem1 {
    font-size: 10px;
    padding: 12px 0 11px 0;
  }
}
.singlePartner__links .singlePartner__linksItem1:hover {
  text-decoration: none;
  opacity: 0.7;
}
.singlePartner__links .singlePartner__linksItem2 {
  background: #008482;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  width: 100%;
  padding: 24px 0 25px 0;
  max-width: 403px;
  text-align: center;
  color: #ffffff;
  margin-left: 50px;
  max-width: 403;
}
@media only screen and (max-width: 768px) {
  .singlePartner__links .singlePartner__linksItem2 {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .singlePartner__links .singlePartner__linksItem2 {
    font-size: 10px;
    padding: 12px 0 11px 0;
  }
}
.singlePartner__links .singlePartner__linksItem2:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top-heading {
  position: relative;
}

.top-heading__text {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .top-heading__text {
    font-size: 36px;
  }
}

.top-heading__text::before {
  position: absolute;
  content: "";
  background-image: url(../../img/common/partner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 385px;
  height: 105px;
  top: 30px;
  left: 103px;
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .top-heading__text::before {
    width: 192px;
    height: 52px;
    top: 12px;
    left: 51px;
  }
}

.top-heading__text::after {
  position: absolute;
  content: "";
  background-image: url(../../img/common/single-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 183px;
  top: 114%;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 1100px) {
  .top-heading__text::after {
    top: 164%;
  }
}
@media only screen and (max-width: 768px) {
  .top-heading__text::after {
    background-image: url(../../img/common/single_line_sp.png);
    width: 100%;
    height: 117px;
    top: 69%;
  }
}
@media only screen and (max-width: 720px) {
  .top-heading__text::after {
    top: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .top-heading__text::after {
    top: 150%;
  }
}
@media only screen and (max-width: 480px) {
  .top-heading__text::after {
    height: 73px;
    width: 103%;
    top: 164%;
    left: 0;
  }
}
@media only screen and (max-width: 376px) {
  .top-heading__text::after {
    height: 58px;
  }
}

.singlePartner__content p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .singlePartner__content p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=page-partner.css.map */