@charset "UTF-8";
/**** 共通カラー ****/
main {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/profil/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/fitness/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-profil {
  background-color: #ffffff;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page .section-profil {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.page .section-profil .intro {
  text-align: center;
}
.page .section-profil .intro h2 {
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-profil .intro h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin-bottom: 20px;
  }
}
.page .section-profil .intro .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .section-profil .intro .description {
    margin-bottom: 30px;
  }
}
.page .section-profil .profil-flex {
  justify-content: space-between;
  max-width: 780px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex {
    flex-direction: column;
  }
}
.page .section-profil .profil-flex .image-wrap {
  width: 51.2820512821%;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page .section-profil .profil-flex .text-wrap {
  width: 41.0256410256%;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .text-wrap {
    width: 100%;
  }
}
.page .section-profil .profil-flex .text-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .text-wrap h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-profil .profil-flex .text-wrap h2 span {
  color: #d72638;
}
.page .section-profil .profil-flex .text-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .text-wrap .sub {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.page .section-profil .profil-flex .text-wrap dl {
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
.page .section-profil .profil-flex .text-wrap dl dt {
  width: 37.5%;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .text-wrap dl dt {
    width: 26.6666666667vw;
    padding-left: 15px;
  }
}
.page .section-profil .profil-flex .text-wrap dl dd {
  width: 62.5%;
}
@media screen and (max-width: 768px) {
  .page .section-profil .profil-flex .text-wrap dl dd {
    width: 65.0666666667vw;
  }
}
.page .section-licenses {
  background-image: url(../image/profil/licenses-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page .section-licenses {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.page .section-licenses .inner-licenses {
  max-width: 1000px;
  margin: auto;
}
.page .section-licenses .inner-licenses h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-licenses .inner-licenses h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-licenses .inner-licenses h2 span {
  color: #005bbb;
}
.page .section-licenses .inner-licenses .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-licenses .inner-licenses .sub {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.page .licenses-flex {
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ffffff;
}
.page .licenses-flex li {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li {
    width: 47%;
    margin-bottom: 30px;
  }
}
.page .licenses-flex li .list-item {
  display: block;
  background-image: url(../image/profil/list-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li .list-item {
    height: 160px;
  }
}
.page .licenses-flex li .list-item img {
  max-width: 168px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li .list-item img {
    max-width: 90px;
  }
}
.page .licenses-flex li .list-item img.wide {
  max-width: 241px;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li .list-item img.wide {
    max-width: 133px;
  }
}
.page .licenses-flex li p {
  margin-top: 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li p {
    font-size: 12px;
  }
}
.page .licenses-flex li.large {
  width: 65%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .licenses-flex li.large {
    font-size: 12px;
  }
}
.page .licenses-flex li .inner-licenses-flex {
  justify-content: space-between;
}
.page .licenses-flex li .inner-licenses-flex .list-item {
  width: 46.1538461538%;
}
.page .img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page .img-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page .img-modal__content {
  position: relative;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page .img-modal.is-active .img-modal__content {
  opacity: 1;
  transform: scale(1);
}
.page .img-modal__content img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 6px;
  display: block;
}
.page {
  /* 背景（押したら閉じる） */
}
.page .img-modal__bg {
  position: absolute;
  inset: 0;
}
.page {
  /* 閉じるボタン */
}
.page .img-modal__close {
  position: absolute;
  top: -32px;
  right: -32px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page .img-modal__close {
    top: -40px;
    right: 0;
  }
}
.page .section-record {
  background-color: #ffffff;
  padding-top: 140px;
  padding-bottom: 160px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .page .section-record {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.page .section-record h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-record h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-record h2 span {
  color: #d72638;
}
.page .section-record .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
  color: #181919;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page .section-record .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .section-record .record-flex {
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .page .section-record .record-flex {
    flex-direction: column;
  }
}
.page .section-record .record-flex .image-wrap {
  width: 29.1666666667%;
  align-self: flex-start;
  position: sticky;
  top: 80px;
  z-index: 3;
  margin-right: auto;
  margin-left: 0;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .page .section-record .record-flex .image-wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    top: 0;
  }
}
.page .section-record .record-flex .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page .section-record .record-flex .text-wrap {
  width: 62.5%;
}
@media screen and (max-width: 768px) {
  .page .section-record .record-flex .text-wrap {
    width: 100%;
  }
}
.page .section-record .record-flex .text-wrap .record-item {
  border: solid 1px #181919;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  margin-bottom: 10px;
}
.page .section-record .record-flex .text-wrap .record-item.white {
  background-color: #ffffff;
}
.page .section-record .record-flex .text-wrap .record-item p {
  padding: 10px 0;
  border-right: solid 1px #181919;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-outcome {
  text-align: center;
  width: 30px;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-outcome.text-note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-opponent {
  width: 180px;
  text-align: left;
  padding-left: 24px;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-opponent.text-note {
  padding-left: 0;
  text-align: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-opponent.font-small {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-furigana {
  width: 119px;
  text-align: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-furigana.text-note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-result {
  text-align: center;
  width: 130px;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-result.text-note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-venue {
  text-align: center;
  width: 190px;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-venue.text-note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-date {
  text-align: center;
  width: 100px;
  border: none;
}
.page .section-record .record-flex .text-wrap .record-item .match-result-date.text-note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .section-record .record-flex .text-wrap .record-item.blue {
  background-color: #005bbb;
  color: #ffffff;
  padding-left: 30px;
  border-bottom: none;
  margin-bottom: 0;
}
.page .section-record .record-flex .text-wrap .record-item.blue p {
  border: none;
}
.page .section-record .record-flex .text-wrap .record-item.gray {
  background-color: #e8e8e8;
}
.page .section-record .record-flex .text-wrap .record-item.mb0 {
  margin-bottom: 0;
  border-bottom: none;
}
.page .section-record .record-flex .scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page .section-record .record-flex .record-item {
  min-width: 750px;
  flex-wrap: nowrap;
}
.page .section-link {
  background-color: #ffffff;
  border-radius: 60px 60px 0 0;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .section-link {
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
    padding-bottom: 180px;
  }
}
.page .section-link .circle-wrapper {
  position: absolute;
  width: 945.9722222222vw;
  max-width: 973px;
  height: 67.5694444444vw;
  max-height: 973px;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  .page .section-link .circle-wrapper {
    width: 473px;
    height: 473px;
  }
}
.page .section-link .circle-wrapper .circle {
  width: 100%;
  height: 100%;
  background-image: url(../image/profil/logo-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotation 30s linear infinite;
  transform-origin: center;
}
.page .section-link .circle-wrapper .inner {
  position: relative;
  z-index: 2;
}
.page .section-link h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 20px;
}
.page .section-link h4 {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 15px;
}
.page .section-link .sns-wrap {
  width: 120px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.page .section-link .link-item {
  margin-bottom: 30px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .page .section-link .link-item {
    margin-bottom: 18px;
  }
}
.page .section-link .link-item h4 {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 15px;
}
.page .section-link .link-item a {
  color: #005bbb;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-decoration: underline;
  margin-left: 15px;
  line-height: 1.6;
}
.page .section-link .other-link {
  display: block;
  color: #005bbb;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  text-decoration: underline;
  margin-bottom: 16px;
  margin-left: 15px;
  line-height: 1.6;
}
.page .section-link .other-link.last {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-link .other-link.last {
    width: 80%;
  }
}/*# sourceMappingURL=profile.css.map */