@charset "UTF-8";
/*font*/

html {
  font-size: 62.5%;
  /* font-size: 60.68%; golden ratio */
}

body {
  font-size: 1.4rem;
  /* 16px*/
  line-height: 1.8;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.8;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}

h4 {
  font-size: 2rem;
}

.font_s {
  font-size: 1.1rem;
  line-height: 1.2;
}

.font_s2 {
  font-size: 1.3rem;
}

.font_ss {
  font-size: 1rem;
}

.font_b {
  font-weight: bold;
}

.txt_or {
  color: #ff6600;
}

.txt_or_2 {
  color: #ffb740;
}

ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

@media (min-width: 1025px) {

  /* 1025px以上*/
  h1 {
    font-size: 3.6rem;
    /* 36px*/
  }

  h2 {
    font-size: 2.8rem;
    /* 28px*/
  }

  h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    /* 14px*/
    line-height: 1.8;
  }

  h1 {
    font-size: 2.4rem;
    /* 24px*/
  }

  h2 {
    font-size: 2.1rem;
    /* 21px*/
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

body {
  font-family: Quicksand, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #333;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

section {
  margin: 0 auto;
  text-align: center;
  padding: 5rem 1rem;
}

@media screen and (min-width: 768px) {
  section {
    padding: 6rem 10rem;
  }
}

.color_or {
  color: #ff6600;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

/*header*/

header {
  position: sticky;
  top: 0;
  background-color: #1d3244;
  /*background-color: #43749a;*/
  z-index: 70;
}

header h1 {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  width: 35vw;
}

@media screen and (min-width: 768px) {
  header {
    max-height: 80px;
  }

  header h1 img {
    width: auto;
  }
}

/*top*/
section.top {
  position: relative;
  width: 100%;
  background: url("../img/top_slide_01.png") no-repeat;
  background-size: cover;
  padding: 10rem 0;
  color: #fff;
  margin: 0;
}


.top h2 {
  letter-spacing: 0.1rem;
}

.top h3 {
  letter-spacing: 0.5rem;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}


@media screen and (min-width: 768px) {
  section.top {
    background: url("../img/top_slide_01_pc.png") no-repeat;
    background-size: cover;
  }

  .top h2 {
    font-size: 3.4rem;
  }

  .top h3 {
    font-size: 2.2rem;
  }

}

/*DLボタン*/
.dl_btn {
  padding: 3rem 1rem 1rem;
}

.dl_btn .btn a {
  background: #ff7e28;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  /*    max-width: 260px;
*/
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.dl_btn .btn {
  margin: 1rem 0;
}

.dl_btn h4 {
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}

.dl_btn h4 .font_m {
  font-size: 80%;
  letter-spacing: 0.5rem;
}

section.dl_btn {
  padding: 1rem 1rem;
}

section.dl_btn .btn {
  margin: 0 0 0.5rem;
}

section.dl_btn h4 {
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .dl_btn .btn a {
    max-width: 800px;
    padding: 20px 25px;
    font-size: 2.4rem;
  }
}

/*feature*/
section.feature {
  background-color: #366184;
  color: #fff;
  padding: 0.5rem;
}

.feature_img {
  background: #43749a;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem auto;
  width: 90vw;
  max-width: 600px;
  padding: 1rem;
  color: #fff;
}

/*自動スライドテスト*/
/* 全体設定 */
.css-carousel-slider {
  width: 100%;
  /*max-width: 400px;*/
  /* サイズ設定をする場合はここ(*1) */
  overflow: hidden;
  position: relative;
}

.css-carousel-slider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
  width: 400%;
  /* 画像の合計数*100%を設定(*2) */
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider 16s infinite;
  /* スライダーアニメーション全体の時間(*3) */
  animation-delay: 1s;
  /* スライダーが始まるまでの時間(*4) */
}

.css-carousel-slider .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main 16s infinite;
  /* (*3)と同じ内容を設定 */
  animation-delay: 1s;
  /* (*4)と同じ内容を設定 */
}

.css-carousel-slider .slide {
  width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(calc(1 / 4 * -100%));
  }

  25% {
    transform: translateX(calc(1 / 4 * -100%));
  }

  45% {
    transform: translateX(calc(2 / 4 * -100%));
  }

  50% {
    transform: translateX(calc(2 / 4 * -100%));
  }

  70% {
    transform: translateX(calc(3 / 4 * -100%));
  }

  75% {
    transform: translateX(calc(3 / 4 * -100%));
  }

  95% {
    transform: translateX(calc(4 / 4 * -100%));
  }

  100% {
    transform: translateX(calc(4 / 4 * -100%));
  }
}

@keyframes css-carousel-slider-main {
  0% {
    transform: translateX(100%);
  }

  75% {
    transform: translateX(100%);
  }

  95% {
    transform: translateX(0%);
  }
}

/*therapist*/
section.therapist {
  background-color: #fcf0d2;
}

.therapist ul {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-inline-start: 0;
}

.item {
  /* 横スクロール用 */
  display: inline-block;
  /*width: 50%;*/
  width: 240px;

  /* 見た目調整 */
  height: 380px;
  margin: 7px;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 1rem;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.item div {
  white-space: normal;
  display: flex;
  flex-direction: column;
  margin: 1.4rem;
}

.item h3 {
  line-height: 1;
}

.item h3 span {
  font-family: "Allura", cursive;
  color: #ff6600;
}

.item img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0.5rem auto;
}

.item p.area {
  font-weight: bold;
  padding-bottom: 1rem;
}

.item p.profile {
  text-align: left;
}

/*campaign*/
section.campaign {
  background-image: url("../img/campaign_bg.png");
}

.campaign div {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
}

.campaign h4 {
  font-size: 1.6rem;
}

.campaign .cam_price {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  line-height: 6.4rem;
}

.campaign .cam_price_off {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
}

.campaign p.font_b {
  margin-top: -1rem;
}

/*area*/
section.area img {
    padding: 1rem 3rem;
}

.area p {
  text-align: left;
  padding-left: 0.5rem;
  font-weight: bold;
}

.area ul,
.sub_area ul {
  display: flex;
  list-style: none;
}

.area li,
.sub_area li {
  margin: 0;
  padding: 0 0.4rem;
  font-size: 1.3rem;
}

.area li+li {
  border-left: 1px solid #333;
}

@media screen and (max-width: 767px) {
.area ul{
  flex-wrap: wrap;
}
}

/*モーダル*/
.sub_area {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.sub_area .modal_sub_area {
  position: fixed;
  inset: 0;
  margin: 20% auto;
  width: 90%;
  height: fit-content;
  /*display:flex;
  justify-content: center;
  align-items:center;*/

  background-color: #f4f4f4;
  /*margin: 20% auto;
  width: 90%;*/
  animation-name: modalopen;
  animation-duration: 0.5s;
}

.sub_area p {
  padding: 2rem 1rem;
  font-weight: bold;
}

.sub_area p.sub_ttl {
  padding: 0 2rem;
}

.sub_area ul {
  flex-wrap: wrap;
  padding: 1rem 1rem 2rem;
}

.sub_area li+li {
  border-left: none;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal_header {
  background: #cccccc;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.btn_close {
  font-size: 5rem;
  line-height: 6rem;
}

.btn_close:hover {
  cursor: pointer;
}

/*howtouse*/
section.howtouse {
  background-color: #fcf0d2;
}

.howtouse h2 {
  border: solid 1px #333333;
  border-radius: 50px;
  padding: 10px;
}

.howtouse .step {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 2rem;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 1rem;
}

.howtouse p {
  padding: 0.5rem 5rem 2rem;
  text-align: left;
}

.howtouse .arrow {
  max-width: 65vw;
}

@media screen and (min-width: 768px) {
  .howtouse p {
    text-align: center;
  }
}

/*voice*/
section.voice {
  background-color: #1d3244;
}

.voice h2 {
  color: #fff;
}

.voice ul {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-inline-start: 0;
  padding-top: 2rem;
}

.voice .item {
  /* 横スクロール用 */
  display: inline-block;
  /*width: 50%;*/
  width: 290px;

  /* 見た目調整 */
  height: 440px;
  margin: 7px;
  background: #fff;
  font-size: 1.4rem;
  border-radius: 1rem;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.voice .item div {
  white-space: normal;
  display: flex;
  flex-direction: column;
  margin: 1.4rem;
}

.voice .item img {
  border-radius: 0px;
  width: 100px;
  object-fit: scale-down;
  margin: -4rem auto 0;
}

.voice .item h4 {
  font-weight: bold;
  font-size: 1.8rem;
}

.voice .item p {
  text-align: left;
}

/*media*/
section.media ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.media li {
  width: 33%;
  padding: 1.2rem;
}

@media screen and (min-width: 768px) {
  .media li {
    width: 20%;
    padding: 2rem;
  }
}

/*qa*/
section.qa {
  background-color: #e5dac5;
}

.qa dl {
  text-align: left;
}

.qa dt {
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em 2.5em 1em 1em;
  display: block;
  color: #444;
  font-weight: bold;
}

.qa .q {
  color: #b1a300;
}

.qa dd {
  margin: 0;
  padding: 0.5em 1em 1em;
  /*    font-size: 0.9em;
    line-height: 1.5;
*/
}

/*attention*/
section.attention div.txt {
  text-align: left;
  border: solid 1px #333;
  padding: 2rem;
}

/*footer*/
ul.footer_menu {
  background-color: #1d3244;
  color: #fff;
  list-style: none;
  padding: 1rem;
}

.footer_menu li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_menu li {
  padding: 1rem;
}

.footer_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /* このaタグを基準に矢印を作成 */
}

.footer_menu li a:link,
.footer_menu li a:visited,
.footer_menu li a:hover,
.footer_menu li a:active {
  color: #fff;
}

.footer_menu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  /* 線の太さ */
  border-right: 1px solid #fff;
  /* 線の太さ */
  transform: rotate(45deg);
  /* 右向き矢印 */
}

footer p.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0 1rem 0;
}

@media screen and (min-width: 768px) {
  ul.footer_menu {
    padding: 1rem;
    display: flex;
    justify-content: center;
  }

  .footer_menu li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
  }

  .footer_menu li a {
    position: inherit;
  }

  .footer_menu li a:after {
    display: none;
  }
}

/*renewal_231204*/
/*header*/
header#header_01 {
  display: flex;
  align-items: center;
}

header#header_01 .header_btn {
  margin-left: auto;
  margin-right: 2rem;
  padding: 0rem 1rem 0.3rem;
  text-align: center;
  font-weight: bold;
  background: #ff7e28;
  border-radius: 20px;
}

header#header_01 .header_btn a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

/*top*/
section.top#top_01 {
  padding: 9rem 0 5rem;
}

.feature_text {
  padding: 1.5rem 2rem 0;
}

/*service*/
section#service {
  position: relative;
  /*width: 100%;*/
  background: url("../img/service_bg.png") center center no-repeat;
  background-size: cover;
  color: #333;
  padding: 2rem 1rem;
  /*display: none;*/
}

@media screen and (min-width: 768px) {
  section#service {
    background: url("../img/service_bg_pc.png") no-repeat;
    background-size: cover;
    padding: 6rem 10rem;
  }
}

section#service div.white_bg {
  background-color: rgba(255, 255, 255, 0.5);
}

section#service h2 {
  padding-top: 3rem;
}

section#service div.service_text {
  text-align: left;
  margin: 0 2rem;
}

section#service h3 {
  padding: 0.5rem 0;
  font-size: 1.8rem;
}

section#service p {
  padding: 1.5rem 0;
  line-height: 3.2rem;
  font-weight: bold;
  font-size: 1.3rem;
}

/*コース・料金*/

section#dl_btn_a_01 {
  background-color: #e5dac5;
  padding: 1rem 1rem 2rem;
  /*display: none;*/
}

/*お客様の声*/
section#voice_01 {
  text-align: left;
  background-color: #43749a;
}

@media screen and (min-width: 768px) {
  #voice_01 ul {
    display: flex;
  }
}

#voice_01 h2 {
  color: #fff;
  text-align: center;
}

#voice_01 .voice_list {
  color: #fff;
  margin: 2rem 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  border: #fff 1px solid;
}

#voice_01 .voice_list_profile {
  display: flex;
  align-items: flex-end;
}

#voice_01 .voice_list .voice_image {
  padding-right: 1rem;
  width: 44px;
}

#voice_01 h4 {
  padding: 1rem 0;
  font-size: 1.7rem;
}

/*renewal_240321*/
/*service_01*/
section#service_01 {
  position: relative;
  background: url("../img/service_bg_b.png") bottom right no-repeat #fcf0d2;
  background-size: 50%;
  color: #333;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  section#service_01 {
    background: url("../img/service_bg_b.png") bottom right no-repeat #fcf0d2;
    padding: 6rem 10rem;
  }
}

section#service_01 h2 {
  padding: 3rem 0 0 2rem;
  text-align: left;
  letter-spacing: 0.5rem;
  font-size: 1.6rem;
}

section#service_01 h2::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/service_icon_biginner.png) no-repeat;
  background-size: contain;
  margin-right: 1rem;
  vertical-align: middle;
}

section#service_01 div.service_text {
  text-align: left;
  margin: 0 2rem;
}

section#service_01 h3 {
  padding: 0.5rem 0;
  font-size: 1.8rem;
}

section#service_01 p {
  padding: 1.5rem 0;
  line-height: 3.2rem;
  font-weight: bold;
  font-size: 1.3rem;
}

/*service_02*/
section#service_02 {
  position: relative;
  background: url("../img/service_bg.png") center center no-repeat;
  background-size: cover;
  color: #333;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  section#service_02 {
    background: url("../img/service_bg_pc.png") no-repeat;
    background-size: cover;
    padding: 6rem 10rem;
  }
}

section#service_02 div.white_bg {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.8rem;
  border-radius: 1rem;
}

section#service_02 div.service_text {
  text-align: left;
  margin: 0 0.8rem;
}

section#service_02 h3 {
  padding: 3rem 0;
  font-size: 2.1rem;
}

section#service_02 .service_list {
  background: url("../img/service_hogugu_icon.png") center left 0.6rem no-repeat rgba(255, 255, 255, 0.6);
  background-size: 2.4rem;
  padding: 1rem;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
}

section#service_02 p {
  padding: 1rem 0 1rem 2.4rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.underline {
  border-bottom: 2px solid #ff6600;
}

/*modal_DL_btn*/
.modal_btn a {
  background: #00a231;
  border-radius: 2rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 3rem 1.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .modal_btn a {
    max-width: 800px;
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
    margin: 1rem auto;
    border-radius: 5rem;
  }

  .modal_btn {
    margin: 1rem 3rem;
  }
}

/*コース・料金 course_02*/

section#course_02 {
  background: #fefaf0;
}

.course .flex {
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.course p {
  margin-bottom: 2rem;
}

.course .flex div {
  margin: 0.5rem;
}

.course .flex .course_img {
  width: 30%;
  margin: 0 1rem 0 0;
}

.course .flex .course_text {
  width: 60%;
  margin: 0;
  text-align: left;
}

.course h3 {
  padding: 0 0 0.4rem 0;
  font-size: 1.6rem;
}

.course .flex .course_text .course_price {
  text-align: right;
  font-weight: bold;
}

span.pop {
  color: #ff7e28;
  border: #ff6600 1px solid;
  padding: 0.2rem 1rem;
  font-size: 90%;
}

.course .flex div.course_text p {
  margin: 0;
  padding: 0;
}


/*course_DL_btn*/
.course_btn a {
  background: #ff7e28;
  border-radius: 2rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.course .flex div.course_btn {
  width: 90%;
  border-bottom: #e5dac5 1px solid;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .course_btn a {
    max-width: 800px;
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
    margin: 1rem auto;
    border-radius: 5rem;
  }
  .course_btn {
    padding-bottom: 2rem;
  }
}

/*240328 ABテスト用非表示*/
#service_01 {
  display: none;
}

#service_02 {
  display: block;
}

/*240502 セラピスト リンクボタン*/
li#item_btn div {
  white-space: nowrap;
}

li#item_btn img {
  border-radius: unset;
  width: 100%;
  height: 100%;
  margin-bottom: 0.2rem;
}

li#item_btn .therapist_btn {
  background: #ff7e28;
  align-items: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  border-radius: 5rem;
}

/*240502 セラピストデザイン変更*/
#therapist_list_05 .item {
  height: 500px;
  vertical-align: top;
}

#therapist_list_05 img {
  border-radius: unset;
  width: 210px;
  height: 200px;
  margin: 0 0 0.2rem;
}

#therapist_list_05 .item p.area {
  font-weight: bold;
  line-height: 2rem;
  padding: 0.8rem 0 0.5rem
}

#therapist_list_05 li#item_btn .therapist_btn {
  margin: 3rem auto 1rem;
}

/*240515 CTAクーポンリンク追加*/
#copybox {
  display: flex;
  align-items: center;
  margin: 0.5rem auto 0.2rem;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  cursor: pointer;
}

#copybox div {
  padding: 0.3rem;
  line-height: 1.2rem;
  font-size: 1rem;
}

#copybox div#copytxt {
  font-size: 2.4rem;
}

#copybox div img {
  width: 50%;
}

#coupon_modal .sub_area .modal_sub_area {
  position: absolute;
}

#coupon_modal p {
  text-align: center;
}

.dl_btn h4 {
  letter-spacing: unset;
}

.dl_btn h4 .font_m {
  font-size: 80%;
  letter-spacing: 0.2rem;
}

.img_coupon_step {
  width: 80%;
}

.coupon_step_arrow {
  width: 60%;
  margin: 4rem 0 0;
}

p.pd_b_0 {
  padding-bottom: 0;
}

.coupon_step_box {
  height: 80vh;
  overflow-y: auto;
}

.coupon_step_box p {
  font-weight: 300;
}

.font_b {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #coupon_modal .sub_area .modal_sub_area {
    width: 50%;
  }
}

/*service_03*/
section#service_03 {
  position: relative;
  background: url("../img/service_bg.png") center center no-repeat;
  background-size: cover;
  color: #333;
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  section#service_03 {
    background: url("../img/service_bg_pc.png") no-repeat;
    background-size: cover;
    padding: 6rem 10rem;
  }
}

section#service_03 div.white_bg {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.8rem;
  border-radius: 1rem;
}

section#service_03 div.service_text {
  text-align: left;
  margin: 0 0.8rem;
}

section#service_03 h3 {
  padding: 3rem 0;
  font-size: 2.1rem;
}

section#service_03 .service_list {
  background: url("../img/service_hogugu_icon.png") center left 0.6rem no-repeat rgba(255, 255, 255, 0.6);
  background-size: 2.4rem;
  padding: 1rem;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
}

section#service_03 p {
  padding: 0.5rem 0 0.5rem 2.4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/*hoguguとはABテスト用非表示*/
#service_03 {
  display: none;
}

/*FVテキストABテスト用非表示*/
#feature_text_02 {
  display: none;
}

/*CTAボタン下部固定、ヘッダー追従なし*/

header#header_01 {
  position: relative;
}

/*CTAボタン緑*/
.dl_btn .btn a,.course_btn a,header#header_01 .header_btn,li#item_btn .therapist_btn,.therapist_btn_02 a {
  background-color: #00a231;
}

/*CTAボタンボタン光るアニメ*/
.dl_btn .btn a{
  overflow: hidden;
  position: relative;
}
.dl_btn .btn a:before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 40%;
  height: 100%;
  background-color: #fff; 
  left: 0;
}
.dl_btn .btn a:before{
  animation: kiran 3s ease-in-out infinite;
}
@-webkit-keyframes kiran {
 0%{transform:scale(0) rotate(45deg); opacity: 0; }
 80%{transform:scale(0) rotate(45deg); opacity: 0.5; }
 81%{transform:scale(3) rotate(45deg); opacity: 1; }
 100%{transform:scale(14) rotate(45deg); opacity: 0; }
}

/*240708_2.顧客のお悩み*/
section#problem{
  background: #fefaf0;
}
#problem h3 .font_blue{
  color: #366184;
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
#problem li{
  margin: 2rem 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #problem ul{
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 767px) {
  #problem li img{
    max-width: 40vw;
  }
}
section#problem{
  display: none; 
}

/*3.CTAボタン明るい緑*/
/*.dl_btn .btn a,.course_btn a,header#header_01 .header_btn,li#item_btn .therapist_btn,.therapist_btn_02 a {
  background-color:#16d029;
}*/

/*6.セラピスト下CTAボタン*/
.therapist_btn_02 a {
  border-radius: 2rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .therapist_btn_02 a {
    max-width: 800px;
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
    border-radius: 5rem;
  }
}
.therapist_btn_02{
  display: block;
}

/*240903 クーポンエリアABテスト*/
#coupon_m{
  background-color: #366184;
  padding: 0;
}
#coupon_m img{
  width: 100%;
  max-width: 1024px;
  vertical-align: bottom;
}

/*2409246_1_SEサイズ最適化#dl_btn_01*/
#dl_btn_01{
  display:block;
  position: sticky;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  #dl_btn_01 h4 {
      font-size: 1.6rem;
  }
  #dl_btn_01 .font_ss {
    line-height: 1.2;
  }
}

/*240926_3_howto テキスト横幅広げる #howtouse_02*/
#howtouse_02.howtouse p {
  padding: 0.5rem 1rem 2rem;
}

/*241128_6.メニューのCTA箇所を変更*/
section#course_03 {
background: #fefaf0;
}
.course_btn div {
background: #00a231;
border-radius: 2rem;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 0 1.5rem;
padding: 0.5rem 1rem;
color: #fff;
font-weight: bold;
font-size: 1.6rem;
letter-spacing: 0.1rem;
}
#course_03 .course_btn div{
margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
.course_btn div {
  max-width: 800px;
  padding: 0.8rem 1.5rem;
  font-size: 2rem;
  margin: 1rem auto;
  border-radius: 5rem;
}
#course_03 .course_btn div{
margin: 1rem auto;
}
}

/*241128_7.累積レイアウトシフトの改善【非表示】*/

.course .flex img{
border-radius:0px;
aspect-ratio: 1 / 0.74;
}
.howtouse img.step_img{
aspect-ratio: 1 / 0.96;
}
.media li img{
aspect-ratio: 1 / 0.465;
}

/*250328 初回満足保証　追加*/
.guarantee h2{
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.guarantee .box{
  border: #333 1px solid;
  padding: 2rem;
}
.guarantee .flex{
  text-align: left;
  flex-direction: row-reverse;
  column-gap: 1rem;
  justify-content: space-evenly;
}
.guarantee .flex .img{
  text-align: center;
border-radius: 0px;
}
.guarantee ul{
list-style: square; 
font-size: 1.2rem;
padding-inline-start: 1.2rem;
}

@media screen and (max-width: 767px) {
    .guarantee .flex{
      display: block;
  }
}

/*250929 利用者数no.1表記*/
section#no1{
    background: linear-gradient(90deg, rgb(141, 1, 1), rgb(209, 1, 1), rgb(141, 1, 1));
    color: #fff;
    padding: 2rem 10rem 3rem;
    display: none;
}
#no1 h4{
  letter-spacing: 0.2rem;
  padding: 1rem 0;
}
#no1 a:link,
#no1 a:visited,
#no1 a:hover,
#no1 a:active {
  color: #fff;
  text-decoration:underline;
}
.sub_area table{
  margin: 2rem;
}
.sub_area th{
  width: 8rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  section#no1{
    padding: 1rem 1rem 2rem;
  }
  #no1 h4{
    line-height: 1.2;
  }
  #no1 img{
    padding: 0.5rem;
  }
}

/*利用者数no.1_　背景ダークブルー*/
section#no1_01{
    background: #1d3244;
    color: #fff;
    padding: 2rem 10rem 3rem;
    display: none;
}
#no1_01 h4{
  letter-spacing: 0.2rem;
  padding: 1rem 0;
}
#no1_01 a:link,
#no1_01 a:visited,
#no1_01 a:hover,
#no1_01 a:active {
  color: #fff;
  text-decoration:underline;
}

@media screen and (max-width: 767px) {
  section#no1_01{
    padding: 1rem 1rem 2rem;
  }
  #no1_01 h4{
    line-height: 1.2;
  }
  #no1_01 img{
    padding: 0.5rem;
  }
}