/* ========== Googleフォントの読み込み ========== */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ========== 共通パーツ ========== */
body {
  color: #222222;
}
a {
  text-decoration: none;
}

/* .visually-hiddenの定義 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* === 余白の調整 === */
.page-id-11 .l-contents__inner:first-child {
  margin-top: 0;
}
.l-contents__inner:first-child {
  margin-top: var(--contents--gap);
}
.page-id-11 .l-contents__body {
  margin-top: 0rem;
}
.l-contents__body {
  margin-top: 5.7rem;
}

/* === タイトル === */
h2.section_title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}
p.section_sub_title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 781px) {
  h2.section_title,
  p.section_sub_title {
    text-align: center;
  }
}

@media screen and (max-width: 865px) {
  h2.section_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 639px) {
  h2.section_title {
    font-size: 40px;
  }
  p.section_sub_title {
    font-size: 15px;
  }
}

/* === CTAボタン① === */
.cta_btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.1em;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #222;
  transition: color 0.3s ease;
}
.cta_btn a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-281.svg")
    no-repeat center/contain;
  transition: all 0.3s ease;
}
.cta_btn a span:hover {
  color: #0068b7 !important;
}
.cta_btn:hover a::after {
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-281-1.svg")
    no-repeat center/contain;
}
@media screen and (max-width: 639px) {
  .cta_btn a {
    font-size: 16px;
  }
}

/* === ボタン② === */
/* ボタン配置(クラス名変更する) */
.btn-wrap {
  display: flex;
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap.left {
  justify-content: flex-start;
}
.btn-wrap.right {
  justify-content: flex-end;
}
/* ボタン本体 */
a.btn-common {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  height: 59px;
  padding: 12px 20px 12px 24px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 8px 0px #00000026;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* 初期アイコン */
a.btn-common::after {
  content: "";
  position: absolute; /* ←これが超重要 */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-281-1.svg")
    no-repeat center/contain;
  transition: all 0.3s ease;
  z-index: 1;
}

/* hover時：テキストカラー変更 */
a.btn-common:hover {
  background-color: #0068b7;
  color: #ffffff;
  border: 1px solid #0068b7;
}

/* hover時：アイコン画像切替 */
a.btn-common:hover::after {
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-4904.svg")
    no-repeat center/contain;
  z-index: 2;
}

/* ========== ヘッダー ========== */

@media screen and (min-width: 1024px) {
  .p-global-nav .c-navbar__item > a {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 2.2rem clamp(0.95rem, -0.281rem + 1.923vw, 1.45rem) 2.05rem;
  }
  .header_btn {
    background-color: #d0021b;
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .header_btn a {
    display: inline-block;
    transition: all 0.3s ease;
  }
  .header_btn a:hover {
    color: #d0021b;
    background-color: #ffffff;
  }

  header.l-header.l-header--1row {
    background-color: #ffffff;
  }
  .l-header__content .c-fluid-container {
    padding-right: 0;
  }
}

/* ========== FVセクション =========== */
.fv_section {
  padding-top: 17.5rem;
  padding-bottom: 16.9rem;
  position: relative;
  overflow: hidden;
}
/* 下部グラデーション画像 */
.fv_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 450;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/mv.svg")
    no-repeat bottom center / cover;
  pointer-events: none;
  z-index: 1;
}

/* アニメーション */
.fv_group {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 0.8s ease;
}
.fv_group.is-visible {
  opacity: 1;
  transform: translateY(0);
}

p.fv_text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .c-section.p-section-front-page-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .fv_section {
    padding-top: 11.5rem;
    padding-bottom: 11.9rem;
  }
  figure.wp-block-image.fv_logo img {
    width: 250px !important;
  }
  p.fv_text {
    font-size: 16px;
    margin-top: 0.2rem;
  }
}

/* =========== reasonセクション ========== */
.reason_section {
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 4.6rem;
}

p.section_main_text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.section_sub_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
}

.wp-block-columns.reason_column {
  margin-top: 5rem;
}
.wp-block-column.reason_item {
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
  border-radius: 4px;
  padding: 1.5rem 1.5rem 2.35rem;
}
h3.reason_item_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  color: #ffffff;
  border-bottom: none;
}
.reason_item_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

p.reason_item_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.wp-block-columns.reason_column2 {
  margin-top: 2rem;
}

@media screen and (max-width: 781px) {
  p.section_main_text {
    text-align: center;
  }

  .reason_section p.cta_btn {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 639px) {
  .reason_section {
    padding-bottom: 2.6rem;
  }
  .reason_section .c-container {
    padding: 0;
  }

  .wp-block-columns.reason_column {
    margin-top: 3rem;
  }

  p.section_main_text {
    font-size: 18px;
  }
  p.section_sub_text {
    font-size: 16px;
    line-height: 1.8;
  }
  .wp-block-column.reason_item {
    padding: 1.5rem;
  }
  h3.reason_item_title {
    font-size: 18px;
  }
  p.reason_item_text {
    font-size: 15px;
  }
}

/* ========== serviceセクション ========== */
.service_section {
  background: linear-gradient(180deg, #2c3e50 0%, rgba(44, 62, 80, 0.9) 100%);
  padding-top: 6.7rem;
  padding-bottom: 6.2rem;
}
p.service_sub_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

hr.wp-block-separator.service_border {
  margin-top: 4.9rem;
}
.wp-block-columns.service_item_column {
  margin-top: 2rem;
}
h3.service_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.3rem;
}
p.service_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
hr.wp-block-separator.service_border2 {
  margin-top: 1.4rem;
}

/* セブンエッジフィットへのリンク */
p.service_link {
  margin-top: 0.1rem;
}
p.service_link a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding-right: 1.6em;
  transition: all 0.3s ease;
}
p.service_link a span {
  border-bottom: 1px solid #ffffff;
  transition: border-color 0.3s ease;
}
p.service_link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/streamline-sharp_link-share-2.svg")
    no-repeat center/contain;
  transition: filter 0.3s ease;
}
p.service_link a:hover,
p.service_link a span:hover,
p.service_link a:hover::after {
  opacity: 0.8;
}

/* 共通ボタン */
.service_section a.btn-common {
  margin-top: 3.2rem;
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  p.service_sub_text {
    text-align: center;
  }
  figure.wp-block-image.service_item_column_img img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  p.service_sub_text {
    font-size: 16px;
  }

  h3.service_title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  p.service_text {
    font-size: 16px;
  }
}

/* ========== productセクション ========== */
.product_section {
  padding-top: 6.7rem;
  padding-bottom: 6.2rem;
  position: relative;
  overflow: hidden;
}
/* 右上のグラデーション */
.product_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 40%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/background-top.svg")
    no-repeat top right / contain;
  pointer-events: none;
  z-index: 1;
}
/* 左下のグラデーション */
.product_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  height: 40%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/background-bottom.svg")
    no-repeat bottom left / contain;
  pointer-events: none;
  z-index: 0;
}

p.product_text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}

.wp-block-columns.product_column {
  gap: 7.6rem;
  margin-top: 5rem;
}
h3.product_column_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}
p.product_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.product_section p.cta_btn {
  margin-top: 1.5rem;
}

.wp-block-snow-monkey-blocks-box.product_box {
  background-image: url(https://testsite.march-design0426.com/wp-content/uploads/2025/10/65dd1b09fe391647f802f0645e02a80a-2.png);
  border-radius: 6px;
  padding: 5rem 7rem;
  margin-top: 5rem;
  z-index: 1;
}
h3.product_box_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.3rem;
}
p.product_box_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 890px) {
  .wp-block-snow-monkey-blocks-box.product_box {
      padding: 5rem 3rem;
  }
}

@media screen and (max-width: 865px) {
  p.product_text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-columns.product_column {
    gap: 4.5rem;
    margin-top: 4.5rem;
  }

  .wp-block-snow-monkey-blocks-box.product_box {
    padding: 5rem 2.5rem;
  }
  .product_section p.cta_btn {
    text-align: center;
  }
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  figure.wp-block-image.product_column_img img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-container.product_container {
    padding: 0;
  }
  p.product_text {
    font-size: 18px;
  }

  h3.product_column_title {
    font-size: 18px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  p.product_column_text {
    line-height: 1.8;
  }

  .wp-block-snow-monkey-blocks-box.product_box {
    padding: 1.5rem 1rem;
  }
  h3.product_box_title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  p.product_box_text {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* ========== Newsセクション ========== */
.news_section {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.news_section p.cta_btn {
  margin-top: 3.8rem;
}
.news_section .cta_btn a {
  font-size: 1rem;
}

.news_section .c-entries--simple,
.c-entries--text,
.c-entries--text2 {
  border-top: none;
}
.c-entries--simple .c-entries__item,
.c-entries--text .c-entries__item,
.c-entries--text2 .c-entries__item {
  border-bottom: 1px solid #b7c2c7;
}

.c-entries--text .c-entries__item > a,
.c-entries--text2 .c-entries__item > a {
  padding: 1.5rem 0;
}
.news_section time {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.news_section .c-entries--text .c-entry-summary__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.news_section .c-entries--text a {
  position: relative;
  display: block;
}
.news_section .c-entries--text a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
  opacity: 1;
  border-radius: 0.4px;
}
.news_section .c-entries--text a:hover::after {
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .c-entries--text .c-entry-summary__body > .c-entry-summary__meta {
    width: 6em;
  }
}

@media screen and (max-width: 781px) {
  ul.c-meta {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 639px) {
  .news_section .c-container {
    padding: 0;
  }
}

/* ========== messageセクション ========== */
.message_section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

p.message_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}
p.message_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.2rem;
}

/* ボタンの設定 */
.message_section .btn-wrap.left {
  margin-top: 2.5rem;
}
.pc-btn {
  display: block;
}
.sp-btn {
  display: none;
}
@media screen and (max-width: 781px) {
  .pc-btn {
    display: none;
  }
  .sp-btn {
    display: block;
  }
  .message_section .btn-wrap.center {
    display: flex;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  p.message_title,
  p.message_text {
    text-align: center;
  }

  figure.wp-block-image.message_column_img {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-columns.message_column {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 639px) {
  p.message_title {
    font-size: 18px;
  }
  p.message_text {
    line-height: 1.8;
  }
}

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

.wp-block-snow-monkey-blocks-box.smb-box.cta_box {
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
  box-shadow: 4px 4px 20px 0px #0000001a;
  border-radius: 6px;
  padding: 5.5rem 6.8rem 5.9rem;
}
@media screen and (max-width: 1096px) and (min-width: 782px) {
  .wp-block-snow-monkey-blocks-box.smb-box.cta_box {
    padding-left: clamp(0.8rem, -11.652rem + 25.478vw, 5.8rem);
    padding-right: clamp(0.8rem, -11.652rem + 25.478vw, 5.8rem);
  }
}

p.cta_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}

p.cta_tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
font-size: clamp(1.5rem, 1.203rem + 0.608vw, 1.75rem);
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 2.7rem;
}
p.cta_tel a {
  color: #ffffff;
}

p.cta_tel_sub_text {
  font-weight: 500;
  font-size: clamp(0.813rem, 0.738rem + 0.152vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.2em;
}
@media screen and (max-width: 781px) and (min-width: 640px) {
  p.cta_text {
    /* text-align: center; */
  }
}

@media screen and (max-width: 781px) {
  .wp-block-snow-monkey-blocks-box.smb-box.cta_box {
    padding: 3rem;
  }
  p.cta_tel_sub_text {
    font-size: 0.875rem;
  }
  p.cta_tel {
font-size: 1.75rem;
  }
}

@media screen and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-box.smb-box.cta_box {
    padding: 1.5rem 1rem;
  }
  p.cta_text {
    line-height: 1.8;
  }
}

/* ========== フッター ========== */
.l-footer--default .l-footer-widget-area {
  padding-top: 3.8rem;
}

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

.l-footer-widget-area .c-container {
  max-width: 1280px;
}
footer.l-footer.l-footer--default {
  background-color: #2c3e50;
}

@media (min-width: 1024px) {
  /* gapを完全にリセット */
  .l-footer-widget-area .c-row {
    --_gap: 0 !important;
    gap: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 子カラムの左右paddingも削除 */
  .l-footer-widget-area .c-row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Snow MonkeyのJSによる再描画にも勝つ */
  .l-footer-widget-area [class*="c-row--"] {
    --_gap: 0 !important;
    gap: 0 !important;
  }
  /* 左から順に幅を調整 */
  .l-footer-widget-area .c-row__col:nth-child(1) {
    /* --_item-width: 38%; */
    --_item-width: 36%;
  }
  /* .l-footer-widget-area .c-row__col:nth-child(2),
  .l-footer-widget-area .c-row__col:nth-child(3) {
    flex: 0 0 22%;
  } */
  .l-footer-widget-area .c-row__col:nth-child(2) {
    flex: 0 0 19%;
  }
  .l-footer-widget-area .c-row__col:nth-child(3) {
    flex: 0 0 26%;
  }

  .l-footer-widget-area .c-row__col:nth-child(4) {
    flex: 0 0 18%;
  }
}
@media screen and (max-width: 1307px) and (min-width: 1024px) {
  .l-footer-widget-area .c-row__col:nth-child(1) {
    --_item-width: 32%;
  }
}

.footer_menu1,
.footer_menu2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.footer_menu1::after,
.footer_menu2::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 0;
  /* width: 410%; */
  width: 335%;
  height: 1px;
  background-color: #ffffff;
}

.footer_menu2::after {
  width: 310%;
}

.widget_nav_menu ul > li + li {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.widget_nav_menu .menu-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ボタン */
.wp-block-group.footer_btn_group {
  gap: 1rem;
}
.footer_btn a {
  display: inline-block;
  width: 225px;
  height: 48px;
  padding: 12px 32px;
  background-color: #d0021b;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_btn a:hover {
  background-color: #ffffff;
  color: #d0021b;
  text-decoration: none !important;
  opacity: 1 !important;
}

p.footer_text1,
p.footer_text2 {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .l-footer--default .l-footer-widget-area .c-row {
    gap: 2rem;
  }

  .l-footer-widget-area img {
    display: block;
    margin: 0 auto;
  }

  .widget_nav_menu ul {
    text-align: center;
  }
  .footer_menu1::after {
    left: -125%;
  }
  .footer_menu2::after {
    left: -100%;
  }

  .wp-block-group.footer_btn_group {
    text-align: center;
    align-items: center;
  }

  .c-sub-nav .c-navbar {
    justify-content: space-between;
  }
}

@media screen and (max-width: 639px) {
      .footer_menu1::after {
        left: -118%;
    }
}

/* ========== コピーライト ========== */
.p-footer-sub-nav.c-sub-nav .c-container {
  max-width: 1280px;
}

.p-footer-sub-nav {
  padding-top: 1.7rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
}
.p-footer-sub-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5.5%;
  width: 89%;
  height: 1px;
  background-color: #cacaca;
  transform: translateY(11px);
}

li#menu-item-90 a {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
li#menu-item-91 a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #cacaca;
}

@media (min-width: 1024px) {
  .c-sub-nav--center .c-navbar {
    justify-content: space-between;
  }
}

@media screen and (max-width: 639px) {
  .c-sub-nav .c-navbar {
    justify-content: center;
  }
}

/* ========== ドロワーメニュー ==========*/
/* ドロワーメニュボタン */
.l-header .c-hamburger-btn__bar {
  background-color: #222222;
  height: 2px;
  width: 24px;
}
.c-hamburger-btn__label {
  color: #222222;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
/* メニュー表示された時のmenu文字の色  */
.c-drawer span.c-hamburger-btn__label {
  color: #fff;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
/* 背景色 */
.c-drawer {
  background-color: #ffffffed;
}
/* 文字 */
.c-drawer__inner ul {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
}
.c-drawer .c-ic-angle-right:before {
  border-color: #222222;
}
/* ロゴサイズ、位置 */
.c-hsm-message-box.c-hsm-message-box_invert.p-hsm-drawer.c-blinking {
  max-width: 70%;
  margin-bottom: 1rem;
}
img.drower-logo.drower-logo2 {
  margin-top: 0.5rem;
}
/* 高さ調整 */
[id="drawer-nav"].c-drawer--overall .c-drawer__inner {
  height: 100%;
}
/* メニューの上幅 */
[id="drawer-nav"].c-drawer--overall {
  padding-top: 50px;
}
/* ロゴ上余白 */
img.drower-logo {
  margin-top: 2rem;
}
/* ロゴ縦幅 */
img.drower-logo {
  height: 3rem;
}

/* ========== スマホ固定フッター ========== */
.p-footer-sticky-nav .c-navbar__item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  background-color: #d0021b;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.p-footer-sticky-nav {
  box-shadow: none;
  padding-bottom: 0.1rem;
  background: transparent;
}

/* アイコン */
.p-footer-sticky-nav .c-navbar__item > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-281-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  position: relative;
  top: 0.5px;
}

/* ==========
    下層ページ 
   ========== */

/* ========== 共通パーツ ========== */
/* === 既存のh1と余白を削除 === */
.page-id-14 header.c-entry__header,
.page-id-16 header.c-entry__header,
.page-id-18 header.c-entry__header,
.page-id-20 header.c-entry__header,
.page-id-36 header.c-entry__header,
.page-id-34 header.c-entry__header,
.page-id-22 header.c-entry__header,
.page-id-24 header.c-entry__header,
.page-id-26 header.c-entry__header,
.page-id-28 header.c-entry__header,
.page-id-30 header.c-entry__header,
.page-id-32 header.c-entry__header {
  display: none;
}
.page-id-14 .l-contents__inner,
.page-id-16 .l-contents__inner,
.page-id-18 .l-contents__inner,
.page-id-20 .l-contents__inner,
.page-id-36 .l-contents__inner,
.page-id-34 .l-contents__inner,
.page-id-22 .l-contents__inner,
.page-id-24 .l-contents__inner,
.page-id-26 .l-contents__inner,
.page-id-28 .l-contents__inner,
.page-id-30 .l-contents__inner,
.page-id-32 .l-contents__inner {
  padding-top: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .page-id-14 .l-contents__body,
  .page-id-16 .l-contents__body,
  .page-id-18 .l-contents__body,
  .page-id-20 .l-contents__body,
  .page-id-36 .l-contents__body,
  .blog .l-contents__body,
  .single .l-contents__body,
  .archive .l-contents__body,
  .page-id-34 .l-contents__body,
  .page-id-22 .l-contents__body,
  .page-id-24 .l-contents__body,
  .page-id-26 .l-contents__body,
  .page-id-28 .l-contents__body,
  .page-id-30 .l-contents__body,
  .page-id-32 .l-contents__body {
    margin-top: 0;
  }
  .page-id-14 .l-contents__inner,
  .page-id-16 .l-contents__inner,
  .page-id-18 .l-contents__inner,
  .page-id-20 .l-contents__inner,
  .page-id-36 .l-contents__inner,
  .page-id-34 .l-contents__inner,
  .page-id-22 .l-contents__inner,
  .page-id-24 .l-contents__inner,
  .page-id-26 .l-contents__inner,
  .page-id-28 .l-contents__inner,
  .page-id-30 .l-contents__inner,
  .page-id-32 .l-contents__inner {
    margin-top: 0;
  }
}

/* === FV === */
.under_fv {
  padding-top: 9.1rem !important;
  padding-bottom: 9.2rem !important;
}
p.under_fv_title {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-shadow: 0px 4px 4px #00000040;
}
@media screen and (max-width: 639px) {
  .under_fv {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  p.under_fv_title {
    font-size: 24px;
  }
}

/* ====================
    会社概要(.page-id-14)
   ==================== */

/* === 共通パーツ === */
@media screen and (max-width: 1117px) and (min-width: 782px) {
  .page-id-14 h2.section_title {
    font-size: 3.1rem;
  }
}

/* ========== under_messageセクション ========== */
.under_message_section {
  padding-top: 1.7rem;
  padding-bottom: 7.4rem;
  position: relative;
  overflow: hidden;
}
/* 左下の幾何学模様 */
.under_message_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 805px;
  height: 530px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
}

/* 右上の幾何学模様 */
.under_message_section::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 630px;
  height: 530px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b.svg")
    no-repeat right top / contain;
  pointer-events: none;
}

p.under_message_text {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.under_message_text .nowrap {
  white-space: nowrap;
  display: inline-block;
}

p.message_column_text,
p.message_column_text2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.message_column_text2 {
  margin-top: 5rem;
}

@media screen and (min-width: 782px) {
  .under_message_section
    .wp-block-column.is-vertically-aligned-top.reason_title_column {
    margin-top: 0;
  }
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  p.under_message_text {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .under_message_section .wp-block-columns.reason_column {
    margin-top: 3rem;
  }
  p.message_column_text {
    padding-top: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 639px) {
  p.under_message_text {
    font-size: 18px;
  }
}

/* ========== historyセクション ========== */
.history_section {
  padding-top: 6.7rem;
  padding-bottom: 6.1rem;
}

p.history_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 5rem;
}

.wp-block-snow-monkey-blocks-information.history_table {
  margin-top: 1.4rem;
}

.wp-block-snow-monkey-blocks-information-item.history_table_item {
  margin-top: 1.4rem;
}

@media (min-width: 640px) {
  .history_section .c-row__col--md-1-4,
  .c-row__col--md-2-8,
  .c-row__col--md-3-12 {
    --_item-width: 22%;
  }
}

.history_section .smb-information__item__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
p.history_table_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (min-width: 782px) {
  .history_section .smb-information__item__label .has-sm-accent-color {
    padding-left: 0.3rem;
  }
}

/* 下線 */
.history_section .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
  border-bottom: 2px solid #3d9632;
  padding-bottom: 1.3rem;
}
.history_section .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 1.3rem;
}

.history_section
  .wp-block-snow-monkey-blocks-information-item:first-of-type
  .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
  border-top: 2px solid #3d9632;
  padding-top: 1.5rem;
}

.history_section
  .wp-block-snow-monkey-blocks-information-item:first-of-type
  .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  border-top: 2px solid #e7e7e7;
  padding-top: 1.5rem;
}

@media screen and (max-width: 639px) {
  p.history_text {
    font-size: 15px;
    text-align: start;
  }

  .history_section
    .wp-block-snow-monkey-blocks-information-item:first-of-type
    .c-row__col.c-row__col--1-1.c-row__col--md-1-4,
  .history_section
    .wp-block-snow-monkey-blocks-information-item:first-of-type
    .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
    border-top: none;
    padding-top: 0;
  }
  .history_section .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    border-bottom: none;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  p.history_table_text {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* ========== companyセクション =========== */
.company_section {
  padding-top: 0rem;
  padding-bottom: 4.4rem;
}

.company_section .wp-block-columns.reason_column {
  margin-top: 3.5rem;
}

.company_section .smb-information__item__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.company_text,
li.company_list_item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
li.company_list_item {
  margin-top: 0rem;
}

.company_section .smb-information__item {
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .company_section .c-row__col--md-1-4,
  .c-row__col--md-2-8,
  .c-row__col--md-3-12 {
    --_item-width: 22%;
  }
}
.company_section .c-row__col.c-row__col--1-1.c-row__col--md-1-4,
.company_section .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  border-bottom: 1px solid #b7c2c7;
  padding-bottom: 1rem;
}

p.company_text a {
  border-bottom: 1px solid #0068b7;
}

@media screen and (min-width: 781px) {
  .company_section
    .wp-block-column.is-vertically-aligned-top.reason_title_column {
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 639px) {
  .company_section .c-container {
    padding: 0;
  }
  .company_section .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    border-bottom: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
}

/* ====================
   タヤインターナショナルの強み(.page-id-16)
   ==================== */

/* ========== strongセクション ========== */
.strong_section {
  padding-top: 6.2rem;
  padding-bottom: 4.6rem;
  position: relative;
  overflow: hidden;
}
/* 左下（before） */
.strong_section::before {
  content: "";
  position: absolute;
  bottom: 19%;
  left: 0;
  width: 770px;
  height: 600px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: 1;
}
/* 右上（after） */
.strong_section::after {
  content: "";
  position: absolute;
  top: 11%;
  right: 0;
  width: 775px;
  height: 800px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-1.svg")
    no-repeat right top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .strong_section::before {
    display: none;
  }
}

p.strong_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.wp-block-snow-monkey-blocks-container.strong_container {
  margin-top: 1rem;
}
p.strong_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 639px) {
  .strong_container {
    padding: 0;
  }
  p.strong_title {
    font-size: 18px;
  }
  p.strong_text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ========== under_reasonセクション ========== */
.under_reason_section {
  padding-top: 6.5rem;
  padding-bottom: 6.6rem;
  position: relative;
  overflow: hidden;
}
/* 右上のグラデーション */
.under_reason_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 40%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/background-top.svg")
    no-repeat top right / contain;
  pointer-events: none;
  z-index: 1;
}
/* 左下のグラデーション */
.under_reason_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  height: 40%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/background-bottom.svg")
    no-repeat bottom left / contain;
  pointer-events: none;
  z-index: -1;
}

.wp-block-columns.under_reason_column {
  gap: 4rem;
}

h3.under_reason_column_title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 2.1rem;
}

p.under_reason_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
hr.wp-block-separator.under_reason_border {
  border: 1px solid #b7c2c7;
  margin-top: 2.4rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  .under_reason_column_img img {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.under_reason_column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  /* 画像を下に、テキストを上に */
  .under_reason_column .under_reason_img_column {
    order: 2;
  }
  .under_reason_column .under_reason_text_column {
    order: 1;
  }
  h3.under_reason_column_title {
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media (max-width: 639px) {
  h3.under_reason_column_title {
    font-size: 18px;
  }
  p.under_reason_column_text {
    font-size: 15px;
  }
}

/* ====================
   事業内容(.page-id-18)
   ==================== */

/* ========== businessセクション ========== */
.business_section {
  padding-top: 6.3rem;
  padding-bottom: 6.2rem;
  position: relative;
  overflow: hidden;
}
/* 右背景 */
.business_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 1;
}
/* 左背景 */
.business_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 720px;
  height: 100%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-2.svg")
    no-repeat right bottom / contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1023px) {
  .business_section::before {
    left: 19%;
  }
  .business_section::after {
    right: 29%;
  }
}
@media (max-width: 781px) {
  .business_section::before {
    top: 12%;
  }
  .business_section::after {
    bottom: 10%;
  }
}
@media (max-width: 639px) {
  .business_section::before {
    top: 27%;
    left: -29%;
  }
  .business_section::after {
    bottom: 26%;
    right: -13%;
  }
}
@media (max-width: 430px) {
  .business_section::before {
    top: 35%;
    left: -70%;
  }
  .business_section::after {
    bottom: 39%;
    right: -37%;
  }
}

h2.business_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3d9632;
  text-align: center;
}
h2.business_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 639px) {
  .business_section {
    padding-top: 3.3rem;
    padding-bottom: 3.8rem;
  }

  p.business_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .hide-sp {
    display: none;
  }
}

/* ========== serviceセクション(.page-id-18用) ========== */
.page-id-18 .service_section {
  padding-top: 1.2rem;
}
.page-id-18 .service_section a.btn-common {
  margin-top: 0.2rem;
}

.page-id-18 h3.service_title {
  color: #ffffff;
  border-bottom: none;
}
.page-id-18 .service_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 781px) {
  .page-id-18 .service_section .btn-wrap.left {
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .hide-tb {
    display: none;
  }
}

/* ========== btnセクション ========== */
.btn_section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.wp-block-columns.btn_column_group {
  gap: 3.5rem;
}

.wp-block-group.btn_title_group {
  position: relative;
}

figure.wp-block-image.btn_column_img img {
  border-radius: 4px;
}

p.btn_column_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.375rem !important;
  line-height: 1.5;
  letter-spacing: 0.03em;
  z-index: 1;
}

p.btn_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}

.btn_section p.cta_btn {
  margin-top: 0.5rem;
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  .btn_section .wp-block-image.btn_column_img > a {
    display: block;
    text-align: center;
  }

  figure.wp-block-image.btn_column_img img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 855px) and (min-width: 781px) {
  p.btn_column_title {
    top: 35%;
    font-size: 1.236rem !important;
  }
}

@media (max-width: 781px) {
  .btn_section p.cta_btn {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .btn_section .c-container {
    padding: 0;
  }
  p.btn_column_title {
    font-size: 19px !important;
  }
}

@media (max-width: 412px) {
  p.btn_column_title {
    top: 35%;
  }
}

/* ====================
   医療機器について(.page-id-20)
   ==================== */

/* ========== medical-deviceセクション ========== */
.medical-device_section {
  padding-top: 4.4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: visible;
}
/* 左上の装飾 */
.medical-device_section::before {
  content: "";
  position: absolute;
  top: -2%;
  left: -4%;
  width: 450px;
  height: 500px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
/* 右下の装飾 */
.medical-device_section::after {
  content: "";
  position: absolute;
  right: -8.5%;
  bottom: -1.5%;
  width: 495px;
  height: 545px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason-1.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .medical-device_section::before {
    width: 350px;
    height: 400px;
  }
  .medical-device_section::after {
    right: -14.5%;
    width: 395px;
    height: 445px;
  }
}
@media screen and (max-width: 639px) {
  .medical-device_section::before {
    top: -1%;
    width: 250px;
    height: 400px;
  }
  .medical-device_section::after {
    width: 295px;
    height: 345px;
  }
}

h2.medical-device_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3d9632;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #3d9632 0%, #62a959 100%);
  border-image-slice: 1;
  padding-bottom: 0.32em;
  margin-bottom: 1.2rem;
}
h2.medical-device_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}
.sp-break {
  display: inline;
}
/* 639px以下のときだけ3行に分ける */
@media screen and (max-width: 639px) {
  .medical-device_title .nowrap:first-child {
    display: block;
    margin-bottom: 0.2em;
    white-space: normal;
  }
  .medical-device_title .nowrap:last-child {
    display: block;
    white-space: normal;
    line-height: 1.4;
  }
  .sp-break {
    display: block;
    margin-bottom: 0.2em;
  }
}
.medical-device_title .br-change {
  display: inline;
}

@media screen and (max-width: 639px) {
  h2.medical-device_title.is-style-plain {
    font-size: 18px;
  }
  .medical-device_title .br-change {
    display: block;
  }
}

p.medical-device_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.wp-block-columns.example_column {
  margin-top: 2.5rem;
}
.wp-block-column.example_column_item {
  padding: 1.8rem 2.5rem;
  border-radius: 4px;
}
p.example_column_title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.example_column_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

ul.wp-block-list.example_column_list {
  margin-top: 0.7rem;
}
li.example_column_list_item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0rem;
}

p.medical-device_under_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}

h3.medical-device_sub_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 2.5rem 0;
  position: relative;
  padding-left: 1rem;
}
h3.medical-device_sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5em;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}

/* 表の角丸 */
figure.wp-block-flexible-table-block-table.medical_table {
  border-radius: 4px; /* ← 角丸を少し強めてもOK */
  overflow: hidden; /* はみ出し防止 */
}
figure.wp-block-flexible-table-block-table.medical_table table {
  border-collapse: separate !important;
  border-spacing: 0;
  width: 100%;
}
figure.wp-block-flexible-table-block-table.medical_table thead th:first-child {
  border-top-left-radius: 4px;
}
figure.wp-block-flexible-table-block-table.medical_table thead th:last-child {
  border-top-right-radius: 4px;
}
figure.wp-block-flexible-table-block-table.medical_table
  tbody
  tr:last-child
  td:first-child {
  border-bottom-left-radius: 4px;
}
figure.wp-block-flexible-table-block-table.medical_table
  tbody
  tr:last-child
  td:last-child {
  border-bottom-right-radius: 4px;
}

.medical-device_section
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  th {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background-color: rgba(61, 150, 50, 0.2);
}
.medical-device_section
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
  > table
  tr
  td {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

p.medical_table_under_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.6rem;
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  figure.wp-block-image.medical-device_column_img img {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .medical-device_section .c-container {
    padding: 0;
  }

  .wp-block-column.example_column_item {
    padding: 1.5rem 1rem;
  }
  p.example_column_title {
    font-size: 17px;
  }

  h3.medical-device_sub_title {
    font-size: 17px;
    margin-bottom: 1.2rem;
  }
  .medical-device_section
    .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table
    > table
    tr
    th {
    font-size: 15px;
  }
}

/* ========== evolutionセクション ========== */
.evolution_section {
  padding-top: 1.7rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: visible;
}
/* 左上の装飾 */
.evolution_section::before {
  content: "";
  position: absolute;
  top: -0.5%;
  left: -4%;
  width: 450px;
  height: 500px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
/* 右下の装飾 */
.evolution_section::after {
  content: "";
  position: absolute;
  right: -8.5%;
  bottom: -13%;
  width: 495px;
  height: 545px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason-1.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .evolution_section::before {
    width: 350px;
    height: 400px;
  }
  .evolution_section::after {
    right: -14.5%;
    width: 395px;
    height: 445px;
  }
}
@media screen and (max-width: 639px) {
  .evolution_section::before {
    top: 1%;
    width: 250px;
    height: 400px;
  }
  .evolution_section::after {
    bottom: 0%;
    width: 295px;
    height: 345px;
  }
}

.wp-block-columns.technology_column1 {
  gap: 1.2rem;
}
.wp-block-column.technology_column_item {
  padding: 1.7rem 1.3rem;
  border-radius: 4px;
}
/* 969px以下で縦並びに切り替える */
@media (max-width: 969px) {
  .wp-block-columns.technology_column,
  .wp-block-columns.technology_column1,
  .wp-block-columns.technology_column2 {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  /* カラムを1列化 */
  .wp-block-columns.technology_column > .wp-block-column,
  .wp-block-columns.technology_column1 > .wp-block-column,
  .wp-block-columns.technology_column2 > .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
  }
  .wp-block-columns.technology_column2 {
    max-width: none !important;
  }
}

p.technology_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
}
.wp-block-columns.technology_column2 {
  max-width: 790px;
  margin-top: 1.3rem;
  gap: 1.2rem;
}

h3.evolution_sub_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 3.8rem 0 1.2rem;
  position: relative;
  padding-left: 1rem;
}
h3.evolution_sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5em;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}

p.evolution_under_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 639px) {
  .evolution_section .c-container {
    padding: 0;
  }
  h3.evolution_sub_title {
    font-size: 17px;
  }
}

/* ========== professionalセクション =========== */
.professional_section {
  padding-top: 1.7rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: visible;
}
/* 左上の装飾 */
.professional_section::before {
  content: "";
  position: absolute;
  top: 12.5%;
  left: -3.5%;
  width: 450px;
  height: 500px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
/* 右下の装飾 */
.professional_section::after {
  content: "";
  position: absolute;
  right: -8.5%;
  bottom: -49%;
  width: 495px;
  height: 545px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason-1.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .professional_section::before {
    width: 350px;
    height: 400px;
  }
  .professional_section::after {
    right: -14.5%;
    width: 395px;
    height: 445px;
  }
}
@media screen and (max-width: 639px) {
  .professional_section::before {
    top: 1%;
    width: 250px;
    height: 400px;
  }
  .professional_section::after {
    width: 295px;
    height: 345px;
  }
}

p.professional_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.8rem;
}
h3.professional_sub_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 2.5rem 0 1.3rem;
  position: relative;
  padding-left: 1rem;
}
h3.professional_sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5em;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}

@media screen and (max-width: 639px) {
  .professional_section .c-container {
    padding: 0;
  }
  h3.professional_sub_title {
    font-size: 17px;
    margin-bottom: 1.2rem;
  }
}

/* ========== homeセクション =========== */
.home_section {
  padding-top: 1.8rem;
  padding-bottom: 3.1rem;
  position: relative;
  overflow: visible;
}
/* 左上の装飾 */
.home_section::before {
  content: "";
  position: absolute;
  top: 35%;
  left: -3.5%;
  width: 450px;
  height: 500px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/reason.svg")
    no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .home_section::before {
    width: 350px;
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  .home_section::before {
    top: -1%;
    width: 250px;
    height: 400px;
  }
}

p.home_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
}
h3.home_sub_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 2.5rem 0 1.3rem;
  position: relative;
  padding-left: 1rem;
}
h3.home_sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5em;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}

.home_section .wp-block-columns.technology_column1 {
  margin-top: 2.5rem;
}
.home_section .wp-block-columns.technology_column2 {
  max-width: 705px;
  margin-top: 1.4rem;
}

@media screen and (max-width: 1023px) {
  .home_section {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .home_section .c-container {
    padding: 0;
  }
  h3.home_sub_title {
    font-size: 17px;
    margin-bottom: 1.2rem;
  }
}

/* ========== medical-productセクション ========== */
.medical-product_section {
  padding-top: 0;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 639px) {
  .medical-product_section .c-container {
    padding: 0;
  }
}

/* ====================
   投稿ページ（.blog .archive .category）
   ==================== */
.blog .l-contents__body,
.archive .l-contents__body,
.category .l-contents__body {
  margin-top: 0;
}
.blog .c-page-header[data-has-image="true"],
.archive .c-page-header[data-has-image="true"],
.category .c-page-header[data-has-image="true"] {
  height: 440px;
}
@media screen and (max-width: 1023px) {
  .blog .c-page-header[data-has-image="true"],
  .archive .c-page-header[data-has-image="true"],
  .category .c-page-header[data-has-image="true"] {
    height: 350px;
  }
}
@media screen and (max-width: 639px) {
  .blog .c-page-header[data-has-image="true"],
  .archive .c-page-header[data-has-image="true"],
  .category .c-page-header[data-has-image="true"] {
    height: 135px;
  }
}

.blog h1.c-page-header__title,
.archive h1.c-page-header__title,
.category h1.c-page-header__title {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-shadow: 0px 4px 4px #00000040;
  padding-left: 1.8rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 1023px) {
  .blog h1.c-page-header__title,
  .archive h1.c-page-header__title,
  .category h1.c-page-header__title {
    padding-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .blog h1.c-page-header__title,
  .archive h1.c-page-header__title,
  .category h1.c-page-header__title {
    font-size: 26px;
  }
}

/* ====================
   投稿ページ（.single）
   ==================== */
.single .c-meta__item--author,
li.c-meta__item.c-meta__item--categories {
  display: none;
}

.c-widget .wp-block-group > h2 {
  color: #3d9632;
  margin-bottom: 1rem;
  justify-content: flex-start;
  border-bottom: 1px solid #222222;
}
.c-widget .wp-block-group > h2::before,
.c-widget .wp-block-group > h2::after {
  display: none;
}

/* ==================== 
   プライバシーポリシーページ(.page-id-36)
   ==================== */
p.privacy_address_text,
p.privacy_tel_text {
  margin-top: 0.5rem;
}

p.privacy_tel_text a {
  color: #222222;
}
p.privacy_tel_text a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 639px) {
  .privacy_section .c-container {
    padding: 0;
  }
  h2.privacy_title {
    font-size: 20px;
  }
}

/* ==================== 
   お問い合わせページ(.page-id-34) 
   ==================== */
p.under_contact_text {
  margin-bottom: 3rem;
}

/* プログレストラッカー */
.smf-progress-tracker__item[aria-current="true"]
  .smf-progress-tracker__item__number {
  background-color: #3d9632;
}
.smf-progress-tracker {
  margin-bottom: 3rem;
}

.wp-block-snow-monkey-forms-item.smf-item {
  margin-bottom: 2rem;
}

input.smf-text-control__control {
  width: 32%;
}

/* 確認ボタン */
.smf-action {
  text-align: center;
  margin-top: 3rem;
}
.smf-action .smf-button-control__control {
  width: 230px;
  height: 59px;
  padding: 12px 48px;
  border: 1px solid #fff;
  box-shadow: 0px 2px 8px 0px #00000026;
  border-radius: 6px;
  background: #ffffff;
  color: #222222;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  background-image: none !important;
}
.smf-action .smf-button-control__control::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-281-1.svg")
    no-repeat center/contain;
  transition: all 0.3s ease;
  z-index: 1;
}
.smf-action .smf-button-control__control:hover {
  background: #0068b7 !important;
  background-color: #0068b7 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #0068b7 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.smf-action .smf-button-control__control:hover:after {
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/Group-4904.svg")
    no-repeat center/contain;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  input.smf-text-control__control {
    width: 49%;
  }
}

@media screen and (max-width: 639px) {
  .under_contact_section .c-container {
    padding: 0;
  }
  p.under_contact_text {
    text-align: start;
  }
  input.smf-text-control__control {
    width: 100%;
  }
}

/* ==================== 
   取扱商品(.page-id-22) 
   ==================== */
/* ========== pointセクション ========== */
.point_section {
  padding-top: 6.7rem;
  padding-bottom: 6.2rem;
}
/* 左上（before） */
.point_section::before {
  content: "";
  position: absolute;
  bottom: 63%;
  left: 0;
  width: 770px;
  height: 485px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: 1;
}
/* 右下（after） */
.point_section::after {
  content: "";
  position: absolute;
  top: 59%;
  right: 0;
  width: 765px;
  height: 540px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-1.svg")
    no-repeat right top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 781px) {
  .point_section::before {
    bottom: 75.5%;
  }
  .point_section::after {
    top: 73%;
  }
}
@media screen and (max-width: 639px) {
  .point_section::before {
    bottom: 83.5%;
    width: 520px;
    height: 330px;
  }
  .point_section::after {
    top: 83.5%;
    width: 520px;
    height: 330px;
  }
}

.point_section h2.section_title {
  color: #3d9632;
  text-align: center;
}
.point_section p.section_sub_title {
  text-align: center;
}

.point_section .section_title_group {
  margin-bottom: 4.9rem;
}

p.point_number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
  text-align: center;
}

h3.point_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0.8rem;
}
p.point_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.point-item {
  position: relative;
  padding-bottom: 2em;
}
.point-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 1px;
  background-color: #b7c2c7;
}

@media screen and (max-width: 639px) {
  .point_section .section_title_group {
    margin-bottom: 3rem;
  }
  p.point_number {
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
  }
  h3.point_title {
    font-size: 18px;
  }
  p.point_text {
    font-size: 16px;
  }
}

/* ========== under_productセクション========== */
.under_product_section {
  padding-top: 6.6rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
/* 右上のグラデーション */
.under_product_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 40%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/background-top.svg")
    no-repeat top right / contain;
  pointer-events: none;
  z-index: 1;
}

.under_product_section .section_title_group {
  margin-bottom: 5rem;
}

.under_product_section h2.section_title {
  color: #3d9632;
  text-align: center;
}
.under_product_section p.section_sub_title {
  text-align: center;
}

.wp-block-columns.under_product_column {
  gap: 4rem;
  margin-bottom: 5rem;
}

h3.under_product_column_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.3rem;
  border-bottom: none;
}
h3.under_product_column_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

p.under_product_column_text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  figure.wp-block-image.under_product_column_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 781px) {
  .wp-block-columns.under_product_column {
    /* display: flex; */
    /* flex-direction: column-reverse;  */
    gap: 1rem;
  }
  h3.under_product_column_title {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  p.under_product_column_text {
    margin-bottom: 1.5rem;
  }
  .under_product_section p.cta_btn {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  h3.under_product_column_title {
    font-size: 18px;
  }
  p.under_product_column_text {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* ========== othersセクション ========== */
.others_section {
  padding-top: 0.65rem;
  padding-bottom: 5.8rem;
}

.wp-block-group.others_title_group {
  align-items: baseline;
  gap: 1rem;
}
p.others_title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1.7rem;
}
p.others_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.5em;
  background-color: #3d9632;
}

p.others_sub_title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.wp-block-columns.others_column {
  margin-top: 3.8rem;
  gap: 3.5rem;
}

h3.others_column_title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: none;
  margin-top: 1.3rem;
  margin-bottom: 0;
}
/* 「サポート」を途中で割らせない */
h3.others_column_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

p.others_column_text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.others_section p.cta_btn {
  margin-top: 1.3rem;
}

@media screen and (max-width: 781px) and (min-width: 640px) {
  figure.wp-block-image.others_column_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 781px) {
  h3.others_column_title,
  p.others_column_text,
  .others_section p.cta_btn {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .wp-block-group.others_title_group {
    display: block;
  }
  p.others_title {
    margin-bottom: 1rem;
  }
}

/* ====================
     医用温度プローブ(.page-id-24)
==================== */
.surface_section {
  padding-top: 5.7rem;
  padding-bottom: 0.7rem;
}
/* 左上（before） */
.surface_section::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -4%;
  width: 775px;
  height: 495px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1105px) {
  .surface_section::before {
    bottom: 53%;
  }
}
@media screen and (max-width: 884px) {
  .surface_section::before {
    bottom: 54%;
  }
}
@media screen and (max-width: 781px) {
  .surface_section::before {
    bottom: 75.5%;
  }
}
@media screen and (max-width: 639px) {
  .surface_section::before {
    bottom: 83.5%;
    width: 520px;
    height: 330px;
  }
}

p.line_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1rem;
}
p.line_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #3d9632;
}
p.line_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.2rem;
}

.item_column {
  margin-top: 7.5rem !important;
}

h2.item_title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3d9632;
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
}
h2.item_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border: 0;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}
h2.item_title .nowrap {
  white-space: nowrap;
  display: inline-block;
}

p.item_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.item_box {
  margin-top: 3.2rem !important;
  padding: 1.5rem 1rem 2.5rem;
}
li.item_list_item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}

.item_column_img img {
  border-radius: 4px 4px 0 0;
}
.item_img_column {
  box-shadow: 0px 2px 8px 0px #00000026;
  border-radius: 4px;
}
p.item_img_text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
  padding-bottom: 1.3rem;
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .item_img_column {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 639px) {
  .surface_section .c-container {
    padding: 0;
  }
  p.line_title,
  h2.item_title {
    font-size: 18px;
  }
  li.item_list_item {
    font-size: 16px;
  }
  .item_box {
    padding: 1.5rem 1rem 2.5rem 0.5rem;
  }
  p.item_img_text {
    font-size: 16px;
  }
}
/* ========== black_section ========== */
.black_section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 1;
}
.black_section_box {
  padding: 2.5rem;
  border-radius: 0.25rem;
}

h3.black_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
h3.black_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #3d9632;
}

li.black_section_list_item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 0;
}

p.black_section_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 639px) {
  .black_section_box {
    padding: 2.5rem 1rem;
  }
}

/* ========== insideセクション ========== */
.inside_section {
  padding-bottom: 0.7rem;
  position: relative;
  overflow: visible;
}
/* 右背景 */
.inside_section::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 42%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .inside_section::before {
    left: 23%;
  }
}
@media screen and (max-width: 781px) {
  .inside_section::before {
    top: -7%;
    left: 8%;
  }
}
@media screen and (max-width: 639px) {
  .inside_section::before {
    top: -6%;
    left: -43%;
    width: 550px;
    height: 400px;
  }
}

/* 左背景 */
.inside_section::after {
  content: "";
  position: absolute;
  bottom: 42%;
  right: 50%;
  width: 720px;
  height: 100%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-2.svg")
    no-repeat right bottom / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .inside_section::after {
    bottom: 38%;
    right: 35%;
  }
}
@media screen and (max-width: 781px) {
  .inside_section::after {
    bottom: 43%;
    right: 8%;
  }
}
@media screen and (max-width: 639px) {
  .inside_section::after {
    display: none;
  }
}

.inside_img_column {
  margin-top: 2.5rem !important;
}

.inside_section .item_box {
  margin-top: 0 !important;
}
.inside_section .item_column {
  margin-top: 0.8rem !important;
}

@media screen and (max-width: 639px) {
  .inside_section .c-container {
    padding: 0;
  }
}

/* ========== btnセクション ========== */
.page-id-24 .btn_section {
  padding-top: 10.7rem;
}
.page-id-24 .btn_section::before {
  content: "";
  position: absolute;
  top: -32%;
  left: 57%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1215px) {
  .page-id-24 .btn_section::before {
    left: 45%;
  }
}
@media screen and (max-width: 990px) {
  .page-id-24 .btn_section::before {
    left: 28%;
  }
}

.page-id-24 p.btn_column_text {
  margin-top: 0rem;
}

@media screen and (max-width: 781px) {
  .page-id-24 .btn_section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .page-id-24 p.btn_column_text {
    margin-top: 0.5rem;
  }
}

/* ======================================
   ECGケーブル・プローブページ(.page-id-26) 
   ======================================*/
.ecg_top_section {
  padding-top: 6.2rem;
  padding-bottom: 3.3rem;
}
/* 左上（before） */
.ecg_top_section::before {
  content: "";
  position: absolute;
  bottom: -53%;
  left: 0%;
  width: 775px;
  height: 495px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 897px) {
  .ecg_top_section::before {
    bottom: -43%;
  }
}
@media screen and (max-width: 639px) {
  .ecg_top_section::before {
    bottom: 16.5%;
    width: 520px;
    height: 330px;
  }
}

.black_section2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 1;
}

.wp-block-columns.black_section_img_column {
  margin-top: 1.1rem;
}
.black_section2 h3.black_title {
  margin-bottom: 1.5rem;
}
.black_section_column_item {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.063rem solid #ffffff;
}
.wp-block-columns.black_section_column {
  margin-top: 2.5rem;
}
figure.wp-block-image.black_section_column_item_img {
  margin-top: 1.2rem;
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .black_section_img img,
  .black_section_column_item_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1023px) {
  .wp-block-columns.black_section_column {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 639px) {
  .ecg_top_section_container {
    padding: 0;
  }
  .black_section_column_item {
    padding: 2.5rem 1rem;
  }
}

/* ========== insideセクション ========== */
.page-id-26 .inside_section {
  padding-top: 5.7rem;
}
.page-id-26 .inside_section::after {
  content: "";
  position: absolute;
  bottom: 74%;
  right: 50%;
  width: 720px;
  height: 100%;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-2.svg")
    no-repeat right bottom / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .page-id-26 .inside_section::after {
    right: 39%;
  }
}
@media screen and (max-width: 1023px) {
  .page-id-26 .inside_section::after {
    right: 28%;
  }
}
@media screen and (max-width: 786px) {
  .page-id-26 .inside_section::after {
    right: 5%;
  }
}
@media screen and (max-width: 781px) {
  .page-id-26 .inside_section::after {
    bottom: 79%;
  }
}
@media screen and (max-width: 639px) {
  .page-id-26 .inside_section::after {
    display: block;
    bottom: 82%;
    right: -58%;
    width: 600px;
  }
}

.page-id-26 .inside_section::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 65%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}

.page-id-26 .inside_section h2.item_title {
  margin-bottom: 2.5rem;
}
.page-id-26 .inside_img_column {
  margin-top: 2rem !important;
}

/* ========== btnセクション ========== */
.page-id-26 .btn_section {
  padding-top: 10.7rem;
  padding-bottom: 6.3rem;
}
.page-id-26 .btn_section::before {
  content: "";
  position: absolute;
  bottom: 57%;
  left: -3%;
  width: 775px;
  height: 495px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 781px) {
  .page-id-26 .btn_section {
    padding-top: 4.5rem;
  }
}

@media screen and (max-width: 639px) {
  .page-id-26 .btn_section::before {
    bottom: 66%;
    left: -10%;
    width: 600px;
  }
}

/* ========== contactセクション ========== */
.page-id-26 .cta_section {
  margin-top: 0;
}

/* ======================================
   パルスオキシメータセンサープローブページ(.page-id-28) 
   ======================================*/
.page-id-28 .under_fv {
  padding-top: 7.3rem;
  padding-bottom: 7.4rem;
}

.page-id-28 .surface_section::before {
  bottom: 59%;
  left: -4%;
  width: 775px;
  height: 495px;
}
@media screen and (max-width: 1198px) {
  .page-id-28 .surface_section::before {
    bottom: 62%;
  }
}
@media screen and (max-width: 1023px) {
  .page-id-28 .surface_section::before {
    bottom: 80%;
    left: -4%;
    width: 775px;
    height: 495px;
  }
}
@media screen and (max-width: 639px) {
  .page-id-28 .surface_section::before {
    bottom: 86%;
    width: 570px;
  }
}

.page-id-28 .surface_section::after {
  content: "";
  position: absolute;
  top: 83%;
  right: -18%;
  width: 739px;
  height: 530px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b.svg")
    no-repeat right top / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .page-id-28 .surface_section::after {
    display: none;
  }
}

.page-id-28 .surface_section .item_box {
  margin-top: 0 !important;
}
.wp-block-columns.pulse_column {
  margin-top: 2.5rem;
}
.page-id-28 .surface_section p.item_img_text {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
}

.dispo_section {
  padding-top: 0rem;
  margin-top: 0;
  padding-bottom: 0.7rem;
}
/* 左上（before） */
.dispo_section::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -4%;
  width: 775px;
  height: 495px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b-1.svg")
    no-repeat left bottom / contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1105px) {
  .dispo_section::before {
    bottom: 53%;
  }
}
@media screen and (max-width: 884px) {
  .dispo_section::before {
    bottom: 54%;
  }
}
@media screen and (max-width: 781px) {
  .dispo_section::before {
    bottom: 75.5%;
  }
}
@media screen and (max-width: 639px) {
  .dispo_section::before {
    bottom: 83.5%;
    width: 520px;
    height: 330px;
  }
}

@media (max-width: 781px) {
  .dispo_section .item_column {
    display: flex;
    flex-direction: column-reverse;
  }
  .dispo_section .item_box {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 639px) {
  .dispo_section .c-container {
    padding: 0;
  }
}

.page-id-28 .btn_section {
  padding-top: 10.7rem;
  position: relative;
}

.page-id-28 .btn_section::before {
  content: "";
  position: absolute;
  top: -34%;
  left: 65%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1215px) {
  .page-id-28 .btn_section::before {
    left: 45%;
  }
}
@media screen and (max-width: 990px) {
  .page-id-28 .btn_section::before {
    left: 28%;
  }
}

@media screen and (max-width: 781px) {
  .page-id-28 .btn_section {
    padding-top: 4.5rem;
  }
}

/* ======================================
   サージカルハンドピース・サージカルケーブルページ(.page-id-30) 
   ======================================*/
.page-id-30 .under_fv {
  padding-top: 7.3rem;
  padding-bottom: 7.4rem;
}
.page-id-30 .surface_section {
  padding-top: 4.4rem;
  padding-bottom: 1.4rem;
}
.page-id-30 .surface_section::before {
  bottom: 55%;
}
@media screen and (max-width: 781px) {
  .page-id-30 .surface_section::before {
    bottom: 78%;
  }
}
@media screen and (max-width: 639px) {
  .page-id-30 .surface_section::before {
    bottom: 87%;
  }
}

.page-id-30 .surface_section::after {
  content: "";
  position: absolute;
  top: 98%;
  right: -18%;
  width: 739px;
  height: 530px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/0fd3f959b363deba6eebe2fee0d1213b.svg")
    no-repeat right top / contain;
  pointer-events: none;
  z-index: -1;
}

.page-id-30 .surface_section h2.item_title {
  margin-top: 7.5rem;
}
.page-id-30 .surface_section p.line_title {
  margin-top: 4.5rem;
}
.page-id-30 .surface_section .pulse_column {
  margin-top: 1.3rem;
}
.page-id-30 .surface_section p.item_img_text {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
p.column_sub_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 2.2rem;
}

.page-id-30 .inside_section {
  padding-top: 5.7rem;
  padding-bottom: 1.5rem;
}
.page-id-30 .inside_section::after {
  bottom: 71%;
  right: 50%;
}
@media screen and (max-width: 1023px) {
  .page-id-30 .inside_section::after {
    right: 28%;
  }
}
@media screen and (max-width: 781px) {
  .page-id-30 .inside_section::after {
    bottom: 80%;
    right: 5%;
  }
}
@media screen and (max-width: 639px) {
  .page-id-30 .inside_section::after {
    display: block;
    bottom: 84%;
    right: -1%;
    width: 620px;
  }
}
@media screen and (max-width: 465px) {
  .page-id-30 .inside_section::after {
    bottom: 85%;
    right: -21%;
    width: 520px;
  }
}

.inside_section::before {
  display: none;
}

.page-id-30 .inside_section p.line_title {
  margin-top: 4.1rem;
}
.page-id-30 .inside_section .inside_img_column {
  margin-top: 1.3rem !important;
}
.page-id-30 .inside_section p.item_img_text {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.page-id-30 .inside_section .wp-block-column:nth-of-type(2) p.item_img_text {
  margin-top: 1.3rem;
}
@media screen and (max-width: 781px) {
  .page-id-30 .inside_section .wp-block-column:nth-of-type(2) p.item_img_text {
    margin-bottom: 1.3rem;
  }
}

.page-id-30 .btn_section {
  padding-top: 10.8rem;
}
.page-id-30 .btn_section::before {
  content: "";
  position: absolute;
  top: -38%;
  left: 42%;
  width: 822px;
  height: 310px;
  background: url("https://testsite.march-design0426.com/wp-content/uploads/2025/10/95fd385f650773bd621514b47d36439e-2.svg")
    no-repeat left top / contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1215px) {
  .page-id-30 .btn_section::before {
    left: 45%;
  }
}
@media screen and (max-width: 990px) {
  .page-id-30 .btn_section::before {
    left: 28%;
  }
}

@media screen and (max-width: 781px) {
  .page-id-30 .btn_section {
    padding-top: 4.5rem;
  }
}

/* ====================
    電源コード(.page-id-32)
   ==================== */
.page-id-32 .surface_section {
  padding-top: 4.5rem;
  padding-bottom: 5.7rem;
}

h2.code_title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 3rem;
}
p.code_column_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

p.code_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 3.3rem;
  position: relative;
  padding-left: 1rem;
}
p.code_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #3d9632;
}
p.code_column_text2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
}

.code_box {
  margin-top: 3.2rem !important;
}
p.code_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 639px) {
  h2.code_title {
    font-size: 18px;
  }
  p.code_column_text {
    font-size: 16px;
  }
  p.code_text {
    font-size: 15px;
  }
}

/* ========== countryセクション ========== */
.country_section {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
h2.country_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
p.country_sub_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.country_box {
  margin-top: 2.5rem !important;
  margin-bottom: 3.7rem !important;
  padding: 3.8rem 4.7rem 0.2rem;
}

.wp-block-group.country_container_title_group {
  align-items: flex-end;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 3.8rem;
  position: relative;
}
.wp-block-group.country_container_title_group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(180deg, #3d9632 0%, #62a959 100%);
}

p.country_container_title {
  font-size: clamp(3.188rem, 1.925rem + 2.584vw, 4.25rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #aacc03 0%, #3d9632 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h3.country_container_sub_title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.62;
  letter-spacing: 0.03em;
}

.wp-block-columns.standard_column {
  margin-top: 1.2rem;
  margin-bottom: 3.5rem;
  gap: 1.4rem;
}

h4.line_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}
h4.line_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background-color: #3d9632;
}

.wp-block-column.standard_column_item,
.wp-block-column.standard_column_item_tag {
  padding: 0.2rem;
}

.wp-block-column.standard_column_item_tag {
  position: relative;
}
.wp-block-column.standard_column_item_tag::before {
  content: "医療用仕様";
  position: absolute;
  top: 0;
  right: 0;
  background: #3d9632;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.125rem 0.875rem;
  z-index: 10;
  white-space: nowrap;
}

.wp-block-columns.asia_column {
  gap: 2.6rem;
  margin-bottom: 3.5rem;
}
.asia_box,
.europa_box {
  margin-top: 1.2rem !important;
}
.plug_box,
.plug_box_tag {
  padding: 0;
}

.plug_box_tag {
  position: relative;
}
.plug_box_tag::before {
  content: "ホスピタルグレード";
  position: absolute;
  top: 0;
  right: 0;
  background: #3d9632;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 0.125rem 0.875rem;
  z-index: 10;
  white-space: nowrap;
}

p.plug_bottom_text {
font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 1rem !important;
}


.plug_bottom_box{
    margin-top: 2.5rem !important;
    margin-bottom: 3.7rem !important;
}






@media (min-width: 782px) {
  .europa_box {
    max-width: 82%;
    margin-left: 0 !important;
  }
}


.wp-block-spacer.korea_spacer{
  display: none;
}

.wp-block-spacer.asia_spacer {
  display: none;
}
@media (max-width: 1228px) and (min-width: 795px) {
  .wp-block-spacer.asia_spacer {
    display: block;
  }
}






.wp-block-spacer.europa_spacer {
  display: none;
}
@media (max-width: 1354px) and (min-width: 827px) {
  .wp-block-spacer.europa_spacer {
    display: block;
  }
}

.wp-block-spacer.south_america_spacer {
  display: none;
}
@media (max-width: 1279px) and (min-width: 782px) {
  .wp-block-spacer.south_america_spacer {
    display: block;
  }
}

.wp-block-spacer.middle_east_africa_spacer {
  display: none;
}
@media (max-width: 1191px) and (min-width: 1071px) {
  .wp-block-spacer.middle_east_africa_spacer {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 962px) {
  .wp-block-spacer.middle_east_africa_spacer {
    display: block;
  }
}



@media screen and (max-width: 1135px) {
  .plug_box_tag::before {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 1023px) {
  .country_box {
    padding: 2.5rem;
  }
  .plug_img img {
    margin: 0 auto;
  }
  .plug_box_tag::before {
    font-size: 7px;
  }
}

@media screen and (max-width: 781px) {
  p.country_container_title {
    font-size: 2.5rem;
  }
  h3.country_container_sub_title {
    font-size: 1.1875rem;
  }
  .plug_box_tag::before {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
  h2.country_title {
    font-size: 20px;
  }
  p.country_sub_title {
    text-align: start;
  }
  .country_container {
    padding: 0;
  }
  .country_box,
  .asia_box,
  .europa_box {
    padding: 1.5rem 1rem;
  }
  .wp-block-group.country_container_title_group {
    display: block;
  }
  p.country_container_title {
    font-size: 34px;
  }
  h3.country_container_sub_title {
    font-size: 16px;
    line-height: 1.5;
  }

  .wp-block-columns.standard_column {
    padding: 1.5rem 1rem;
  }
  h4.line_title {
    font-size: 18px;
  }

  .wp-block-column.standard_column_item_tag::before {
    font-size: 14px;
  }
}
