@charset "UTF-8";

/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pc {
  display: none;
}

@media screen and (min-width: 500px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 500px) {
  .sp {
    display: none;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 3.8095238095vw;
  }
}

@media (min-width: 420px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 500px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 500px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.charm {
  background: #E9E9DE;
  padding: 13.33333vw 0;
}

@media screen and (min-width: 500px) {
  .charm {
    padding: 4.0625rem 0;
  }
}

.charm__title {
  color: #474747;
  border-bottom: 1px solid #474747;
  display: inline-block;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .charm__title {
    font-size: 1.5rem;
  }
}

.charm__title span {
  color: #F77B37;
}

.charm__items {
  margin-top: 10.13333vw;
}

@media screen and (min-width: 500px) {
  .charm__items {
    margin-top: 2.8125rem;
  }
}

.charm__item+.charm__item {
  margin-top: 10.13333vw;
}

@media screen and (min-width: 500px) {
  .charm__item+.charm__item {
    margin-top: 3.125rem;
  }
}

.charm__item-title {
  font-weight: 500;
  color: #EF6E35;
  font-size: 4.8vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.charm__item-title::before {
  width: 10.87179vw;
  height: 9.84615vw;
  display: inline-block;
  content: "";
  margin-right: 2.05128vw;
}

@media screen and (min-width: 500px) {
  .charm__item-title::before {
    width: 3.3125rem;
    height: 3rem;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 500px) {
  .charm__item-title {
    font-size: 1.5rem;
  }
}

.charm__item-title01::before {
  width: 10.87179vw;
  background: url(../images/common/num01.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .charm__item-title01::before {
    width: 3.3125rem;
  }
}

.charm__item-title02 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.charm__item-title02::before {
  width: 13.1282vw;
  height: 11.28205vw;
  background: url(../images/common/num02.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .charm__item-title02::before {
    width: 4rem;
    height: 3.4375rem;
  }
}

.charm__item-title03::before {
  width: 13.33333vw;
  background: url(../images/common/num03.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .charm__item-title03::before {
    width: 4.0625rem;
  }
}

.charm__item-title04::before {
  width: 13.74358vw;
  background: url(../images/common/num04.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .charm__item-title04::before {
    width: 4.1875rem;
  }
}

.charm__img {
  margin-top: 4vw;
}

@media screen and (min-width: 500px) {
  .charm__img {
    margin-top: 1.25rem;
  }
}

.charm__text {
  line-height: 2;
  font-size: 3.2vw;
  margin-top: 6.13333vw;
  font-weight: 500;
}

@media screen and (min-width: 500px) {
  .charm__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.difference {
  background: #fff;
  padding: 12.30769vw 0;
}

@media screen and (min-width: 500px) {
  .difference {
    padding: 3.75rem 0;
  }
}

.difference__block {
  border: 2px solid #F77B37;
  border-radius: 30px;
  width: 86.1vw;
  max-width: 100%;
  margin: auto;
  padding: 6.13333vw 7.58974vw;
}

@media screen and (min-width: 500px) {
  .difference__block {
    width: 26.25rem;
    padding: 1.875rem 2.5rem;
  }
}

.difference__block-head img {
  width: 53.33333vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .difference__block-head img {
    width: 16.25rem;
  }
}

.difference__block-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.15384vw;
}

@media screen and (min-width: 500px) {
  .difference__block-images {
    margin-top: 1.875rem;
  }
}

.difference__block-images img {
  margin: 0 1.5px;
  margin: 0 0.09375rem;
  width: 33.6vw;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .difference__block-images img {
    width: 10.3125rem;
  }
}

.difference__block-body {
  margin-top: 6.13333vw;
}

@media screen and (min-width: 500px) {
  .difference__block-body {
    margin-top: 1.875rem;
  }
}

.difference__block-text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .difference__block-text {
    font-size: 1rem;
  }
}

.difference__bottom {
  text-align: center;
  margin-top: 12.30769vw;
}

@media screen and (min-width: 500px) {
  .difference__bottom {
    margin-top: 3.75rem;
  }
}

.difference__bottom-text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .difference__bottom-text {
    font-size: 1rem;
  }
}

.difference__bottom-bigText {
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 2.05128vw;
}

@media screen and (min-width: 500px) {
  .difference__bottom-bigText {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}

.difference__bottom-img {
  margin-top: 6.15384vw;
}

@media screen and (min-width: 500px) {
  .difference__bottom-img {
    margin-top: 1.875rem;
  }
}

.experience {
  padding: 8vw 0;
  background-image: linear-gradient(135deg, rgb(255, 93, 63) 10%, rgb(250, 135, 104) 57%, rgb(255, 109, 51) 90%);
}

@media screen and (min-width: 500px) {
  .experience {
    padding: 2.5rem 0;
  }
}

.experience__img img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .experience__img img {
    width: 26.25rem;
  }
}

.experience__body {
  margin-top: 5.1282vw;
}

@media screen and (min-width: 500px) {
  .experience__body {
    margin-top: 1.5625rem;
  }
}

.experience__title {
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 1.6;
}

@media screen and (min-width: 500px) {
  .experience__title {
    font-size: 1.5rem;
  }
}

.experience__title+.experience__title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.experience__text {
  line-height: 2;
  font-weight: 500;
  font-size: 3.2vw;
  margin-top: 6.15384vw;
  color: #fff;
}

@media screen and (min-width: 500px) {
  .experience__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.faq__title {
  text-align: center;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .faq__title {
    font-size: 1.5rem;
  }
}

.faq-container {
  margin-top: 6.15384vw;
}

@media screen and (min-width: 500px) {
  .faq-container {
    margin-top: 1.875rem;
  }
}

.faq__list {
  border-top: 2px solid #474747;
  border-bottom: 2px solid #474747;
}

.faq__list-item:not(:last-child) {
  border-bottom: 1px solid #474747;
}

.faq__ques {
  cursor: pointer;
  position: relative;
  padding: 4.10256vw;
}

@media screen and (min-width: 500px) {
  .faq__ques {
    padding: 1.25rem;
  }
}

.faq__ques-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.faq__ques-text {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .faq__ques-text {
    font-size: 1rem;
  }
}

.faq__ans-text {
  width: 66.87179vw;
  max-width: 100%;
  margin-left: auto;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .faq__ans-text {
    font-size: 1rem;
    width: 20.375rem;
  }
}

.faq__ans-text span {
  color: #F77B37;
}

.icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  margin-top: -2vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-right: 3.2vw;
}

@media screen and (min-width: 500px) {
  .icon-wrap {
    margin-right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
  }
}

.icon {
  display: block;
  width: 3vw;
  height: 3vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}

@media screen and (min-width: 500px) {
  .icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.icon::before,
.icon::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: #474747;
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.icon::before {
  width: 2px;
  width: 0.125rem;
  height: 12px;
  height: 0.75rem;
  top: 0;
  left: 5px;
  left: 0.3125rem;
}

.js-open .icon-wrap {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-open .icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-open .icon::after {
  display: none;
}

.faq__ans {
  padding: 0 4vw 4vw;
  display: none;
}

@media screen and (min-width: 500px) {
  .faq__ans {
    padding: 0 1.25rem 1.25rem;
  }
}

.footer__navWrap {
  margin-top: 12.30769vw;
  background: #fff;
}

@media screen and (min-width: 500px) {
  .footer__navWrap {
    margin-top: 3.75rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.66666vw;
  font-weight: 500;
}

@media screen and (min-width: 500px) {
  .footer__nav {
    font-size: 0.875rem;
  }
}

.footer__nav-item {
  line-height: 0.8;
}

.footer__nav-item a {
  display: inline-block;
}

.footer__nav-item+.footer__nav-item {
  border-left: 1px solid #474747;
  margin-left: 5px;
  margin-left: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.footer {
  background: #F77B37;
  text-align: center;
  padding: 4vw 0;
  margin-top: 8.20512vw;
}

@media screen and (min-width: 500px) {
  .footer {
    padding: 1.25rem 0;
    margin-top: 2.5rem;
  }
}

.copy-right {
  font-size: 2.66666vw;
  color: #fff;
  font-weight: 500;
  line-height: 2.28;
}

@media screen and (min-width: 500px) {
  .copy-right {
    font-size: 0.875rem;
  }
}

.header {
  width: 100%;
  background: #fff;
}

.header__inner {
  padding: 2.66666vw 0;
}

@media screen and (min-width: 500px) {
  .header__inner {
    padding: 0.8125rem 0;
  }
}

.header__logo img {
  width: 27.28205vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .header__logo img {
    width: 8.3125rem;
  }
}

.inner {
  width: 100%;
  padding-right: 8.20512vw;
  padding-left: 8.20512vw;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 500px) {
  .inner {
    max-width: 500px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.lesson {
  background: #E9E9DE;
  padding: 12.3076vw 0;
}

@media screen and (min-width: 500px) {
  .lesson {
    padding: 3.75rem 0;
  }
}

.lesson__title {
  color: #474747;
  display: inline-block;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .lesson__title {
    font-size: 1.5rem;
  }
}

.lesson__title span {
  border-bottom: 1px solid #474747;
  line-height: 2.16666;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.lesson__item {
  margin-top: 8vw;
}

@media screen and (min-width: 500px) {
  .lesson__item {
    margin-top: 2.5rem;
  }
}

.lesson__item:not(:last-of-type) {
  border-bottom: 1px dotted #474747;
  padding-bottom: 8vw;
}

@media screen and (min-width: 500px) {
  .lesson__item:not(:last-of-type) {
    padding-bottom: 2.5rem;
  }
}

.lesson__item+.lesson__item {
  margin-top: 10.13333vw;
}

@media screen and (min-width: 500px) {
  .lesson__item+.lesson__item {
    margin-top: 3.125rem;
  }
}

.lesson__tag {
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  background: #F77B37;
  border-radius: 6px;
  padding: 2vw 3vw;
  display: inline-block;
}

@media screen and (min-width: 500px) {
  .lesson__tag {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

.lesson__beginner-img {
  margin-top: 6.13333vw;
}

@media screen and (min-width: 500px) {
  .lesson__beginner-img {
    margin-top: 1.875rem;
  }
}

.lesson__mental-img {
  margin-top: 6.13333vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2vw;
}

@media screen and (min-width: 500px) {
  .lesson__mental-img {
    margin-top: 1.875rem;
    gap: 1rem;
  }
}

.lesson__item-text {
  font-size: 3.2vw;
  line-height: 2;
  margin-top: 4vw;
  font-weight: 500;
}

@media screen and (min-width: 500px) {
  .lesson__item-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.lesson__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 5vw;
}

@media screen and (min-width: 500px) {
  .lesson__block {
    margin-top: 1.5625rem;
    gap: 1rem;
  }
}

.lesson__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lesson__bodymake-head {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.lesson__detox-head {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.lesson__item-head {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .lesson__item-head {
    font-size: 1rem;
  }
}

.lesson__item-lymph {
  line-height: 1.5;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.plan {
  background: #E9E9DE;
  padding: 12.30769vw 0;
}

@media screen and (min-width: 500px) {
  .plan {
    padding: 3.75rem 0;
  }
}

.plan__title {
  font-size: 4.8vw;
  font-weight: bold;
  display: inline-block;
  color: #474747;
}

@media screen and (min-width: 500px) {
  .plan__title {
    font-size: 1.5rem;
  }
}

.plan__title span {
  border-bottom: 1px solid #474747;
  line-height: 2.16666;
  padding-bottom: 1.02564vw;
}

@media screen and (min-width: 500px) {
  .plan__title span {
    padding-bottom: 0.3125rem;
  }
}

.plan__title small {
  font-size: 3.2vw;
}

@media screen and (min-width: 500px) {
  .plan__title small {
    font-size: 1rem;
  }
}

.plan__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 3vw;
  margin-top: 8vw;
}

@media screen and (min-width: 500px) {
  .plan__block {
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.plan__item-head {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .plan__item-head {
    font-size: 1rem;
  }
}

.plan__item-boxing {
  line-height: 1.5;
  margin-bottom: 1.43589vw;
}

@media screen and (min-width: 500px) {
  .plan__item-boxing {
    margin-bottom: 0.4375rem;
  }
}

.pilates__item-head {
  margin-bottom: 3.48717vw;
}

@media screen and (min-width: 500px) {
  .pilates__item-head {
    margin-bottom: 1.0625rem;
  }
}

.gym__item-head {
  margin-bottom: 3.48717vw;
}

@media screen and (min-width: 500px) {
  .gym__item-head {
    margin-bottom: 1.0625rem;
  }
}

.caution {
  font-size: 2.05128vw;
  vertical-align: text-top;
  font-weight: 500;
}

@media screen and (min-width: 500px) {
  .caution {
    font-size: 0.625rem;
  }
}

.reason {
  background: #fff;
  padding-top: 11.46666vw;
  padding-bottom: 12.30769vw;
}

@media screen and (min-width: 500px) {
  .reason {
    padding-top: 3.5625rem;
    padding-bottom: 3.75rem;
  }
}

.reason__title {
  color: #474747;
  border-bottom: 1px solid #474747;
  display: inline-block;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .reason__title {
    font-size: 1.5rem;
  }
}

.reason__title span {
  color: #F77B37;
}

.reason__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4vw 3.06666vw;
  margin-top: 6.13333vw;
}

@media screen and (min-width: 500px) {
  .reason__items {
    gap: 2rem 0.9375rem;
    margin-top: 1.875rem;
  }
}

.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason__item-title {
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .reason__item-title {
    font-size: 1rem;
  }
}

.reason__item-title01,
.reason__item-title02,
.reason__item-title03 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.reason__item-title05 {
  line-height: 1.25;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.reason__note {
  font-size: 2.02666vw;
  font-weight: 500;
  margin-top: 4vw;
  line-height: 1.6;
}

@media screen and (min-width: 500px) {
  .reason__note {
    font-size: 0.625rem;
    margin-top: 1.25rem;
  }
}

.refresh {
  padding: 12.30769vw 0;
  background-image: linear-gradient(135deg, rgb(255, 93, 63) 10%, rgb(250, 135, 104) 57%, rgb(255, 109, 51) 90%);
}

@media screen and (min-width: 500px) {
  .refresh {
    padding: 3.75rem 0;
  }
}

.refresh__text {
  font-size: 4.8vw;
  font-weight: 500;
  padding: 5px 10px 5px 15px;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
  background: #fff;
  display: inline-block;
}

@media screen and (min-width: 500px) {
  .refresh__text {
    font-size: 1.5rem;
  }
}

.refresh__text+.refresh__text {
  margin-top: 2.05128vw;
}

@media screen and (min-width: 500px) {
  .refresh__text+.refresh__text {
    margin-top: 0.625rem;
  }
}

.refresh__textImg {
  margin-top: 6.15384vw;
}

@media screen and (min-width: 500px) {
  .refresh__textImg {
    margin-top: 1.875rem;
  }
}

.refresh__textImg img {
  width: 19.89743vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .refresh__textImg img {
    width: 6.0625rem;
  }
}

.refresh__bottom {
  text-align: end;
  margin-top: 6.15384vw;
}

@media screen and (min-width: 500px) {
  .refresh__bottom {
    margin-top: 1.875rem;
  }
}

.refresh__img {
  margin-top: 8.61538vw;
}

@media screen and (min-width: 500px) {
  .refresh__img {
    margin-top: 2.625rem;
  }
}

.refresh__img img {
  width: 86.15384vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .refresh__img img {
    width: 26.25rem;
  }
}

body {
  color: #474747;
}

.content {
  background: #fff;
}

@media screen and (min-width: 500px) {
  .content {
    width: 500px;
    max-width: 100%;
    margin: auto;
  }
}

.section__title {
  text-align: center;
}

.bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-image: url(../images/common/pc-bg.jpg);
  background-size: contain;
}

@media screen and (min-width: 500px) {
  .bg::before {
    background-position: top center;
  }
}

.trial {
  background: #fff;
  padding: 12.26666vw 0 0;
}

@media screen and (min-width: 500px) {
  .trial {
    padding: 3.75rem 0 0;
  }
}

.trial__block {
  background: #FFEFE8;
  padding: 6.13333vw 0;
  border-radius: 20px;
  position: relative;
}

@media screen and (min-width: 500px) {
  .trial__block {
    padding: 1.875rem 0;
  }
}

.trial__block::before {
  content: "";
  position: absolute;
  bottom: -4.10256vw;
  left: 50%;
  translate: -50%;
  background: url(../images/common/trial-bg-arrow.png) no-repeat center center / contain;
  width: 12.30769vw;
  height: 7.17948vw;
}

@media screen and (min-width: 500px) {
  .trial__block::before {
    bottom: -1.25rem;
    width: 3.75rem;
    height: 2.1875rem;
  }
}

.trial-coupon img {
  width: 79.46666vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .trial-coupon img {
    width: 24.25rem;
  }
}

.trial__note {
  font-size: 2.46153vw;
  font-weight: 400;
  line-height: 1.66666;
  padding: 0 5.1282vw;
  margin-top: 2.05128vw;
}

@media screen and (min-width: 500px) {
  .trial__note {
    font-size: 0.75rem;
    padding: 0 1.5625rem;
    margin-top: 0.625rem;
  }
}

.trial__note span {
  font-weight: bold;
}

.trial-set {
  margin-top: 4.10256vw;
}

@media screen and (min-width: 500px) {
  .trial-set {
    margin-top: 1.25rem;
  }
}

.trial-set img {
  width: 75.48717vw;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .trial-set img {
    width: 23rem;
  }
}

.cta {
  margin-block: 7.17948vw 10vw;
}

@media screen and (min-width: 500px) {
  .cta {
    margin-block: 2.1875rem 3.125rem;
  }
}

.cta a img {
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.13), 0px 4px 4px 0px rgba(255, 255, 255, 0.55) inset, 0px -6px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 10.625rem;
}

.voice {
  padding: 8vw 0 12.30769vw;
  background: #fff;
}

@media screen and (min-width: 500px) {
  .voice {
    padding: 2.5rem 0 3.75rem;
  }
}

.voice__items {
  margin-top: 5.1282vw;
}

@media screen and (min-width: 500px) {
  .voice__items {
    margin-top: 1.5625rem;
  }
}

.voice__item {
  padding: 4.10256vw;
  border: 1px solid #474747;
  border-radius: 12px;
  position: relative;
}

@media screen and (min-width: 500px) {
  .voice__item {
    padding: 1.25rem;
  }
}

.voice__item::before,
.voice__item::after {
  content: "";
  position: absolute;
  width: 6.35897vw;
  height: 6.5641vw;
  display: inline-block;
}

@media screen and (min-width: 500px) {

  .voice__item::before,
  .voice__item::after {
    width: 1.9375rem;
    height: 2rem;
  }
}

.voice__item::before {
  top: -3.28205vw;
  left: 4%;
  background: url(../images/common/voice-icon01.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .voice__item::before {
    top: -16px;
  }
}

.voice__item::after {
  bottom: -2.9vw;
  right: 4%;
  background: url(../images/common/voice-icon02.png) no-repeat center center/contain;
}

@media screen and (min-width: 500px) {
  .voice__item::after {
    bottom: -16px;
  }
}

.voice__item+.voice__item {
  margin-top: 5.1282vw;
}

@media screen and (min-width: 500px) {
  .voice__item+.voice__item {
    margin-top: 1.5625rem;
  }
}

.voice__text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 500px) {
  .voice__text {
    font-size: 1rem;
  }
}

.voice__text span {
  display: block;
  text-align: right;
}

.voice__imgs {
  margin-top: 8vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.07692vw;
}

@media screen and (min-width: 500px) {
  .voice__imgs {
    margin-top: 2.5rem;
    gap: 0.9375rem;
  }
}

.yoga {
  color: #474747;
  padding: 12.30769vw 0;
}

@media screen and (min-width: 500px) {
  .yoga {
    padding: 3.75rem 0;
  }
}

.yoga__head {
  font-weight: bold;
  border-bottom: 1px solid #474747;
  display: inline-block;
  line-height: 1.6;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .yoga__head {
    font-size: 1.5rem;
  }
}

.yoga__bottom {
  font-weight: bold;
  border-bottom: 1px solid #474747;
  display: inline-block;
  line-height: 1.6;
  font-size: 4.8vw;
}

@media screen and (min-width: 500px) {
  .yoga__bottom {
    font-size: 1.5rem;
  }
}

.yoga__bottom:first-of-type {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.yoga__bottom+.yoga__bottom {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.yoga__text {
  line-height: 2;
  font-weight: 500;
  font-size: 3.2vw;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 500px) {
  .yoga__text {
    font-size: 1rem;
  }
}

.yoga__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.top-cta {
  padding-block: 3.6923vw;
  background: #FFEFE8;
}

@media screen and (min-width: 500px) {
  .top-cta {
    padding-block: 1.125rem;
  }
}

.top-cta__btn a img {
  border-radius: 10.625rem;
  box-shadow: 0px 9px 14px 0px rgba(134, 16, 14, 0.13), 0px 4px 4px 0px rgba(255, 255, 255, 0.55) inset, 0px -6px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.top-cta__text {
  text-align: center;
}

.top-cta__text p {
  font-size: 4.9230vw;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 500px) {
  .top-cta__text p {
    font-size: 1.5rem;
  }
}

.top-cta__text p::before,
.top-cta__text p::after {
  background: #474747;
  content: "";
  width: 7.79vw;
  height: 1px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width: 500px) {
  .top-cta__text p::before,
  .top-cta__text p::after {
    width: 2.375rem;
  }
}

.top-cta__text p::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -18%;
}

.top-cta__text p::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -18%;
}

.top-cta__text p .top-cta__text-price {
  font-size: 8.6153vw;
}

@media screen and (min-width: 500px) {
  .top-cta__text p .top-cta__text-price {
    font-size: 2.625rem;
  }
}

.top-cta__text p .top-cta__text-tax {
  font-size: 2.4vw;
}

@media screen and (min-width: 500px) {
  .top-cta__text p .top-cta__text-tax {
    font-size: 0.75rem;
  }
}

.cta-fixed {
  display: none;
  position: fixed;
  bottom: 1.875rem;
  right: 1rem;
  z-index: 10;
}

@media screen and (min-width: 500px) {
  .cta-fixed {
    right: calc(50% - 230px);
  }
}

.cta-fixed img {
  width: 32.82051vw;
}

@media screen and (min-width: 500px) {
  .cta-fixed img {
    width: 10rem;
  }
}

.unlimited-plan {
  background: #E7F7F7;
  padding-block: 10vw;
}

@media screen and (min-width: 500px) {
  .unlimited-plan {
    padding-block: 3.125rem 3.5625rem;
  }
}

.unlimited-plan__img {
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
}

.unlimited-plan__note {
  line-height: 1.5;
  font-size: 3.2vw;
  color: #333;
  margin-top: 4.8vw;
  text-align: justify;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 500px) {
  .unlimited-plan__note {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.unlimited-plan__note span{
  font-weight: bold;
}

/*//////////////////////////
ask-doctors
/////////////////////////*/

.ask-doctors {
background: #F77B37;
padding-block: 5.7435vw;
}

@media screen and (min-width: 500px) {
  .ask-doctors {
    padding-block: 1.75rem;
  }
}

.ask-doctors__img {
width: 77.9487vw;
max-width: 100%;
height: 26.05128vw;
margin-inline: auto;
}

@media screen and (min-width: 500px) {
  .ask-doctors__img {
width: 23.75rem;
height: 7.9375rem;
  }
}

.ask-doctors__img img{
width: 100%;
height: 100%;
}

.ask-doctors__block {
  background: #fff;
  border-radius: 2.05128vw;
  padding-block: 2.2564vw 2.4615vw;
  padding-inline: 4.1025vw;
}

@media screen and (min-width: 500px) {
  .ask-doctors__block {
    border-radius: 0.625rem;
    padding-block: 0.6875rem 0.75rem;
    padding-inline: 1.25rem;
  }
}



/*# sourceMappingURL=styles.css.map */