@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  * {
    font-size: 14px;
  }
}

.sectionTtl {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1.2px;
  display: inline-block;
  position: relative;
  z-index: 99;
  font-family: "Cabin", sans-serif;
}
@media screen and (max-width: 960px) {
  .sectionTtl {
    font-size: 1.714rem;
  }
}

.sectionTxt {
  text-align: center;
  padding: 2rem 0;
  font-weight: 500;
  line-height: 2;
  color: #121212;
}
@media screen and (max-width: 640px) {
  .sectionTxt {
    text-align: left;
  }
}

.section_subttl {
  font-size: 1.5rem;
  letter-spacing: 2.56px;
  line-height: 2.5;
  text-align: center;
  padding: 0.6rem 0;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .section_subttl {
    line-height: 1.9;
    font-size: 1.428rem;
  }
}
@media screen and (max-width: 640px) {
  .section_subttl {
    padding: 1.4rem 0 1.6rem;
  }
}
.section_subttl::before {
  content: " ＼ ";
  position: absolute;
  top: 18%;
  left: -1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .section_subttl::before {
    top: 50%;
    left: -2.2rem;
  }
}
.section_subttl::after {
  content: " ／ ";
  position: absolute;
  top: 18%;
  right: -1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .section_subttl::after {
    top: 50%;
    right: -2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .section_subttl.menuAction::before {
    left: 1rem;
  }
  .section_subttl.menuAction::after {
    right: 1rem;
  }
}

.section_subttl-black {
  letter-spacing: 2.56px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .section_subttl-black {
    font-size: 1.57rem;
  }
}

.textDots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1.1em 0.4em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
  font-size: 2rem;
  color: #121212;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .textDots {
    font-size: 1.4rem;
  }
}

.orange {
  color: #E0711E;
}

.backOrange {
  background-color: #E0711E;
  padding: 5rem 0 5px;
}
@media screen and (max-width: 640px) {
  .backOrange {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.backGray {
  background-color: #F2F2F2;
}

.whiteTtl {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.whiteTtl.orange {
  color: #E0711E;
  border-bottom: 2px solid #E0711E;
}

.bcOrange-txt {
  background-color: #E0711E;
  padding: 2px 16px 5px;
  color: #fff;
  margin: 0 0.3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .bcOrange-txt {
    font-size: 1.428rem;
    padding: 2px 10px 4px;
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 360px) {
  .bcOrange-txt {
    font-size: 1.4rem;
    padding: 2px 4px 4px;
    margin: 0;
  }
}

.reserveBtn {
  text-align: center;
  display: inline-block;
  margin-top: 2rem;
  background-color: #000;
  padding: 0.6rem 0rem 0.6rem 0rem;
  border-radius: 24px;
  font-weight: bold;
  overflow: hidden;
}
.reserveBtn a {
  background-color: #000;
  padding: 0.6rem 3.4rem 0.6rem 3.4rem;
  border-radius: 24px;
  color: #fff;
  position: relative;
  letter-spacing: 1.28px;
  font-weight: bold;
}
.reserveBtn a:hover {
  padding: 0.6rem 4rem 0.6rem 2.8rem;
  transition: 1s;
}
.reserveBtn a:hover::after {
  right: 2rem;
  transition: 1s;
}
.reserveBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
  width: 23px;
  height: 5px;
  background-image: url("../image/arrow.png");
  background-size: cover;
  background-position: center;
  transition: 1s;
}
.reserveBtn.active {
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {
  .left-center {
    text-align: center;
  }
}

.backWhite {
  background-color: #fff;
}

main {
  background-image: url("../image/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding-top: 70px;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 560px) {
  main {
    background-size: 200%;
  }
}

.FV {
  background-color: #F2F2F2;
  height: auto;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .FV {
    margin-top: 0rem;
    padding-top: 3rem;
  }
}
.FV .slide-FV {
  width: 100%;
  height: auto;
}
.FV .slide-FV li {
  margin: 0 0.8rem;
}
.FV .slide-FV img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.FV .slide-FV .slide-FV-item::after {
  display: none;
}
@media screen and (max-width: 640px) {
  .FV .slide-FV .slide-FV-item::after {
    display: block;
    position: fixed;
    content: "";
    width: 80px;
    aspect-ratio: 1/1;
    background-image: url("../image/1_HP_icon_kata.png");
    background-size: cover;
    background-position: center;
    bottom: 0rem;
    right: 0;
  }
}
.FV button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  border: none;
}
.FV .FV-slide-arrow {
  background-image: url("../image/orange-button.png");
  background-size: cover;
  background-position: center;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .FV .FV-slide-arrow {
    width: 20px;
  }
}
@media screen and (max-width: 640px) {
  .FV .FV-slide-arrow {
    width: 35px;
  }
}
.FV .FV-prev-arrow {
  left: 20vw;
  z-index: 99;
  rotate: 180deg;
}
@media screen and (max-width: 640px) {
  .FV .FV-prev-arrow {
    left: 4vw;
  }
}
.FV .FV-next-arrow {
  right: 20vw;
}
@media screen and (max-width: 640px) {
  .FV .FV-next-arrow {
    right: 4vw;
  }
}
.FV .slide-FV-dots {
  text-align: center;
}
.FV .slide-FV-dots li {
  display: inline-block;
  margin: 0 1rem;
}
@media screen and (max-width: 960px) {
  .FV .slide-FV-dots li {
    margin: 0 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .FV .slide-FV-dots li {
    display: none;
  }
}
.FV .slide-FV-dots li button {
  position: relative;
  text-indent: -9999px;
  padding: 0 3.8888888889vw;
  z-index: 99;
}
.FV .slide-FV-dots li button:before {
  content: "";
  font-size: 30px;
  text-indent: 0px;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #E0711E;
  border-radius: 50%;
  max-height: 80px;
  height: 5.8333333333vw;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .FV .slide-FV-dots li button:before {
    background-size: 36px;
    top: -1.8rem;
  }
}
.FV .slide-FV-dots li button::after {
  font-size: 1rem;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0px;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .FV .slide-FV-dots li button::after {
    top: 1.8rem;
  }
}
.FV .slide-FV-dots li:nth-of-type(1) button::before {
  background-image: url("../image/1_HP_icon_kotuban.png");
}
.FV .slide-FV-dots li:nth-of-type(1) button::after {
  content: "骨盤調整";
}
.FV .slide-FV-dots li:nth-of-type(1).slick-active button:before {
  background-image: url("../image/1_HP_icon_kotuban2.png");
  background-color: #E0711E;
}
.FV .slide-FV-dots li:nth-of-type(2) button::before {
  background-image: url("../image/icon_sleep.png");
}
.FV .slide-FV-dots li:nth-of-type(2) button::after {
  content: "睡眠の質";
}
.FV .slide-FV-dots li:nth-of-type(2).slick-active button:before {
  background-image: url("../image/icon_sleep2.png");
  background-color: #E0711E;
}
.FV .slide-FV-dots li:nth-of-type(3) button::before {
  background-image: url("../image/img_headache.png");
}
.FV .slide-FV-dots li:nth-of-type(3) button::after {
  content: "体のつらさ";
}
.FV .slide-FV-dots li:nth-of-type(3).slick-active button:before {
  background-image: url("../image/img_headache2.png");
  background-color: #E0711E;
}
.FV .slide-FV-dots li:nth-of-type(4) button::before {
  background-image: url("../image/1_HP_icon_golf.png");
}
.FV .slide-FV-dots li:nth-of-type(4) button::after {
  content: "ゴルフ×整体";
}
.FV .slide-FV-dots li:nth-of-type(4).slick-active button:before {
  background-image: url("../image/1_HP_icon_golf2.png");
  background-color: #E0711E;
}
.FV .slide-FV-dots li:nth-of-type(5) button::before {
  background-image: url("../image/icon_salad.png");
}
.FV .slide-FV-dots li:nth-of-type(5) button::after {
  content: "生活習慣改善";
}
.FV .slide-FV-dots li:nth-of-type(5).slick-active button:before {
  background-image: url("../image/icon_salad2.png");
  background-color: #E0711E;
}
.FV::after {
  content: "";
  width: 70px;
  height: 51.75px;
  background-image: url("../image/dots-orange.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 15vw;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .FV::after {
    width: 45px;
    height: 33px;
  }
}
@media screen and (max-width: 640px) {
  .FV::after {
    width: 65px;
    height: 48px;
  }
}
@media screen and (max-width: 960px) {
  .FV::after {
    left: 10vw;
  }
}
@media screen and (max-width: 640px) {
  .FV::after {
    bottom: -2rem;
    left: 8vw;
  }
}
.FV::before {
  content: "";
  width: 70px;
  height: 51.75px;
  background-image: url("../image/dots-orange.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 1.4rem;
  right: 17.2vw;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .FV::before {
    width: 45px;
    height: 33px;
  }
}
@media screen and (max-width: 640px) {
  .FV::before {
    width: 65px;
    height: 48px;
  }
}
@media screen and (max-width: 960px) {
  .FV::before {
    right: 10vw;
  }
}
@media screen and (max-width: 640px) {
  .FV::before {
    right: 8vw;
    top: 1rem;
  }
}
.FV .slideSP-dots {
  display: none;
}
@media screen and (max-width: 640px) {
  .FV .slideSP-dots {
    display: block;
  }
}
.FV .slideSP-dots .sliderSP-dots1 {
  width: 80px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  bottom: -40px;
  right: 11vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../image/1_HP_icon_kotuban.png");
  background-size: cover;
  background-position: center;
  border: #E0711E 2px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  z-index: 99;
}
.FV .slideSP-dots .sliderSP-dots1.active {
  display: block;
}
.FV .slideSP-dots .sliderSP-dots1::after {
  content: "骨盤調整";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.FV .slideSP-dots .sliderSP-dots2 {
  width: 80px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  bottom: -40px;
  right: 11vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../image/icon_sleep.png");
  background-size: cover;
  background-position: center;
  border: #E0711E 2px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  z-index: 99;
}
.FV .slideSP-dots .sliderSP-dots2.active {
  display: block;
}
.FV .slideSP-dots .sliderSP-dots2::after {
  content: "睡眠の質";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.FV .slideSP-dots .sliderSP-dots3 {
  width: 80px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  bottom: -40px;
  right: 11vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../image/img_headache.png");
  background-size: cover;
  background-position: center;
  border: #E0711E 2px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  z-index: 99;
}
.FV .slideSP-dots .sliderSP-dots3.active {
  display: block;
}
.FV .slideSP-dots .sliderSP-dots3::after {
  content: "体のつらさ";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.FV .slideSP-dots .sliderSP-dots4 {
  width: 80px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  bottom: -40px;
  right: 11vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../image/1_HP_icon_golf.png");
  background-size: cover;
  background-position: center;
  border: #E0711E 2px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  z-index: 99;
}
.FV .slideSP-dots .sliderSP-dots4.active {
  display: block;
}
.FV .slideSP-dots .sliderSP-dots4::after {
  content: "ゴルフ×整体";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.FV .slideSP-dots .sliderSP-dots5 {
  width: 80px;
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  bottom: -40px;
  right: 11vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../image/icon_salad.png");
  background-size: cover;
  background-position: center;
  border: #E0711E 2px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  z-index: 99;
}
.FV .slideSP-dots .sliderSP-dots5.active {
  display: block;
}
.FV .slideSP-dots .sliderSP-dots5::after {
  content: "生活習慣改善";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.FV .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.concept {
  padding-top: calc(8rem + 30px);
  text-align: center;
  position: relative;
  padding-bottom: 6rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 640px) {
  .concept {
    padding-bottom: 3rem;
    padding-top: 8rem;
    margin-top: -2rem;
  }
}
.concept .conceptTtl {
  color: #121212;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .concept .conceptTtl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .concept .conceptTtl {
    font-size: 1.4rem;
  }
}
.concept::before {
  content: "";
  width: 236px;
  height: 176px;
  background-image: url("../image/concept-lines01.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .concept::before {
    width: 136px;
    height: 96px;
  }
}
@media screen and (max-width: 640px) {
  .concept::before {
    width: 92px;
    height: 80px;
  }
}
.concept::after {
  content: "";
  width: 236px;
  height: 176px;
  background-image: url("../image/concept-lines02.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .concept::after {
    width: 136px;
    height: 96px;
  }
}
@media screen and (max-width: 640px) {
  .concept::after {
    width: 92px;
    height: 80px;
  }
}

.about {
  padding-bottom: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .about {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding-top: 5rem;
    margin-top: -5rem;
  }
}
.about .aboutUpperWrap {
  width: 495px;
  position: relative;
  margin: 1rem auto 0;
}
@media screen and (max-width: 640px) {
  .about .aboutUpperWrap {
    width: 327px;
  }
}
@media screen and (max-width: 360px) {
  .about .aboutUpperWrap {
    width: 295px;
  }
}
.about .aboutUpperWrap::before {
  bottom: 1rem;
  right: -8rem;
}
@media screen and (max-width: 960px) {
  .about .aboutUpperWrap::before {
    right: -5rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpperWrap::before {
    content: "";
    width: 90px;
    aspect-ratio: 1/1;
    background-image: url("../image/img_deskwork2.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: -0.8rem;
    z-index: 99;
    bottom: -1.4rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 960px) {
  .about .aboutUpperWrap::before {
    width: 60px;
  }
}
.about .aboutUpperWrap::after {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  background-image: url("../image/img_deskwork.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0rem;
  right: -8rem;
}
@media screen and (max-width: 960px) {
  .about .aboutUpperWrap::after {
    width: 60px;
  }
}
@media screen and (max-width: 960px) {
  .about .aboutUpperWrap::after {
    right: -5rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpperWrap::after {
    display: none;
  }
}
.about .aboutUpper {
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about .aboutUpper {
    padding: 1rem 0;
  }
}
.about .aboutUpper .about-txts {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  width: 80%;
}
@media screen and (max-width: 640px) {
  .about .aboutUpper .about-txts {
    width: 90%;
  }
}
.about .aboutUpper .about-txts .about-txts_txt {
  display: inline-block;
  line-height: 1.5;
  padding-left: 1.4rem;
  position: relative;
}
.about .aboutUpper .about-txts .about-txts_txt::before {
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("../image/check-box.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about .aboutUpper .about-txts .about-txts_txt:nth-of-type(5)::before {
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  .about .aboutUpper .about-txts .about-txts_txt:nth-of-type(5)::before {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper .about-txts .about-txts_txt:nth-of-type(5)::before {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper .about-txts .about-txts_txt:nth-of-type(2)::before {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper .about-txts .about-txts_txt:nth-of-type(4)::before {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper .about-txts .about-txts_txt {
    padding-left: 1.8rem;
  }
}
.about .aboutUpper::before {
  bottom: 0rem;
  left: -8rem;
}
@media screen and (max-width: 960px) {
  .about .aboutUpper::before {
    left: -5rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper::before {
    display: none;
  }
}
.about .aboutUpper::after {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  background-image: url("../image/img_headache_white.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0rem;
  left: -8rem;
}
@media screen and (max-width: 960px) {
  .about .aboutUpper::after {
    width: 60px;
  }
}
@media screen and (max-width: 960px) {
  .about .aboutUpper::after {
    left: -5rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutUpper::after {
    display: none;
  }
}
.about .about-body {
  margin-top: 3rem;
}
.about .about-body .about-body_ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2.56px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .about .about-body .about-body_ttl {
    font-size: 1.14rem;
    letter-spacing: 0;
  }
}
.about .about-body .about-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media screen and (max-width: 640px) {
  .about .about-body .about-content {
    display: none;
  }
}
.about .about-body .about-slider {
  display: none;
}
@media screen and (max-width: 640px) {
  .about .about-body .about-slider {
    display: block;
    width: 300px;
    margin: 2rem auto 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
    border-radius: 14px;
    background-color: #fff;
  }
}
.about .about-body .about-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  border: none;
}
.about .about-body .about-slider .about-slide-arrow {
  background-image: url("../image/orange-button.png");
  background-size: cover;
  background-position: center;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 360px) {
  .about .about-body .about-slider .about-slide-arrow {
    display: none !important;
  }
}
.about .about-body .about-slider .about-prev-arrow {
  left: -28px;
  z-index: 99;
  rotate: 180deg;
}
.about .about-body .about-slider .about-next-arrow {
  right: -28px;
}
.about .about-content_block {
  width: 300px;
  border-radius: 14px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
}
.about .about-content_block.slick {
  box-shadow: none;
}
.about .about-content_block .aboutTtl {
  margin: 1rem 0;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 1.76px;
  line-height: 1.54;
  border-bottom: dotted 2px #E0711E;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .about .about-content_block .aboutTtl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .about .about-content_block .aboutTtl {
    font-size: 1.375rem;
  }
}
.about .about-content_block .aboutTxt {
  padding: 0 0.8rem 0.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .about .about-content_block .aboutTxt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about .about-content_block .aboutTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .about .about-content_block .aboutTxt span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about .about-content_block .aboutTxt span {
    font-size: 1rem;
  }
}
.about svg {
  transform: translateY(-5px);
}
@media screen and (max-width: 640px) {
  .about svg {
    width: 101%;
  }
}
.about .SP-aboutBody {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2.56px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .about .SP-aboutBody {
    font-size: 1.428rem;
    font-weight: bold;
    letter-spacing: 1.6px;
  }
}

#Menu {
  padding-top: 4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 960px) {
  #Menu {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

.menu {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .menu {
    padding: 2rem 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .menu {
    padding: 4.2rem 0 0rem;
    margin-top: -3rem;
  }
}
.menu::before {
  content: "";
  width: 100vw;
  height: 400px;
  background-image: url("../image/menu-top.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .menu::before {
    height: 245px;
  }
}
.menu .menuUpper {
  border-radius: 9px;
  background-color: #fff;
  width: 602px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .menu .menuUpper {
    width: 100vw;
    border-radius: 0;
  }
}
.menu .menuUpper .menuUpper-txt {
  text-align: center;
  letter-spacing: 1.28px;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 640px) {
  .menu .menuUpper .menuUpper-txt {
    text-align: left;
    line-height: 1.428;
    padding: 1.8rem 2rem;
  }
}
.menu .menu_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 0;
  margin-top: 6rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .menu .menu_body {
    display: none;
  }
}
.menu .menu_body .menu_body-block {
  padding: 2rem 1.8rem;
  width: 424px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.9529411765);
  height: 314px;
  position: relative;
}
.menu .menu_body .menu_body-block:nth-of-type(1)::after {
  content: "";
  width: 50vw;
  height: 431px;
  background-image: url("../image/menu01.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -3.3rem;
  left: calc((50vw - 480px) * -1);
  z-index: -2;
}
.menu .menu_body .menu_body-block:nth-of-type(1)::before {
  content: "60分/13,500円～";
  color: #E0711E;
  text-align: center;
  letter-spacing: 1.28px;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .menu .menu_body .menu_body-block:nth-of-type(1)::before {
    font-size: 16px;
    padding: 1.4rem 0;
  }
}
.menu .menu_body .menu_body-block:nth-of-type(2) {
  position: relative;
}
.menu .menu_body .menu_body-block:nth-of-type(2)::after {
  position: absolute;
  content: "";
  top: -1rem;
  right: -1rem;
  border-radius: 50%;
  color: #fff;
  background-color: #E0711E;
  background-image: url("../image/recommend-icon.png");
  background-size: cover;
  background-position: center;
  width: 65px;
  aspect-ratio: 1/1;
}
.menu .menu_body .menu_body-block:nth-of-type(2)::before {
  content: "";
  width: 50vw;
  height: 431px;
  background-image: url("../image/menu02.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -3.3rem;
  right: calc((50vw - 480px) * -1);
  z-index: -2;
}
.menu .menu_body .menu_body-block:nth-of-type(3)::after {
  content: "";
  width: 50vw;
  height: 431px;
  background-image: url("../image/menu03.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2.3rem;
  left: calc((50vw - 480px) * -1);
  z-index: -2;
}
.menu .menu_body .menu_body-block:nth-of-type(4)::after {
  content: "";
  width: 50vw;
  height: 431px;
  background-image: url("../image/menu04.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2.3rem;
  right: calc((50vw - 480px) * -1);
  z-index: -2;
}
.menu .menu_body .menu_body-block:nth-of-type(4)::before {
  content: "※交通費は別途ご負担いただきますのでご了承ください";
  color: #E0711E;
  text-align: center;
  letter-spacing: 1.28px;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  left: 0;
  transform: translateX(20px);
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .menu .menu_body .menu_body-block:nth-of-type(4)::before {
    font-size: 16px;
    padding: 1.4rem 0;
  }
}
.menu .menu_body .menu_body-block .menuPrice2block {
  width: 100%;
  height: 100%;
}
.menu .menu_body .menu_body-block .menuPrice2block::before {
  content: "3ヶ月/100,000円〜";
  color: #E0711E;
  text-align: center;
  letter-spacing: 1.28px;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .menu .menu_body .menu_body-block .menuPrice2block::before {
    font-size: 16px;
    padding: 1.4rem 0;
  }
}
.menu .menuTtl {
  font-size: 1.5rem;
  letter-spacing: 2.56px;
  text-align: center;
  padding: 0 0.2rem 0.1rem;
  display: inline-block;
  margin-bottom: 1rem;
  border-bottom: 2px solid #E0711E;
  color: #3C3C3C;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .menu .menuTtl {
    margin-top: 2rem;
    font-size: 1.428rem;
    letter-spacing: 1.6px;
  }
}
.menu .menuTxt {
  letter-spacing: 1.28px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .menu .menuTxt {
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 640px) {
  .menu .menuTxt {
    text-align: left;
  }
}
.menu .menuPrice {
  color: #E0711E;
  text-align: center;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 640px) {
  .menu .menuPrice {
    font-size: 16px;
    padding: 1.4rem 0 0;
  }
}
.menu .menuPrice.kome {
  font-size: 14px;
}
.menu .menu-slider {
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 960px) {
  .menu .menu-slider {
    display: block;
    width: 480px;
    margin: 4rem auto 0;
    background-color: inherit;
  }
}
@media screen and (max-width: 640px) {
  .menu .menu-slider {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .menu .menu-slider .menu_body-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 5px rgb(184, 184, 184);
    margin-bottom: 1rem;
    padding: 0rem 0 1rem;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .menu .menu-slider .menu_body-block {
    background-color: inherit;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    height: auto;
  }
}
.menu .menu-slider .menu_body-block .menuTxt {
  padding: 0 2rem;
}
@media screen and (max-width: 360px) {
  .menu .menu-slider .menu_body-block .menuTxt {
    padding: 0 1.4rem;
  }
}
.menu .menu-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  border: none;
}
.menu .menu-slider .slide-menu-dots {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .menu .menu-slider .slide-menu-dots {
    transform: translateY(28px);
  }
}
.menu .menu-slider .slide-menu-dots li {
  display: inline-block;
  margin: 0 0rem;
}
.menu .menu-slider .slide-menu-dots li button {
  position: relative;
  text-indent: -9999px;
  padding: 0 1rem;
  transform: translateX(-10px);
}
.menu .menu-slider .slide-menu-dots li button::after {
  content: "○";
  font-size: 1rem;
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  text-indent: 0px;
  color: #E0711E;
  z-index: 2;
}
.menu .menu-slider .slide-menu-dots li button::before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  text-indent: 0px;
  color: #fff;
  z-index: 1;
}
.menu .menu-slider .slide-menu-dots li.slick-active button::after {
  content: "●";
  color: #E0711E;
}

.voice {
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .voice {
    padding: 8rem 0 5rem;
  }
}
.voice .voice_body {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem 0;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .voice .voice_body {
    display: none;
  }
}
.voice .voice-slider {
  width: 320px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 640px) {
  .voice .voice-slider {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .voice .voice-slider {
    width: 300px;
  }
}
.voice .voice-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  border: none;
}
.voice .voice-slider .slide-menu-dots {
  text-align: center;
}
.voice .voice-slider .slide-menu-dots li {
  display: inline-block;
  margin: 0 0rem;
}
.voice .voice-slider .slide-menu-dots li button {
  position: relative;
  text-indent: -9999px;
  padding: 0 1rem;
  transform: translateX(-10px);
}
.voice .voice-slider .slide-menu-dots li button::after {
  content: "○";
  font-size: 1rem;
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  text-indent: 0px;
  color: #E0711E;
  z-index: 2;
}
.voice .voice-slider .slide-menu-dots li button::before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  text-indent: 0px;
  color: #fff;
  z-index: 1;
}
.voice .voice-slider .slide-menu-dots li.slick-active button::after {
  content: "●";
}
.voice .voice-slider .slick-track {
  display: flex;
}
.voice .voice-slider .slick-slide {
  height: auto !important;
}
.voice .voice_body-block {
  width: 90%;
  display: flex;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 8px 8px 5px rgba(150, 144, 139, 0.4941176471);
}
@media screen and (max-width: 640px) {
  .voice .voice_body-block {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2rem;
  }
}
.voice .voice_body-block .voiceInfo {
  font-size: 14px;
}
.voice .voice_body-block .voice_image {
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .voice .voice_body-block .voice_image {
    width: 60%;
    margin: 2rem auto 0;
  }
}
.voice .voice_body-block .voice_image .voiceImg {
  width: 100px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.voice .voice_body-block .voice_image .voiceInfo {
  text-align: center;
}
.voice .voice_body-block .voiceTxt {
  padding: 1rem 1.5rem 1rem 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .voice .voice_body-block .voiceTxt {
    padding: 1.5rem;
  }
}
.voice .voice_body-block:nth-of-type(2n) {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .voice .voice_body-block:nth-of-type(2n) {
    margin: 0 auto 2rem;
  }
}

.reserve {
  padding: 4rem 0;
  background-image: url("../image/runnning-prople-bg.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  .reserve {
    background-image: none;
    background-size: cover;
    background-position: center;
    background-color: #E0711E;
    padding: 4rem 0 0;
  }
}
.reserve .reserveTtl {
  font-size: 2rem;
  letter-spacing: 2.56px;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .reserve .reserveTtl {
    font-size: 1.428rem;
    letter-spacing: 1.6px;
    line-height: 2;
  }
}
@media screen and (max-width: 360px) {
  .reserve .reserveTtl {
    font-size: 1.2rem;
  }
}
.reserve .reserveTtl::after {
  content: "";
  width: 99999px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -0.6rem;
  right: 0;
}
.reserve .reserveTxt {
  letter-spacing: 1.28px;
  color: #fff;
  line-height: 2;
  margin-top: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 960px) {
  .reserve .reserveTxt {
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 360px) {
  .reserve .reserveTxt {
    font-size: 0.875rem;
  }
}
.reserve .reserveTxt::after {
  content: "";
  background-image: url("../image/white-dots.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -7rem;
  left: -1rem;
  width: 85px;
  height: 63px;
}
.reserve .reserveImg {
  transform: translateY(4px);
  margin-top: 4rem;
  display: none;
}
@media screen and (max-width: 640px) {
  .reserve .reserveImg {
    display: block;
  }
}
.reserve .reserveImg::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 2rem;
  background-image: url("../image/white-dots.png");
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 51.75px;
}
.reserve::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url("../image/white-dots-masked.png");
  background-size: cover;
  background-position: center;
  width: 91px;
  height: 33px;
}

.information {
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .information {
    padding: 7.5rem 0 6rem;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .information {
    padding: 8rem 0 3rem;
    margin-top: -5rem;
  }
}
.information .info_body {
  display: flex;
  margin-top: 2rem;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  .information .info_body {
    flex-direction: column;
    margin-top: 0;
    gap: 1rem;
  }
}
.information .info_body .info_body-img {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .information .info_body .info_body-img {
    margin: 0 auto;
    width: 60%;
  }
}
.information .info_body .info_body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.information .info_body .info_body-content .infoContent-txt:nth-of-type(1) {
  color: #3C3C3C;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .information .info_body .info_body-content .infoContent-txt:nth-of-type(1) {
    text-align: center;
    font-size: 1.285rem;
  }
}
.information .info_body .info_body-content .infoContent-txt:nth-of-type(2) {
  padding: 1rem 0 0;
}
.information .info_body .info_body-content .infoContent-txt li:nth-of-type(1) {
  color: #E0711E;
  font-size: 0.75rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .information .info_body .info_body-content .infoContent-txt li:nth-of-type(1) {
    font-size: 12px;
  }
}
.information .info_body .info_body-content .infoContent-txt li:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 2;
}
.information .info_body .info_body-content .infoContent-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .information .info_body .info_body-content .infoContent-list {
    width: 84%;
    margin: 0.2rem auto 0;
  }
}
.information .info_body .info_body-content .infoContent-list li {
  letter-spacing: 1.28px;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .information .info_body .info_body-content .infoContent-list li {
    font-size: 1.14rem;
  }
}
.information .info_body .info_body-content .infoContent-list li::before {
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("../image/check-box.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
}
.information .info_body .infoTxt {
  padding: 1rem 0;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .information .info_body .infoTxt {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .information .info_body .infoTxt {
    text-align: left;
  }
}
.information .infoTxt-SP {
  padding: 2rem 0 0;
  text-align: left;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */