/* Googleフォントの読み込み */
body {
  font-family: "Inter", "Shippori Mincho", "Lato", sans-serif;
}

/* ========== 共通パーツ ========== */

h2.section_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.78rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .failure_section h2.section_title {
    line-height: 1.6;
  }
}
@media (max-width: 639px) {
  h2.wp-block-heading.section_title {
    font-size: 24px !important;
    line-height: 1.6;
  }
}

/* ========== ヘッダー ========== */
/* TOPページ（フロントページ）だけヘッダー非表示 */
.home .l-header,
.home .l-fixHeader {
  display: none !important;
}
.page-id-30 .c-section.p-section-front-page-content {
  padding-top: 0;
}

/* ========== FVセクション ========== */
.fv-section {
  padding-top: 1.5rem;
}

.fv-section::before {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: clamp(100px, 15vw, 160px);
  background: rgba(136, 124, 120, 0.8);
  z-index: 1;
}
.fv-section::after {
  content: "";
  position: absolute;
  top: 43%;
  right: clamp(-60px, -10vw, -120px);
  transform: translateY(-50%);
  width: 965px;
  height: auto;
  aspect-ratio: 3/4;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/6e9275687255eecd7e7aa1fbb0d6373f.png")
    center/contain no-repeat;
  z-index: 1;
}

p.fv_sub_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0.2em 0.6em 0.2em 0.6em;
  margin-bottom: 1rem;
}
p.fv_sub_title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: calc(100vw + 100%);
  background-color: #c7aca2;
  z-index: -1;
}

p.fv_title {
  display: inline-block;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;

  line-height: 1.7;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  z-index: 2;
}

.wp-block-group.circle_group {
  gap: 3.3rem;
  margin-top: 5.7rem;
  z-index: 2;
}

.wp-block-group.circle1_group {
  position: relative;
  z-index: 2;
}

/* 1つ目の円 */
.wp-block-group.circle1_group::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -35%;
  left: -19%;
  border-radius: 50%;
  background: #c7aca2;
  border: 2px solid #887c78;
  opacity: 1;
  z-index: 0;
}
p.circle1_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.6825rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
.wp-block-group.circle1_sub_group {
  align-items: flex-end;
  gap: 0;
  margin-top: 0;
}
p.circle1_sub_text1 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.56rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  transform: translateY(10%);
}
p.circle1_sub_text2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 4.6875rem;
  line-height: 0.9;
  letter-spacing: 0.01em;
}
p.circle1_sub_text3 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  left: 0.25em;
}

/* 2つ目の円 */
p.circle2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
p.circle2::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -20%;
  left: -7%;
  border-radius: 50%;
  background: #c7aca2;
  border: 2px solid #887c78;
  opacity: 1;
  z-index: -1;
}

/* 3つ目の円 */
p.circle3 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0em;
  position: relative;
  z-index: 2;
}
p.circle3::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -33%;
  left: -19%;
  border-radius: 50%;
  background: #c7aca2;
  border: 2px solid #887c78;
  opacity: 1;
  z-index: -1;
}

.wp-block-group.btn_group {
  margin-top: 2.8rem;
  align-items: end;
}
p.btn_text {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  z-index: 2;
}

/* LINEボタン */
.fv-line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background-color: #53b140;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0.8rem 2.5rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 3;
}
/* アイコンを擬似要素で挿入 */
.fv-line-btn::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/09/Rectangle-254879.svg")
    no-repeat center / contain;
}
/* ホバー時の色変化 */
.fv-line-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .wp-block-group.circle_group > * {
    /* transform: scale(0.8); */
    transform-origin: center center;
  }
  p.fv_sub_title{
  margin: 0;
  }
   p.fv_title{
  margin-top: 0.5rem;
   }
  .wp-block-group.circle_group{
  margin-top: 20rem;
  }
  .wp-block-group.btn_group{
  margin-top: 1.8rem;
  }
}


@media (max-width: 1023px) {
  .fv-section::after {
    width: 800px;
  }
  p.fv_sub_title,
  p.fv_title {
    font-size: 1.5625rem;
  }
  .wp-block-group.circle_group {
    justify-content: center;
  }

  p.btn_text {
    font-size: 1.25rem;
  }
  .fv-line-btn {
    padding: 0.8rem 1.5rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 639px) {
.fv-section{
padding-top: 1rem;
        padding-bottom: 1rem;
}
.fv-section::after {
  content: "";
  position: absolute;
 top: 44%;
        right: 0%;
  transform: translateY(-50%);
  width: 342px;
  height: auto;
  aspect-ratio: 342/252;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/e64fe488ed9672525ac737a3a1bcd848.png")
    center/contain no-repeat;
  z-index: 1;
}

p.fv_sub_title {
  position: relative;
  z-index: 2;
}

    p.fv_sub_title::after {
        content: "";
        position: absolute;
        width: 92px;
        height: 650px;
        background-color: rgba(175, 140, 120, 0.2);
        top: -57px;
right: calc((100vw - 100%) / -2 - clamp(14px, 5vw, 120px));
        pointer-events: none;
        z-index: 1;
    }



figure.wp-block-image.fv_logo img{
  width: 88px !important;
}

  p.fv_sub_title {
    font-size: 18px;
letter-spacing: 0;
padding: 0.1em 0.8em 0.1em 0.6em;
        margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    right: 5%;
  }
  p.fv_title {
font-size: 18px;
        letter-spacing: -0.02rem;
        margin-top: 0.5rem;
  }

  .wp-block-group.circle_group {
        margin-top: 14.5rem;
            gap: 2rem;
  }

  /* １つ目の円 */
  p.circle1_title {
    font-size: 14px;
    transform: translateX(5px);
  }
  .wp-block-group.circle1_sub_group {
    transform: translateY(-6px);
}
  p.circle1_sub_text1{
  font-size: 16px;
  }
  p.circle1_sub_text2{
  font-size: 53.5px;

  }
p.circle1_sub_text3{
font-size: 18px;
}
.wp-block-group.circle1_group::before {
    width: 105px;
    height: 105px;
        top: -28%;
        left: -10%;
}

  /* 2つ目の円 */
  p.circle2 {
    font-size: 13px;
  }
p.circle2::before {
    width: 105px;
    height: 105px;
        top: -24%;
        left: -7%;
}

  /* 3つ目の円 */
  p.circle3 {
    font-size: 15px;
  }
p.circle3::before {
    width: 105px;
    height: 105px;
        top: -24%;
        left: -10%;
}


  .wp-block-group.btn_group {
    display: block;
    z-index: 1;
margin-top: 1.5rem;
  }
  p.btn_text{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
            margin-bottom: 0.7rem;
  }
  .fv-line-btn {
    font-size: 18px !important;
    gap: 5px;
            transform: translateX(15px);
  }
.fv-line-btn::before {
    width: 30px;
    height: 30px;
}

    .fv-section::before {
        bottom: 7.2%;
        height: 115px;
    }
}

/* ========== bannerセクション ========== */
.banner_section {
  padding-top: 2.5rem;
  padding-bottom: 4.6rem;
  text-align: center;
}

/* ========== problemセクション ========== */
.problem_section {
  padding-top: 14.5rem;
  padding-bottom: 17rem;
  position: relative;
}
.problem_section::before {
  content: "";
  position: absolute;
  left: 16%;
  bottom: 35%;
  width: 140px;
  height: 260px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/79aaeb605edc7629b7dfda4811e420c5.svg")
    no-repeat center / contain;
  z-index: 1;
}

.problem_section::after {
  content: "";
  position: absolute;
  right: 21%;
  top: 31%;
  width: 130px;
  height: 270px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/250ba7663efad8ccc476bbca812abb74.svg")
    no-repeat center / contain;
  z-index: 1;
}

p.problem_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 2;
}
p.problem_sub_title {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 2.3;
  letter-spacing: -0.02em;
  margin-top: 0.9rem;
}

.problem_section .smb-section__body {
  text-align: center;
}
ul.wp-block-list.problem_list {
  display: inline-block;
  background-color: #fff;
  padding: 1.4rem 8rem;
  margin-top: 1.4rem;
}
li.problem_list_item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}
li.problem_list_item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/09/Group-1-2063c2.svg")
    no-repeat center center / contain;
}

.wp-block-group.problem_under_group {
  margin-top: -8.3rem;
  padding-bottom: 1.6rem;
}

p.problem_under_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.wp-block-group.problem_under_title_group {
  justify-content: center;
}
p.problem_under_title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4rem;
  letter-spacing: -0.02em;
}
p.problem_under_title span {
  padding: 0.5rem 0;
}

@media (max-width: 1315px) {
  .problem_section::before {
    left: 7%;
  }
  .problem_section::after {
    right: 13%;
  }
}

@media (max-width: 1023px) {
  .problem_section {
    margin-top: 5rem;
    padding-top: 8rem;
    padding-bottom: 9rem;
  }

  .problem_section .smb-section-with-bgimage__bgimage img {
    object-fit: contain;
  }

  p.problem_title,
  p.problem_under_text {
    font-size: 16px;
    line-height: 1.8rem;
  }
  p.problem_sub_title {
    font-size: 15px;
    line-height: 1.8rem;
  }
  .problem_section::before {
    left: -8%;
    bottom: -12px;
    width: 250px;
    height: 250px;
  }
  .problem_section::after {
    right: -5%;
    top: -23px;
    width: 250px;
    height: 250px;
  }

  ul.wp-block-list.problem_list {
    padding: 1.4rem 4rem;
  }
  .wp-block-group.problem_under_text_group {
    margin-top: 2rem;
    position: relative;
  }
  p.problem_under_title {
    font-size: 15px;
  }

  /* 左女性 */
  .problem_section::before {
    display: none;
  }
  .problem_under_text_group::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 120px;
    height: 200px;
    background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/79aaeb605edc7629b7dfda4811e420c5.svg")
      no-repeat center / contain;
    z-index: 1;
    transform: translateY(-50%);
  }

  /* 右女性 */
  .problem_section::after {
    display: none;
  }
  .problem_under_text_group::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 120px;
    height: 200px;
    background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/250ba7663efad8ccc476bbca812abb74.svg")
      no-repeat center / contain;
    z-index: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 639px) {
  .problem_section {
    margin-top: 0rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  figure.wp-block-image.problem_section_img {
    margin-bottom: 2rem;
  }
  ul.wp-block-list.problem_list {
    padding: 1.4rem 0.5rem;
  }

  li.problem_list_item {
    display: block;
    font-size: 15px;
  }
  li.problem_list_item::before {
    width: 15px;
    height: 15px;
  }
  /* 左女性 */
  .problem_under_text_group::before {
    top: -34%;
    left: 17%;
    width: 80px;
    height: 150px;
  }
  /* 右女性 */
  .problem_under_text_group::after {
    top: -34%;
    right: 20%;
    width: 80px;
    height: 150px;
  }
  .wp-block-group.problem_under_text_group {
    margin-top: 4rem;
  }
}

/* ========== problemセクション ========== */
.problem_item_section {
  padding-top: 3.4rem;
  padding-bottom: 4rem;
}
.problem_item_section h2.section_title {
  margin-bottom: 2.7rem;
}

.wp-block-snow-monkey-blocks-items-item-free.problem_item {
  text-align: center;
}
.wp-block-group.problem_item_text_line_group {
    align-items: center;
    gap: 0.1rem;
}
.problem_item_text_line,
.problem_item_text_line2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.83rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
  background-color: #887c78;
  display: inline-block;
  padding: 0.1em 0.5em;
  text-align: center;
  margin-top: 0.1rem !important;
  z-index: 1;
}

figure.wp-block-image.problem_item_img img {
  margin-top: -3.8rem;
  background-color: #fff;
}
p.problem_item_under_text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: inline-block;
  padding: 0.7rem;
  margin-top: 0;
  background-color: #fff;
}

figure.wp-block-image.polygon_img {
  margin-top: 0;
}

@media (max-width: 1023px) {
  p.problem_item_under_text {
    text-align: start;
  }
}

@media (max-width: 639px) {
  p.problem_item_text {
    font-size: 16px;
  }
  p.problem_item_under_text {
    font-size: 15px;
  }
}

/* ========== solutionセクション ========== */
.solution_section {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

p.solution_text1,
p.solution_text2,
p.solution_text3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 0.5rem;
}
p.solution_text4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.5rem;
}

p.solution_text .has-sm-accent-background-color {
  padding: 0.3rem 0.4rem;
}
p.solution_text2 .has-sm-accent-background-color {
  padding: 0.2rem;
}
p.solution_text3 {
  margin-top: 2.1rem;
}
p.solution_text4 {
  margin-top: 1.5rem;
}
p.solution_text4 .has-sm-accent-background-color {
  display: inline-block;
}
p.solution_text4 span.sme-text-color.has-white-color {
  display: inline-block;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.5rem;
  padding: 0em 0.2em;
  line-height: 1.4;
  letter-spacing: -0.1rem;
}

.wp-block-columns.solution_column {
  margin-top: 3.3rem;
}
p.solution_column_text1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 2rem;
}
p.solution_column_text2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.8rem;
}

@media (max-width: 1023px) {
  p.solution_text1,
  p.solution_text2,
  p.solution_text3 {
    line-height: 1.8 !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.solution_column:not(.is-not-stacked-on-mobile) {
    justify-content: center !important;
    align-items: center !important;
  }
  .wp-block-columns.solution_column:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 615px;
    margin: 0 auto !important;
    text-align: center;
  }
  .wp-block-column.solution_img_column img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  p.solution_text1,
  p.solution_text2,
  p.solution_text3,
  p.solution_column_text1 {
    font-size: 16px;
    text-align: start;
  }
}

/* ========== failureセクション ========== */
.failure_section {
  padding-top: 5.8rem;
  padding-bottom: 4.2rem;
  position: relative;
  isolation: isolate;
  --panel-bg: #f0ece4;
  --radius: 100px;
}
/* 角丸ベージュパネルを全面に敷く */
.failure_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--panel-bg);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  z-index: -1;
}
/* 左上の “Failure” の英字を擬似要素で挿入 */
.failure_section::after {
  content: "";
  position: absolute;
  top: clamp(20px, 2vw, 48px);
  left: clamp(20px, 11vw, 141px);
  width: clamp(400px, 49vw, 710px);
  aspect-ratio: 960/190;
  background: url(https://michelle-pilates.com/wp-content/uploads/2025/10/f588c75f3c591c2b46f57587f7b49ad4.svg)
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}

.failure_section h2.section_title {
  margin-bottom: 2.2rem;
}
p.failure_text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
}

.wp-block-snow-monkey-blocks-items.failure_column {
  margin-top: 2.7rem;
}
.wp-block-snow-monkey-blocks-items-item-free.failure_item {
  background-color: #fff;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .wp-block-snow-monkey-blocks-items.smb-items.failure_column
    .c-row[data-lg-columns="3"] {
    --_item-width: 32.3%;
    gap: 1rem;
  }
}

p.failure_item_number {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
}
p.failure_item_number .sme-badge {
  border-radius: 15px;
  padding: 0.6rem 1.5rem;
  margin-top: -1rem;
}
p.failure_item_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.04rem;
  line-height: 1;
  margin: 1rem;
}
figure.wp-block-image.failure_item_img {
  margin-top: 0.2rem;
}
p.failure_item_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.7rem;
}

p.failure_under_text {
  display: table;
  background-color: #887c78;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.06rem;
  line-height: 1.8;
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 2.1rem;
}
/* 上中央を欠けさせる部分 */
p.failure_under_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #f0ebe6;
  z-index: 1;
}

@media (max-width: 1023px) {
  .failure_section {
    padding-bottom: 3.5rem;
  }
  figure.wp-block-image.failure_item_img img {
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  p.failure_text {
    text-align: start;
  }
}

/* ========== reliefセクション ========== */
.relief_section {
  position: relative;
  background-color: #f0ece4;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 7.8rem;
}
.relief_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

p.relief_caption {
  position: relative;
  display: inline-block;
  background-color: #c7aca2;
  padding: 1.1rem 1.8rem;
  color: #fff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.75rem;
  line-height: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}
p.relief_caption::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #c7aca2;
}

p.relief_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 2.3rem;
}
p.relief_title span.sme-text-color {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
}
p.relief_sub_title {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.6;
  margin-top: 1.3rem;
}

.wp-block-columns.relief_column1 {
  margin-top: 4.4rem;
}
.wp-block-columns.relief_column2 {
  margin-top: 3.2rem;
}
.wp-block-columns.relief_column3 {
  margin-top: 6rem;
}

.relief_column_container .smb-container__body {
  margin-left: 0;
}

h3.relief_column_title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 1.74rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
p.relief_column_text {
  font-weight: 400;
  font-size: 0.9375rem;
}
p.relief_column_box_title {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  margin-top: 1rem;
  z-index: 1;
}
p.relief_column_box_text {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 1rem 1.2rem 0.5rem;
  margin-top: -0.9rem;
}

.relief_column2 .relief_column_container .smb-container__body {
  margin-left: auto;
  margin-right: 0;
}

p.relief_column3_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6rem;
}

/* 01 */
.relief_column1 figure.wp-block-image.relief_column_img {
  position: relative;
}
.relief_column1 figure.wp-block-image.relief_column_img::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -23px;
  width: 240px;
  height: 90px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Group-1-390019.svg")
    no-repeat center / contain;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .relief_column1 figure.wp-block-image.relief_column_img::after {
    right: 4px;
  }
}
@media (max-width: 639px) {
  .relief_column1 figure.wp-block-image.relief_column_img::after {
    top: -53px;
    width: 140px;
  }
}

/* 02 */
.relief_column2 figure.wp-block-image.relief_column_img {
  position: relative;
}
.relief_column2 figure.wp-block-image.relief_column_img::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -22px;
  width: 240px;
  height: 80px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Group-2-eaac3e.svg")
    no-repeat center / contain;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .relief_column2 figure.wp-block-image.relief_column_img::after {
    top: -30px;
    left: 8px;
  }
}
@media (max-width: 639px) {
  .relief_column2 figure.wp-block-image.relief_column_img::after {
    top: -43px;
    width: 140px;
  }
}

/* 03 */
.relief_column3 figure.wp-block-image.relief_column_img {
  position: relative;
}
.relief_column3 figure.wp-block-image.relief_column_img::after {
  content: "";
  position: absolute;
  top: -33px;
  right: -20px;
  width: 240px;
  height: 70px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/f_soltion03-001c7e.svg")
    no-repeat center / contain;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .relief_column3 figure.wp-block-image.relief_column_img::after {
    right: 4px;
  }
}
@media (max-width: 639px) {
  .relief_column3 figure.wp-block-image.relief_column_img::after {
    top: -40px;
    width: 140px;
  }
}

@media (max-width: 1023px) {
  .relief_column_container
    .smb-container__body.is-layout-constrained.wp-block-container-is-layout-constrained {
    width: 100% !important;
  }
  /* 上下入れ替え */
  .relief_column2 .wp-block-column:first-child {
    order: 2;
  }
  .relief_column2 .wp-block-column:last-child {
    order: 1;
  }
}

@media (max-width: 639px) {
  p.relief_sub_title {
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: start;
  }
  p.relief_title{
    line-height: 2;
  }
  h3.relief_column_title {
    font-size: 19px;
  }
  p.relief_column_box_title,
  p.relief_column_box_text {
    font-size: 15px;
  }
}

/* ========== futureセクション ========== */
.future_section {
  padding-top: 8.2rem;
  position: relative;
}
/* 左上の “future” の英字を擬似要素で挿入 */
.future_section::after {
  content: "";
  position: absolute;
  top: clamp(30px, 4.3vw, 62px);
  left: clamp(7px, calc(-58.85px + 17.5587vw), 194px);
  width: clamp(510px, 53.8vw, 775px);
  aspect-ratio: 960 / 190;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/b7259d12c0a5150b4834cbbd32318343.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}

.wp-block-snow-monkey-blocks-items.future_column {
  margin-top: 0.95rem;
}

p.future_title,
p.future_title3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.5%;
  display: inline-block;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background-color: #c7aca2;
  padding: 0.2em 1em;
  z-index: 1;
  white-space: nowrap;
}
p.future_title3 {
  padding: 0.2em 3em;
}

p.future_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 2.2rem;
}

p.future_under_text1,
p.future_under_text2 {
  font-weight: 400;
  font-size: 1.26rem;
  line-height: 2;
}
p.future_under_text1 {
  margin-top: 1.7rem;
}
p.future_under_text1 span.sme-bg-color.has-sm-accent-background-color {
  padding: 0.4rem 0;
}
p.future_under_text2 {
  margin-top: 0.4rem;
}

@media (max-width: 1023px) {
  figure.wp-block-image.future_img img {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .future_section {
    padding-top: 5.2rem;
  }

  .future_section .section_sub_title {
    font-size: 16px;
    text-align: start;
  }
  p.future_title {
    margin-bottom: -3.5rem;
  }
  p.future_under_text1,
  p.future_under_text2 {
    font-size: 16px;
    text-align: start;
  }
  figure.wp-block-image.future_img img {
    max-width: 100%;
  }
}

/* ========== flowセクション ========== */
.flow_section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 7.7rem;
  padding-bottom: 4.4rem;
}
/* 背景と角丸を擬似要素で作る */
.flow_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 100px;
  z-index: 1;
}
/* その他の背景をグループ化して挿入 */
.flow_section::after {
  content: "";
  position: absolute;
  bottom: -0.3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  aspect-ratio: 1441 / 1463;
  background: url(https://michelle-pilates.com/wp-content/uploads/2025/10/Group-6-f98dee.svg)
    no-repeat center bottom / contain;
  z-index: 1;
  pointer-events: none;
}

.flow_section h2.section_title {
  margin-bottom: 1.1rem;
  z-index: 2;
  position: relative;
}
.flow_section h2.section_title::before {
  content: "";
  position: absolute;
  left: 14%;
  top: 55%;
  transform: translate(-50%, -60%);
  width: 370px;
  height: 170px;
  background-image: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Group-3-2ab677.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1023px) {
  .flow_section h2.section_title::before {
    left: 22%;
    top: -110%;
  }
}
@media (max-width: 639px) {
  .flow_section {
    padding-top: 6.7rem;
    padding-bottom: 1.4rem;
  }
  .flow_section h2.section_title::before {
    left: 33%;
    top: -15%;
    width: 260px;
  }
}

.flow_section p.section_sub_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  z-index: 2;
}

p.section_sub_text {
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.9;
  margin-top: 1.5rem;
  z-index: 2;
}

.wp-block-columns.flow_column {
  margin-top: 7.5rem;
  z-index: 2;
}

p.flow_number,
p.flow_number5 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  z-index: 1;
  width: 100px;
  height: 100px;
}
/* 円を背景に */
p.flow_number::before,
p.flow_number5::before {
  content: "";
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c7aca2;
  z-index: -1;
}
/* 縦線を挿入 */
p.flow_number::after {
  content: "";
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25px;
  height: 149px;
  background-color: #c7aca2;
}

h3.flow_column_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8125rem;
  line-height: 1;
  margin-bottom: 1.9rem;
}
p.flow_column_text {
  font-weight: 400;
  font-size: 1rem;
}

.wp-block-columns.flow_column2 {
  margin-top: 2.9rem;
  z-index: 2;
}

@media (max-width: 1023px) {
  .flow_section::after {
    bottom: -11%;
    aspect-ratio: 767 / 3565;
    background: url(https://michelle-pilates.com/wp-content/uploads/2025/10/Group-8-d0025f.svg)
      no-repeat center bottom / contain;
  }
}

@media (max-width: 781px) {
  p.flow_number::after {
    display: none;
  }
  .wp-block-columns.flow_column {
    margin-top: 4.5rem;
    gap: 0;
  }
  p.flow_column_text {
    padding-bottom: 1rem;
  }
  .wp-block-columns.flow_column2 {
    margin-top: 4.9rem;
    gap: 0;
  }
  figure.wp-block-image.flow_img img {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .flow_section p.section_sub_title {
    font-size: 18px;
  }
  p.section_sub_text {
    font-size: 16px;
    text-align: start;
  }
  p.flow_number,
  p.flow_number5 {
    font-size: 16px;
    width: 80px;
    height: 80px;
  }
  p.flow_number::before,
  p.flow_number5::before {
    width: 80px;
    height: 80px;
  }
  h3.flow_column_title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  p.flow_column_text {
    font-size: 15px;
  }
  figure.wp-block-image.flow_img img {
    width: 100%;
  }
  .flow_section::after {
    bottom: 0%;
    aspect-ratio: 767 / 6114;
    background: url(https://michelle-pilates.com/wp-content/uploads/2025/10/Rectangle-34-5ec43f.svg)
      no-repeat center bottom / contain;
  }
}

/* ========== flow_underセクション ========== */
.flow_under_section {
  padding-top: 2.9rem;
  padding-bottom: 3.7rem;
}

p.flow_under_text {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 2;
}

@media (max-width: 639px) {
  p.flow_under_text {
    font-size: 16px;
    text-align: start;
  }
}

/* ========== chanceセクション ========== */
.chance_section {
  padding-top: 3.7rem;
  padding-bottom: 1.8rem;
}

/* 左上の “chance” の英字を擬似要素で挿入 */
.chance_section::after {
  content: "";
  position: absolute;
  top: clamp(
    -13px,
    calc(-13px + (70 + 13) * ((100vw - 768px) / (1440 - 768))),
    70px
  );
  left: calc(33 / 1440 * 100vw);
  width: clamp(
    500px,
    calc(500px + (640 - 500) * ((100vw - 768px) / (1440 - 768))),
    640px
  );
  aspect-ratio: 960 / 190;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Group-4-593862.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}

.chance_section .smb-section__body {
  text-align: center;
}

.chance_section h2.section_title {
  display: inline-block;
  background-color: #c7aca2;
  padding: 1.1rem 1.4rem;
  margin-bottom: 1.6rem;
}

p.chance_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 0.8rem;
}

@media (max-width: 639px) {
  .chance_section h2.section_title {
    font-size: 18px !important;
  }
  p.chance_text {
    text-align: start;
  }
}

/* 特典１ */
.wp-block-group.benefits_group1 {
  background-image: url("https://michelle-pilates.com/wp-content/uploads/2025/10/ba2bf7fb4a83888704576a681fc3389d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 1em 4em 0;
  position: relative;
  overflow: visible;
  margin-top: 2.7rem;
}
.wp-block-group.benefits_group1::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -5%;
  width: 134px;
  height: 134px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/446de6f5bd32e10f05ef33d80d131791.svg")
    no-repeat center / contain;
  z-index: 1;
}

p.benefits_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.72rem !important;
  line-height: 1.8;
  letter-spacing: 0em;
}

.wp-block-columns.benefits_column {
  margin-top: -0.5rem;
}
/* 1番目のカラム */
p.benefits_column1_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0.5em 0.5em 0.5em 1em;
}
p.benefits_column1_text::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.9em solid transparent;
  border-bottom: 1.9em solid transparent;
  border-left: 12px solid #fff;
}

/* 2番目のカラム */
.wp-block-group.benefits_column2_money_group {
  margin-top: 0;
  align-items: baseline;
  gap: 0.2rem;
}
p.benefits_column2_title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
p.benefits_column2_money_text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0em;
}
p.benefits_column2_money_text2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

p.benefits_column4_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  text-shadow: 4px 4px 0 #d78e94;
}

/* 特典2 */
.wp-block-group.benefits_group2 {
  background-image: url("https://michelle-pilates.com/wp-content/uploads/2025/10/d2d584e6f4aecb29a1a6879036deba30.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 1em 4em 0;
  position: relative;
  overflow: visible;
  margin-top: 2.2rem;
}
.wp-block-group.benefits_group2::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -5%;
  width: 134px;
  height: 134px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/68bd407c0a6521575b07918976145332.svg")
    no-repeat center / contain;
  z-index: 1;
}

@media (max-width: 1023px) {
}

@media (max-width: 639px) {
}

@media (max-width: 1023px) {
  .wp-block-columns.benefits_column {
    justify-content: center;
  }
  .wp-block-group.benefits_group1 {
    margin-top: 4rem;
    padding: 1em;
  }
  .wp-block-group.benefits_group1::before {
    top: -15%;
    left: 1%;
    width: 120px;
    height: 120px;
  }

  .wp-block-group.benefits_group2 {
    padding: 1rem;
  }
  .wp-block-group.benefits_group2::before {
    top: -15%;
    left: 1%;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 639px) {
  p.benefits_title {
    font-size: 20px !important;
  }
  .wp-block-columns.benefits_column {
    gap: 1rem;
    margin-top: 1rem;
  }

  .wp-block-column.benefits_column2 {
    flex-basis: 37% !important;
  }

  p.benefits_column2_money_text1 {
    font-size: 30px;
  }
  .wp-block-column.benefits_column4 {
    flex-basis: 47% !important;
  }
  p.benefits_column4_text {
    font-size: 56px;
  }
  .wp-block-group.benefits_group1::before {
    top: -9%;
    left: -4%;
    width: 80px;
    height: 80px;
  }
  .wp-block-group.benefits_group2::before {
    top: -9%;
    left: -4%;
    width: 80px;
    height: 80px;
  }
}

p.chance_under_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 3rem;
}
p.chance_under_text {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media (max-width: 639px) {
  p.chance_under_title {
    font-size: 18px;
  }
  p.chance_under_text {
    font-size: 16px;
    text-align: start;
  }
}

/* ========== ctaセクション ========== */
.cta_section {
  padding-top: 4.1rem;
  padding-bottom: 2.2rem;
}

.cta_section h2.section_title {
  font-size: 1.84rem;
  margin-bottom: 0rem;
}

.cta_section .smb-section__body {
  text-align: center;
}
/* LINEボタン */
.line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15em;
  width: 420px;
  height: 92px;
  background: #53b140;
  border-radius: 60px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.38rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
  margin-top: 3rem !important;
}
.line-btn:hover {
  opacity: 0.8;
}
.line-btn::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Rectangle-d48e82.svg")
    no-repeat center center / contain;
}

p.cta_text {
  font-weight: 500;
  font-size: 1.03rem;
  line-height: 1.6;
  margin-top: 3rem;
}

@media (max-width: 639px) {
  .line-btn {
    font-size: 20px;
  }
  .line-btn::before {
    width: 45px;
    height: 45px;
  }
}

/* ========== planセクション ========== */
.plan_section {
  padding-top: 5.6rem !important;
  padding-bottom: 5.2rem !important;
}
.plan_section h2.section_title {
  font-size: 2.03rem;
  letter-spacing: 0;
}

h3.plan_sub_title,
h3.plan_sub_title2,
h3.plan_sub_title3 {
  font-weight: 500 !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  margin-top: 4.1rem;
  margin-bottom: 3.6rem;
}
:root :where(.wp-block-heading.is-style-snow-monkey-143825)::before {
  display: none;
}

.plan_section .smb-information__item__label {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  letter-spacing: 0em !important;
}

p.plan_table_text {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em !important;
}
p.plan_table_under_text {
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0em !important;
  margin-top: 0.3rem;
}

p.plan_text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0em !important;
  margin-top: 2.3rem;
  margin-bottom: 5.3rem;
}

h3.plan_sub_title2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.money_table_plan .smb-pricing-table__item__title {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  letter-spacing: 0em !important;
  margin-bottom: 2.1rem;
}
.money_table_plan .smb-pricing-table__item__lede {
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0em !important;
}

.money_table_plan li.money_table_list {
  font-weight: 400;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0em !important;
}
.money_table_plan ul {
  padding-top: 0.9rem;
}

h3.plan_sub_title3 {
  margin-top: 4.5rem;
  margin-bottom: 0.5rem;
}

p.plan_box_text {
  font-family: Inter;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8rem !important;
  letter-spacing: 0em !important;
  margin-top: 1.5rem;
}

.wp-block-snow-monkey-blocks-box.plan_box {
  margin-top: 3.2rem !important;
}

@media (max-width: 639px) {
  .plan_section {
    padding-top: 2.6rem !important;
    padding-bottom: 0.2rem !important;
  }

  h3.plan_sub_title {
    margin-bottom: 1rem;
  }
  p.plan_table_under_tex,
  p.plan_text {
    font-size: 16px;
  }
  .money_table_plan .smb-pricing-table__item__lede {
    font-size: 15px !important;
  }
}

/* ========== faqセクション ========== */
.faq_section {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.faq_section h2.section_title {
  font-size: 2rem;
  margin-bottom: 4.7rem;
}

.smb-accordion__item__title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-snow-monkey-blocks-accordion-item.faq_accordion_panel {
  margin-top: 0.8rem;
}

span.smb-accordion__item__title__label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.03rem;
  line-height: 1;
}
span.smb-accordion__item__title__label::before {
  content: "Q";
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 1em;
  color: #534741;
}
@media (max-width: 639px) {
  .faq_section h2.section_title {
    margin-bottom: 2rem !important;
  }
  span.smb-accordion__item__title__label {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
  }
  .smb-accordion__item__title__label::before {
    flex-shrink: 0;
    margin-top: 0.1em;
    margin-right: 0 !important;
  }
}

p.faq_accordion_text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8rem;
}

/* ========== staffセクション ========== */
.staff_section {
  padding-top: 7.5rem;
  padding-bottom: 8.1rem;
}

.staff_section h2.section_title {
  font-size: 2rem;
  margin-bottom: 4rem;
}

p.staff_sub_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.78rem;
  line-height: 3.6rem;
  letter-spacing: 0em;
  margin-top: 0rem;
}
p.staff_sub_title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.9em;
  line-height: 1.6;
}

p.staff_sub_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 3.75rem;
}

.wp-block-snow-monkey-blocks-items.staff_column {
  margin-top: 0;
}

.staff-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.staff-card img {
  display: block;
  width: 100%;
  height: auto;
}
.staff-card .staff-name {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  background-color: #c7aca2;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding: 0.2em;
  box-sizing: border-box;
}

li.staff_list,
p.staff_list_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: 0em;
}
p.staff_list_text {
  letter-spacing: -0.08em;
  margin-top: 0.6rem;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .staff_img_column {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  figure.wp-block-image.staff_img img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 639px) {
  .staff_section h2.section_title {
    margin-bottom: 2rem !important;
  }
  p.staff_sub_title {
    font-size: 18px;
    line-height: 2.3rem;
  }
  p.staff_sub_title span {
    padding: 0 0.3em;
  }
  .wp-block-snow-monkey-blocks-items.staff_column {
    margin-top: 0;
  }
  .wp-block-snow-monkey-blocks-items-item-free.staff_img_column {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .staff_column
    .wp-block-snow-monkey-blocks-items-item-free.staff_img_column:first-child {
    margin-top: 0;
  }
  li.staff_list,
  p.staff_list_text {
    font-size: 16px;
  }
}

/* ========== textセクション ========== */
.text_section {
  padding-top: 8rem;
  padding-bottom: 14.5rem;
}

hr.wp-block-separator.text_border {
  border-top: 1px solid #887c78;
}

p.text_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 2.3rem;
}

p.text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.19rem;
  line-height: 1.9rem;
  letter-spacing: 0.02em;
  margin-top: 2.2rem;
}
p.text2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.19rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}

.text_section h2.section_title {
  font-size: 2rem;
  margin-top: 7.5rem;
}

/* 左右のホワホワ画像を擬似要素で挿入 */
.text_section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.text_section::before,
.text_section::after {
  content: "";
  position: absolute;
  width: 400px; /* 調整OK */
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
/* 左側ホワホワ */
.text_section::before {
  background-image: url("https://michelle-pilates.com/wp-content/uploads/2025/10/Group.jpg");
  top: 23%;
  left: 3%;
}
/* 右側ホワホワ */
.text_section::after {
  background-image: url("https://michelle-pilates.com/wp-content/uploads/2025/10/fc4b45746751b0512353282ea6f49c9e.jpg");
  bottom: 46%;
  right: 2%;
}
@media (max-width: 1023px) {
  .text_section::before,
  .text_section::after {
    width: 350px;
    height: 350px;
  }
  .text_section::before {
    top: 42%;
    left: -5%;
  }
  .text_section::after {
    bottom: 65%;
    right: -4%;
  }
}
@media (max-width: 639px) {
  .text_section::before,
  .text_section::after {
    width: 250px;
    height: 250px;
  }
  .text_section::before {
    top: 53%;
  }
  .text_section::after {
    bottom: 77%;
    right: -4%;
  }
}

@media (max-width: 639px) {
  p.text_title {
    font-size: 20px;
  }
  p.text1,
  p.text2 {
    font-size: 16px;
    text-align: start;
  }
}

/* ========== mapセクション ========== */
.map_section {
  padding-bottom: 7.2rem;
}

.wp-block-columns.map_section_column {
  margin-top: -14.6rem;
}

.wp-block-group.map_name_group {
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 4rem;
}

p.map_name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
p.map_sab_name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.6;
  letter-spacing: 0em;
}

.wp-block-snow-monkey-blocks-information.map_table {
  margin-top: 2rem;
}
.wp-block-snow-monkey-blocks-information-item.map_table_title {
  margin-top: 0.5rem;
}

.map_section .smb-information__item__label,
p.map_table_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0em;
}

@media (max-width: 639px) {
  .map_section {
    padding-bottom: 3.2rem;
  }
  .wp-block-group.map_name_group {
    display: block;
    margin-top: 2rem;
  }
  .map_section .smb-information__item__label,
  p.map_table_text {
    font-size: 15px;
  }
  .map_section .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    margin-bottom: 0;
  }
}

/* ========== footerセクション ========== */
.footer_section {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.wp-block-group.footer_menu_group {
  padding-top: 1.5rem;
}

p.footer_menu {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
/* 全ての要素の右に縦線をつける */
.footer_menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.9em;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #f0ece4;
}
/* 最初の要素だけ左にも線をつける */
.footer_menu:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9em;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #f0ece4;
}

.c-section.p-section-front-page-content {
  padding-bottom: 0;
}
.l-footer {
  border-top: none;
}

.c-copyright.c-copyright--inverse {
  padding: 1.8rem 0;
}
.l-footer--default .c-copyright {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #f0ece4;
  background-color: #8c7a76;
}

@media (max-width: 639px) {
  .wp-block-group.footer_menu_group {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8em;
  }
  .footer_menu::after,
  .footer_menu:first-child::before {
    display: none;
  }

  p.footer_menu,
  .l-footer--default .c-copyright {
    font-size: 15px;
  }
}
