@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/fitness/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-greeting {
  padding-top: 140px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-greeting {
    padding-top: 100px;
  }
}
.page .section-greeting h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-greeting h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-greeting h2 span {
  color: #d72638;
}
.page .section-greeting .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  text-align: center;
  margin-bottom: 60px;
}
.page .section-greeting .greeting-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-greeting .greeting-flex {
    flex-direction: column-reverse;
  }
}
.page .section-greeting .greeting-flex .text-wrap {
  width: 46.6666666667%;
}
@media screen and (max-width: 768px) {
  .page .section-greeting .greeting-flex .text-wrap {
    width: 100%;
  }
}
.page .section-greeting .greeting-flex .text-wrap h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 2.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-greeting .greeting-flex .text-wrap h3 {
    font-size: 16px;
  }
}
.page .section-greeting .greeting-flex .text-wrap .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-greeting .greeting-flex .text-wrap .description {
    margin-bottom: 14px;
  }
}
.page .section-greeting .greeting-flex .image-wrap {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .page .section-greeting .greeting-flex .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page .section-greeting .btn-wrap .more-btn {
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-10.4166666667vw);
}
@media screen and (max-width: 768px) {
  .page .section-greeting .btn-wrap .more-btn {
    transform: none;
  }
}
.page .section-staff {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 15.9722222222vw;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .page .section-staff {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.page .section-staff::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-staff::before {
    background-image: url(../image/fitness/before-after-cover-sp.webp);
    height: 16.8vw;
  }
}
.page .section-staff .inner-staff {
  background-color: #ffffff;
  padding: 60px 60px 100px 60px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-staff .inner-staff {
    padding: 40px 20px 60px 20px;
  }
}
.page .section-staff h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-staff h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-staff h2 span {
  color: #005bbb;
}
.page .section-staff .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-staff .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .staff-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .staff-flex {
    flex-direction: column;
  }
}
.page .staff-flex .inner-staff-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0 50px;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .staff-flex .inner-staff-flex {
    gap: 0;
    border: none;
    margin-bottom: 0;
  }
}
.page .staff-flex .inner-staff-flex:last-of-type {
  border: none;
}
.page .staff-flex .staff-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 100px) / 3);
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .staff-flex .staff-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #cccccc;
  }
}
.page .staff-flex .staff-item .name {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .page .staff-flex .staff-item .name {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
  }
}
.page .staff-flex .staff-item .name span {
  display: inline-block;
}
.page .staff-flex .staff-item .accordion_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page .staff-flex .staff-item .accordion_content .description {
  height: 0;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  transition: height 500ms ease;
}
.page .staff-flex .staff-item .accordion_btn-wrap {
  margin-top: auto;
}
.page .staff-flex .staff-item .accordion_btn-wrap .more_btn {
  background-color: #005bbb;
  border-radius: 30px;
  width: 76.6666666667%;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 50px;
  margin: 20px auto 0;
  cursor: pointer;
}
.page .staff-flex .staff-item .accordion_btn-wrap .more_btn .close {
  display: none;
}
.page .staff-flex .staff-item {
  /* 開いてる時：.accordion_content に is-open が付く前提 */
}
.page .staff-flex .staff-item .accordion_content.is-open .accordion_btn-wrap .more_btn .open {
  display: none;
}
.page .staff-flex .staff-item .accordion_content.is-open .accordion_btn-wrap .more_btn .close {
  display: inline;
}
.page .staff-flex.has-open .inner-staff-flex {
  align-items: flex-start;
}
.page .section-recruit {
  background-image: url(../image/top/recruit-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit {
    padding-top: 60px;
    padding-bottom: 90px;
    background-image: url(../image/top/recruit-bg-sp.webp);
  }
}
.page .section-recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/top/recruit-cover.webp);
  background-size: 100%;
  width: 100vw;
  height: 20.0694444444vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page .section-recruit::before {
    background-image: url(../image/top/recruit-cover-sp.webp);
    height: 60vw;
    mix-blend-mode: overlay;
  }
}
.page .section-recruit .inner-recruit {
  position: relative;
  z-index: 2;
}
.page .section-recruit .flex-recruit {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .flex-recruit {
    flex-direction: column;
  }
}
.page .section-recruit .text-warp {
  max-width: 650px;
  min-width: 500px;
  padding-bottom: 130px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .text-warp {
    max-width: 100%;
    min-width: auto;
    padding-bottom: 30px;
  }
}
.page .section-recruit .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-recruit .text-warp h2 span {
  color: #005bbb;
}
.page .section-recruit .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .text-warp h3 {
    margin-bottom: 20px;
  }
}
.page .section-recruit .text-warp .description {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .text-warp .description {
    margin-bottom: 16px;
  }
}
.page .section-recruit .text-warp .description:last-child {
  margin-bottom: 0;
}
.page .section-recruit .image-wrap {
  max-width: 450px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .image-wrap {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.page .section-recruit .btn-wrap {
  max-width: 650px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .page .section-recruit .btn-wrap {
    max-width: 100%;
    min-width: auto;
  }
}
.page .section-recruit .btn-wrap .more-btn {
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .page .section-recruit .btn-wrap .more-btn {
    margin-top: 40px;
    transform: none;
  }
}
.page .section-recruit .btn-wrap .more-btn a::before {
  background-color: #ffffff;
}
.page .section-access {
  padding-top: 140px;
  padding-bottom: 160px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-access {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.page .section-access .flex-access {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access {
    flex-direction: column;
  }
}
.page .section-access .flex-access .text-warp {
  max-width: 507px;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access .text-warp {
    max-width: 100%;
  }
}
.page .section-access .flex-access .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access .text-warp h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.page .section-access .flex-access .text-warp h2 span {
  color: #005bbb;
}
.page .section-access .flex-access .text-warp .note {
  line-height: 2;
  margin-bottom: 20px;
}
.page .section-access .flex-access .text-warp .hours {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access .text-warp .hours {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.page .section-access .flex-access .text-warp .hours dl {
  display: flex;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access .text-warp .hours dl {
    margin-bottom: 12px;
  }
}
.page .section-access .flex-access .text-warp .hours dl dt {
  width: 160px;
  font-weight: normal;
}
.page .section-access .flex-access .image-wrap {
  max-width: 556px;
}
@media screen and (max-width: 768px) {
  .page .section-access .flex-access .image-wrap {
    max-width: 100%;
  }
}
.page .section-map .map-wrap {
  position: relative;
  width: 100%;
  height: 26.5972222222vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .section-map .map-wrap {
    height: 100vw;
  }
}
.page .section-map .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 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=about.css.map */