@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
*/

/* フォントの読み込み */
body {
  font-family:
    "Noto Serif TC", "Noto Serif JP", "Source Serif 4",
    "Zen Kaku Gothic Antique", serif;
}

/* 共通パーツ */
/* デフォルトの・を削除 */
.page-id-11 ul,
.page-id-13 ul,
.page-id-31 ul,
.page-id-33 ul,
.page-id-1326 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,
.page-id-1326 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;
}

/* ========== ヘッダー ========== */
@media screen and (min-width: 960px) {
  .page-id-31 .l-header__inner.l-container {
    margin-top: 0.4rem;
    padding: 0 2.5rem;
  }
}

/* ロゴの大きさ調整 */
.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-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 3.03rem;
}

/* 下線の調整 */
.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;
}
@media screen and (max-width: 960px) {
  .header_btn {
    margin-top: 0;
  }
}
.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-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_cover_img .wp-block-cover__inner-container {
  max-width: 1000px;
}

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

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

p.fv_caption {
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 1.375rem;
  margin-bottom: 1.9rem !important;
}
p.fv_text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  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-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;
  text-align: center;
  z-index: 2;
}
.fv_section::before {
  content: "";
  position: absolute;
  top: 93%;
  left: 88.5%;
  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 {
    font-size: 2rem !important;
    letter-spacing: 1.4rem;
  }
  p.fv_text {
    letter-spacing: 0.325rem;
  }
}

@media screen and (max-width: 959px) {
  .fv_section::before {
    top: 95%;
    left: 89.5%;
  }
  .fv_section::after {
    top: 92.5%;
    left: 87.5%;
  }
}

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

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

  p.fv_caption {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 0.89;
    letter-spacing: 0.5rem;
    margin-bottom: 1.7rem !important;
  }
  p.fv_text {
    font-size: 14px !important;
    line-height: 1.8;
    letter-spacing: 4.7px;
    margin-bottom: 3.3rem !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%;
  }

  .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;
}

@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;
  }
}

/* ========== プロフィールセクション ========== */
.profile_pc_section {
  padding-top: 2.7em !important;
  padding-bottom: 5em !important;
}
.name_group {
  margin-bottom: 0.75rem !important;
  align-items: center;
  gap: 0.6rem;
}

.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;
}

p.profile_title {
  margin-bottom: 0.3rem;
}
p.profile_text {
  margin-bottom: 0.7rem;
}

li.profile_list_item {
  margin: 0.3rem 0 !important;
}

hr.profile_line {
  margin: 1.5rem 0 1.2rem;
}

p.profile_text2 {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.7rem;
}

/* PC,TB,SPの出し分け設定 */
.profile_tb_section {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .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;
    padding-top: 0.5rem;
  }
  .profile_section .profile_img_column img {
    width: 88%;
    height: auto;
    display: block;
  }
  .profile_section .profile_text_column {
    position: absolute;
    top: 79%;
    left: -2%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
  }
  /* 下のセクションとの被り防止：高さ確保 */
  .profile_section::after {
    content: "";
    display: block;
    padding-top: 222%;
  }

  .name_group {
    margin-bottom: 1.2rem !important;
  }

  p.sub_name {
    font-size: 16px !important;
  }

  h2.wp-block-heading.name {
    font-size: 16px !important;
  }

  p.profile_text {
    font-size: 15px;
  }
  li.profile_list_item {
    font-size: 14px;
  }
  ul.profile_list {
    padding-left: 0.5rem;
  }
  hr.profile_line {
    margin: 1.5rem 0 1.4rem;
  }

  .profile_text_column .wp-block-group.wp-block-group-is-layout-flex {
    margin-bottom: 1rem;
  }
  .swell-block-fullWide.profile_section {
    padding-bottom: 0 !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%;
  }
}

/* ========== threeセクション ========== */
.three_section {
  padding-bottom: 3.8rem !important;
}
.three_section h2.section_title {
  font-size: 2rem;
  font-family: "Noto Serif TC", serif;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

p.three_section_text {
  font-size: 0.938rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1094px) and (min-width: 960px) {
  .three_section .service_column {
    padding: 2rem 0rem !important;
  }
}

@media screen and (max-width: 959px) {
  .three_section {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 599px) {
  .three_section {
    padding: 0 1rem !important;
  }
  .three_section h2.section_title {
    margin-bottom: 1rem !important;
  }
  .three_section .service_column {
    padding: 1.8rem 0.5rem !important;
  }
  p.three_section_text {
    font-size: 15px;
    margin-top: 4.1rem;
  }
}

/* ========== columnセクション ========== */
.column-section {
  padding-top: 1.2rem !important;
  padding-bottom: 3.65rem !important;
}

.column-section h2.section_title {
  font-size: 2rem;
  font-weight: 400 !important;
  margin-bottom: 2rem;
}

.slide-table {
  --table-border: none;
  margin-bottom: 3.1rem;
}

.slide-table thead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.slide-table :is(th, td):nth-child(2) {
  background-color: rgba(60, 100, 80, 0.05);
  border-left: 1px solid rgba(60, 100, 80, 0.2);
  border-right: 1px solid rgba(60, 100, 80, 0.2);
  padding: 1.9rem 0.5rem 1.75rem;
}
.slide-table :is(th, td):nth-child(3),
.slide-table :is(th, td):nth-child(4) {
  padding: 1.9rem 0.5rem 1.75rem;
}

.slide-table td:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 1px solid #dddddd;
  padding: 1rem;
  text-align: center;
}
.slide-table td:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: rgba(60, 100, 80, 0.05);
  border-top: 1px solid #dddddd;
  border-left: 1px solid rgba(60, 100, 80, 0.2);
  border-right: 1px solid rgba(60, 100, 80, 0.2);
  padding: 1.6rem 1.1rem;
}
.slide-table td:nth-child(3),
.slide-table td:nth-child(4) {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #dddddd;
  padding: 1.9rem 1.3rem;
}
.slide-table tr:last-child td:nth-child(1),
.slide-table tr:last-child td:nth-child(2),
.slide-table tr:last-child td:nth-child(3),
.slide-table tr:last-child td:nth-child(4) {
  /* border-top: none; */
}

.slide-table table {
  width: 100%;
  table-layout: fixed;
}

.slide-table th:nth-child(1),
.slide-table td:nth-child(1) {
  width: 18% !important;
}

p.column-table-text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .column-section {
    padding-top: 5rem !important;
  }
  .c-scrollHint.sp_ {
    display: none;
  }
  .slide-table :is(th, td):nth-child(2) {
    background-color: rgba(159, 201, 180, 0.16);
  }
}

@media screen and (max-width: 599px) {
  .column-section {
    padding: 5rem 1rem 0 !important;
    margin-bottom: 1.5rem;
  }
  .column-section h2.wp-block-heading.section_title {
    margin-bottom: 1.7rem !important;
  }
  .slide-table {
    margin-bottom: 1.8rem;
  }
  .slide-table thead {
    font-size: 14px;
  }

  .slide-table td:nth-child(1) {
    font-size: 13px;
  }

  .slide-table table {
    width: 558px !important;
    table-layout: fixed;
  }

  .slide-table th:nth-child(1),
  .slide-table td:nth-child(1) {
    width: 108px !important;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .slide-table th:nth-child(n + 2),
  .slide-table td:nth-child(n + 2) {
    width: 150px !important;
    padding: 1.35rem 0.5rem 1.2rem;
  }

  .slide-table td:nth-child(2),
  .slide-table td:nth-child(3),
  .slide-table td:nth-child(4) {
    font-size: 12px;
    padding: 1.4rem 0.9rem;
  }

  p.column-table-text {
    font-size: 15px;
    padding: 0 0.5rem;
  }
}

/* ========== ブランドストーリーセクション ========== */
.brand_section {
  padding-top: 7.6rem !important;
  padding-bottom: 11.5rem !important;
}

.brand_section h2.section_title {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.brand_column1,
.brand_column2,
.brand_column3 {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.swell-block-column.swl-has-mb--s.brand_text_column {
  background-color: rgba(249, 249, 249, 0.800000011920929);
  margin-top: 5.6rem !important;
  z-index: 1;
}

p.brand_section_text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.188rem;
  margin-bottom: 1.7rem;
}

.swell-block-column.swl-has-mb--s.brand_img_column {
  margin-left: -4.5%;
}

.brand_column2 .swell-block-column.swl-has-mb--s.brand_img_column {
  margin: 2.7rem 0 0 !important;
}
.brand_column2 .swell-block-column.swl-has-mb--s.brand_text_column {
  margin: 0 0 0 -3.5% !important;
  background-color: rgba(249, 249, 249, 0.800000011920929);
}
.brand_column2 p.brand_section_text {
  letter-spacing: 0.125rem;
}
.brand_column2 {
  margin-bottom: 4rem;
}

.brand_column3 .swell-block-column.swl-has-mb--s.brand_text_column {
  margin-top: 2.5rem !important;
  background-color: rgba(249, 249, 249, 0.800000011920929);
}
.brand_column3 .swell-block-column.swl-has-mb--s.brand_img_column {
  margin-left: -16.5%;
}

@media screen and (max-width: 959px) {
  .swell-block-fullWide.brand_section {
    padding-top: 17em !important;
  }

  .brand_sp_column1 .swell-block-column.swl-has-mb--s.brand_sp_text_column,
  .brand_sp_column2 .swell-block-column.swl-has-mb--s.brand_sp_text_column,
  .brand_sp_column3 .swell-block-column.swl-has-mb--s.brand_sp_text_column {
    background-color: rgba(249, 249, 249, 0.800000011920929);
  }

  .brand_sp_text_column {
    margin: -40% 2rem !important;
  }
  .brand_sp_column1 {
    margin-bottom: 0.8rem;
  }

  .brand_sp_column2 .brand_sp_text_column {
    margin: -12.5% 0 0 4.5rem !important;
  }

  .brand_sp_column2 {
    margin-bottom: 4.1rem;
  }

  .brand_sp_column3 .brand_sp_text_column {
    margin: -56% 2rem !important;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.brand_section {
    padding-top: 9.7em !important;
    padding-bottom: 5rem !important;
  }

  .brand_section .swell-block-fullWide__inner.l-article {
    padding: 0 2.2rem;
  }
  .brand_section h2.wp-block-heading.section_title {
    font-size: 28px !important;
    margin-bottom: 2.8rem !important;
  }

  p.brand_section_text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* ===== 日本語ページ ===== */
.page-id-11 h2.wp-block-heading.brand_section_title {
  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: 4rem !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) {
  .swell-block-fullWide.news_section {
    padding-top: 2rem !important;
  }
  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: 12px;
  }

  /* ロゴ＋コピーライトとフッターメニューの順番を入れ替え */
  .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-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-item a i {
    display: none !important;
  }
  /* 親要素：ボタンを中央に寄せるための設定 */
  #fix_bottom_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  /* ボタン本体の設定 */
  #fix_bottom_menu .menu-item {
    width: 25.5rem;
    height: 3.2rem;
    background-color: #3c6450;
    box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.07999999821186066);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
  }

  #fix_bottom_menu span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  #fix_bottom_menu span {
    font-size: 14px;
  }
}

/* ===== 日本語ページ ===== */
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-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}
.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;
}

/* ========== ページTOPへ戻るボタン ========== */
@media (min-width: 960px) {
  .p-fixBtnWrap {
    bottom: 5.5em;
  }
}
@media not all and (min-width: 960px) {
  #fix_bottom_menu + .p-fixBtnWrap {
    bottom: 80px;
  }
}

/* ========== 下層ページ ========== */
/* 下層ページ共通 */
/* 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,
.page-id-1326 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,
.page-id-1326 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,
.page-id-1326 .post_content {
  margin-top: 0 !important;
}

.p-breadcrumb__text .__home:before {
  display: none;
}

@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,
  .page-id-1326 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,
.page-id-1326 .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,
.page-id-1326 .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,
.page-id-1326 .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,
.page-id-1326 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: 79vh;
  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: 38vh;
    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セクション ========== */
.worries_section {
  padding-bottom: 6.2rem !important;
}

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: 3.2em !important;
    padding-bottom: 1.3rem !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;
  }
}

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

.consultant_column {
  max-width: 840px;
  margin-inline: auto;
}

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;
  margin-bottom: 0.7rem;
}
.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) {
  .consultant_section {
    padding-top: 6.5em !important;
    padding-bottom: 3.5rem !important;
    background-image: url("https://test.lumo-nexus.com/wp-content/uploads/2026/08/Polygon-Container.svg") !important;
  }

  .swell-block-fullWide.consultant_sp_section {
    padding-top: 8.1rem !important;
    margin-top: 0rem !important;
    padding-bottom: 3em !important;
  }

  .consultant_img_column {
    padding: 0 1.2rem !important;
  }
  .consultant_text_column {
    padding: 0.3rem 1.2rem !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;
  }

  .consultant_text_sub_column {
    padding: 1.2rem !important;
  }
  ul.consultant_list {
    padding-left: 0.35rem;
  }
  .consultant_column {
    margin-bottom: 1.2rem !important;
  }

  .consultant-sub-column .swell-block-columns__inner {
    padding: 0 1.2rem;
  }

  .service_column {
    padding: 1.6rem 1rem !important;
  }
  .consultant-icon img {
    max-width: 19%;
  }
  .consultant-icon {
    margin-bottom: 1.2rem !important;
  }
}

/* ===== 日本語ページ(.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;
  }
}

/* ========== systemセクション ========== */
.system-section {
  padding-top: 6.3rem !important;
}

h2.under-section-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
p.system-sub-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 4.3rem;
}

.system-column1,
.system-column2,
.system-column4 {
  max-width: 640px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3.95rem;
}
.system-column4 {
  margin-bottom: 3.5rem;
}

p.system-column-sub-title {
  font-size: 1.75rem;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
h3.system-column-title {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0.8rem 0 0.2rem;
}
p.system-column-text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}

hr.system-column-line {
  margin: 0.6rem 0;
}

.system-column-caption-group {
  gap: 0.6rem;
  align-items: center;
}
p.system-column-sub-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}
p.system-column-caption {
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.8;
}

.system-caption-group {
  gap: 0.2rem;
}
p.system-caption-icon,
p.system-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .system-column1 .swell-block-column:nth-child(1) {
    order: 2;
  }
  .system-column1 .swell-block-column:nth-child(2) {
    order: 1;
  }

  .system-column2 .system-img-column,
  .system-column4 .system-img-column {
    padding-right: 1.5rem;
  }
  .system-img {
    float: right !important;
    max-width: 19.5%;
  }
  .swell-block-column.swl-has-mb--s.system-img-column {
    margin-bottom: -5.2rem !important;
  }
  p.system-caption {
    text-align: start !important;
  }
}

@media screen and (max-width: 599px) {
  .system-section {
    padding-top: 3.4rem !important;
  }

  p.system-sub-title {
    font-size: 14px;
    margin-bottom: 2.95rem;
  }

  .system-column1,
  .system-column2 {
    margin-bottom: 3.1rem;
  }
  .swell-block-column.swl-has-mb--s.system-img-column {
    margin-bottom: -4.2rem !important;
  }

  .system-img {
    max-width: 33%;
  }

  .system-text-column {
    padding: 0 2rem 0 1rem !important;
  }

  p.system-column-sub-title {
    font-size: 28px;
  }
  h3.system-column-title {
    font-size: 15px;
    margin-top: 1rem;
  }
  p.system-column-text {
    font-size: 15px;
  }

  hr.system-column-line {
    margin: 0.3rem 0;
  }

  .system-column-caption-group {
    gap: 0.8rem;
  }
  p.system-column-sub-caption {
    font-size: 12px;
  }
  p.system-column-caption {
    font-size: 13px;
  }

  .system-column2 .system-img-column,
  .system-column4 .system-img-column {
    padding-right: 1.2rem;
  }

  .system-column4 {
    margin-bottom: 3.8rem;
  }

  .system-caption-group {
    padding: 0 1.2rem;
  }
  p.system-caption-icon,
  p.system-caption {
    font-size: 12px;
  }
}

/* ========== participationセクション ========== */
.participation-section {
  padding-top: 6.5rem !important;
  padding-bottom: 0 !important;
}

.participation-section h2.under-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.45rem;
}

.participation-column {
  max-width: 790px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.participation-item {
  border: 0.063rem solid #dddddd;
}

.participation-icon {
  margin-bottom: 0.7rem;
}
h3.participation-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 599px) {
  .participation-section {
    padding-top: 1.3rem !important;
  }
  .participation-section .swell-block-fullWide__inner.l-container {
    padding: 0 2.3rem;
  }

  .participation-section h2.under-section-title {
    font-size: 20px;
    margin-bottom: 1.4rem;
  }

  .participation-column .swell-block-columns__inner {
    gap: 1.155rem;
  }

  .participation-item {
    padding: 1.3rem 1.25rem 1.2rem 1.3rem !important;
  }
  .participation-icon {
    max-width: 16%;
    margin-bottom: 1rem;
  }

  h3.participation-title {
    font-size: 16px;
  }

  .participation-column {
    margin-bottom: 1.5rem;
  }
}

.participation-caption-column {
  max-width: 800px;
  margin-inline: auto;
}

.participation-caption-item {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.05000000074505806);
}

.participation-caption1 .cap_box_ttl,
.participation-caption2 .cap_box_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem 2rem 1.25rem 2rem;
  background-color: rgba(159, 201, 180, 0.20000000298023224);
}
.participation-caption2 .cap_box_ttl {
  background-color: #f9f9f9;
}

.participation-caption1 .cap_box_content,
.participation-caption2 .cap_box_content {
  border: none;
  padding: 1.35rem 2rem 2rem 1.5rem;
}

ul.participation-caption-list {
  padding-left: 1em;
  margin: 0;
}
li.participation-caption-list-item {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  list-style: none;
  position: relative;
  padding-left: 0.45em;
}
li.participation-caption-list-item::before {
  content: "・";
  font-size: 0.6rem;
  position: absolute;
  left: -0.6rem;
  top: 1em;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .participation-caption1 .cap_box_ttl,
  .participation-caption2 .cap_box_ttl {
    font-size: 16px;
    padding: 24px 0px 16px 0px;
  }
  .participation-caption1 .cap_box_content,
  .participation-caption2 .cap_box_content {
    padding: 1.3rem 2rem 1.5rem 1.5rem;
  }
  li.participation-caption-list-item {
    font-size: 13px;
  }
}

/* ========== comparisonセクション ========== */
.comparison-section {
  padding-top: 3.6rem !important;
  padding-bottom: 6.2rem !important;
}
.comparison-section h2.under-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.comparison-table {
  --table-border: none;
  margin-bottom: 4rem;
}

.comparison-table thead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.comparison-table :is(th, td):nth-child(2) {
  background-color: rgba(159, 201, 180, 0.1);
  border-left: 1px solid rgba(60, 100, 80, 0.2);
  border-right: 1px solid rgba(60, 100, 80, 0.2);
  padding: 1.9rem 0.5rem 1.75rem;
}

.comparison-table :is(th, td):nth-child(3),
.comparison-table :is(th, td):nth-child(4),
.comparison-table :is(th, td):nth-child(5) {
  padding: 1.9rem 0.5rem 1.75rem;
}

.comparison-table td:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 1px solid #dddddd;
  padding: 1rem;
  text-align: center;
}

.comparison-table td:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: rgba(60, 100, 80, 0.05);
  border-top: 1px solid #dddddd;
  border-left: 1px solid rgba(60, 100, 80, 0.2);
  border-right: 1px solid rgba(60, 100, 80, 0.2);
  padding: 1.8rem 1.2rem 1.8rem 1.15rem;
}

.comparison-table td:nth-child(3),
.comparison-table td:nth-child(4),
.comparison-table td:nth-child(5) {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #dddddd;
  padding: 1.9rem 1.3rem;
}

.comparison-table table {
  width: 100%;
  table-layout: fixed;
}

.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
  width: 18.5% !important;
}
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
  width: 24% !important;
}

.comparison-section .worries_btn {
  margin-bottom: 1.6rem;
}

p.comparison-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  .comparison-table td:nth-child(2) {
    background-color: rgba(159, 201, 180, 0.16);
  }
}

@media screen and (max-width: 599px) {
  .comparison-section {
    padding-top: 2.9rem !important;
    padding-bottom: 6.85rem !important;
  }
  .comparison-section .swell-block-fullWide__inner.l-container {
    padding: 0 2.2rem;
  }

  .comparison-section h2.under-section-title {
    font-size: 16px;
    margin-bottom: 1.35rem;
  }
  .comparison-table {
    margin-bottom: 3.1rem;
  }

  .comparison-table thead {
    font-size: 14px;
  }

  .comparison-table td:nth-child(1) {
    font-size: 13px;
  }

  .comparison-table table {
    width: 760px !important;
    table-layout: fixed;
  }

  .comparison-table th:nth-child(1),
  .comparison-table td:nth-child(1) {
    width: 106px !important;
    padding: 1.45rem 0.5rem 1.2rem 1rem;
  }
  .comparison-table th:nth-child(n + 2):nth-child(-n + 4),
  .comparison-table td:nth-child(n + 2):nth-child(-n + 4) {
    width: 150px !important;
    padding: 1.5rem 0.5rem 1.3rem;
  }
  .comparison-table th:nth-child(5),
  .comparison-table td:nth-child(5) {
    width: 190px !important;
    padding: 1.5rem 0.5rem 1.3rem;
  }
  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3),
  .comparison-table td:nth-child(4),
  .comparison-table td:nth-child(5) {
    font-size: 12px;
    padding: 1.45rem 0.9rem 1.3rem !important;
    /* vertical-align: baseline; */
  }

  .comparison-section .worries_btn {
    margin-bottom: 2rem;
  }
  p.comparison-text {
    font-size: 12px;
  }
}

/* ========== brokenセクション ========== */
.broken-section {
  padding-top: 7.5rem !important;
  padding-bottom: 5.5rem !important;
}

.broken-column {
  max-width: 800px;
  margin-inline: auto;
}

.broken-column {
  grid-template-columns: auto 37.5% !important;
}
.broken-column .wp-block-media-text__content {
  margin-bottom: -2.5rem !important;
}
.broken-column.is-style-broken.wp-block-media-text {
  --swl-mediatext--lap: -11em;
}

.broken-text-group {
  padding: 1.25rem 2.4rem 0 0;
  background-color: rgba(249, 249, 249, 0.800000011920929);
}

@media screen and (max-width: 599px) {
  .broken-section {
    padding-top: 4.5rem !important;
    padding-bottom: 27rem !important;
  }

  .broken-section .swell-block-fullWide__inner.l-container {
    padding: 0 0 0 2.3rem;
  }

  .broken-column {
    grid-template-columns: auto 82.5% !important;
  }
  .broken-column.is-style-broken.wp-block-media-text {
    --swl-mediatext--lap: -17.75em;
  }
  .broken-column .wp-block-media-text__content {
    margin-bottom: -42.5rem !important;
  }
}

/* ========== testimonialsセクション ========== */
.testimonials-section {
  padding-top: 5rem !important;
  padding-bottom: 8rem !important;
}
.testimonials-column .swell-block-columns__inner {
  padding-left: 5rem;
}

hr.under-section-title-line {
  width: 56px;
  margin: 1.4rem auto 2.5rem;
}

.testimonials-column .c-scrollHint {
  display: none;
}

.testimonials-item {
  background-color: rgba(255, 255, 255, 0.30000001192092896);
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.05000000074505806);
}

p.testimonials-text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.3rem;
}
p.testimonials-name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .testimonials-section {
    padding-top: 3.5rem !important;
    padding-bottom: 2.55rem !important;
  }
  .testimonials-column .swell-block-columns__inner {
    padding-left: 2.3rem;
  }

  hr.under-section-title-line {
    margin: 1.55rem auto 2.5rem;
  }

  .testimonials-item {
    padding: 1.6rem 1.5rem 2.4rem 2.3rem !important;
  }

  p.testimonials-text {
    font-size: 14px;
    margin-bottom: 0.8rem;
  }
  p.testimonials-name {
    font-size: 12px;
  }
}

/* ========== 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;
  }
  .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-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-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-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 {
  padding-top: 6.3rem !important;
  padding-bottom: 0.2rem !important;
}
.plan_section2 {
  padding-top: 4.5rem !important;
  padding-bottom: 3.2rem !important;
}

.plan_section h2.wp-block-heading.section_title {
  margin-bottom: 1.2rem;
}
.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;
  font-family: "Noto serif jp", "serif";
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: center;
}

/* 左側のカラム */
.pc_plan_column {
  max-width: 710px;
  margin-inline: auto;
}
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 #3c6450;
  opacity: 1;
  background: none;
}
h3.wp-block-heading.plan_column_title::before {
  top: 0;
  left: -46%;
  border-right: none;
  border-bottom: none;
}
h3.wp-block-heading.plan_column_title::after {
  bottom: 0;
  right: -46%;
  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: #222222;
}
p.price_text {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: right;
  background: #f9f9f9;
  padding: 10px 15px;
  margin-bottom: 4.1rem;
}

/* 右側のカラム */
.plan_section2 .pc_plan_column {
  max-width: 640px;
  margin-inline: auto;
}
.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: -32%;
  border-right: none;
  border-bottom: none;
}
.swell-block-column.plan_right_column
  h3.wp-block-heading.plan_column_title::after {
  bottom: 0;
  right: -32%;
  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;
}

.plan_right_column2 p.price_text,
.plan_right_column p.price_text {
  background-color: #ffffff;
}

@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%;
  }

  .plan_right_column p.price_text {
    margin-top: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .swell-block-fullWide.plan_section {
    padding-top: 3em !important;
    padding-bottom: 0 !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;
    line-height: 1.9;
  }

  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;
    margin-bottom: 3.7rem;
  }
  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%;
  }

  .plan_left_column,
  .plan_right_column {
    padding: 2rem 1rem !important;
  }
  .plan_section ul.dot-list,
  .plan_section2 ul.dot-list {
    padding-left: 0.6rem;
  }
  .plan_section li.plan_column_list:last-child {
    margin-bottom: 1rem !important;
  }
  .plan_section2 {
    padding-top: 2.6rem !important;
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
    background-image: url("https://test.lumo-nexus.com/wp-content/uploads/2026/03/Frame-35-2.svg") !important;
  }
}

/* ===== 日本語ページ(.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: 1rem !important;
  padding-bottom: 1.2rem !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: 6.3rem !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;
  }
}

/* =========== addressセクション ========== */
.address_section {
  padding-top: 5rem !important;
  padding-bottom: 6.2rem !important;
}
p.address_text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .address_section {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  p.address_text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ===== 日本語ページ(.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 4", 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;
}

/* リンクの色変更 */
.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 p.under_fv_caption {
  margin-bottom: 1.5rem !important;
}

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

.page-id-37 .fv_cover_pc_img {
  height: 83vh;
}

.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-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4.9rem;
}
p.contact_link_text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
p.contact_link_text a {
  border-bottom: 1px solid #8c8c8c;
}

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

.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-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-id-37 .smf-item:not(:has(~ .smf-item)) .smf-item__label {
  font-size: 0.875rem;
}

.page-id-37 span.smf-checkbox-control__label {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}

.page-id-37 .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.page-id-37 .smf-label {
  margin-right: 0 !important;
}

.page-id-37 .smf-checkbox-control__control {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  padding: 0;
  margin: 0;
  border: 1px solid #bfc5cb;
  border-radius: 0.125rem;
  background-color: #fff;
  box-sizing: border-box;
}
.page-id-37 .smf-checkbox-control__control:checked {
  background-color: #3C6450;
  border-color: #3C6450;
  position: relative;
}

.page-id-37 span.smf-checkbox-control {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.938rem;
  border-radius: 0.25rem;
  border: 0.063rem solid #dbe0e5;
  box-sizing: border-box;
}

.page-id-37 .foam-list-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.6rem;
}

.page-id-37 span.smf-checkbox-control,
.page-id-37 input.smf-text-control__control{
height: 3.5rem;
border: 0.063rem solid #dbe0e5;
    gap: 0.7rem;
}
.page-id-37 textarea.smf-textarea-control__control{
border: 0.063rem solid #dbe0e5;
}
 
@media screen and (max-width: 959px) {
.page-id-37 #fix_bottom_menu {
display: none;
    }
  .page-id-37 .smf-checkboxes-control__control {
    grid-template-columns: 1fr;
        gap: 0.55rem;
  }
  .page-id-37 p.contact_text{
  text-align: start !important;
  }
}

@media screen and (max-width: 599px) {
.smf-error-messages{
font-size: 14px;
}
}

.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-action {
  text-align: center;
margin: 3.25rem 0;
}
.page-id-37 .smf-action .smf-button-control__control {
  width: 22.5rem;
  height: 3.125rem;
  padding: 12px 48px;
  border: 1px solid #dddddd;
border-radius: 6.25rem;
  background: #dddddd;
  color: #fff;
font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8c8c8c;




  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  background-image: none !important;
  box-shadow: none !important;
}
.smf-action .smf-button-control__control[disabled]{
color: #fff;
}



.page-id-37 .smf-button-control__control:hover,
.page-id-17 .smf-button-control__control:hover {
  opacity: 0.8;
}

p.contact_under_text {
font-size: 0.75rem;
  line-height: 1.8;
}
p.contact_under_text a{
border-bottom: 1px solid #8c8c8c;
}






.smf-action .smf-button-control__control {
  background-color: #dddddd !important;
  background-image: none !important;
  transition: background-color 0.3s ease !important;
}
.smf-action .smf-button-control__control.is-ready {
  background-color: #3c6450 !important;
  color: #fff !important;
  background-image: none !important;
}





/* 確認画面でテキスト非表示 */
.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 .fv_cover_sp_img {
    height: 41.7vh;
  }

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

  .page-id-37 .contact_foam_section .swell-block-fullWide__inner.l-article {
    padding: 0 2.3rem;
}

  .page-id-37 p.under_fv_caption {
    margin-bottom: 0.5rem !important;
}

  .page-id-37 p.contact_text{
    font-size: 16px !important;
    margin-bottom: 3.4rem !important;
  }

.page-id-37 .smf-item__col.smf-item__col--label {
        margin-bottom: 0.3rem;
}
.page-id-37 span.smf-checkbox-control {
        height: 56px;
        gap: 0.9rem;
}
.page-id-37 span.smf-checkbox-control__label{
font-size: 14px;
}

.page-id-37 .foam-list-item{
font-size: 12px;
    margin-top: 0.55rem;
}
.page-id-37 textarea.smf-textarea-control__control {
    min-height: 195px;
}

.page-id-37 .smf-action {
    margin: 2.6rem 0;
}
.page-id-37 .smf-action .smf-button-control__control{
font-size: 16px;
  width: 326px;
  height: 50px;
}





  /* ラジオボタンを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: 26px !important;
  }
  .wp-block-spacer.contact_under_spacer {
    height: 35px !important;
  }
  .wp-block-spacer.contact_last_spacer {
    height: 10px !important;
  }

.page-id-37 span.smf-checkbox-control, .page-id-37 input.smf-text-control__control{
  height: 56px;
  }

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

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

/* ==============================
  新規サービスページ(.page-id-1326)
============================== */
.page-id-1326 p.under_fv_caption {
  line-height: 1.5;
  margin-bottom: 2.4rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1326 p.under_fv_caption {
    font-size: 24px !important;
    margin-bottom: 1.2rem !important;
  }
}

/* ========== worriesセクション ========== */
.page-id-1326 .worries_section {
  padding-top: 4.3rem !important;
}
.page-id-1326 p.worries_section_sub_title {
  margin-bottom: 0.8rem !important;
}

.page-id-1326 .worries_column {
  margin-bottom: 2.95rem;
}

/* === ボタン === */
.worries_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
  width: 22.5rem;
  height: 3.938rem;
  transition: opacity 0.3s ease;
}
.worries_btn a:hover {
  opacity: 0.8;
}
.worries_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;
}
/* 2行目 */
.worries_btn a br + strong {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .page-id-1326 .worries_section_column {
    padding: 1.8rem 0.5rem !important;
  }
}

@media screen and (max-width: 599px) {
  .page-id-1326 .worries_section {
    padding-top: 1.3rem !important;
    padding-bottom: 4.1rem !important;
    margin-bottom: 0;
  }
  .page-id-1326 .worries_section .swell-block-fullWide__inner.l-article {
    padding: 0 2.2rem;
  }
  .page-id-1326 p.worries_section_sub_title {
    margin-bottom: 0.2rem !important;
  }
  .page-id-1326 h2.section_title {
    margin-bottom: 1.7rem !important;
  }
  .page-id-1326 .worries_section_column {
    padding: 1.35rem 1rem !important;
  }
  .page-id-1326 p.worries_column_caption {
    font-size: 16px !important;
    margin-bottom: 0.8rem !important;
  }
  .page-id-1326 .worries_column {
    margin-bottom: 2.55rem;
  }

  .worries_btn a {
    font-size: 12px;
    width: 326px;
    height: 63px;
  }
  .worries_btn a br + strong {
    font-size: 16px;
  }
}

/* ========== serviceセクション ========== */
@media screen and (max-width: 1009px) and (min-width: 960px) {
  .page-id-1326 .service_column {
    padding: 2rem 0.5rem !important;
  }
}
@media screen and (max-width: 599px) {
  .service_column {
    padding: 1.8rem 0.5rem 2rem !important;
  }
}

/* ========== lectureセクション ========== */
.lecture_section {
  padding-top: 5rem !important;
  padding-bottom: 6.3rem !important;
}

h2.lecture_title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.6rem;
}

h2.lecture_title::after {
  content: "" !important;
  display: block;
  width: 56px;
  height: 0;
  margin: 23px auto 0;
  border-bottom: 1px solid #3c6450 !important;
  opacity: 1;
}
p.lecture_sub_section {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 599px) {
  .lecture_section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lecture_section .swell-block-fullWide__inner.l-container {
    padding: 0 2.3rem;
  }

  h2.lecture_title {
    font-size: 28px;
    margin-bottom: 1.7rem;
  }
  p.lecture_sub_section {
    font-size: 15px;
    margin-bottom: 1.4rem;
    text-align: start !important;
  }
}

/* ========== designセクション =========== */
.design_section {
  padding-top: 6.2rem !important;
  padding-bottom: 5rem !important;
}

h2.design_title {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
p.design_sub_title {
  font-size: 0.938rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.design_column,
.design_column2 {
  max-width: 640px;
  margin-inline: auto;
  background-color: #ffffff;
  border: 0.063rem solid #dddddd;
}
.design_img {
  margin-bottom: 1.5rem;
}

.design_contents_column {
  max-width: 465px;
  margin-inline: auto;
}
h3.design_contents_title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
li.design_list_item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.design_column {
  margin-bottom: 1.5rem;
}

h3.design_contents_under_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0 !important;
  margin-bottom: 1rem;
}
p.design_contents_under_text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 959px) {
  .design_contents_column {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .design_section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.4rem !important;
  }
  .design_section .swell-block-fullWide__inner.l-container {
    padding: 0 2.3rem !important;
  }
  h2.design_title {
    font-size: 24px;
    margin-bottom: 2.8rem;
  }
  p.design_sub_title {
    font-size: 15px;
    margin-bottom: 2.9rem;
    text-align: start;
  }
  .design_item {
    padding: 1.5rem 2rem 1.9rem 2.2rem !important;
  }
  .design_img {
    margin-bottom: 1.7rem;
  }
  h3.design_contents_title,
  li.design_list_item {
    font-size: 14px;
  }
  .design_column {
    margin-bottom: 1.3rem;
  }

  h3.design_contents_under_title {
    font-size: 18px;
    margin-bottom: 1.2rem;
  }
  p.design_contents_under_text {
    font-size: 14px;
  }
}

/* ========== greenセクション ========== */
.green_section {
  padding-top: 6.4rem !important;
  padding-bottom: 6.3rem !important;
}

p.green_text {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.green_column {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 599px) {
  .green_section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    background-image: url("https://test.lumo-nexus.com/wp-content/uploads/2026/03/Container-5.svg") !important;
  }

  .green_section .swell-block-fullWide__inner.l-article {
    padding: 0 2.3rem;
  }

  p.green_text {
    font-size: 16px;
    margin-bottom: 1.7rem;
  }
  .green_item {
    padding: 1.2rem 1rem 1rem 1.2rem !important;
  }
}

/* ========== planセクション ========== */
.page-id-1326 .plan_section {
  padding-bottom: 0rem !important;
  margin-bottom: 0.2rem;
}
.page-id-1326 .plan_section h2.section_title {
  margin-bottom: 3.5rem;
}
.page-id-1326 p.plan_column_text {
  margin-bottom: 0.5rem;
}
.page-id-1326 p.price_text {
  margin-bottom: 5.2rem;
}

.page-id-1326 .plan_section2 {
  padding-top: 6rem !important;
  margin-bottom: 0;
}
.page-id-1326
  .swell-block-column.plan_right_column
  h3.plan_column_title::before {
  left: -9%;
}
.page-id-1326
  .swell-block-column.plan_right_column
  h3.plan_column_title::after {
  right: -9%;
}
.page-id-1326 .plan_section2 ul.dot-list li {
  padding-left: 0.1em;
  text-indent: 0;
}
.page-id-1326 .plan_section2 ul.dot-list li::before {
  left: -1.5em;
  top: 1.1em;
}

@media screen and (max-width: 599px) {
  .page-id-1326 .plan_section {
    padding-bottom: 0.9rem !important;
  }
  .page-id-1326 p.price_text {
    margin-bottom: 4.7rem;
  }

  .page-id-1326 .plan_section2 {
    padding-top: 4rem !important;
    padding-bottom: 1.7rem !important;
  }
  .page-id-1326
    .swell-block-column.plan_right_column
    h3.plan_column_title::before {
    left: 0%;
  }
  .page-id-1326
    .swell-block-column.plan_right_column
    h3.plan_column_title::after {
    right: 1%;
  }
  .page-id-1326 .plan_section ul.dot-list,
  .page-id-1326 .plan_section2 ul.dot-list {
    padding-left: 1.2em;
  }
}

/* ========== trialセクション ========== */
.page-id-1326 .trial_section {
  padding-bottom: 4.7rem !important;
  margin-bottom: 2.6rem;
}
.page-id-1326 p.trial_text.is-style-section_ttl::before,
.page-id-1326 p.trial_text.is-style-section_ttl::after {
  width: 44px;
}

@media screen and (max-width: 599px) {
  .page-id-1326 .trial_section {
    padding-bottom: 3.6rem !important;
  }
  p.trial_caption {
    font-size: 32px !important;
  }
}

/* ========== timerセクション ========== */
.timer_section {
  padding-top: 0.4rem !important;
  padding-bottom: 6.4rem !important;
}
/* カウントダウンタイマー */
.hurrytimer-campaign {
  margin-bottom: 0.2rem;
}

.hurrytimer-timer-block {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin: 0 0.3rem !important;
}
.hurrytimer-timer-sep {
  display: none !important;
}
.hurrytimer-timer-digit {
  font-size: 3.125rem !important;
  font-weight: 300;
  line-height: 1;
}
.hurrytimer-timer-label {
  font-size: 1rem !important;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  transform: translate(4px, 5px);
}

p.timer_text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.6rem;
}
p.timer_title {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.9rem;
}

/* ステップ全体の数字をリセットして、独自のカウンターを開始 */
.page-id-1326 .swell-block-step {
  counter-reset: swell-step-counter;
}
.page-id-1326 .swell-block-step__number {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.031rem solid #3c6450;
}
.page-id-1326 .swell-block-step__number:after {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c6450;
  counter-increment: swell-step-counter;
  content: counter(swell-step-counter, decimal-leading-zero) !important;
}

.page-id-1326 .swell-block-step__item {
  padding: 0 0 0.45rem 3.5rem;
}
.page-id-1326 .swell-block-step__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 20px;
  top: 42px;
  bottom: -24px;
  width: 1px;
  background-color: #3c6450;
  z-index: 0;
}
.page-id-1326 .swell-block-step__item:before {
  z-index: 1;
  position: relative;
}

.page-id-1326 .swell-block-step__item .swell-block-step__title {
  font-size: 0.938rem !important;
  font-weight: 400;
  line-height: 1.8;
  color: #111111;
}
.page-id-1326 .swell-block-step__body {
  display: none;
}
.page-id-1326 .swell-block-step.timer_step.is-style-default {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 959px) {
  .timer_section {
    padding-top: 1.2rem !important;
  }
}

@media screen and (max-width: 599px) {
  .timer_section {
    padding-bottom: 4.5rem !important;
  }
  .timer_section .swell-block-fullWide__inner.l-article {
    padding: 0 2.3rem;
  }
  .hurrytimer-timer-digit {
    font-size: 32px !important;
  }
  .hurrytimer-timer-label {
    font-size: 16px !important;
  }
  .hurrytimer-campaign {
    margin-bottom: 0.8rem;
  }
  p.timer_text {
    font-size: 15px;
    margin-bottom: 1.7rem;
  }
  p.timer_title {
    font-size: 15px;
    margin-bottom: 1.1rem;
  }

  .page-id-1326 .swell-block-step__item {
    padding: 0 0 0.9rem 4rem;
  }

  .page-id-1326 .swell-block-step__number:after {
    font-size: 14px;
  }

  .page-id-1326 .swell-block-step__item .swell-block-step__title {
    font-size: 13px;
  }
  .page-id-1326
    .swell-block-step:not(.is-style-big):not(.is-style-small)
    > .swell-block-step__item
    > .swell-block-step__title {
    min-height: 38px;
  }
  .page-id-1326 .swell-block-step__item:not(:last-child):after {
    left: 18px;
    top: 36px;
  }
}

/* ========== お問い合わせフォーム ========== 
.smf-item__col.smf-item__col--controls {
  margin-top: 0.3rem;
}

.smf-item__label {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  color: #111111;
}

.smf-form .smf-text-control__control {
  padding: 0.9rem 1rem;
  width: 100%;
}
.smf-text-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #637587;
}*/

/* 確認ボタン 
.smf-action {
  text-align: center;
  margin-top: 2.55rem;
}
.smf-action .smf-button-control__control {
  width: 22.5rem;
  height: 3.125rem;
  padding: 0 1rem;
  border: 1px solid #3c6450;
  border-radius: 6.25rem;
  background: #3c6450;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  background-image: none !important;
  box-shadow: none !important;
}
.smf-action .smf-button-control__control[disabled] {
  color: #fff;
}
.smf-action .smf-button-control__control::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;
}

.smf-action .smf-button-control__control:hover {
  opacity: 0.8 !important;
}*/

/* ==============================
          新規下層ページ共通
=============================== */
.page-id-1756 div#content,
.page-id-1758 div#content,
.page-id-1760 div#content {
  padding-top: 0;
  margin-bottom: 0;
}
.page-id-1756 h1.c-pageTitle,
.page-id-1758 h1.c-pageTitle,
.page-id-1760 h1.c-pageTitle {
  display: none;
}
.page-id-1756 .l-mainContent__inner > .post_content,
.page-id-1758 .l-mainContent__inner > .post_content,
.page-id-1760 .l-mainContent__inner > .post_content {
  margin-top: 0;
}
.page-id-1756 div#before_footer_widget,
.page-id-1758 div#before_footer_widget,
.page-id-1760 div#before_footer_widget {
  margin-top: 0;
}

@media (min-width: 960px) {
  .page-id-1326 .l-header__inner.l-container,
  .page-id-1756 .l-header__inner.l-container,
  .page-id-1758 .l-header__inner.l-container,
  .page-id-1760 .l-header__inner.l-container {
    padding: 0 0.5rem;
  }
  .page-id-1326 .-series .l-header__logo,
  .page-id-1756 .-series .l-header__logo,
  .page-id-1758 .-series .l-header__logo,
  .page-id-1760 .-series .l-header__logo {
    padding: 1.9rem 0 0.9rem !important;
  }

  .page-id-1326 .c-gnav > .menu-item > a,
  .page-id-1756 .c-gnav > .menu-item > a,
  .page-id-1758 .c-gnav > .menu-item > a,
  .page-id-1760 .c-gnav > .menu-item > a {
    height: 105%;
    padding: 0 3rem;
  }

  .page-id-1326 .header_btn,
  .page-id-1756 .header_btn,
  .page-id-1758 .header_btn,
  .page-id-1760 .header_btn {
    padding: 0.313rem 1.75rem;
    background-color: #3c6450;
    border-radius: 3.125rem;
    width: 7.375rem;
    height: 2.438rem !important;
    border: 0.063rem solid rgba(255, 255, 255, 0.5);
    margin-top: 1.25rem;
  }

  .page-id-1326 div#breadcrumb,
  .page-id-1756 div#breadcrumb,
  .page-id-1758 div#breadcrumb,
  .page-id-1760 div#breadcrumb {
    padding-bottom: 0.65rem;
  }
  .page-id-1326 ol.p-breadcrumb__list.l-container,
  .page-id-1756 ol.p-breadcrumb__list.l-container,
  .page-id-1758 ol.p-breadcrumb__list.l-container,
  .page-id-1760 ol.p-breadcrumb__list.l-container {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 0;
    color: #3c3c3c;
  }
  .page-id-1326 .p-breadcrumb__item:after,
  .page-id-1756 .p-breadcrumb__item:after,
  .page-id-1758 .p-breadcrumb__item:after,
  .page-id-1760 .p-breadcrumb__item:after {
    color: #dddddd;
  }
  .page-id-1326 .p-breadcrumb__item,
  .page-id-1756 .p-breadcrumb__item,
  .page-id-1758 .p-breadcrumb__item,
  .page-id-1760 .p-breadcrumb__item {
    gap: 0.65em;
  }
  .page-id-1326 .p-breadcrumb li.p-breadcrumb__item:nth-child(2),
  .page-id-1756 .p-breadcrumb li.p-breadcrumb__item:nth-child(2),
  .page-id-1758 .p-breadcrumb li.p-breadcrumb__item:nth-child(2),
  .page-id-1760 .p-breadcrumb li.p-breadcrumb__item:nth-child(2) {
    padding-left: 0.3rem;
  }
}

@media screen and (max-width: 959px) {
  .page-id-1326 header#header,
  .page-id-1756 header#header,
  .page-id-1758 header#header,
  .page-id-1760 header#header {
    padding: 0.2rem 0 0.8rem;
  }
}

/* ========== faqセクション ========== */
.page-id-1326
  .swell-block-fullWide.faq_section
  .swell-block-accordion__item[open]
  .swell-block-accordion__title,
.page-id-1756
  .swell-block-fullWide.faq_section
  .swell-block-accordion__item[open]
  .swell-block-accordion__title,
.page-id-1758
  .swell-block-fullWide.faq_section
  .swell-block-accordion__item[open]
  .swell-block-accordion__title,
.page-id-1760
  .swell-block-fullWide.faq_section
  .swell-block-accordion__item[open]
  .swell-block-accordion__title {
  padding-bottom: 0.8rem;
}
.page-id-1326 .swell-block-accordion__body,
.page-id-1756 .swell-block-accordion__body,
.page-id-1758 .swell-block-accordion__body,
.page-id-1760 .swell-block-accordion__body {
  padding: 0 1rem 2rem 1rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1326 .swell-block-fullWide.faq_section,
  .page-id-1756 .swell-block-fullWide.faq_section,
  .page-id-1758 .swell-block-fullWide.faq_section,
  .page-id-1760 .swell-block-fullWide.faq_section {
    padding-bottom: 3em !important;
  }
}

/* === ボタン === */
.btn-green a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  border-radius: 6.25rem;
  width: 22.5rem;
  height: 3.125rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.btn-green a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-green a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .btn-green a {
    font-size: 16px;
    width: 326px;
    height: 50px;
  }
  .btn-green a::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* === under-fv === */
.page-id-1756 .fv_cover_pc_img,
.page-id-1758 .fv_cover_pc_img,
.page-id-1760 .fv_cover_pc_img,
.page-id-1756 .fv_cover_sp_img,
.page-id-1758 .fv_cover_sp_img,
.page-id-1760 .fv_cover_sp_img {
  margin-bottom: 0;
}

p.under_fv_caption {
  line-height: 1.5;
}

/* ==============================
 60分鐘 1v1線上諮詢(.page-id-1756)
============================== */
/* ========== greetingセクション ========== */
.greeting-section {
  padding-top: 7.4rem !important;
  padding-bottom: 7.4rem !important;
}

.greeting-column {
  max-width: 805px;
  margin-inline: auto;
}

.greeting-section h2.under-section-title {
  margin-bottom: 1.2rem;
}

p.greeting-text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 959px) {
  .greeting-img-column,
  .greeting-text-column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .greeting-img img {
    max-width: 70%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 599px) {
  .greeting-section {
    padding-top: 3.2rem !important;
    padding-bottom: 3.3rem !important;
  }
  .greeting-section .swell-block-fullWide__inner.l-container {
    padding: 0 2.1rem;
  }

  .greeting-column .swell-block-columns__inner {
    gap: 1.1rem;
  }

  .greeting-section h2.under-section-title {
    font-size: 24px;
    margin-bottom: 1.4rem;
  }
  p.greeting-text {
    font-size: 14px;
  }
}

/* ========== planセクション(.page-id-1756) ========== */
.page-id-1756 .plan_section {
  padding-top: 3.65rem !important;
  padding-bottom: 0 !important;
}

h2.plan_column_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.023em !important;
  margin-bottom: 2.1rem !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 3.2rem !important;
}
h2.plan_column_title::before,
h2.plan_column_title::after {
  content: "" !important;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0.5px solid #3c6450 !important;
  opacity: 1;
  background: none;
}
h2.plan_column_title::before {
  top: -8%;
  left: -40%;
  border-right: none !important;
  border-bottom: none !important;
}
h2.plan_column_title::after {
  bottom: 4%;
  right: -41%;
  border-left: none !important;
  border-top: none !important;
}

.page-id-1756 p.plan_column_sub_title {
  font-size: 1rem;
}
.page-id-1756 p.plan_column_text {
  margin-bottom: 0.5rem;
}

ul.under-plan-list {
  padding-left: 0.2rem !important;
}
li.under-plan-list-item {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
li.under-plan-list-item::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.85em;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
}

.under-plan_column_text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
}

.page-id-1756 p.price_text {
  margin: 2.55rem 0 0.8rem;
}

p.under-service_text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .page-id-1756 .plan_section {
    padding-top: 4.2rem !important;
    padding-bottom: 1.3rem !important;
  }

  h2.plan_column_title {
    font-size: 24px;
    margin-bottom: 1.9rem !important;
  }
  h2.plan_column_title::before {
    top: -25%;
    left: -26%;
  }
  h2.plan_column_title::after {
    bottom: -29%;
    right: -27%;
  }

  .plan_left_column {
    padding: 0 1.2rem !important;
  }

  li.under-plan-list-item {
    font-size: 14px;
  }

  hr.plan_column_underbar {
    margin: 0.5em 0 !important;
  }

  .under-plan_column_text {
    font-size: 15px;
  }

  .page-id-1756 p.price_text {
    margin: 0.55rem 0 1.1rem;
  }

  p.under-service_text {
    font-size: 12px;
  }
}

/* =========== flowセクション ========== */
.flow-section {
  padding-top: 4.4rem !important;
  padding-bottom: 6.2rem !important;
}

hr.flow-line {
  width: 56px;
  margin: 1.45rem 0 3.8rem;
}

.flow {
  max-width: 670px;
  margin-inline: auto;
  margin-bottom: 6.6rem;
}
.flow-item {
  padding: 0 0 1.35rem 3.3rem;
}

.flow .swell-block-step__number:after {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #222222;
}

.flow .swell-block-step__item:before {
  border-left: 1px solid #3c6450;
}

.flow-item h3 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  position: relative;
}
.flow-item h3::before {
  content: "";
  position: absolute;
  left: -2.35rem;
  bottom: 0.2rem;
  width: 1.125rem;
  height: 1px;
  background-color: #3c6450;
}

.flow-item .swell-block-step__body {
  margin-top: 0.3rem !important;
}
p.flow-text {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

.flow-img {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .flow-section {
    padding-top: 2.1rem !important;
    padding-bottom: 4.3rem !important;
  }
  hr.flow-line {
    margin: 1.6rem 0 1.1rem;
  }

  .flow-item {
    padding: 0 0 0.45rem 3.3rem;
  }
  .flow .swell-block-step__item:before {
    display: block !important;
    left: 24px;
  }

  .flow .swell-block-step__number {
    height: 39px;
    width: 51px;
  }
  .flow .swell-block-step__number:after {
    font-size: 20px;
  }

  .flow-item h3 {
    font-size: 15px !important;
    min-height: 46px !important;
  }
  .flow-item h3::before {
    left: -2.1rem;
    bottom: 0.8rem;
    width: 18px;
  }

  .flow-item .swell-block-step__body {
    margin: 0rem !important;
  }
  p.flow-text {
    font-size: 14px;
  }

  .flow {
    margin-bottom: 4.1rem;
  }
}

/* ========== testimonialsセクション(.page-id-1756) ========== */
.page-id-1756 .testimonials-section {
  padding-bottom: 7.75rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1756 .testimonials-section {
    padding-bottom: 2.3rem !important;
  }
}

/* ========== faqセクション(.page-id-1756) ========== */
.page-id-1756 .faq_section {
  padding-top: 6.25em !important;
  padding-bottom: 6.25rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1756 .faq_section {
    padding-top: 3.2em !important;
  }
}

/* ========== linkセクション ========== */
.link-section {
  padding-top: 6.2rem !important;
  padding-bottom: 6.2rem !important;
  border-top: 1px solid #dddddd;
}
hr.link-line {
  width: 56px;
  border: 1px solid #3c6450;
  margin: 1.4rem 0 2.4rem;
}

.link-item {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.05000000074505806);
}

h3.link-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.7rem;
}
p.link-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

/* === リンク === */
p.link-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.8;
  transition: opacity 0.3s ease;
}

p.link-btn a::after {
  content: "→";
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
}

p.link-btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .link-section {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }
  .link-section .swell-block-fullWide__inner.l-container {
    padding: 0 2.2rem;
  }

  hr.link-line {
    margin: 1.5rem 0 1.75rem;
  }

  .link-item {
    padding: 1.7rem 1.8rem 1.7rem 1.7rem !important;
  }

  h3.link-title {
    font-size: 18px;
    margin-bottom: 1.3rem;
  }
  p.link-text {
    font-size: 14px;
    margin-bottom: 0.8rem;
  }
  p.link-btn a {
    font-size: 14px;
  }
}

/* ================================
  打造專業職務經歷書(.page-id-1758)
================================ */
/* ========== greetingセクション ========== */
.page-id-1758 .greeting-section {
  padding-top: 7.6rem !important;
  padding-bottom: 7.4rem !important;
}

.greeting-group {
  max-width: 640px;
  margin-inline: auto;
}

@media screen and (max-width: 599px) {
  .page-id-1758 .greeting-section {
    padding-top: 3.4rem !important;
    padding-bottom: 3.3rem !important;
  }
  .page-id-1758 .greeting-section h2.under-section-title {
    font-size: 28px;
    margin-bottom: 1.7rem;
  }
}

/* ========== service-contentsセクション ========== */
.service-contents-section {
  padding-top: 5.7rem !important;
  padding-bottom: 3.3rem !important;
}

.service-contents-section h2.plan_column_title::before {
  left: -148%;
}
.service-contents-section h2.plan_column_title::after {
  right: -149%;
}

.service-contents-group {
  max-width: 800px;
  margin-inline: auto;
}

.service-contents-table {
  --table-border: none;
  margin-bottom: 1.25rem;
}

.service-contents-table thead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-contents-table :is(th, td):nth-child(2) {
  padding: 1.9rem 1.5rem 1.7rem 1.45rem;
}
.service-contents-table :is(th, td):nth-child(3) {
  padding: 1.9rem 1rem 1.7rem 0.8rem;
}

.service-contents-table td:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 1px solid #dddddd;
  padding: 1rem;
}
.service-contents-table td:nth-child(2),
.service-contents-table td:nth-child(3) {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #dddddd;
  padding: 1.855rem 1rem;
}

.service-contents-table table {
  width: 100%;
  table-layout: fixed;
}

.service-contents-table th:nth-child(1),
.service-contents-table td:nth-child(1) {
  width: 20% !important;
  text-align: center;
}

.service-contents-table tr:last-child td:nth-child(2),
.service-contents-table tr:last-child td:nth-child(3) {
  text-align: right;
}

/* === ボタン === */
.service-contents-btn-group {
  justify-content: end;
  gap: 2.5rem;
  margin-right: 1.25rem;
  margin-bottom: 2.6rem;
}
.service-contents-section .btn-green a {
  font-size: 0.875rem;
  line-height: 1.71;
  width: 17.5rem;
  height: 2.75rem;
}

li.service-contents-list-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 1em;
  margin-bottom: 0.2rem;
}
li.service-contents-list-item:before {
  left: -0.5%;
  transform: scale(1);
}

@media screen and (max-width: 959px) {
  .service-contents-table th:nth-child(1),
  .service-contents-table td:nth-child(1) {
    width: 100% !important;
    padding: 0;
    text-align: start;
  }

  .service-contents-sp-group {
    padding: 2.1rem 1.8rem 2rem;
    box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.05000000074505806);
    margin-bottom: 1.5rem;
  }
  .service-contents-table td:nth-child(1),
  .service-contents-table td:nth-child(2),
  .service-contents-table td:nth-child(3) {
    border-top: none;
  }

  h3.service-contents-sp-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.8rem;
  }

  .service-contents-table td:nth-child(2),
  .service-contents-table td:nth-child(3) {
    padding: 0.4rem 0 1.55rem;
  }

  .service-contents-table tr:last-child td:nth-child(2),
  .service-contents-table tr:last-child td:nth-child(3) {
    text-align: start;
  }
  .service-contents-table {
    margin-bottom: 0.5rem;
  }
  .service-contents-section p.price_text {
    margin-bottom: 1.55rem;
  }
}

@media screen and (max-width: 599px) {
  .service-contents-section {
    padding-top: 4.15rem !important;
    padding-bottom: 1.2rem !important;
  }
  .service-contents-section .swell-block-fullWide__inner.l-container {
    padding: 0 2.5rem 0 2rem;
  }

  .service-contents-section h2.plan_column_title::before {
    top: -27%;
    left: -120%;
  }
  .service-contents-section h2.plan_column_title::after {
    right: -114%;
  }

  .service-contents-table {
    margin-bottom: 0;
  }
  .service-contents-table th:nth-child(1),
  .service-contents-table td:nth-child(1) {
    font-size: 13px;
  }

  .service-contents-table td:nth-child(2),
  .service-contents-table td:nth-child(3) {
    font-size: 12px;
  }

  .service-contents-section p.price_text {
    font-size: 14px !important;
  }

  .service-contents-section .btn-green a {
    font-size: 14px;
    width: 278px;
    height: 44px;
  }

  li.service-contents-list-item {
    font-size: 12px;
  }
}

/* ========== flowセクション(.page-id-1758) =========== */
.page-id-1758 .flow-section {
  padding-top: 1rem !important;
}
.page-id-1758 p.flow-text {
  margin-bottom: 0.3rem;
}

p.flow-sub-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

.flow-step-group {
  padding: 0.5rem 1.25rem;
  background-color: rgba(159, 201, 180, 0.10000000149011612);
  margin-bottom: 0.65rem;
}

.flow-title-group {
  align-items: center;
  margin-bottom: 0.2rem;
}
p.flow-group-sub-title {
  font-size: 0.8125rem;
  line-height: 1.8;
}
p.flow-group-title {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.page-id-1758 .flow {
  margin-bottom: 6.4rem;
}

.flow-btn-group {
  justify-content: center;
  gap: 2.5rem;
}

@media screen and (max-width: 959px) {
  .flow-btn-group {
    display: block !important;
  }
  .page-id-1758 .flow-section .btn-green {
    margin-bottom: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .page-id-1758 .flow-section {
    padding-top: 2.1rem !important;
  }

  .page-id-1758 .flow {
    padding-right: 1.2rem;
  }
  p.flow-sub-text {
    font-size: 12px;
  }

  .flow-step-group {
    padding: 0.8rem;
  }
  p.flow-group-sub-title {
    font-size: 12px;
  }
  p.flow-group-title {
    font-size: 14px;
  }

  .page-id-1758 .flow {
    margin-bottom: 4.25rem;
  }
}

/* ========== testimonialsセクション(.page-id-1758) ========== */
.page-id-1758 .testimonials-section {
  padding-bottom: 7.7rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1758 .testimonials-section {
    padding-bottom: 2.3rem !important;
  }
}

/* ========== faqセクション(.page-id-1758) ========== */
.page-id-1758 .faq_section {
  padding-top: 6.25em !important;
}
@media screen and (max-width: 599px) {
  .page-id-1758 .faq_section {
    padding-top: 3.1em !important;
  }
}

/* ==============================
  日本面試實戰演練(.page-id-1760)
============================== */
/* ========== greetingセクション(.page-id-1760) =========== */
.page-id-1760 .greeting-section {
  padding-top: 7.6rem !important;
}

@media screen and (max-width: 599px) {
  .page-id-1760 .greeting-section {
    padding-top: 3.3rem !important;
  }
  .page-id-1760 .greeting-section .swell-block-fullWide__inner.l-article {
    padding: 0 2.2rem 0 2.2rem;
  }

  .page-id-1760 .greeting-column .swell-block-columns__inner {
    gap: 1.55rem;
  }
  .page-id-1760 .greeting-section h2.under-section-title {
    font-size: 28px;
    margin-bottom: 1.8rem;
  }

  .page-id-1760 p.greeting-text {
    font-size: 15px;
    margin-bottom: 1.85rem;
  }
}

/* ========== service-contentsセクション(.page-id-1760) =========== */
.page-id-1760 .service-contents-section {
  padding-bottom: 0.01rem !important;
}
.page-id-1760 .service-contents-table tr:last-child td:nth-child(2),
.page-id-1760 .service-contents-table tr:last-child td:nth-child(3) {
  /* text-align: center; */
}
@media screen and (max-width: 959px) {
  .page-id-1760 .service-contents-table tr:last-child td:nth-child(2),
  .page-id-1760 .service-contents-table tr:last-child td:nth-child(3) {
    text-align: start;
  }
}
@media screen and (max-width: 599px) {
  .page-id-1760 .service-contents-section {
    padding-bottom: 1.3rem !important;
  }
}

/* ========== flowセクション(.page-id-1760) =========== */
.page-id-1760 p.flow-group-title {
  margin-bottom: 0.3rem;
}

.page-id-1760 .testimonials-section {
  padding-bottom: 7.75rem !important;
}
@media screen and (max-width: 599px) {
  .page-id-1760 .testimonials-section {
    padding-bottom: 0.75rem !important;
  }
}

.page-id-1760 .faq_section {
  padding-top: 6.3rem !important;
  padding-bottom: 6.25rem !important;
}
@media screen and (max-width: 599px) {
  .page-id-1760 .faq_section {
    padding-top: 5.1rem !important;
  }
}

@media screen and (max-width: 959px) {
  .page-id-1760 .flow-section .btn-green {
    margin-bottom: 1.7rem;
  }
}
