figure {
  margin: 0;
}

.btn3 {
  display: block;
  border: #003087 3px solid;
  background: #003087;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
  font-size: 2rem;
  max-width: 640px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn3 {
    font-size: 1.8rem;
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
.btn3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn3:hover {
  opacity: 0.7;
}

.sup {
  font-size: 14px;
}

.profile.wrapper {
  padding: 60px 60px 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .profile.wrapper {
    padding: 20px 10px 40px;
  }
}
.profile .headBtn {
  width: 260px;
  position: absolute;
  top: 50px;
  right: 60px;
}
@media only screen and (max-width: 768px) {
  .profile .headBtn {
    position: static;
    width: 70%;
  }
}
.profile .profileSelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  border-bottom: #0a3586 2px solid;
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.profile .profileSelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  text-align: center;
  padding: 15px 50px;
  width: 240px;
}
.profile .profileSelect__item.mynum {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect__item {
    width: 50%;
    padding: 10px 3px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border-top: #fff 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect__item:nth-child(even) {
    border-left: #fff 1px solid;
  }
}
.profile .profileSelect__item:hover {
  opacity: 0.9;
}
.profile .profileSelect__item:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect__item:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect__item img {
    margin: 0 auto;
  }
}
.profile .profileSelect__item.is-active {
  background: #0a3586;
  color: #fff;
}
.profile .profileSelect__item a {
  color: #3e3e3e;
  display: block;
  text-decoration: none;
  padding: 15px 50px;
}
@media only screen and (max-width: 768px) {
  .profile .profileSelect__item a {
    padding: 10px 3px;
  }
}
.profile__position {
  padding: 50px 20px 0;
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 7rem;
  border-bottom: #0a3586 6px solid;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .profile__position {
    padding: 25px 0 0;
    font-size: 5rem;
  }
}
.profile__position::first-letter {
  color: #0a3586;
}
.profile__position::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.profile__position__jp {
  margin-left: 10px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2rem;
}
.profile .profileList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .profile .profileList {
    padding: 0;
  }
}
.profile .profileList__item {
  width: 230px;
  margin-left: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__item {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-top: 10px;
  }
}
.profile .profileList__item:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__item:nth-child(even) {
    margin-left: 10px;
  }
}
.profile .profileList__item a {
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
  display: block;
}
.profile .profileList__item a:hover {
  opacity: 0.7;
}
.profile .profileList__img {
  overflow: hidden;
  background: #d8d7d7;
  position: relative;
  padding-top: 20px;
}
.profile .profileList__img__img {
  position: relative;
  z-index: 2;
}
.profile .profileList__img img {
  width: 100%;
  height: auto;
}
.profile .profileList__position {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3rem;
  color: #333;
  line-height: 1;
  margin: 10px 10px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__position {
    font-size: 2rem;
    margin: 5px 0 0;
  }
}
.profile .profileList__position span {
  padding: 0 10px;
  background: #fff;
  display: inline-block;
}
.profile .profileList__position span:first-letter {
  color: #0a3586;
}
.profile .profileList__position::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: #0a3586 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.profile .profileList__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__inner {
    margin: 5px 0 0;
  }
}
.profile .profileList__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 5rem;
  color: #0a3586;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__num {
    font-size: 4rem;
    margin-right: 10px;
  }
}
.profile .profileList__role {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__role {
    margin-top: 10px;
  }
}
.profile .profileList__nameArea {
  text-align: left;
  margin-top: 5px;
}
.profile .profileList__name {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__name {
    font-size: 1.8rem;
  }
}
.profile .profileList__eng {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.4rem;
  color: #0a3586;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .profile .profileList__eng {
    font-size: 1.2rem;
  }
}

.profileDetail__header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 70px;
  margin: 0 50px;
  border-bottom: #0a3586 6px solid;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .profileDetail__header {
    display: block;
    padding-top: 35px;
    margin: 0 20px;
    border-bottom: none;
  }
}
.profileDetail__header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.profileDetail__headerTop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
  }
}
.profileDetail__headerTop__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 10rem;
  color: #0a3586;
  line-height: 0.85;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__num {
    font-size: 7rem;
    text-align: center;
    line-height: 1;
  }
}
.profileDetail__headerTop__position {
  color: #000;
  margin-left: 5px;
  font-size: 5rem;
  display: inline-block;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__position {
    font-size: 4rem;
  }
}
.profileDetail__headerTop__position::first-letter {
  color: #0a3586;
}
.profileDetail__headerTop__role {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__role {
    text-align: center;
  }
}
.profileDetail__headerTop__name {
  line-height: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__name {
    margin-left: 15px;
    margin-top: 0.65em;
  }
}
.profileDetail__headerTop__name.staff {
  margin-left: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__name.staff {
    text-align: center;
  }
}
.profileDetail__headerTop__name__jp {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
.profileDetail__headerTop__name__eng {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.8rem;
  color: #0a3586;
  margin-top: 5px;
}
.profileDetail__headerTop__sns__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__sns__list {
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 0;
    width: 100vw;
  }
}
.profileDetail__headerTop__sns__item {
  width: 25px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerTop__sns__item {
    width: 40px;
    margin: 0 10px;
  }
}
.profileDetail__headerTop__sns__item img {
  width: 100%;
  height: auto;
}
.profileDetail__headerBottom {
  padding-top: 60px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .profileDetail__headerBottom {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.profileDetail__nameArea {
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .profileDetail__nameArea {
    width: 100%;
  }
}
.profileDetail__imgArea {
  width: 460px;
  background: url("../img/profile/bg.png") center bottom no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .profileDetail__imgArea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .profileDetail__imgArea img {
    width: 100%;
    height: auto;
  }
}

.profileDetail .gallery {
  margin-top: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .profileDetail .gallery {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.profileDetail .gallery__item {
  width: 275px !important;
}
@media only screen and (max-width: 768px) {
  .profileDetail .gallery__item {
    width: 90vw !important;
  }
}
.profileDetail .gallery__item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .profileDetail .gallery .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .profileDetail .gallery .slick-arrow.slick-next {
    right: -10px;
  }
}

.profileData {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .profileData {
    width: 90%;
  }
}
.profileData:first-of-type {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .profileData:first-of-type {
    margin-top: 25px;
  }
}
.profileData.staff {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .profileData.staff {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.profileData__outer {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .profileData__outer {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.profileData__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-left: #b1b1b1 1px solid;
}
.profileData__list:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .staff .profileData__list {
    justify-content: flex-start;
  }
}
.profileData__item {
  width: 33.333%;
}
@media only screen and (max-width: 768px) {
  .profileData__item {
    width: 50%;
  }
}
.profileData__column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.profileData__column__title {
  background: #003087;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .profileData__column__title {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}
.profileData__column__item {
  text-align: center;
  color: #3e3e3e;
  font-size: 1.6rem;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .profileData__column__item {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}

.profileRecord {
  width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .profileRecord {
    width: 90%;
    padding: 50px 0;
  }
}
.profileRecord__outer {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .profileRecord__outer {
    margin-top: 25px;
  }
}
.profileRecord__title {
  background: #003087;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border: #b1b1b1 1px solid;
  border-bottom: none;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .profileRecord__title {
    padding: 10px;
  }
}
.profileRecord__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-left: #b1b1b1 1px solid;
}
@media only screen and (max-width: 768px) {
  .profileRecord__list {
    display: block;
  }
}
.profileRecord__item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .profileRecord__item {
    width: 100%;
  }
}
.profileRecord__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.profileRecord__column__title {
  background: #dadada;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  width: 37.5%;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
}
@media only screen and (max-width: 768px) {
  .profileRecord__column__title {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}
.profileRecord__column__item {
  text-align: center;
  color: #3e3e3e;
  font-size: 1.6rem;
  padding: 15px;
  width: 62.5%;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
}
@media only screen and (max-width: 768px) {
  .profileRecord__column__item {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}
.profileRecord__note {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 5px;
}
.profileRecord__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  border-left: #b1b1b1 1px solid;
}
@media only screen and (max-width: 768px) {
  .profileRecord__table {
    margin-top: 25px;
  }
}
.profileRecord__table thead th {
  background: #003087;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-top: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .profileRecord__table thead th {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.profileRecord__table tbody th {
  background: #dadada;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .profileRecord__table tbody th {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.profileRecord__table tbody td {
  text-align: center;
  color: #3e3e3e;
  font-size: 1.4rem;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .profileRecord__table tbody td {
    font-size: 1.6rem;
    padding: 5px;
  }
}

.schedule.wrapper {
  padding: 60px 60px 120px;
}
@media only screen and (max-width: 768px) {
  .schedule.wrapper {
    padding: 20px 5% 40px;
  }
}
.schedule .scheduleTitle {
  text-align: center;
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 6rem;
  color: #000;
}
.schedule .scheduleTitle__month {
  font-size: 8rem;
  color: #0a3586;
  margin-right: 15px;
}
.schedule .categorySelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .schedule .categorySelect {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: -20px;
  }
}
.schedule .categorySelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .schedule .categorySelect__item {
    margin-top: 10px;
    margin-left: 20px;
  }
}
.schedule .categorySelect__item:hover {
  opacity: 0.9;
}
.schedule .categorySelect__item:not(:first-child) {
  margin-left: 20px;
}
.schedule .categorySelect__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  padding-right: 10px;
  color: #e7e7e7;
  font-size: 2.6rem;
  line-height: 1;
  transform: translateY(0.075em);
  display: inline-block;
}
.schedule .categorySelect__item.is-active::before {
  content: "\f14a";
  color: #003cb8;
}
.schedule .scheduleSelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  border-bottom: #0a3586 3px solid;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleSelect {
    margin-top: 30px;
    align-items: stretch;
  }
}
.schedule .scheduleSelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  text-align: center;
  padding: 15px 50px;
  width: calc(50% - 5px);
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleSelect__item {
    width: 49.5%;
    padding: 10px 3px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.schedule .scheduleSelect__item:hover {
  opacity: 0.9;
}
.schedule .scheduleSelect__item:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleSelect__item:not(:first-child) {
    margin-left: 1%;
  }
}
.schedule .scheduleSelect__item.is-active {
  background: #0a3586;
  color: #fff;
}
.schedule .scheduleSelect__num {
  font-size: 3rem;
}
.schedule .scheduleTable {
  width: 100%;
  border-collapse: collapse;
  border-top: #b1b1b1 1px solid;
  border-left: #b1b1b1 1px solid;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable {
    margin-top: 25px;
  }
}
.schedule .scheduleTable th, .schedule .scheduleTable td {
  border-right: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  padding: 20px;
  font-weight: 400;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable th, .schedule .scheduleTable td {
    padding: 10px 5px;
  }
}
.schedule .scheduleTable th {
  text-align: center;
  font-size: 4rem;
  color: #000;
  width: 15%;
  font-family: Avenir-light, Century Gothic, "Noto Sans Japanese", sans-serif;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable th {
    width: auto;
    white-space: nowrap;
    line-height: 1.1;
  }
}
.schedule .scheduleTable th .weekday {
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable th .weekday {
    display: block;
  }
}
.schedule .scheduleTable th.sunday, .schedule .scheduleTable th.holiday {
  background: #ffd9d9;
  color: #ff0000;
}
.schedule .scheduleTable th.saturday {
  background: #d9e6ff;
  color: #0058ff;
}
.schedule .scheduleTable td {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable td {
    width: auto;
  }
}
.schedule .scheduleTable__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable__item {
    display: block;
  }
}
.schedule .scheduleTable__item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable__item:not(:first-child) {
    margin-top: 5px;
  }
}
.schedule .scheduleTable__category {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable__category {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.schedule .scheduleTable__category span {
  display: inline-block;
  background: #fff;
  color: #fff;
  font-size: 1.6rem;
  width: 130px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  margin-top: -0.25em;
  border: #fff 2px solid;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleTable__category span {
    font-size: 1.4rem;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin-top: 0;
  }
}
.schedule .scheduleTable__category span.matchHome {
  color: #0a3586;
  border-color: #0a3586;
}
.schedule .scheduleTable__category span.matchAway {
  color: #acacac;
  border-color: #acacac;
}
.schedule .scheduleTable__category span.training {
  color: #ac9933;
  border-color: #ac9933;
}
.schedule .scheduleTable__category span.birthday {
  color: #a40000;
  border-color: #a40000;
}
.schedule .scheduleTable__category span.media {
  color: #328b8c;
  border-color: #328b8c;
}
.schedule .scheduleTable__category span.academy {
  color: #67acc5;
  border-color: #67acc5;
}
.schedule .scheduleTable__category span.fanclub {
  color: #d29c50;
  border-color: #d29c50;
}
.schedule .scheduleTable__category span.event {
  color: #de8cc4;
  border-color: #de8cc4;
}
.schedule .scheduleTable__category span.others {
  color: #777777;
  border-color: #777777;
}
.schedule .scheduleTable__text a {
  text-decoration: none;
  color: #008aff;
}
.schedule .scheduleTable__text a:hover {
  text-decoration: underline;
}
.schedule .scheduleBtn {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleBtn {
    display: block;
    width: 100%;
  }
}
.schedule .scheduleBtn__item {
  width: 300px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleBtn__item {
    width: 100%;
    margin-top: 15px;
  }
}
.schedule .scheduleBtn__item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleBtn__item:not(:first-child) {
    margin-left: 0;
  }
}
.schedule .scheduleBtn__item a {
  border-radius: 0;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 0 20px;
  position: relative;
  transition: opacity 0.2s ease;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .schedule .scheduleBtn__item a {
    font-size: 1.8rem;
    padding: 15px 20px;
    border-radius: 100px;
  }
}
.schedule .scheduleBtn__item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.schedule .scheduleBtn__item a:hover {
  opacity: 0.7;
}

.photo {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .photo {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.photo__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 11px auto 0;
}
@media only screen and (max-width: 768px) {
  .photo__lead {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.photo__contentsTitle {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .photo__contentsTitle {
    margin: 40px auto 0;
  }
}
.photo__contents {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .photo__contents {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .photo__contents div.accordion__contents {
    display: none;
  }
}
.photo__contents .accordion__contents__item {
  text-indent: 0;
  padding-left: 0;
}
.photo__contents .accordion__contents__list {
  font-size: inherit;
  margin-left: 1.5em;
}
.photo__text {
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .photo__text {
    font-size: 1.8rem;
  }
}
.photo__text + .photo__text {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .photo__text + .photo__text {
    margin: 10px auto 0;
  }
}
.photo__tel {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .photo__tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.photo__list {
  margin: 10px auto 0;
}
.photo__item {
  line-height: 1.875;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .photo__item {
    font-size: 1.7rem;
  }
}
.photo__btn {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .photo__btn {
    display: block;
    width: 90%;
    margin-top: 40px;
  }
}
.photo__btn__item {
  width: 320px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .photo__btn__item {
    width: 100%;
    margin-top: 15px;
  }
}
.photo__btn__item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .photo__btn__item:not(:first-child) {
    margin-left: 0;
  }
}

.training__list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.training__list__item {
  margin-bottom: 50px;
  width: 48%;
  text-align: center;
}
.training__list__item .desc {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .training__list__item {
    width: auto;
  }
  .training__list__item img {
    width: 90%;
    height: auto !important;
  }
}
.training__list__item img {
  height: 320px;
}

.training__contents ul.accordion__list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .training__contents ul.accordion__list {
    margin-top: 20px;
  }
}
.training__contents .accordion__contents__item {
  text-indent: 0;
  padding-left: 0;
}
.training__contents .accordion__contents__list {
  font-size: inherit;
  list-style: disc;
  margin-left: 1.5em;
}

ul.mynumbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
ul.mynumbers__list li {
  width: 24%;
  border: 1px solid #1b3186;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  ul.mynumbers__list li {
    width: 48%;
  }
}
ul.mynumbers__list li .num {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  color: #fdf13f;
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-weight: 800;
  background: #1b3186;
  transform: skew(-10deg, 0deg);
  margin-left: -4px;
}
ul.mynumbers__list li .name {
  text-align: center;
  display: inline-block;
  padding: 0 15px;
}

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