@charset "UTF-8";
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.l-pageHeader,
.l-topicpath {
  display: none;
}

.sports-main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #373737;
  overflow: hidden;
}

.sports-hero {
  position: relative;
  background: #ffffff;
  padding-top: 3.5416666667vw;
  text-align: center;
}
@media (max-width: 767px) {
  .sports-hero {
    padding-top: 10vw;
  }
}
.sports-hero__inner {
  padding-inline: 8.3333333333vw;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .sports-hero__inner {
    padding-inline: 6.6666666667vw;
  }
}
.sports-hero__logo {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 767px) {
  .sports-hero__logo {
    margin-bottom: 6.6666666667vw;
  }
}
.sports-hero__logo img {
  max-width: 27.0833333333vw;
  height: auto;
}
@media (max-width: 767px) {
  .sports-hero__logo img {
    max-width: 80vw;
  }
}
.sports-hero__lead {
  font-size: 2.0833333333vw;
  line-height: 4.1666666667vw;
  margin: 0;
  margin-bottom: 3.4722222222vw;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sports-hero__lead {
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sports-hero__highlight {
  font-size: 2.9166666667vw;
  background: linear-gradient(transparent 10%, #ebca00 0%);
  padding: 0 0.5555555556vw;
}
@media (max-width: 767px) {
  .sports-hero__highlight {
    font-size: 7vw;
    display: inline-block;
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
.sports-hero__strong {
  font-size: 2.5vw;
  color: #ccb10c;
}
@media (max-width: 767px) {
  .sports-hero__strong {
    font-size: 6.3333333333vw;
  }
}
.sports-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sports-hero::after {
  content: "";
  display: block;
  background-color: #ebca00;
  width: 100%;
  height: 23.6111111111vw;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.sports-features {
  background-color: #ebca00;
}
.sports-features__inner {
  padding-top: 5.5555555556vw;
  padding-bottom: 9.1666666667vw;
  display: flex;
  flex-direction: column;
  gap: 4.4444444444vw;
}
@media (max-width: 767px) {
  .sports-features__inner {
    padding: 13.3333333333vw 0;
    gap: 13.3333333333vw;
  }
}
.sports-features__item {
  display: flex;
  align-items: center;
  padding-left: 12.5vw;
  padding-right: 11.1111111111vw;
  gap: 3.4722222222vw;
}
@media (max-width: 767px) {
  .sports-features__item {
    flex-direction: column;
    padding-inline: 6.6666666667vw;
    align-items: flex-start;
  }
}
.sports-features__item.--reverse {
  flex-direction: row-reverse;
  padding-left: 11.1111111111vw;
  padding-right: 12.5vw;
}
@media (max-width: 767px) {
  .sports-features__item.--reverse {
    flex-direction: column;
    padding-inline: 6.6666666667vw;
  }
}
.sports-features__image {
  flex: 0 0 44%;
}
.sports-features__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sports-features__content {
  flex: 1;
}
.sports-features__text {
  font-size: 1.3888888889vw;
  line-height: 2;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .sports-features__text {
    font-size: 4vw;
  }
}
.sports-features__highlight {
  font-size: 1.6666666667vw;
  font-weight: 900;
  background: #ffffff;
  padding-inline: 0.5555555556vw;
}
@media (max-width: 767px) {
  .sports-features__highlight {
    font-size: 4.6666666667vw;
  }
}

.sports-message {
  position: relative;
  background-color: #ebca00;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 767px) {
  .sports-message {
    padding-bottom: 13.3333333333vw;
  }
}
.sports-message__title {
  position: absolute;
  top: -3.3333333333vw;
  z-index: 10;
  padding-inline: 16.1111111111vw;
}
@media (max-width: 767px) {
  .sports-message__title {
    padding-inline: 10vw;
  }
}
.sports-message__title img {
  width: 100%;
}
.sports-message__inner {
  padding-inline: 11.4583333333vw;
}
@media (max-width: 767px) {
  .sports-message__inner {
    padding-inline: 6.6666666667vw;
  }
}
.sports-message__container {
  background-color: #ffffff;
  border-radius: 2.0833333333vw;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  padding: 6.875vw 5.5555555556vw 5.6944444444vw;
}
@media (max-width: 767px) {
  .sports-message__container {
    padding: 10vw 6.6666666667vw;
  }
}
.sports-message__flex {
  display: flex;
  gap: 3.4722222222vw;
}
@media (max-width: 767px) {
  .sports-message__flex {
    flex-direction: column;
  }
}
.sports-message__images {
  flex: 0 0 25vw;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media (max-width: 767px) {
  .sports-message__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sports-message__images img {
  width: 100%;
}
.sports-message__body {
  flex: 1;
}
.sports-message__heading {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 2.7777777778vw;
  color: #373737;
}
@media (max-width: 767px) {
  .sports-message__heading {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 6.6666666667vw;
  }
}
.sports-message__text p {
  font-size: 1.25vw;
  line-height: 1.5;
  color: #373737;
  margin: 0;
}
@media (max-width: 767px) {
  .sports-message__text p {
    font-size: 4vw;
  }
}
.sports-message__signature {
  max-width: max-content;
  margin-top: 3.4722222222vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sports-message__signature {
    margin-top: 10vw;
  }
}
.sports-message__clinic {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0.9722222222vw;
}
@media (max-width: 767px) {
  .sports-message__clinic {
    font-size: 3.6666666667vw;
  }
}
.sports-message__name {
  font-size: 1.6666666667vw;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .sports-message__name {
    font-size: 5vw;
  }
}
.sports-message__name-en {
  font-size: 1.1111111111vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ccb10c;
  margin-left: 1.875vw;
}
@media (max-width: 767px) {
  .sports-message__name-en {
    font-size: 4vw;
  }
}

.sports-gallery {
  padding: 9.7222222222vw 0 2.0833333333vw;
  background: #ffffff;
}
@media (max-width: 767px) {
  .sports-gallery {
    padding-bottom: 10vw;
  }
}
.sports-gallery__inner {
  padding-inline: 8.3333333333vw;
}
@media (max-width: 767px) {
  .sports-gallery__inner {
    padding-inline: 6.6666666667vw;
  }
}
.sports-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}
@media (max-width: 767px) {
  .sports-gallery__grid {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
.sports-gallery__item img {
  width: 100%;
  height: 100%;
}

.sports-partner {
  background: #ffffff;
}
.sports-partner__inner {
  padding-inline: 22.2222222222vw;
}
@media (max-width: 767px) {
  .sports-partner__inner {
    padding-inline: 4.1666666667vw;
  }
}
.sports-partner__inner img {
  width: 100%;
}

#return_top_pc {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #return_top_pc {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=sports.css.map */
