body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: #802077;
}

.fitness_header {
  border-top: 8px solid #DD9FDD;
  width: 100%;
  background-color: #fff;
}

.fitness_header__inner {
  width: 1200px;
  max-width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.fitness_header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fitness_header__curves_logo_sp {
  display: none;
  margin-left: 10px;
}

.fitness_header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fitness_header_nav__list {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fitness_header_nav__item {
  margin: 0 1em;
}

.fitness_header_nav__item--hidden {
  display: none !important;
}

.fitness_header_nav__link {
  color: #000;
  text-decoration: none;
  line-height: 1.5;;
}

.menu-item-has-children {
  position: relative;
  margin-right: 2em;
}

.menu-item-has-children::after {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../img/icon_arrow.svg);
  top: 0.45em;
  right: -1.2em;
  width: 0.8em;
  height: 0.8em;
}

.fitness_header_nav__item .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  width: 130%;
  padding: 8px 4px;
  height: 0;
  opacity: 0;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.3rem;
  text-align: center;
}

.fitness_header_nav__item:hover .sub-menu {
  height: auto;
  opacity: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fitness_header__curves_logo {
  margin-left: 15px;
}

.fitness_nav_button {
  cursor: pointer;
}

.fitness_open_button {
  display: none;
}

.fitness_header_nav_sp {
  display: none;
}

.fitness_header_nav_sp.active {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 4%;
  color: #fff;
  background-color: rgba(128, 32, 118, 0.95);
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fitness_close_button {
  position: fixed;
  top: 2%;
  right: 4%;
  color: #fff;
  font-size: 1.6rem;
}

.fitness_header_nav_sp__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fitness_header_nav_sp__item {
  width: 100%;
}

.fitness_header_nav_sp__item::after {
  display: none;
}

.fitness_header_nav_sp__item.menu-item-has-children {
  margin: 0;
}

.fitness_header_nav_sp__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
  transition-duration: 0.3s;
}

.fitness_header_nav_sp__link:hover {
  color: #802077;
  background-color: #fff;
}

.fitness_header_nav_sp__item.fitness_header_nav__item--hidden {
  display: block !important;
}

.gradation_area {
  width: 100%;
  padding-top: 60px;
  background: linear-gradient(#fff 0%, #fff 30%, #802077 100%);
}

.hero_area {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.hero_area__text {
  position: absolute;
  bottom: 0.8em;
  left: 1em;
  font-size: 3.2rem;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero_area__text p {
  background-color: rgba(255,255,255,1);
  margin: 0.25em 0;
}

.fitness_banner {
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 0;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.fitness_banner__list {
  width: 960px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fitness_banner__item {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fitness_banner__text {
  font-size: 1.4rem;
  padding-left: 1em;
  line-height: 1.4;
  color: #fff;
}

.fitness_main {
  background-color: #802077;
}

.fitness_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.1em;
}

.fitness_title--recruit {
  color: #fff;
}

.fitness_title_main::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: -1em;
  width: 5px;
  height: 65px;
  transform: rotate(30deg);
}

.fitness_title--recruit .fitness_title_main::before {
  background-color: #DD9FDD;
}

.fitness_title_main {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
}

.fitness_title_sub {
  font-size: 1.2rem;
  margin-left: 2em;
  letter-spacing: 0.1em;
}

.recruit_section {
  margin: 100px auto 0;
  width: 1200px;
  max-width: 100%;
}

.recruit_read {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.recruit_read__img {
  width: 53%;
}

.recruit_read__detail {
  width: 47%;
  color: #fff;
  padding: 0 4%;
}

.recruit_read__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.recruit_read__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.5em;
}

.recruit_article_wrap {
  margin-top: 60px;
  padding-bottom: 100px;
}

.recruit_article {
  width: 1000px;
  max-width: 100%;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 42px;
  padding: 4%;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.recruit_article__title {
  font-size: 2.4rem;
  font-weight: 500;
  width: 3.5em;
}

.recruit_article__content {
  width: calc(100% - 3.5em);
  padding-left: 2em;
  border-left: 1px solid #802077;
  font-size: 1.4rem;
}

.recruit_article__dl:not(:first-of-type) {
  margin-top: 1em;
}

.recruit_article__dd {
  font-weight: 400;
}

.vacation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.vacation_list__item {
  width: 49%;
}

.vacation_list__item::before {
  content: "■";
  margin-right: 0.2em;
}

.vacation_detail {
  font-weight: 400;
  line-height: 1.7;
}

.working_hours_title {
  display: block;
  font-weight: 500;
  margin-top: 0.2em;
}

.working_hours_title::before {
  content: "★";
  margin-right: 0.25em;
}

.working_hours_text {
  font-weight: 400;
}

.working_hours_strong_text {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #802077;
  margin-top: 1em;
}

.benefits_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits_list__item {
  width: 49%;
  margin: 0.1em 0;
}

.benefits_list__item::before {
  content: "■";
  margin-right: 0.2em;
}

.location_section_wrap {
  background-color: #fff;
  padding: 80px 0;
}

.location_section {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.fitness_title--location .fitness_title_main::before {
  background-color: #802077;
}

.fitness_title--location .fitness_title_sub {
  color: #802077;
}

.location_article {
  margin-top: 55px;
}

.location_list_title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #802077;
}

.location_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.location_list__item {
  width: 30%;
  margin-top: 60px;
}

.location_list__map {
  aspect-ratio: 10 / 7;
  max-width: 1000px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.location_list__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #802077;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #802077;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.location_list__renewal {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 3px 0.5em;
  color: #fff;
  background-color: #802077;
  border-radius: 4px;
  margin-left: 10px;
}

.location_list__access {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
}

.location_list__post_code,
.location_list__address {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.fitness_footer {
  background-color: #FAF8F5;
}

.fitness_footer__inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.fitness_footer_nav {
  padding: 85px 0 50px;
  border-bottom: 1px dashed #FFA3A5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fitness_footer_nav_list {
  font-size: 1.4rem;
  line-height: 1.6;
}

.fitness_footer_nav_list__item {
  margin: 0.5em 0;
}

.fitness_footer_nav_list__link {
  color: #000;
  text-decoration: none;
}

.fitness_footer_nav_sub_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fitness_footer_nav_sub_list__item {
  font-weight: 400;
  padding-left: 2em;
  margin-top: 0.5em;
}

.fitness_footer_nav_sub_list__link {
  color: #000;
  text-decoration: none;
}

.fitness_footer_sns_list__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.fitness_footer_bottom {
  font-weight: 400;
  padding: 40px 0;
}

.fitness_footer_copyright {
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 1240px) {

  .fitness_header__inner {
    padding-left: 4%;
    padding-right: 4%;
  }

  .recruit_section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .location_section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .fitness_footer {
    padding-left: 4%;
    padding-right: 4%;
  }

}


@media screen and (max-width: 1000px) {

  .fitness_banner {
    padding-left: 4%;
    padding-right: 4%;
  }

}

@media screen and (max-width: 800px) {

  .fitness_header__af_logo {
    width: 180px;
    height: auto;
  }

  .fitness_header__curves_logo_sp {
    display: block;
    width: 100px;
    height: auto;
  }

  .fitness_header_nav {
    display: none;
  }

  .fitness_open_button {
    display: block;
  }

  .hero_area__text {
    font-size: 2rem;
  }

  .fitness_banner__item {
    width: 100%;
    margin-top: 20px;
  }

  .fitness_banner__img {
    width: 150px;
  }

  .fitness_banner__text {
    width: calc(100% - 170px);
    font-size: 1.3rem;
  }

  .recruit_read__img {
    width: 100%;
  }

  .recruit_read__detail {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .recruit_article {
    border-radius: 20px;
  }

  .recruit_article__title {
    font-size: 2rem;
    width: 2.8em;
  }

  .recruit_article__content {
    width: calc(100% - 2.8em);
    padding-left: 1.5em;
  }

  .working_hours_strong_text {
    font-size: 1.5rem;
  }

  .vacation_list__item,
  .benefits_list__item {
    width: 100%;
  }

  .location_list__item {
    width: 48%;
  }

  .fitness_footer_nav_list {
    margin-bottom: 0.5em;
    width: 100%;
  }

  .fitness_footer_sns_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fitness_footer_sns_list__item {
    margin: 10px 10px 0;
  }

}

@media screen and (max-width: 600px) {
  .hero_area__text {
    font-size: 1.6rem;
  }

  .location_list__renewal {
    margin-left: 0;
    margin-top: 0.5em;
  }

  .fitness_footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .fitness_footer_copyright {
    margin-top: 1.5em;
  }

}