@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-recruit {
  background-color: #ffffff;
  padding-top: 160px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.page .section-recruit .inner-intro {
  text-align: center;
}
.page .section-recruit .inner-intro .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 20px;
  line-height: 2;
}
.page .section-recruit .profil-flex {
  justify-content: space-between;
  max-width: 780px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex {
    flex-direction: column;
  }
}
.page .section-recruit .profil-flex .image-wrap {
  width: 51.2820512821%;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page .section-recruit .profil-flex .text-wrap {
  width: 41.0256410256%;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex .text-wrap {
    width: 100%;
  }
}
.page .section-recruit .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-recruit .profil-flex .text-wrap h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-recruit .profil-flex .text-wrap h2 span {
  color: #d72638;
}
.page .section-recruit .profil-flex .text-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex .text-wrap .sub {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.page .section-recruit .profil-flex .text-wrap dl {
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
}
.page .section-recruit .profil-flex .text-wrap dl dt {
  width: 37.5%;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex .text-wrap dl dt {
    width: 26.6666666667vw;
    padding-left: 15px;
  }
}
.page .section-recruit .profil-flex .text-wrap dl dd {
  width: 62.5%;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .profil-flex .text-wrap dl dd {
    width: 65.0666666667vw;
  }
}
.page .section-trainer {
  padding-top: 16.6666666667vw;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .page .section-trainer {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.page .section-trainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../image/about/staff-cover.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 9.3055555556vw;
}
@media screen and (max-width: 768px) {
  .page .section-trainer::before {
    background-image: url(../image/fitness/before-after-cover-sp.webp);
    height: 16.8vw;
  }
}
.page .section-trainer h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-trainer h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-trainer h2 span {
  color: #d72638;
}
.page .section-trainer .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-trainer .sub {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.page .recruit-flex {
  max-width: 800px;
  margin: auto;
  padding: 30px 15px;
  border-top: solid 1px #cccccc;
  line-height: 1.6;
}
.page .recruit-flex:last-child {
  border-bottom: solid 1px #cccccc;
}
.page .recruit-flex dt {
  width: 25%;
  font-weight: normal;
}
.page .recruit-flex dd {
  width: 75%;
}
.page .entry-btn a {
  padding: 20px 0;
  width: 266px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  color: #ffffff;
  margin: 80px auto 0;
  background-color: #005bbb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .entry-btn a {
    padding: 16px 0;
    width: 230px;
    margin-top: 0;
  }
}
.page .section-contact {
  background-image: url(../image/top/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 45px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-contact {
    padding-bottom: 80px;
    background-image: url(../image/top/contact-bg-sp.webp);
  }
}
.page .section-contact .contact-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-contact .contact-flex {
    flex-direction: column;
  }
}
.page .section-contact .tit-wrap {
  position: static;
}
.page .section-contact .tit-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-contact .tit-wrap h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-contact .tit-wrap h2 span {
  color: #d72638;
}
.page .section-contact .tit-wrap h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-contact .tit-wrap h3 {
    margin-bottom: 20px;
  }
}
.page .section-contact .tit-wrap .note {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-contact .tit-wrap .note {
    margin-bottom: 30px;
  }
}
.page .section-contact .contact-item {
  border-radius: 10px;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  width: 30%;
  max-width: 360px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact .contact-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page .section-contact .contact-item:last-child {
    padding: 49px 0;
    margin-bottom: 0;
  }
}
.page .section-contact .contact-item h3 {
  margin-bottom: 14px;
}
.page .section-contact .contact-item .tel-number {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .page .section-contact .contact-item .tel-number {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.page .section-contact .contact-item .hour {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.8333333333;
}
@media screen and (max-width: 768px) {
  .page .section-contact .contact-item .hour {
    font-size: 12px;
  }
}
.page .section-contact .contact-item .hour p:last-child {
  text-align: right;
}
.page .section-contact .contact-item .btn {
  max-width: 260px;
  width: 18.0555555556vw;
  min-width: 250px;
  height: 50px;
  background-color: #181919;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .section-contact .contact-item .btn {
    width: 260px;
  }
}
.page .section-contact .contact-item .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #d72638;
  width: 100%;
  height: 50px;
  display: inline-block;
  transition: 0.3s;
}
.page .section-contact .contact-item .btn:hover::before {
  left: 0;
}
.page .section-contact .contact-item .link_arrow_s {
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
}
.page .section-contact .contact-item .link_arrow_s .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
}
.page .section-contact .contact-item .link_arrow_s .arrow::before {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.page .section-contact .contact-item .link_arrow_s .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  aspect-ratio: 1;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-30px);
  transition: 0.3s;
}
.page .section-contact .contact-item .link_arrow_s:hover .arrow::before {
  transform: translateX(30px);
}
.page .section-contact .contact-item .link_arrow_s:hover .arrow::after {
  transform: translateX(0);
}/*# sourceMappingURL=recruit.css.map */