:root {
  --title-key-color: #ff6700;
  --title-key-color-light: #fff6f0;
  --title-key-color-ash: #e6e6e3;
  --title-key-color-bright: #ff9100;
  --title-png-path: url(/assets/common/img/savas/maintitle1.png);
  --link-blank-svg-path: url(/assets/common/img/savas/icon_blank_o.svg);
  --contact-tel-svg-path: url(/assets/common/img/savas/icon_tel01_o.svg);
}

@media screen and (max-width: 768px) {
  header .inner .gNav_wrapper .gNav {
    height: 17rem;
  }
}
@media screen and (min-width: 769px) {
  header .utility .utilNav .headernav_parent-ac .headernav_child-ac {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  header .utility .utilNav .headernav_parent-ac:hover .headernav_child-ac {
    z-index: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .savas-top header .utility {
    position: absolute;
    width: 100%;
    top: 63.4rem;
  }
}

main .kv {
  overflow: hidden;
  background-color: #eaeaea;
}
main .kv .inner {
  max-width: 1440px;
  margin: auto;
  display: flex;
}
main .kv .banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/savas-fit/kv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
main .kv .banner .txt {
  font-weight: 700;
  color: #fff;
  max-width: 380px;
  width: 41rem;
  margin: auto;
  letter-spacing: 0.07em;
}
main .kv .banner .txt .club_kind {
  display: block;
  font-size: 3.6rem;
  line-height: 5.3rem;
}
main .kv .banner .txt .club_kind.font_s {
  font-size: 2.3rem;
  line-height: 4.3rem;
}
main .kv .banner .txt .club_area {
  font-size: 3.6rem;
  line-height: 5.3rem;
}
main .kv .banner .txt .club_area.font_s {
  font-size: 2.3rem;
  line-height: 4.3rem;
}
main .kv .banner .btn::before {
  right: 2rem;
}
main .kv .banner .btn::after {
  right: 2.8rem;
}
main .kv .banner .web {
  background-color: #f03264;
  border: 2px solid;
  color: #fff;
  width: 38rem;
  max-width: 380px;
  font-size: 3.2rem;
  padding: 2rem 0;
  margin-top: 3.9rem;
}
main .kv .banner .web::after {
  border-top: 0.4rem solid #f03264;
  border-right: 0.4rem solid #f03264;
}
main .kv .banner .web::before {
  background-color: #fff;
}
main .kv .kv_slide {
  flex-shrink: 0;
  width: 64.286%;
}
@media screen and (max-width: 768px) {
  main .kv {
    height: 100%;
    margin-bottom: 22rem;
  }
  main .kv .inner {
    flex-direction: column;
  }
  main .kv .inner > div {
    width: 100%;
  }
  main .kv .banner {
    background: #7de7d7;
    order: 2;
  }
  main .kv .banner .btn01 {
    width: 34rem;
    max-width: 340px;
    padding: 2.5rem 0;
    margin: 2.5rem auto;
    font-size: 3.2rem;
  }
}

h2.mainTitle1 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  h2.mainTitle1 {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .notice_wrapper + .notice_wrapper {
    margin-top: 6rem;
  }
}

.program_wrapper {
  background: var(--title-key-color-light);
  padding: 8rem 0 10rem;
}
@media screen and (min-width: 769px) {
  .program_wrapper {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .program_wrapper {
    margin-top: 10rem;
  }
}
.program_wrapper .btn.blc {
  background-color: #5a5a5a;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .program_wrapper .btn.blc {
    width: 32rem;
    margin-top: 4rem;
    padding: 2.2rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .program_wrapper .btn.blc {
    font-size: 3.2rem;
    padding: 4.4rem 0;
    width: 59rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .program_wrapper .btn.blc::after {
    right: 3rem;
    border-top: 0.3rem solid #fff;
    border-right: 0.3rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .program_wrapper .btn.blc::after {
    right: 4rem;
    border-top: 0.5rem solid #fff;
    border-right: 0.5rem solid #fff;
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .program_contents_wrap {
    margin-bottom: 6rem;
  }
}

.program_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .program_contents {
    width: 98rem;
  }
}
@media screen and (max-width: 768px) {
  .program_contents {
    width: 67rem;
  }
}
.program_contents + .program_contents {
  margin-top: 4rem;
}
.program_contents > a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .program_contents > a {
    width: 47.96%;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .program_contents > a {
    width: 31.5rem;
  }
}
.program_contents > a::before {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .program_contents > a::before {
    content: "";
    width: 22rem;
    height: 12.5rem;
  }
}
.program_contents > a.pool::before {
  background-image: url(../img/savas-fit/image01.jpg);
}
.program_contents > a.studio::before {
  background-image: url(../img/savas-fit/image02.jpg);
}
.program_contents > a.gym::before {
  background-image: url(../img/savas-fit/image03.jpg);
}
.program_contents > a.school::before {
  background-image: url(../img/savas-fit/image04.jpg);
}
.program_contents > a > p {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .program_contents > a > p {
    justify-content: space-between;
    width: 53%;
    padding: 0 2.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .program_contents > a > p {
    justify-content: space-between;
    height: 4.938em;
    padding: 0 4rem;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
.program_contents > a > p::after {
  display: block;
  position: static;
  margin: 0 0 0 0.3em;
}
@media screen and (min-width: 769px) {
  .program_contents > a > p::after {
    transform: scale(1.2) rotateZ(45deg);
  }
}
@media screen and (max-width: 768px) {
  .program_contents > a > p::after {
    transform: scale(1.5) rotateZ(45deg);
  }
}

.schedule_wrapper {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 8rem;
  background: #f4f4f2;
}
.schedule_wrapper .mainTitle1 {
  padding-top: 8rem;
}
.schedule_wrapper .sub_title {
  text-align: center;
  margin-top: 6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.schedule_wrapper .schedule {
  display: flex;
  justify-content: center;
}
.schedule_wrapper .schedule .blank::after {
  background-image: url(../../../../assets/common/img/savas/icon_blank_o.svg);
}
.schedule_wrapper .schedule.new > a,
.schedule_wrapper .schedule.new .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  width: 55rem;
  border: 0.2rem solid var(--title-key-color);
  background-color: #fff;
  color: var(--title-key-color);
  border-radius: 10rem;
  text-align: center;
}
.schedule_wrapper .schedule.new > a {
  padding: 3.6rem 0;
}
.schedule_wrapper .schedule.new .btn {
  align-content: center;
  margin-left: 4rem;
  padding: 1.6rem 0;
}
.schedule_wrapper .schedule.new .btn > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.75em;
  font-size: 2.2rem;
  color: #333;
}
.schedule_wrapper .schedule.new .btn > p::after {
  position: static;
  margin-left: 0.5em;
  transform: none;
}
.schedule_wrapper .schedule.new .btn > a {
  display: flex;
  padding-right: 0.75em;
  font-size: 2.2rem;
}
.schedule_wrapper .schedule.new .btn > a::after {
  border-right-color: var(--title-key-color);
  border-top-color: var(--title-key-color);
  right: 0;
}
.schedule_wrapper .schedule.new .btn > a + a {
  margin-left: 2em;
}
.schedule_wrapper .schedule.old, .schedule_wrapper .schedule.yearly {
  margin-top: 4rem;
}
.schedule_wrapper .schedule.old a, .schedule_wrapper .schedule.yearly a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 3rem;
  width: 55rem;
  border: 0.2rem solid #333333;
  color: #333333;
  padding: 3.6rem 0;
  border-radius: 10rem;
  text-align: center;
}
.schedule_wrapper .schedule.old a + a, .schedule_wrapper .schedule.yearly a + a {
  margin-left: 3.5rem;
}
.schedule_wrapper .schedule.yearly {
  position: relative;
  margin-top: 6rem;
  padding-top: 6rem;
  box-sizing: border-box;
}
.schedule_wrapper .schedule.yearly::before {
  content: "";
  display: none;
  position: absolute;
  border-top: 1px solid #fff;
  width: 91.667%;
  max-width: 1320px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper {
    border-radius: 0;
    margin-top: 2rem;
    padding-bottom: 10rem;
  }
  .schedule_wrapper .schedule {
    display: block;
  }
  .schedule_wrapper .schedule > a {
    margin: 4rem auto 0;
    display: block;
  }
  .schedule_wrapper .schedule.new > a,
  .schedule_wrapper .schedule.new .btn {
    display: block;
    width: 67rem;
    margin: 4rem auto 0;
    padding: 4.8rem 0;
    font-size: 4rem;
  }
  .schedule_wrapper .schedule.new .btn {
    display: flex;
  }
  .schedule_wrapper .schedule.new .btn > p {
    font-size: 3.2rem;
  }
  .schedule_wrapper .schedule.new .btn > a {
    font-size: 3.2rem;
  }
  .schedule_wrapper .schedule.new .btn > a + a {
    margin-left: 2.8rem;
  }
  .schedule_wrapper .schedule.old, .schedule_wrapper .schedule.yearly {
    margin-top: 8rem;
  }
  .schedule_wrapper .schedule.old a, .schedule_wrapper .schedule.yearly a {
    width: 58.8rem;
    padding: 4.2rem 0;
    font-size: 3.2rem;
  }
  .schedule_wrapper .schedule.old a + a, .schedule_wrapper .schedule.yearly a + a {
    margin-left: auto;
  }
  .schedule_wrapper .schedule.yearly {
    margin-top: 10rem;
    padding-top: 6rem;
  }
  .schedule_wrapper .schedule.yearly::before {
    width: 89.334%;
  }
  .schedule_wrapper .sub_title {
    font-size: 3.6rem;
    margin-top: 10rem;
  }
}
.schedule_wrapper + .schedule_wrapper {
  border-radius: 0;
  margin-top: 0;
  background-color: transparent;
}
.schedule_wrapper + .schedule_wrapper .schedule.yearly {
  margin-top: 0;
}

.price_wrapper {
  margin-top: 10rem;
}
.price_wrapper p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .price_wrapper p {
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .price_wrapper p {
    line-height: 1.688em;
    font-size: 3.2rem;
  }
}
.price_wrapper .btn.blc {
  background-color: #5a5a5a;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .price_wrapper .btn.blc {
    width: 32rem;
    margin-top: 4rem;
    padding: 2.2rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .price_wrapper .btn.blc {
    font-size: 3.2rem;
    padding: 4.4rem 0;
    width: 59rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .price_wrapper .btn.blc::after {
    right: 3rem;
    border-top: 0.3rem solid #fff;
    border-right: 0.3rem solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .price_wrapper .btn.blc::after {
    right: 4rem;
    border-top: 0.5rem solid #fff;
    border-right: 0.5rem solid #fff;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.main_topic01_items {
  position: relative;
  background: #fff;
  max-height: none;
}
@media screen and (min-width: 769px) {
  .main_topic01_items {
    padding-right: 0;
  }
  .main_topic01_items::-webkit-scrollbar {
    display: none;
  }
}
.main_topic01_items::before, .main_topic01_items::after {
  content: "";
  display: block;
  position: sticky;
  height: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .main_topic01_items::before, .main_topic01_items::after {
    width: calc(100% + 10px);
  }
}
.main_topic01_items::before {
  border-top: 2px solid #000;
  top: 0;
}
.main_topic01_items::after {
  border-top: 2px solid #000;
  bottom: 0;
}
.main_topic01_items > li:first-of-type {
  border-top: none !important;
}
.main_topic01_items > li:last-of-type {
  border-bottom: none !important;
}

@media screen and (min-width: 769px) {
  .topics_wrapper {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .topics_wrapper {
    padding-top: 10rem;
  }
}

.voice_wrapper {
  margin-top: 10rem;
  padding: 10rem 0;
}

.link_wrapper {
  display: flex;
  margin-top: 10rem;
}
@media screen and (min-width: 769px) {
  .link_wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .link_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.link_wrapper .btn {
  width: 55rem;
  height: 10.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10rem;
  font-size: 5rem;
  background: #0abec8;
  color: #fff;
  padding: 0;
}
.link_wrapper .btn::after {
  border-color: #0abec8;
}
@media screen and (max-width: 768px) {
  .link_wrapper .btn {
    margin: auto;
    width: 67rem;
    height: 14rem;
    font-size: 4rem;
  }
  .link_wrapper .btn::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .link_wrapper .btn::after {
    border-right: 0.6rem solid !important;
    border-top: 0.6rem solid !important;
    width: 1.6rem;
    height: 1.6rem;
    box-sizing: border-box;
  }
}
.link_wrapper .btn.web_link {
  background: #f03264;
}
@media screen and (min-width: 769px) {
  .link_wrapper .btn.web_link {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .link_wrapper .btn.web_link {
    margin-top: 4rem;
  }
}
.link_wrapper .btn.web_link::after {
  border-color: #f03264 !important;
}

.access_wrapper {
  background: #f4f4f2;
  margin-top: 10rem;
}