@charset "UTF-8";
.p-sports-medicine__section._01 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._01 {
    padding: 6.25rem 0;
  }
}
.p-sports-medicine__section._02 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._02 {
    padding: 6.25rem 0;
  }
}
.p-sports-medicine__section._03 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._03 {
    padding: 6.25rem 0;
  }
}
.p-sports-medicine__section._04 {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._04 {
    padding: 6.25rem 0 0;
  }
}
.p-sports-medicine__section._05 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._05 {
    padding: 6.25rem 0;
  }
}
.p-sports-medicine__section._06 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._06 {
    padding: 6.25rem 0;
  }
}
.p-sports-medicine__section._07 {
  padding: 1.5625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._07 {
    padding: 6.25rem 0 0;
  }
}
.p-sports-medicine__section._08 {
  padding: 6.25rem 0 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__section._08 {
    padding: 6.25rem 0;
  }
}

.p-sports-medicine__sec01-lead {
  margin-top: 1.25rem;
}
.p-sports-medicine__sec01-lead .text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec01-lead .text {
    font-size: 1.5rem;
  }
}

.p-sports-medicine__sec01-heading {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec01-heading {
    padding-top: 2.5rem;
  }
}

.p-sports-medicine__sec01-content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec01-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.p-sports-medicine__sec02-content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec02-content {
    margin-top: 3.375rem;
  }
}

.p-sports-medicine__sec03-content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec03-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.p-sports-medicine__sec04-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec04-content {
    margin-top: 3.125rem;
  }
}

.p-sports-medicine__sec04-column {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec04-column {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}
.p-sports-medicine__sec04-column .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
}
.p-sports-medicine__sec04-column .list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec04-column .list._01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

.p-sports-medicine__sec04-note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec04-note {
    margin-top: 3.125rem;
    line-height: 2;
  }
}

.p-sports-medicine__sec05-column {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec05-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sports-medicine__sec05-column .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-sports-medicine__sec05-column .column .video {
  aspect-ratio: 345/166;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec05-column .column .video {
    aspect-ratio: 545/276;
  }
}
.p-sports-medicine__sec05-column .column .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sports-medicine__sec05-column .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sports-medicine__sec05-column .column .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.p-sports-medicine__sec06-lead {
  margin-top: 1.25rem;
}
.p-sports-medicine__sec06-lead .text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec06-lead .text {
    font-size: 1.5rem;
  }
}

.p-sports-medicine__sec06-content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec06-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.p-sports-medicine__sec07-content {
  margin-top: 3.125rem;
}

.p-sports-medicine__sec07-item01 {
  margin-top: 3.125rem;
}
.p-sports-medicine__sec07-item01 .steps {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec07-item01 .steps {
    margin-top: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.0625rem;
  }
}
.p-sports-medicine__sec07-item01 .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sports-medicine__sec07-item01 .step .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sports-medicine__sec07-item01 .step .title {
  text-align: center;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.p-sports-medicine__sec07-item01 .step .text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-sports-medicine__sec07-btn {
  text-align: center;
  margin-top: 3.125rem;
}

.p-sports-medicine__sec08-content {
  margin-top: 3.125rem;
}

.p-sports-medicine__sec08-column {
  margin-top: 3.9375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec08-column {
    margin-top: 3.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.p-sports-medicine__sec08-column .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-sports-medicine__sec08-column .pic {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sports-medicine__sec08-column .pic {
    margin-top: 0.25rem;
  }
}
.p-sports-medicine__sec08-column .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sports-medicine__sec08-column .desc {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.p-sports-medicine__sec08-column .arrow {
  margin-top: 1.25rem;
  text-align: center;
}
.p-sports-medicine__sec08-column .text {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}/*# sourceMappingURL=page-sports-medicine.css.map */