@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フォントの読み込み */
.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.Source Han Serif JP Regular {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Source Han Serif JP Medium {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.Source Han Serif JP Bold {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Source Han Serif TC Regular {
  font-family: "source-han-serif-tc", serif;
  font-weight: 400;
  font-style: normal;
}
.Source Han Serif TC Medium {
  font-family: "source-han-serif-tc", serif;
  font-weight: 500;
  font-style: normal;
}
.Source Han Serif TC Bold {
  font-family: "source-han-serif-tc", serif;
  font-weight: 700;
  font-style: normal;
}
.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.source-serif-pro {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "source-han-serif-jp-subset", sans-serif;
}
.page-id-31,
.page-id-33,
html[lang="zh-TW"] .blog,
html[lang="zh-TW"] .single-post,
.page-id-37 {
  font-family: "source-han-serif-tc", serif;
}

/* 文字のチカつき防止 */
html.wf-loading body {
  visibility: hidden;
}
/* 初期状態は非表示（アニメーション風にする） */
html:not(.wf-active):not(.wf-inactive) p.under_fv_caption,
html:not(.wf-active):not(.wf-inactive) p.fv_caption,
html:not(.wf-active):not(.wf-inactive) p.fv_text,
html:not(.wf-active):not(.wf-inactive) p.under_fv_text,
html:not(.wf-active):not(.wf-inactive) .swell-block-button.fv_btn {
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.18s ease-out, transform 0.18s ease-out;
}
/* 読み込み完了後に表示（フェードイン） */
html.wf-active p.under_fv_caption,
html.wf-active p.fv_caption,
html.wf-active p.fv_text,
html.wf-active p.under_fv_text,
html.wf-active .swell-block-button.fv_btn,
html.wf-inactive p.under_fv_caption,
html.wf-inactive p.fv_caption,
html.wf-inactive p.fv_text,
html.wf-inactive p.under_fv_text,
html.wf-inactive .swell-block-button.fv_btn {
  opacity: 1;
  transform: translateY(0);
}
/* 言語によってフォントを変更（FVテキストとボタンに明示的指定） */
html[lang="zh-TW"] p.under_fv_caption,
html[lang="zh-TW"] p.fv_caption,
html[lang="zh-TW"] p.fv_text,
html[lang="zh-TW"] p.under_fv_text,
html[lang="zh-TW"] .swell-block-button.fv_btn {
  font-family: "source-han-serif-tc", serif;
}
html[lang="ja"] p.under_fv_caption,
html[lang="ja"] p.fv_caption,
html[lang="ja"] p.fv_text,
html[lang="ja"] p.under_fv_text,
html[lang="ja"] .swell-block-button.fv_btn {
  font-family: "source-han-serif-jp-subset", sans-serif;
}
/* フォント読み込み完了までページ全体を隠す */
html.wf-loading body {
  opacity: 0;
}
/* 読み込み完了時にふんわり表示 */
html.wf-active body,
html.wf-inactive body {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

/* 共通パーツ */
/* デフォルトの・を削除 */
.page-id-11 ul,
.page-id-13 ul,
.page-id-31 ul,
.page-id-33 ul {
  list-style: none;
}
.page-id-11 ul li::marker,
.page-id-13 ul li::marker,
.page-id-31 ul li::marker,
.page-id-33 ul li::marker {
  display: none;
}
ul.dot-list {
  padding-left: 1.2em;
  margin: 0;
}
ul.dot-list li {
  position: relative;
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.dot-list li::before {
  content: "・";
  font-size: 0.6rem;
  position: absolute;
  left: 0;
  top: 0.9em;
  line-height: 1;
}
/* ===== 日本語ページ ===== */
/* ドットの位置調整 */
.page-id-11 ul.dot-list,
.page-id-13 ul.dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-id-11 ul.dot-list li,
.page-id-13 ul.dot-list li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.8;
  text-indent: 0;
}
.page-id-11 ul.dot-list li::before,
.page-id-13 ul.dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1.8;
  color: inherit;
}

/* hide reCAPTCHA v3 badge非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* ========== ヘッダー ========== */
/* ロゴの大きさ調整 */
.c-headLogo__img {
  height: 65%;
}
.-series .l-header__logo {
  padding: 22px 0 12px !important;
}

.c-gnav > .menu-item > a,
.swell-block-button.header_btn a {
  font-family: "source-han-serif-tc", serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}
.c-gnav > .menu-item > a .ttl,
.swell-block-button.header_btn a {
  font-size: 15px;
}
.c-gnav > .menu-item > a {
  padding: 0 40px;
}

/* 下線の調整 */
.l-header .c-gnav > li > a:after {
  background: rgba(60, 100, 80, 1);
}
/* 現在ページがトップ（最初のメニュー）の場合でも、ホバー時以外は下線非表示 */
.c-gnav > li:first-child.-current > a::after {
  width: 0;
}
/* ホバー時はしっかり出す */
.c-gnav > li:first-child.-current:hover > a::after {
  width: 100% !important;
}
/* お問い合わせボタンにだけホバー時の下線を無効化 */
li.header_btn > a::after {
  display: none !important;
}

/* お問い合わせボタン */
.header_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 39px !important;
  padding: 0 28px;
  border-radius: 50px;
  background: rgba(60, 100, 80, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  line-height: 1;
  vertical-align: middle;
  margin-top: 13px;
}
.c-gnav > .menu-item:last-child > a {
  padding: 0;
}
.header_btn:hover {
  opacity: 0.8;
}
/* スクロール中のボタン色変更 */
.l-fixHeader__gnav .header_btn {
  background-color: #3c6450;
}

/* 中文ヘッダーボタン */
.page-id-31 .header_btn {
  width: 118px;
}

/* 国旗画像を非表示 */
.pll-parent-menu-item .ttl img {
  display: none !important;
}

/* 地球儀アイコンの変更 */
/* 全ページ共通：黒い地球儀（デフォルト） */
.pll-parent-menu-item .ttl::before {
  content: "";
  display: inline-block;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/291a0096c62e1833da4dcd6a380c6df4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}
/* 日本語TOP(page-id-11)：白地球儀に上書き */
.page-id-11 .pll-parent-menu-item .ttl::before {
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/218886a33b099e9cb2b7f1efb45c09c6.svg") !important;
}
/* 中国語TOP(page-id-31)：白地球儀に上書き */
.page-id-31 .pll-parent-menu-item .ttl::before {
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/218886a33b099e9cb2b7f1efb45c09c6.svg") !important;
}
/* TOPページスクロール時：黒地球儀 */
.l-fixHeader__gnav .pll-parent-menu-item .ttl::before {
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/291a0096c62e1833da4dcd6a380c6df4.svg") !important;
}
/* 地球儀アイコンのサイズ */
.c-gnav .pll-parent-menu-item > a > .ttl::before {
  font-size: 15px;
}

/* 地球儀横の「日本語」だけ非表示 */
.c-gnav .pll-parent-menu-item > a > .ttl {
  font-size: 0 !important;
}

/* ドロップダウンメニュー */
.c-gnav .sub-menu a {
  font-family: "source-han-serif-tc", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}
.c-gnav .sub-menu a:before {
  display: none;
}
.c-gnav .sub-menu a {
  padding: 20px;
  opacity: 1;
  border-bottom-width: 1px;
}

/* ヘッダーの下線 */
.l-header__inner.l-container {
  position: relative;
}
.l-header__inner.l-container::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 4%;
  width: 92%;
  height: 0.5px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  /* ロゴの余白調整 */
  .-series .l-header__logo {
    padding: 0 2vw !important;
  }
  /* ロゴの大きさを戻す */
  .c-headLogo__img {
    height: 100%;
  }

  /* SPヘッダー(スクロール時、ロゴの下に出てくる選択言語を非表示) */
  ul.p-spHeadMenu {
    display: none !important;
  }
  /* ヘッダー下線調整 */
  .l-header__inner.l-container::after {
    bottom: -10%;
    left: 0%;
    width: 100%;
  }
  /* スクロール時下線非表示 */
  .l-header__inner.l-container.hide-border::after {
    display: none;
  }
  .blog .l-header__inner.l-container::after {
    display: none;
  }
}

/* =========== FV ========== */
/* FV上の余白を削除 */
.top #content,
.top #content {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-cover.alignfull.is-light.fv_cover_img {
  height: 99vh;
}
.wp-block-cover__inner-container {
  top: 6%;
}

p.fv_caption {
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 2.23rem;
  margin-bottom: 2rem !important;
}
p.fv_text {
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.625rem;
  margin-bottom: 3.7rem !important;
}

/* FVボタン */
.swell-block-button.fv_btn {
  display: flex;
  justify-content: center;
}
.swell-block-button.fv_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  min-width: 84px;
  max-width: 480px;
  padding-right: 8px;
  padding-left: 8px;
  gap: 8px;
  opacity: 1;
  border-radius: 124px;
  border-width: 0.5px;
  background: rgba(255, 255, 255, 0.16);
  border: 0.5px solid rgba(255, 255, 255, 1);
  /* font-family: "Hina Mincho", serif; */
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}
.swell-block-button.fv_btn a:hover {
  opacity: 0.8;
}
.swell-block-button.fv_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Line-23-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* scrollの文字・装飾 */
.fv_section {
  position: relative;
  z-index: 2;
}
.fv_section::after {
  content: "Scroll";
  position: absolute;
  top: 89.5%;
  left: 87.5%;
  font-family: "Hina Mincho", serif;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  z-index: 2;
}
.fv_section::before {
  content: "";
  position: absolute;
  top: 93%;
  left: 89%;
  width: 1px;
  height: 55px !important;
  border: 1px solid rgba(249, 249, 249, 1);
  animation: scroll-line 1.5s infinite ease-in-out;
  z-index: 2;
}
@keyframes scroll-line {
  0% {
    height: 10px;
    opacity: 0.2;
  }
  50% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 10px;
    opacity: 0.2;
  }
}

@media screen and (max-width: 959px) {
  p.fv_caption {
    letter-spacing: 1.4rem;
  }
  p.fv_text {
    letter-spacing: 0.325rem;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-cover.alignfull.is-light.fv_cover_img {
    height: 77vh;
    min-height: auto;
  }
  .wp-block-cover__inner-container {
    top: 4%;
  }

  .wp-block-spacer.fv_spacer1 {
    height: 215px !important;
  }
  .wp-block-spacer.fv_spacer2 {
    height: 170px !important;
  }

  p.fv_caption {
    font-size: 23.5px !important;
    line-height: 1.33em;
    letter-spacing: 0.75em;
    margin-bottom: 1.2rem !important;
  }
  p.fv_text {
    font-size: 14px !important;
    line-height: 21.31px;
    letter-spacing: 4.73px;
    margin-bottom: 4.5rem !important;
  }
  .swell-block-button.fv_btn a {
    width: 240px;
    font-size: 14px;
  }
  .swell-block-button.fv_btn a::after {
    right: 6px;
  }

  .fv_section::after {
    font-size: 12px;
    line-height: 1;
    top: 88%;
    left: 47%;
    letter-spacing: 0.02em;
  }

  .fv_section::before {
    top: 91%;
    left: 50%;
    height: 56px !important;
  }
}

/* ===== 日本語ページ(.page-id-11) ===== */
.page-id-11 .wp-block-cover.fv_cover_img > .wp-block-cover__inner-container {
  max-width: 100%;
  width: 100%;
  top: 0%;
}
.page-id-11 p.fv_caption {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 38px;
}
.page-id-11 p.fv_text {
  font-size: 1.28rem !important;
  line-height: 45px;
  letter-spacing: 9.5px;
  margin-bottom: 2.6rem !important;
}
.page-id-11 .swell-block-button.fv_btn a {
  font-family: "source-han-serif-jp-subset", sans-serif;
}

@media screen and (max-width: 959px) {
  .page-id-11 p.fv_caption {
    font-size: 2.6rem !important;
    letter-spacing: 30px;
  }
  .page-id-11 p.fv_text {
    letter-spacing: 8.5px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-11 .wp-block-cover.alignfull.is-light.fv_cover_img {
    height: 71vh;
  }
  .page-id-11 .wp-block-cover.fv_cover_img > .wp-block-cover__inner-container {
    top: 0.8%;
  }
  .page-id-11 p.fv_caption {
    font-size: 23.5px !important;
    line-height: 1.8;
    letter-spacing: 18px;
  }
  .page-id-11 p.fv_text {
    font-size: 14px !important;
    line-height: 180%;
    letter-spacing: 4px;
    margin-bottom: 2.1rem !important;
  }
}

/* ========== プロフィールセクション ========== */
.swell-block-fullWide.profile_pc_section {
  padding-top: 2.4em !important;
  padding-bottom: 5em !important;
}

.profile_text_column .wp-block-group.wp-block-group-is-layout-flex {
  margin-bottom: 0.3rem;
}
.swell-block-column.color_column {
  background: #f9f9f9;
  border-radius: 8px;
}

/* PC,TB,SPの出し分け設定 */
.profile_tb_section {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .profile_tb_section {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  .profile_section {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  ul.dot-list li {
    text-indent: 0;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-column.profile_img_column {
    margin-left: 0;
  }

  /* profile_text_columnの調整 */
  .profile_section {
    position: relative;
  }
  .profile_section .profile_img_column {
    width: 100%;
    display: block;
  }
  .profile_section .profile_img_column img {
    width: 88%;
    height: auto;
    display: block;
  }
  .profile_section .profile_text_column {
    position: absolute;
    top: 79%;
    left: -2%;
    --swl-clmn-pddng: 2rem 3rem 0rem 2.5rem !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }
  /* 下のセクションとの被り防止：高さ確保 */
  .profile_section::after {
    content: "";
    display: block;
    padding-top: 248%;
  }

  h2.wp-block-heading.name {
    font-size: 16px !important;
  }
  .profile_text_column .wp-block-group.wp-block-group-is-layout-flex {
    margin-bottom: 1rem;
  }
  .swell-block-fullWide.profile_section {
    padding-bottom: 3rem !important;
  }
}

/* ===== 日本語ページ ===== */

@media screen and (max-width: 959px) {
  .page-id-11 h2.wp-block-heading.name{
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-11 h2.wp-block-heading.name {
    font-size: 15.5px !important;
  }
  .page-id-11 .profile_section::after {
    padding-top: 319%;
  }
}

/* ========== ブランドストーリーセクション ========== */
h2.wp-block-heading.brand_section_title {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
p.brand_section_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.5625rem;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.brand_section {
    padding-top: 5.5em !important;
    padding-bottom: 6.3em !important;
  }
  h2.wp-block-heading.brand_section_title {
    font-size: 38px !important;
  }
  p.brand_section_text {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.1875rem;
  }
}

/* ===== 日本語ページ ===== */
.page-id-11 h2.wp-block-heading.brand_section_title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.5rem !important;
  margin-bottom: 1.7em !important;
}
.page-id-11 p.brand_section_text {
  line-height: 1.8;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .page-id-11 h2.wp-block-heading.brand_section_title {
    font-size: 40px !important;
  }
  .page-id-11 p.brand_section_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.4px;
  }
}

/* ========== お知らせセクション ========== */



.swell-block-fullWide.news_section {
  padding-top: 80px !important;
  padding-bottom: 92px !important;
}
.p-postList__body {
  padding-top: 1.3em !important;
}
h2.p-postList__title {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
}

/* お知らせボタン */
.swell-block-button.news_btn a {
  position: relative;
  width: 360px;
  height: 50px;
  min-width: 84px;
  max-width: 480px;
  padding-right: 16px;
  padding-left: 16px;
  opacity: 1;
  border-radius: 100px;
  border-width: 0.5px;
  border: 0.5px solid #3c6450;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0;
  transition: opacity 0.3s ease;
}
.swell-block-button.news_btn a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.swell-block-button.news_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Line-23.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
  h2.p-postList__title {
    font-size: 16px !important;
  }

  .swell-block-button.news_btn a {
    width: 330px;
    font-size: 16px;
    line-height: 25px;
  }
}

/* ========== インスタグラムセクション ========== */
.swell-block-fullWide.Instagram_section {
  padding-top: 82px !important;
  padding-bottom: 80px !important;
}
h2.wp-block-heading.instagram_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
div#sb_instagram {
  padding-bottom: 2rem !important;
}

/* ========== トライアルセクション ========== */
.swell-block-fullWide.trial_section {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
p.trial_text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 23px;
}

p.trial_text.is-style-section_ttl::before,
p.trial_text.is-style-section_ttl::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background-color: #fff;
  flex-shrink: 0;
}

p.trial_caption {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.trial_section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  p.trial_text {
    font-size: 16px !important;
  }
  p.trial_caption {
    font-size: 32px;
  }
}

/* ===== 日本語ページ ===== */
@media screen and (max-width: 599px) {
  .page-id-11 p.trial_caption,
  .page-id-13 p.trial_caption {
    font-size: 32px !important;
  }
}

/* ========== フリーセクション ========== */

.swell-block-fullWide.free_section {
  padding-top: 2.2em !important;
  padding-bottom: 0 !important;
}

p.free_text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background: #3c3c3c;
}
/* フリーボタン */
.swell-block-button.free_btn {
  display: flex;
  justify-content: center;
}
.swell-block-button.free_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 50px;
  min-width: 84px;
  max-width: 480px;
  padding-right: 16px;
  padding-left: 16px;
  opacity: 1;
  border-radius: 100px;
  border: 0.5px solid #3c6450;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0;
  transition: opacity 0.3s ease;
}
.swell-block-button.free_btn a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.swell-block-button.free_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Line-23-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.free_section {
    margin-bottom: 0;
  }
  p.free_text {
    font-size: 18px !important;
  }

  .swell-block-button.free_btn a {
    width: 330px;
    font-size: 16px;
    line-height: 25px;
  }
}

/* ===== 日本語ページ ===== */
.page-id-11 .swell-block-fullWide.free_section,
.page-id-13 .swell-block-fullWide.free_section {
  padding-top: 1.2em !important;
}
.page-id-11 p.free_sub_text,
.page-id-13 p.free_sub_text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
.page-id-11 p.free_text,
.page-id-13 p.free_text {
  margin-bottom: 2.8rem !important;
}

@media screen and (max-width: 959px) {
  .page-id-11 .swell-block-fullWide.free_section,
  .page-id-13 .swell-block-fullWide.free_section {
    padding-top: 3.2em !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-11 .swell-block-fullWide.free_section,
  .page-id-13 .swell-block-fullWide.free_section {
    padding-top: 2.2em !important;
  }
  .page-id-11 p.free_sub_text,
  .page-id-13 p.free_sub_text {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .page-id-11 p.free_text,
  .page-id-13 p.free_text {
    font-size: 20px !important;
    margin-bottom: 1.4rem !important;
  }
}

/* ========== フッターセクション ========== */
.swell-block-fullWide.footer_section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
p.copy_text.is-style-section_ttl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.1;
  letter-spacing: 0;
  color: rgba(221, 221, 221, 1);
}
.pc_footer_img img {
  vertical-align: middle;
}
.wp-block-group.pc_footer_img_group {
  gap: 22px;
}

@media screen and (min-width: 960px) {
  footer#footer {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .l-footer__inner {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.footer_section {
    display: none;
  }
  .sp_footer_img img {
    vertical-align: middle;
  }

  p.copy_text.is-style-section_ttl {
    font-size: 14px;
  }

  /* ロゴ＋コピーライトとフッターメニューの順番を入れ替え */
  .l-footer__inner {
    display: flex;
    flex-direction: column;
  }
  .l-footer__widgetArea {
    order: 2; /* ロゴ＋コピーライトを下に */
  }
  .l-footer__foot {
    order: 1; /* メニューを上に */
  }

  /* フッターメニューのカスタマイズ */
  li.footer_contact a,
  li.lang-item.lang-item-2.lang-item-ja.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-363-ja
    a {
    font-family: "source-han-serif-tc", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #3c3c3c;
  }
  li.lang-item.lang-item-2.lang-item-ja.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-363-ja
    a {
    padding-left: 2em;
  }
  /* メールアイコン挿入 */
  li.footer_contact a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: top;
  }
  /* メニュー間の縦線挿入 */
  .footer_contact a::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 14px;
    background-color: #dddddd;
    margin-left: 34px;
    vertical-align: middle;
  }

  /* 地球儀アイコン挿入 */
  li.lang-item.lang-item-2.lang-item-ja.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-363-ja
    a::before {
    content: "";
    display: inline-block;
    background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/world.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: top;
  }

  p.copyright {
    display: none;
  }

  .w-footer__box,
  .l-footer__widgetArea {
    padding: 0;
  }

  .l-footer__foot {
    display: none;
  }
}

/* ===== 日本語ページ ===== */
.page-id-11 .w-beforeFooter {
  margin: 4.35em auto 3em;
}

/* ========== 固定フッター ========== */
@media screen and (max-width: 959px) {
  #fix_bottom_menu .menu_list {
    padding: 0;
  }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-689 {
    background-color: #3c6450;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  /* リンクの中央寄せとサイズ調整 */
  #fix_bottom_menu .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
    padding: 0;
  }
  #fix_bottom_menu .menu-item a span {
    font-size: 14px !important;
  }

  /* メールアイコン挿入 */
  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-689
    a::before {
    content: "";
    display: inline-block;
    background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/fe7e2d12be6f67526041e91af6195806.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    position: relative;
    top: 5px;
  }

  /* 順番入れ替え */
  li.lang-item.lang-item-5.lang-item-zh.current-lang.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item.menu-item-home.menu-item-174-zh {
    order: 3;
  }
  li.lang-item.lang-item-2.lang-item-ja.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-690-ja {
    order: 2;
  }

  /* 縦線挿入 */
  li.lang-item.lang-item-5.lang-item-zh.current-lang.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item.menu-item-home.menu-item-690-zh
    a::before {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 1em;
    background-color: #dddddd;
    margin-right: 8px;
    vertical-align: middle;
  }
  .swell-block-fullWide.footer_sp_section {
    padding: 10px !important;
  }
  /* 現在の言語をグレー表示（非活性化っぽく） */
  li.current-lang > a {
    color: #8c8c8c !important;
  }
}

/* ===== 日本語ページ ===== */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-821 {
  background-color: #3c6450;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* メールアイコン挿入 */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-821
  a::before {
  content: "";
  display: inline-block;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/fe7e2d12be6f67526041e91af6195806.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}

/* 順番入れ替え */
li.lang-item.lang-item-5.lang-item-zh.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-822-zh {
  order: 3;
}
li.lang-item.lang-item-2.lang-item-ja.current-lang.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item.menu-item-home.menu-item-822-ja {
  order: 2;
}

/* 縦線挿入 */
li.lang-item.lang-item-5.lang-item-zh.current-lang.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item.menu-item-home.menu-item-690-zh
  a::before {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 1em;
  background-color: #dddddd;
  margin-right: 8px;
  vertical-align: middle;
}
#fix_bottom_menu .menu-item a {
  font-size: 14px !important;
}

/* ========== ドロワーメニュー ========== */
.c-widget__title.-spmenu,
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  display: none;
}
.p-spMenu__nav {
  margin-top: 1.8em;
}
.c-listMenu a {
  font-family: "source-han-serif-tc", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
  /* padding: 2.3em 0.75em; */
}
.p-spMenu__inner .c-spnav.c-listMenu a {
  padding: 2.3em 0.75em;
}

/* ロゴ挿入 */
.drawer-sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 35px;
}
/* Instagramアイコン */
.drawer-sns-links .insta-icon {
  width: 20px;
  height: 20px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Vector-0.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 37px;
}
/* NOTEアイコン */
.drawer-sns-links .note-icon {
  width: 67px;
  height: 25px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Group-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ========== 下層ページ ========== */
/* 下層ページ共通 */
/* FVの調整(余白も含む) */
.page-id-33 h1.c-pageTitle,
.blog h1.c-pageTitle,
.page-id-37 h1.c-pageTitle,
.page-id-13 h1.c-pageTitle,
.page-id-17 h1.c-pageTitle {
  display: none;
}
.page-id-33 div#content,
.blog div#content,
.page-id-37 div#content,
.page-id-13 div#content,
.page-id-17 div#content {
  padding-top: 0;
  margin-bottom: 0;
}
.page-id-33 .post_content,
.page-id-37 .post_content,
.blog .post_content,
.page-id-13 .post_content,
.page-id-17 .post_content {
  margin-top: 0 !important;
}
@media screen and (max-width: 959px) {
  .page-id-33 div#content,
  .blog div#content,
  .page-id-37 div#content,
  .page-id-13 div#content,
  .page-id-17 div#content {
    padding-top: 2em;
  }
}

/* ヘッダー下線削除 */
.page-id-33 .l-header__inner.l-container::after,
.page-id-37 .l-header__inner.l-container::after,
.blog .l-header__inner.l-container::after,
.category .l-header__inner.l-container::after,
.page-id-13 .l-header__inner.l-container::after,
.page-id-17 .l-header__inner.l-container::after {
  display: none;
}
/* ボタン色変更 */
.page-id-33 .header_btn,
.blog .header_btn,
.single .header_btn,
.page-id-37 .header_btn,
.category .header_btn,
.archive .header_btn,
.page-id-13 .header_btn,
.page-id-17 .header_btn {
  background: #3c6450;
}

/*  フッター上余白  */
.page-id-33 .w-beforeFooter,
.blog .w-beforeFooter,
.page-id-37 .w-beforeFooter,
.page-id-13 .w-beforeFooter,
.page-id-17 .w-beforeFooter {
  margin: 0;
}
.single div#before_footer_widget,
.category div#before_footer_widget,
.archive div#before_footer_widget,
.page-id-13 div#before_footer_widget,
.page-id-17 div#before_footer_widget {
  margin-top: 0;
}

/* 共通パーツ部 */
.page-id-33 .swell-block-fullWide.trial_section.pc_only {
  margin-bottom: 0;
}
.page-id-33 .swell-block-fullWide.free_section {
  padding-top: 4em !important;
  padding-bottom: 7em !important;
}

@media screen and (max-width: 599px) {
  .page-id-33 .swell-block-fullWide.free_section {
    padding-top: 2em !important;
    padding-bottom: 5.5em !important;
  }
}

/* ========== 服務內容ページ(.page-id-33) ========== */

/* ========== FVセクション ========== */
.wp-block-cover.fv_cover_pc_img {
  height: 74vh;
  max-height: 600px;
}
.wp-block-cover.fv_cover_pc_img > .wp-block-cover__inner-container {
  max-width: 100%;
  width: 100%;
  top: 0%;
}
/* FVのTB・SP調整 */
@media screen and (max-width: 599px) {
  .wp-block-cover.fv_cover_sp_img {
    height: 37vh;
    min-height: auto;
  }
  .swell-block-fullWide.under_sp_pc.sp_only .wp-block-cover__inner-container {
    top: 1%;
  }
}

p.under_fv_caption {
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 2.375rem;
  margin-bottom: 2.5rem !important;
}
p.under_fv_text {
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.625rem;
}

@media screen and (max-width: 959px) {
  p.under_fv_caption {
    letter-spacing: 1.4rem;
  }
  p.under_fv_text {
    letter-spacing: 0.325rem;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-spacer.under_fv_spacer {
    height: 0px !important;
  }
  p.under_fv_caption {
    font-size: 28px !important;
    line-height: 45px;
    letter-spacing: 12px;
    margin-bottom: 0.3em !important;
  }
  p.under_fv_text {
    font-size: 16px !important;
    line-height: 32px;
    letter-spacing: 4px;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 p.under_fv_caption {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 38px;
  margin-bottom: 1.7rem !important;
}

@media screen and (max-width: 959px) {
  .page-id-13 p.under_fv_caption {
    font-size: 2.6rem !important;
    letter-spacing: 30px;
  }
}

@media screen and (max-width: 599px) {
  .page-id-13
    .swell-block-fullWide.under_sp_pc.sp_only
    .wp-block-cover__inner-container {
    top: 4%;
  }
  .page-id-13 p.under_fv_caption {
    font-size: 28px !important;
    line-height: 45px;
    letter-spacing: 12px;
    margin-bottom: 0.9rem !important;
  }
}

/* ========== worriesセクション ========== */
p.worries_section_sub_title {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}
/* 斜め線を挿入 */
.worries_section_sub_title .swl-inline-color {
  position: relative;
  display: inline-block;
}

/* 左の斜線 */
.worries_section_sub_title .swl-inline-color::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -24px;
  width: 17px;
  height: 0;
  border-top: 0.67px solid #3c6450;
  transform: rotate(54deg);
  opacity: 1;
}

/* 右の斜線 */
.worries_section_sub_title .swl-inline-color::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -22px;
  width: 17px;
  height: 0;
  border-top: 0.67px solid #3c6450;
  transform: rotate(125deg);
  opacity: 1;
}

h2.wp-block-heading.section_title {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

.swell-block-column.worries_section_column {
  border: 0.5px solid var(--gray, #dddddd);
}
p.worries_column_caption {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
p.worries_column_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.worries_section {
    padding-top: 2.8em !important;
    padding-bottom: 1rem !important;
  }
  p.worries_section_sub_title {
    font-size: 14px !important;
    line-height: 1.8;
    margin-bottom: 0 !important;
  }
  .worries_section_sub_title .swl-inline-color::before {
    top: 11px;
    left: -19px;
    width: 10px;
  }
  .worries_section_sub_title .swl-inline-color::after {
    top: 11px;
    right: -14px;
    width: 10px;
  }
  h2.wp-block-heading.section_title {
    font-size: 24px !important;
    line-height: 1.5;
    margin-bottom: 1.2em !important;
  }
  p.worries_column_caption {
    font-size: 16px;
    line-height: 1.5;
  }
  p.worries_column_text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
@media screen and (max-width: 599px) {
  .page-id-13 h2.wp-block-heading.section_title {
    font-size: 23px !important;
  }
}

/* ========== コンサルタントセクション ========== */
.swell-block-fullWide.consultant_section {
  padding-top: 7.6em !important;
  padding-bottom: 7.5rem !important;
}

p.consultant_text_column_caption {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 0.6rem;
}
h2.wp-block-heading.consultant_name {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 2.1rem;
}
p.consultant_column_text,
p.consultant_text_sub_column_caption,
li.consultant_text_sub_column_list {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
.swell-block-column.consultant_text_sub_column {
  background: rgba(255, 255, 255, 0.5);
}
.post_content li {
  margin: 0;
}

.swell-block-column.service_column {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

p.service_column_caption {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}
p.service_column_text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media screen and (max-width: 959px) {
  p.service_text {
    margin-bottom: 5em !important;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.consultant_sp_section {
    padding-top: 9em !important;
    margin-top: -5.4em !important;
    padding-bottom: 3em !important;
  }

  p.consultant_text_column_caption {
    font-size: 16px !important;
    line-height: 1;
  }
  h2.wp-block-heading.consultant_name {
    font-size: 24px !important;
    margin-bottom: 1.3rem;
  }
  p.consultant_column_text,
  p.consultant_text_sub_column_caption,
  li.consultant_text_sub_column_list {
    font-size: 14px !important;
  }

  .swell-block-column.service_column {
    --swl-clmn-pddng: 2rem 2.2rem 2rem 2.2rem !important;
  }

  p.consultant_text_sub_column_caption {
    font-size: 14px !important;
  }

  p.has-text-align-center.service_column_caption {
    font-size: 14px !important;
  }
  p.service_column_text {
    font-size: 12px !important;
    text-align: center;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 p.service_column_text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media screen and (max-width: 959px) {
  .page-id-13 h2.wp-block-heading.consultant_name {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-13 .swell-block-column.service_column {
    --swl-clmn-pddng: 2rem 3.2rem 2rem 3.2rem !important;
  }
  .page-id-13 h2.wp-block-heading.consultant_name {
    font-size: 24px !important;
  }
}

/* ========== voiceセクション ========== */
.swell-block-fullWide.voice_section {
  padding-top: 5em !important;
  padding-bottom: 6em !important;
}

.voice_section h2.wp-block-heading.section_title {
  margin-bottom: 1.35em;
}
.voice_section h2.wp-block-heading.section_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 0;
  margin: 23px auto 0;
  border-bottom: 1px solid #3c6450;
  opacity: 1;
}

p.voice_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  vertical-align: middle;
}
p.voice_title::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Ellipse-4.svg");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}

p.voice_sub_title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0px;
}
p.voice_sub_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.voice_section {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .voice_section h2.wp-block-heading.section_title {
    font-size: 28px !important;
    margin-bottom: 1em !important;
  }
  p.voice_title {
    font-size: 15px !important;
    margin-bottom: 1.2em !important;
  }
  p.voice_sub_title,
  p.voice_sub_text {
    font-size: 14px !important;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
@media screen and (max-width: 959px) {
  /* アイコン挿入 */
  .page-id-13 p.voice_title::before {
    display: none;
  }
  .page-id-13 p.voice_title {
    margin-bottom: 0 !important;
  }
  .page-id-13 .voice_group {
    display: flex;
    align-items: center;
    /* margin-bottom: 0 !important; */
  }
  .page-id-13 .voice_group::before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    background-image: url("https://lumo-nexus.com/wp-content/uploads/2025/07/Ellipse-4.svg");
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
  }
}

/* ========== flowセクション ========== */
.swell-block-fullWide.flow_section {
  padding-top: 6.5em !important;
}

.flow_section h2.wp-block-heading.section_title {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.028em;
  text-align: center;
  margin-bottom: 2.5rem;
}
p.has-text-align-center.flow_text {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}

.swell-block-column.flow_box,
.swell-block-column.flow_box2 {
  background-color: #ffffff;
  border: 1px solid var(--gray, #dddddd);
}
h3.wp-block-heading.flow_column_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}
p.flow_column_sub_title,
p.flow_column_sub_title2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
p.flow_column_caption {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
p.flow_column_sub_caption {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

.swell-block-step__item.flow_caption .swell-block-step__title {
  font-weight: 400;
  font-size: 0.875rem !important;
  line-height: 1.8;
  letter-spacing: 0px;
}
.swell-block-step__item.flow_caption .swell-block-step__number {
  width: 23px;
}
.swell-block-step__item.flow_caption .swell-block-step__number:after {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #222222;
}
.swell-block-step__item.flow_caption:before {
  display: none;
}
.flow_section .swell-block-step__item {
  margin-bottom: 0 !important;
  padding: 0 0 0em 40px;
  position: relative;
}
.flow_section .swell-block-step__title + .swell-block-step__body {
  margin-top: 0;
}

/* 数字の下に下線を挿入 */
.flow_section .swell-block-step__number {
  border-bottom: 0.5px solid #3c6450;
  height: 40px;
}
.flow_section [data-num-style="circle"] .swell-block-step__number,
[data-num-style="circle"] .swell-block-step__number .__shape {
  border-radius: 0;
}

/* 数字下の縦線を挿入 */
.flow_section .swell-block-step__item:not(:last-child) .swell-block-step__body {
  position: relative;
}
.flow_section
  .swell-block-step__item:not(:last-child)
  .swell-block-step__body::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  height: 100%;
  width: 0.5px;
  background-color: #3c6450;
}

p.flow_under_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media screen and (max-width: 959px) {
  p.flow_column_sub_title2 {
    margin-bottom: 1.5em !important;
  }
}
@media screen and (max-width: 599px) {
  p.flow_column_sub_title2.u-mb-ctrl.u-mb-15 {
    margin-bottom: 1.5em !important;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.flow_section.sp_only {
    padding-top: 3.1em !important;
    padding-bottom: 3em !important;
  }

  .flow_section h2.wp-block-heading.section_title {
    margin-bottom: 1.7em !important;
  }
  p.flow_text {
    font-size: 15px !important;
  }

  h3.wp-block-heading.flow_column_title {
    font-size: 20px !important;
  }
  p.flow_column_sub_title {
    font-size: 15px !important;
  }
  p.flow_column_caption,
  p.flow_column_sub_caption {
    font-size: 14px !important;
  }
  .swell-block-step__item.flow_caption .swell-block-step__title {
    font-size: 12px !important;
  }
  .flow_section
    .swell-block-step__item:not(:last-child)
    .swell-block-step__body::before {
    left: 19px;
  }
  p.flow_text,
  p.flow_under_text {
    text-align: start !important;
  }

  .wp-block-image.flow_img img {
    max-width: 78%;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 .flow_section h2.wp-block-heading.section_title {
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  .page-id-13 .wp-block-spacer.flow_spacer {
    display: none;
  }
  .page-id-13 p.flow_under_text {
    font-size: 15px !important;
  }
}

/* ========== planセクション ========== */
.plan_section h2.wp-block-heading.section_title {
  margin-bottom: 2.4rem;
}
.plan_section h2.wp-block-heading.section_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 0;
  margin: 23px auto 0;
  border-bottom: 1px solid #3c6450;
  opacity: 1;
}
p.service_text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}

/* 左側のカラム */
.swell-block-column.plan_left_column {
  background: #3c3c3c;
}
h3.wp-block-heading.plan_column_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 2.1rem !important;
}
/* 「」を挿入 */
h3.wp-block-heading.plan_column_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
h3.wp-block-heading.plan_column_title::before,
h3.wp-block-heading.plan_column_title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  background: none;
}
h3.wp-block-heading.plan_column_title::before {
  top: 0;
  left: -20%;
  border-right: none;
  border-bottom: none;
}
h3.wp-block-heading.plan_column_title::after {
  bottom: 0;
  right: -20%;
  border-left: none;
  border-top: none;
}

p.plan_column_sub_title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 0.6em;
}

p.plan_column_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
hr.wp-block-separator.plan_column_underbar {
  margin: 1.5em 0;
}
li.plan_column_list {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
.swell-block-column.plan_left_column ul.dot-list li::before {
  color: #fff;
}
li.plan_column_list::marker {
  color: #fff;
}
p.price_text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: right;
  background: #f9f9f908;
  padding: 10px 15px;
}

/* 右側のカラム */
.swell-block-column.plan_right_column {
  background: #eaeaea;
}
/* 「」を挿入 */
.swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::before,
.swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #3c6450;
  opacity: 1;
  background: none;
}
.swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::before {
  top: 0;
  left: -20%;
  border-right: none;
  border-bottom: none;
}
.swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::after {
  bottom: 0;
  right: -20%;
  border-left: none;
  border-top: none;
}

.swell-block-column.plan_right_column li.plan_column_list::marker {
  color: #222222;
}
p.right_column_text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0px;
  background: #ffffff4d;
  padding: 10px 15px;
}

.swell-block-fullWide.plan_section {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 959px) {
  h3.wp-block-heading.plan_column_title::before {
    left: -3%;
  }
  h3.wp-block-heading.plan_column_title::after {
    right: -4%;
  }
  .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::before {
    left: 2%;
  }
  .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::after {
    right: 2%;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.plan_section {
    padding-top: 3em !important;
    padding-bottom: 1.3em !important;
  }
  .plan_section h2.wp-block-heading.section_title {
    font-size: 28px !important;
    margin-bottom: 0.9em !important;
  }
  p.service_text {
    font-size: 14px !important;
    text-align: start !important;
    margin-bottom: 0 !important;
  }

  h3.wp-block-heading.plan_column_title {
    font-size: 24px !important;
    margin-bottom: 0.8em !important;
  }
  p.plan_column_sub_title,
  p.plan_column_text {
    font-size: 14px !important;
  }
  li.plan_column_list {
    font-size: 14px !important;
  }
  p.price_text {
    font-size: 16px !important;
  }
  p.right_column_text {
    font-size: 12px !important;
  }

  h3.wp-block-heading.plan_column_title::before {
    left: -11%;
  }
  h3.wp-block-heading.plan_column_title::after {
    right: -11%;
  }
  hr.wp-block-separator.plan_column_underbar {
    margin: 0.7em 0;
  }

  .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::before {
    left: -4%;
  }
  .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::after {
    right: -4%;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 h3.wp-block-heading.plan_column_title::before {
  left: -3%;
}
.page-id-13 h3.wp-block-heading.plan_column_title::after {
  right: -4%;
}
.page-id-13
  .swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::before {
  left: -2%;
}
.page-id-13
  .swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::after {
  right: -2%;
}
.page-id-13 p.right_column_text {
  font-size: 1rem;
}

@media screen and (max-width: 959px) {
  .page-id-13 h3.wp-block-heading.plan_column_title::before {
    left: -22%;
  }
  .page-id-13 h3.wp-block-heading.plan_column_title::after {
    right: -23%;
  }

  .page-id-13
    .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-id-13
    .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::before,
  .page-id-13
    .swell-block-column.plan_right_column
    h3.wp-block-heading.plan_column_title::after {
    display: none;
  }

  .page-id-13 .wp-block-group.plan_column_title_group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.9rem;
  }

  .page-id-13 .wp-block-group.plan_column_title_group::before,
  .page-id-13 .wp-block-group.plan_column_title_group::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #3c6450;
    opacity: 1;
  }

  .page-id-13 .wp-block-group.plan_column_title_group::before {
    top: -10px;
    left: 28%;
    border-right: none;
    border-bottom: none;
  }

  .page-id-13 .wp-block-group.plan_column_title_group::after {
    bottom: -11px;
    right: 28%;
    border-left: none;
    border-top: none;
  }
  .page-id-13 p.service_text {
    text-align: start !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-13 .wp-block-group.plan_column_title_group::before {
    left: 4%;
  }
  .page-id-13 .wp-block-group.plan_column_title_group::after {
    right: 4%;
  }
}

/* ========== サポートセクション ========== */
.swell-block-fullWide.support_section {
  padding-top: 1em !important;
  padding-bottom: 20px !important;
}

h2.wp-block-heading.support_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

p.support_sub_title {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

.swell-block-column.support_column,
.swell-block-column.support_column2 {
  background: #ffffff;
  border: 1px solid var(--gray, #dddddd);
}
p.support_column_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
p.support_column_text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

.swell-block-fullWide.support_under_section
  .swell-block-fullWide__inner.l-container {
  max-width: 930px;
}

.swell-block-fullWide.support_under_section {
  padding-bottom: 4em !important;
}

@media screen and (max-width: 959px) {
  .swell-block-column.support_column2 {
    --swl-clmn-pddng: 1.3rem 1.3rem 1.3rem 1.3rem !important;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.support_section {
    padding-top: 0.5em !important;
  }
  p.section_title_over {
    font-size: 35px !important;
  }
  h2.wp-block-heading.support_title {
    font-size: 20px !important;
  }
  p.support_sub_title {
    font-size: 14px !important;
    text-align: start !important;
    margin-bottom: 1.3em;
  }
  p.support_column_title {
    font-size: 18px !important;
  }
  p.support_column_text {
    font-size: 14px !important;
  }

  .swell-block-fullWide.support_under_section {
    padding-bottom: 3em !important;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 .swell-block-fullWide.support_section {
  padding-top: 3em !important;
}
.page-id-13 .swell-block-fullWide.support_under_section {
  padding-bottom: 6em !important;
}

@media screen and (max-width: 599px) {
  .page-id-13 .swell-block-fullWide.support_section {
    padding-top: 1em !important;
  }
  .page-id-13 h2.wp-block-heading.support_title {
    font-weight: 600;
    font-size: 24px !important;
  }
  .page-id-13 .swell-block-fullWide.support_under_section {
    padding-bottom: 3em !important;
  }
}

/* ========== inboundセクション(日本語ページのみ) ========== */
.swell-block-fullWide.inbound_section {
  padding-top: 5rem !important;
  padding-bottom: 4rem !important;
}
.inbound_section h2.wp-block-heading.section_title {
  font-weight: 600;
  font-size: 1.75rem;
}
p.inbound_sub_title,
p.inbound_text,
li.inbound_column_list,
p.inbound_under_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

/* .inbound_column の幅だけ狭くして中央寄せ */
.wp-block-group.inbound_group {
  padding: 1rem 1.3rem;
  border: 0.5px solid var(--gray, #dddddd);
  width: 475px !important;
  margin: 0 auto !important;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.inbound_section {
    padding-top: 2.5rem !important;
    padding-bottom: 3.4rem !important;
  }
  .inbound_section h2.wp-block-heading.section_title {
    font-size: 28px !important;
  }
  p.inbound_sub_title,
  p.inbound_text,
  li.inbound_column_list,
  p.inbound_under_text {
    font-size: 15px !important;
  }
  .wp-block-group.inbound_group {
    padding: 1.2rem 1.7rem;
    width: 330px !important;
  }
}

/* ========== faqセクション ========== */
.swell-block-fullWide.faq_section {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.swell-block-fullWide.faq_section h2.wp-block-heading.section_title {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}
.swell-block-fullWide.faq_section p.section_sub_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
/* 下線を挿入 */
.swell-block-fullWide.faq_section p.section_sub_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 0;
  border-bottom: 2px solid #3c6450;
  margin: 22px auto 0;
  opacity: 1;
}

/* アコーディオン部 */
.is-style-simple > .swell-block-accordion__item:first-child {
  border-top: none;
}
.swell-block-fullWide.faq_section .swell-block-accordion__title {
  padding: 2.1em 1em;
}
details.swell-block-accordion__item.q_text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
p.a_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}
.swell-block-fullWide.faq_section
  .swell-block-accordion
  .swell-block-accordion__body {
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.faq_section {
    padding-top: 2.8em !important;
    padding-bottom: 2em !important;
  }

  .swell-block-fullWide.faq_section h2.wp-block-heading.section_title {
    font-size: 32px !important;
    margin-bottom: 0 !important;
  }
  p.section_sub_title {
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
  details.swell-block-accordion__item.q_text,
  p.a_text {
    font-size: 14px !important;
  }
  .swell-block-fullWide.faq_section .swell-block-accordion__title {
    padding: 1.5em 1em;
  }
}

/* ===== 日本語ページ(.page-id-13) ===== */
.page-id-13 .swell-block-fullWide.faq_section {
  padding-top: 9em !important;
}

@media screen and (max-width: 599px) {
  .page-id-13 .swell-block-fullWide.faq_section {
    padding-top: 5em !important;
  }
}

/* ========== 投稿一覧ページ(html[lang="zh-TW"] .blog) ========== */
.blog p.under_fv_caption {
  font-weight: 400;
  font-size: 2.6666rem;
  line-height: 45px;
  letter-spacing: 2.7rem;
}

.blog h2.p-postList__title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0px;
}
.blog .p-postList__excerpt {
  font-weight: 700 !important;
  font-size: 0.7222rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0px;
}
.blog .p-postList__times.c-postTimes.u-thin {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #8c8c8c;
}
.p-postList__meta :before {
  display: none;
}
.blog span.p-postList__cat.u-thin.icon-folder {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #3c3c3c;
  border: 0.5px solid var(--gray, #dddddd);
  padding: 2px 6px;
}

/* 下部の余白削除 */
.blog .post_content {
  margin-bottom: 0 !important;
}
.blog .p-homeContent.l-parent.u-mt-40 {
  display: none;
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.blog_fv {
    height: 77vw;
  }
  .wp-block-spacer.blog_fv_spacer {
    height: 13px !important;
  }
  .blog p.under_fv_caption {
    font-size: 28px !important;
    line-height: 45px;
    letter-spacing: 12px;
    margin-bottom: 0 !important;
  }
  .blog p.under_fv_text {
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 4px;
  }
  @media screen and (max-width: 599px) {
    .blog h2.p-postList__title,
    .archive .p-postList .p-postList__title {
      font-size: 14px !important;
    }
  }
  .blog .p-postList__excerpt {
    font-size: 12px !important;
  }

  .-type-list .p-postList__link,
  .-type-list2 .p-postList__link {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .-type-list .p-postList__thumb,
  .-type-list2 .p-postList__thumb {
    width: 100% !important;
    max-width: 100% !important;
  }

  .-type-list .p-postList__body,
  .-type-list2 .p-postList__body {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 1em;
  }
}

/* ========== 個別投稿ページ(html[lang="zh-TW"] .blog .single-post) ========== */
.single-post h1.c-postTitle__ttl {
  font-weight: 700;
  font-size: 1.3333rem !important;
  line-height: 1.5;
  letter-spacing: 0px;
}
.single-post .post_content p {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

html[lang="zh-TW"] .single-post a.c-categoryList__link.hov-flash-up,
html[lang="zh-TW"] .single-post span.p-pnLinks__title,
html[lang="zh-TW"] .single-post h2.wp-block-heading,
html[lang="zh-TW"] .single-post a.wp-block-latest-posts__post-title,
html[lang="zh-TW"] .single-post .c-listMenu a {
  /* font-family: "source-han-serif-tc", serif; */
}

/* リンクの色変更 */
.category .wp-block-latest-posts:not(.is-grid) li a,
.archive .wp-block-latest-posts:not(.is-grid) li a,
.single-post .wp-block-latest-posts:not(.is-grid) li a {
  color: #222222;
}

/* カテゴリーフォルダの色変更 */
.single-post .c-categoryList {
  color: #3c3c3c;
}
/* カテゴリーの文字色・背景色変更 */
.single-post .c-categoryList__link {
  background-color: #fff;
  color: #3c3c3c;
}
/* アーカイブ前の色変更 */
.single-post .p-pnLinks .-prev .p-pnLinks__link {
  border-left: 1.25em solid #fff;
}
.single-post .p-pnLinks .-next .p-pnLinks__link {
  border-right: 1.25em solid #fff;
}
.single-post .p-pnLinks .-prev:before,
.single-post .p-pnLinks .-next:before {
  color: #3c3c3c;
}

@media screen and (max-width: 599px) {
  .single-post h1.c-postTitle__ttl {
    font-size: 16px !important;
  }
  .single-post .post_content p {
    font-size: 12px !important;
  }
}

/* ========== アーカイブページ、カテゴリーページ ========== */
.wp-block-archives-list.c-listMenu a,
.wp-block-categories-list.c-listMenu a {
  text-align: start;
}

.wp-block-archives-list.c-listMenu a {
  padding-left: 0;
}

time.c-postTimes__posted.icon-posted,
span.p-postList__cat.u-thin.icon-folder {
  font-size: 0.75rem;
}

/* ========== お問い合わせページ(.page-id-37) ========== */
/* ========== 日本語ページ(.page-id-17) ========== */

.page-id-37 .swell-block-fullWide.contact_foam_section,
.page-id-17 .swell-block-fullWide.contact_foam_section {
  padding-top: 4.5em !important;
}

.page-id-37 p.under_fv_text,
.page-id-17 p.under_fv_text {
  letter-spacing: 4px;
}

.page-id-37 p.contact_text,
.page-id-17 p.contact_text {
  font-weight: 400;
  font-size: 1.1111rem;
  line-height: 1.5;
  letter-spacing: 0px;
}

.page-id-37 .smf-item__col.smf-item__col--label,
.page-id-17 .smf-item__col.smf-item__col--label {
  margin-bottom: 0.5rem;
}

.page-id-37 .smf-item__label,
.page-id-17 .smf-item__label,
.page-id-37 span.smf-radio-button-control__label,
.page-id-17 span.smf-radio-button-control__label {
  font-weight: 400;
  font-size: 0.8333rem;
  line-height: 1.8;
  letter-spacing: 0px;
}

.page-id-37 input.smf-text-control__control,
.page-id-17 input.smf-text-control__control,
.page-id-37 textarea.smf-textarea-control__control,
.page-id-17 textarea.smf-textarea-control__control {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0px;
  width: 100%;
  box-sizing: border-box;
}

/* ラジオボタンボックスの調整 */
.page-id-37 .smf-radio-buttons-control__control,
.page-id-17 .smf-radio-buttons-control__control {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  max-width: 100%;
}
/* ラジオボタンを正円に */
.page-id-37 .smf-form .smf-radio-button-control__control,
.page-id-17 .smf-form .smf-radio-button-control__control {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1;
}
.page-id-37 .smf-radio-button-control__control,
.page-id-17 .smf-radio-button-control__control {
  padding: 0 !important;
  line-height: normal !important;
  box-sizing: border-box !important;
}

.page-id-37 .smf-radio-button-control,
.page-id-17 .smf-radio-button-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.page-id-37
  .smf-form
  .smf-radio-buttons-control--horizontal
  .smf-radio-buttons-control__control
  > .smf-label,
.page-id-17
  .smf-form
  .smf-radio-buttons-control--horizontal
  .smf-radio-buttons-control__control
  > .smf-label {
  margin-right: 0;
}

/* ホバー時の枠線変更 */
.page-id-37 .smf-radio-button-control:hover,
.page-id-17 .smf-radio-button-control:hover {
  opacity: 0.8;
  background-color: #f9f9f9;
  border-color: #999;
}

/* 選択時の変化 */
.page-id-37
  .smf-radio-button-control:has(> .smf-radio-button-control__control:checked),
.page-id-17
  .smf-radio-button-control:has(> .smf-radio-button-control__control:checked) {
  border: 1px solid #3c6450;
}
/* 外側の円 */
.page-id-37 .smf-form .smf-radio-button-control__control:checked,
.page-id-17 .smf-form .smf-radio-button-control__control:checked {
  background-color: #fff !important;
  border: 1px solid #3c6450 !important;
}
/* 内側の丸（チェックマーク） */
.page-id-37 .smf-form .smf-radio-button-control__control:checked::before,
.page-id-17 .smf-form .smf-radio-button-control__control:checked::before {
  background-color: #3c6450 !important;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 入力欄の枠横幅設定 */
.page-id-37 textarea.smf-textarea-control__control,
.page-id-17 textarea.smf-textarea-control__control {
  min-height: 175px;
}

/* プレイスホルダーの文字色変更 */
.page-id-37 .smf-text-control__control::placeholder,
.page-id-17 .smf-text-control__control::placeholder,
.page-id-37 .smf-textarea-control__control::placeholder,
.page-id-17 .smf-textarea-control__control::placeholder {
  color: #aaaaaa;
}

/* お問い合わせボタン */
.page-id-37 .smf-button-control__control,
.page-id-17 .smf-button-control__control {
  width: 360px;
  height: 50px;
  min-width: 84px;
  max-width: 480px;
  padding: 0 16px;
  background-image: none !important;
  background-color: #3c6450 !important;
  border-radius: 100px !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}
.page-id-37 .smf-button-control__control:hover,
.page-id-17 .smf-button-control__control:hover {
  opacity: 0.8;
}

p.contact_under_text {
  font-weight: 400;
  font-size: 0.6667rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #8c8c8c;
}

/* 確認画面でテキスト非表示 */
.page-id-37 .l-container:has(form[data-screen="confirm"]) p.contact_text,
.page-id-17 .l-container:has(form[data-screen="confirm"]) p.contact_text,
.page-id-37 .l-container:has(form[data-screen="confirm"]) p.contact_under_text {
  display: none !important;
}
/* 送信完了画面でテキスト非表示 */
.page-id-37:has(form[data-screen="complete"]) p.contact_text,
.page-id-17:has(form[data-screen="complete"]) p.contact_text,
.page-id-37:has(form[data-screen="complete"]) p.contact_under_text {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .page-id-37 p.contact_text,
  .page-id-17 p.contact_text {
    font-size: 1.0556rem !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-37 .swell-block-fullWide.contact_foam_section,
  .page-id-17 .swell-block-fullWide.contact_foam_section {
    padding-top: 1.3em !important;
  }

  .page-id-37 p.contact_text,
  .page-id-17 p.contact_text {
    font-size: 16px !important;
    text-align: start;
    margin-bottom: 3em !important;
  }

  /* ラジオボタンを1列に */
  .page-id-37 .smf-radio-buttons-control--horizontal,
  .page-id-17 .smf-radio-buttons-control--horizontal {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .page-id-37 .smf-radio-buttons-control__control,
  .page-id-17 .smf-radio-buttons-control__control {
    grid-template-columns: 1fr !important;
  }

  /* 入力欄の横幅を調整 */
  .smf-text-control__control,
  textarea.smf-textarea-control__control {
    width: 100%;
    box-sizing: border-box;
  }

  /* フリー入力欄の高さ調整 */
  textarea.smf-textarea-control__control {
    min-height: 200px;
  }

  .smf-item__label,
  span.smf-radio-button-control__label {
    font-size: 14px !important;
  }
  input.smf-text-control__control,
  textarea.smf-textarea-control__control {
    font-size: 16px !important;
  }
  .wp-block-spacer.contact_spacer {
    height: 30px !important;
  }
  .wp-block-spacer.contact_under_spacer {
    height: 35px !important;
  }
  .wp-block-spacer.contact_last_spacer {
    height: 10px !important;
  }

  /* お問い合わせボタン */
  .smf-button-control__control {
    font-size: 16px !important;
    width: 325px !important;
  }

  p.contact_under_text {
    font-size: 12px !important;
  }
}
