@charset "UTF-8";
/**** 共通カラー ****/
.contents_one {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .contents_one {
    padding-bottom: 80px;
  }
}
.contents_one .strengths_list {
  display: flex;
  justify-content: space-between;
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list {
    flex-direction: column;
    margin-top: 60px;
  }
}
.contents_one .strengths_list li {
  width: 28.8%;
  background-color: #F6F7F8;
  position: relative;
  border-radius: 10px;
  padding: 40px 20px;
}
@media screen and (max-width: 1239px) {
  .contents_one .strengths_list li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contents_one .strengths_list li .number {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  border: solid 1px #A5B7C7;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-family: "NotoSerifJP-Regular";
}
.contents_one .strengths_list li .list_tit {
  position: relative;
  font-size: 20px;
  font-family: "NotoSerifJP-Medium";
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list li .list_tit {
    font-size: 18px;
  }
}
.contents_one .strengths_list li .list_tit::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list li .list_tit::after {
    width: 58px;
    height: 58px;
  }
}
.contents_one .strengths_list li .list_tit::before {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 2;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list li .list_tit::before {
    width: 58px;
    height: 58px;
  }
}
.contents_one .strengths_list li:first-of-type .list_tit::after {
  background-color: #e6e6e6;
}
.contents_one .strengths_list li:first-of-type .list_tit::before {
  background-image: url(../img/strengths/number01.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.contents_one .strengths_list li:nth-of-type(2n) .list_tit::after {
  background-color: #e2f1ff;
}
.contents_one .strengths_list li:nth-of-type(2n) .list_tit::before {
  background-image: url(../img/strengths/number02.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.contents_one .strengths_list li:last-of-type .list_tit::after {
  background-color: #ffe7d0;
}
.contents_one .strengths_list li:last-of-type .list_tit::before {
  background-image: url(../img/strengths/number03.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.contents_one .strengths_list li .description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents_one .strengths_list li .description {
    font-size: 14px;
  }
}

.tit_number {
  display: flex;
  align-items: center;
  width: 100%;
}
.tit_number span {
  font-family: "EBGaramond-Regular";
  color: #12426C;
  font-size: 26px;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .tit_number span {
    font-size: 20px;
    margin-right: 10px;
  }
}
.tit_number::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #A5B7C7;
}

.strengths_one_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.strengths_one_wrap::after {
  content: "";
  background-image: url(../img/strengths/strengths-image01.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50%;
  aspect-ratio: 600/400;
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap::after {
    width: 100%;
    margin-bottom: 24px;
  }
}
.strengths_one_wrap .strengths_one_box {
  width: 44.3%;
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap .strengths_one_box {
    width: 100%;
  }
}
.strengths_one_wrap .strengths_one_box h2 {
  font-size: 24px;
  font-family: "NotoSerifJP-Medium";
  color: #12426C;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1239px) {
  .strengths_one_wrap .strengths_one_box h2 {
    font-size: 17px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap .strengths_one_box h2 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.strengths_one_wrap .strengths_one_box h2 span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap .strengths_one_box h2 span {
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
.strengths_one_wrap .strengths_one_box h2 span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #A5B7C7;
}
.strengths_one_wrap .strengths_one_box h2 span:first-child::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1.5px;
  background-color: #FF7F00;
  z-index: 2;
}
.strengths_one_wrap .strengths_one_box .description {
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .strengths_one_wrap .strengths_one_box .description {
    font-size: 14px;
  }
}

.strengths_two_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 86px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap {
    flex-direction: column;
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
.strengths_two_wrap::before {
  content: "";
  background-image: url(../img/strengths/strengths-image02.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50%;
  aspect-ratio: 600/400;
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap::before {
    width: 100%;
    margin-bottom: 24px;
  }
}
.strengths_two_wrap .strengths_two_box {
  width: 37.5%;
}
@media screen and (max-width: 1239px) {
  .strengths_two_wrap .strengths_two_box {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap .strengths_two_box {
    width: 100%;
  }
}
.strengths_two_wrap .strengths_two_box h2 {
  font-size: 24px;
  font-family: "NotoSerifJP-Medium";
  color: #12426C;
  line-height: 2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1239px) {
  .strengths_two_wrap .strengths_two_box h2 {
    font-size: 17px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap .strengths_two_box h2 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.strengths_two_wrap .strengths_two_box h2 span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap .strengths_two_box h2 span {
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: inline-block;
  }
}
.strengths_two_wrap .strengths_two_box h2 span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #A5B7C7;
}
.strengths_two_wrap .strengths_two_box h2 span:first-child::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1.5px;
  background-color: #FF7F00;
  z-index: 2;
}
.strengths_two_wrap .strengths_two_box .description {
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .strengths_two_wrap .strengths_two_box .description {
    font-size: 14px;
  }
}

.people_contents {
  margin-top: 12.5vw;
  background: linear-gradient(#f9fcff 0%, #fff 100%);
  background-color: #f9fcff;
  position: relative;
}
.people_contents::before {
  content: "";
  position: absolute;
  top: -12.5vw;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 24.8611111111vw;
  background-image: url(../img/strengths/staff_contents.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.l_flex h3 {
  font-size: 42px;
  font-family: "EBGaramond-Regular";
  line-height: 1;
  width: 25%;
}
@media screen and (max-width: 1239px) {
  .l_flex h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l_flex h3 {
    width: 100%;
    padding-top: 30px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.l_flex .people_box {
  width: 75%;
  font-family: "NotoSerifJP-Regular";
}
@media screen and (max-width: 767px) {
  .l_flex .people_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_flex .people_box .partner_image {
    max-width: 215px;
    margin: auto;
  }
}

.partner_wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .partner_wrap {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.partner_wrap .partner_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_list:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_list:last-of-type .description {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.partner_wrap .partner_info {
  margin-left: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info {
    margin: auto;
  }
}
.partner_wrap .partner_info .name {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #A5B7C7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info .name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
}
.partner_wrap .partner_info .name span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info .name span {
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
  }
}
.partner_wrap .partner_info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.partner_wrap .partner_info ul li {
  font-size: 14px;
  width: 50%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info ul li {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.partner_wrap .partner_info .description {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .partner_wrap .partner_info .description {
    padding: 0 10px;
  }
}
.partner_wrap .federation-link-btn {
  background-color: #12426C;
  width: 226px;
  height: 35px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-family: "NotoSerifJP-Bold";
  line-height: 35px;
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .partner_wrap .federation-link-btn {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    margin: auto;
  }
}
.partner_wrap .federation-link-btn:hover {
  background-color: #FF7F00;
}

.trainer_wrap {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .trainer_wrap {
    margin-bottom: 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .trainer_wrap h3 {
    padding-top: 0;
  }
}
.trainer_wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.trainer_wrap ul li {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul li {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul li:first-child {
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul li:last-child {
    margin-top: 30px;
  }
}
.trainer_wrap ul li .name {
  margin-top: 7px;
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul li .name {
    margin-top: 7px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.trainer_wrap ul li .note {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .trainer_wrap ul li .note {
    font-size: 12px;
  }
}

.staff_wrap {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .staff_wrap {
    margin-bottom: 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .staff_wrap h3 {
    padding-top: 0;
  }
}
.staff_wrap ul {
  display: flex;
}
.staff_wrap ul li {
  width: 27%;
  margin-right: 9.5%;
}
@media screen and (max-width: 767px) {
  .staff_wrap ul li {
    width: 47%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff_wrap ul li:first-child {
    margin-right: 6%;
  }
}
.staff_wrap ul li .name {
  margin-top: 7px;
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .staff_wrap ul li .name {
    margin-top: 7px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.staff_wrap ul li .note {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staff_wrap ul li .note {
    font-size: 12px;
  }
}/*# sourceMappingURL=strengths.css.map */