.fv__img img {
  vertical-align: bottom;
}

.cta {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.cta__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.about {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 5.3333333333vw;
  }
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.about__contents {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__title {
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 45%;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.about__title img {
  width: 284px;
}
.about__text {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 12px;
    margin-top: 20px;
  }
}
.about__img {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .about__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
  }
}

.sns {
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .sns {
    padding: 5.3333333333vw;
  }
}
.sns__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sns .instagram__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sns .instagram__lists {
    gap: 5px;
  }
}
.sns__btn {
  display: block;
  width: 540px;
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .sns__btn {
    width: 240px;
    margin: 10px auto;
  }
}

.point {
  background: url(../img/point-bg.webp) no-repeat;
  background-position: left;
  background-size: cover;
  background-color: #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 5.3333333333vw;
  }
}
.point__title {
  text-align: right;
}
.point__title img {
  width: 630px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .point__title img {
    width: 260px;
  }
}
.point__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .point__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.plan {
  padding: 60px 40px 100px;
  background: url(../img/schedule-bg.webp) no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 13.3333333333vw 8vw;
  }
}
.plan__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.plan__title {
  margin-bottom: 40px;
}
.plan__pc {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .plan__text {
    width: 85%;
    margin: 25px auto 0;
  }
}
.plan__tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid #f52626;
}
.plan__tabs span {
  display: block;
  width: 50%;
}
.plan__tabs .on {
  display: none;
}
.plan__tabs .off {
  display: block;
}
.plan__tabs .active .on {
  display: block;
}
.plan__tabs .active .off {
  display: none;
}
.plan__contents {
  display: none;
  padding: 0 20px;
}
.plan__contents.show {
  display: block;
}

.works {
  padding: 80px 40px;
  background: url(https://shinseigroup-muscle.com/wp-content/uploads/2026/08/works-bg-scaled-e1786101302146.png) no-repeat;
  background-position: right;
  background-color: #000;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 10.6666666667vw 5.3333333333vw;
    background-size: cover;
  }
}
.works__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.works__title {
  text-align: right;
}
.works__title img {
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .works__title img {
    width: 300px;
  }
}
.works__box {
  margin-top: -210px;
}
@media screen and (max-width: 768px) {
  .works__box {
    margin-top: 18.6666666667vw;
  }
}
.works__text {
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .works__text {
    margin-top: 5.3333333333vw;
  }
}

.recruit {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.recruit__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.recruit__subTitle {
  width: 90%;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit__subTitle {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.recruit__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__box {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.recruit__img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .recruit__img {
    width: 85%;
  }
}
.recruit__contents {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .recruit__contents {
    width: 80%;
    margin: 20px auto 0;
  }
}
.recruit__table {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__table {
    margin-bottom: 5.3333333333vw;
  }
}
.recruit__btn {
  display: block;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit__btn {
    width: 320px;
  }
}

.faq {
  padding: 80px 40px;
  background: url(../img/faq-bg.webp) no-repeat;
  background-size: contain;
  background-position: left;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 5.3333333333vw;
    background-size: cover;
  }
}
.faq__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.faq__title {
  text-align: right;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    margin-bottom: 40px;
  }
}
.faq__title img {
  width: 520px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .faq__title img {
    width: 220px;
  }
}
.faq__contents {
  max-width: 650px;
  margin: 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .faq__contents {
    padding-left: 20px;
    width: 85%;
  }
}

.contact {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 10.6666666667vw 0;
  }
}
.contact__title {
  width: 90%;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__title {
    width: 90%;
    margin-bottom: 6.6666666667vw;
  }
}
.contact__btn {
  width: 820px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: 320px;
  }
}

.contact__form {
  background: #000;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.contact__form--inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact__form--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__form--item {
    display: block;
    margin-bottom: 9.3333333333vw;
  }
}
.contact__form--item .title {
  width: 25%;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact__form--item .title .require {
  color: #f52626;
  margin-left: 10px;
}
.contact__form--item .title .require.ml0 {
  margin-left: 0;
}
.contact__form--item .title .norequire.ml0 {
  margin-left: 0;
}
.contact__form--item .title .norequire {
  color: #fff;
  margin-left: 10px;
}
.contact__form--item .title p {
  margin-top: 5px;
}
.contact__form--item .title.top {
  align-self: flex-start;
  margin-top: 15px;
}
.contact__form--item .text {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text {
    width: 100%;
  }
}
.contact__form--item .text input[type=text],
.contact__form--item .text input[type=email],
.contact__form--item .text input[type=tel] {
  height: 40px;
  background: #fff;
  border: none;
  width: 70%;
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text input[type=text],
  .contact__form--item .text input[type=email],
  .contact__form--item .text input[type=tel] {
    width: 100%;
  }
}
.contact__form--item .text textarea {
  width: 70%;
  height: 250px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text textarea {
    width: 100%;
  }
}
.contact__form--item .text p {
  color: #fff;
}
.contact__form--item .text.flex .wpcf7-radio {
  display: flex;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text.flex .wpcf7-radio {
    flex-wrap: wrap;
  }
}
.contact__form--item .text.flex label {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__form--item .text.box > p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contact__form--item .text.box label {
  color: #fff;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.contact__form--item .text.box label input {
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin: 0 10px;
  max-width: 140px;
  color: #fff;
}
.contact__form--submit {
  text-align: center;
}
.contact__form--submit input {
  background: #f52626;
  font-size: 16px;
  border: none;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.wpcf7-spinner {
  display: none !important;
}/*# sourceMappingURL=top.css.map */