/* FUSE関連ページ用 CSS */

/* ===============

FUSE Toppage

=============== */

/*==== page fuse toppage ====*/

.bottomFooter__navi > .bottomFooter__list > .menu-item:nth-child(2),
.bottomFooter__navi > .bottomFooter__list > .menu-item:nth-child(3),
.bottomFooter__navi > .bottomFooter__list > .menu-item:nth-child(4),
.bottomFooter__navi > .bottomFooter__list > .menu-item:nth-child(5) {
  display: none;
}
.bottomFooter__navi > .bottomFooter__list > .menu-item {
  width: 100%;
}
/* ===============

lp_footer

=============== */
.l-footer-lp {
  position: relative;
  width: 100%;
}

.l-footer-lp .bottomFooter,
.commonCtr__container {
  margin-top: -60px;
}

@media only screen and (min-width: 992px) {
  .lp-footer .bottomFooter,
  .commonCtr__container {
    padding: 20px 0;
  }
}

.l-footer-lp .lp-ft_nav {
  max-width: 1080px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

.l-footer-lp .lp-ft_nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  color: #fff;
  justify-content: center;
}
@media (max-width: 499px) {
  .l-footer-lp .lp-ft_nav {
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 0 50px 20px;
  }
  .l-footer-lp .lp-ft_nav ul {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
}
.l-footer-lp .lp-ft_nav li a {
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  border-bottom: 1px solid transparent;
  transition: 0.15s;
}
.l-footer-lp .lp-ft_nav li a:hover {
  border-color: #fff;
}
/* ===============

lp_footer_end

=============== */

/* ===============

プラグイン

=============== */
/* popup_Boxzilla*/
@media (min-width: 481px) {
  .boxzilla {
    padding: 0 !important;
    background-color: transparent;
  }
  .boxzilla-close-icon {
    color: #eeeeee;
  }
}

@media (max-width: 480px) {
  .boxzilla {
    padding-top: 0;
    padding-bottom: 15px;
    background-color: transparent;
  }
  .boxzilla-close-icon {
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
  }
}
/* popup_Boxzilla_End*/

/* ===============

プラグイン_End

=============== */

/* =============== 
fuse__common
=============== */
/* リセット */
/* .u-text-base p, .u-text-base div {
  font-size: 18px !important;
  line-height: 1.5;
}

@media (max-width: 480px)  {
.u-text-base p, .u-text-baset div {
  font-size: 16px !important;
  line-height: 1.4;
 }
} */
/* .fuse__common h2,
h3,
ul,
li {
  margin: 0;
  padding: 0;
}
.fuse__common a {
  text-decoration: none;
}
.fuse__common figure {
  margin: 0;
}
.fuse__common img {
  vertical-align: top;
} */

/* 既存テーマ対策 */
/* bady {
  font-size: 18px !important;
  line-height: 1.6;
}

@media (max-width: 480px) {
  bady {
    font-size: 16px !important;
    line-height: 1.6;
  }
} */

/* .kaizen .dividerBottom {
	padding-bottom:40px !important;
} */

.kaizen-wrap {
  margin-top: 0 !important;
  text-align: initial !important;
}
.kaizen .partsUl-4 h2 {
  border-bottom: none !important;
}
.fuse__common .kaizen .partsUl-4 h3, .u-fuse-common .kaizen .partsUl-4 h3 {
  border-left: none;
  padding-left: 0;
}
.content ul {
  margin-top: 0;
}
.content ul li {
  padding-left: 0 !important;
}
.partsOl-4 ol,
.partsUl-4 ul {
  background-color: transparent !important;
  background-image: none !important;
}
.content dt {
  padding: 0;
  background-color: transparent;
}
.content dd {
  padding: 0;
  border: none;
}
.content ul > li:before {
  display: none;
}
.content ol > li:before,
.content ul > li:before {
  position: static;
}

.partsUl-4 ul {
  padding: 20px 10px;
}
/* 既存テーマ対策_End */

/* リセット_End */

/* ブレークポイント */
/* @media screen and (min-width: 768px) {
  .fuse__common .sp-only {
    display: none;
  }
} /* 768px以上で表示 */ */
/* @media screen and (max-width: 767px) {
  .fuse__common .pc-only {
    display: none;
  }
} /* 768px以下で表示 */ */

/* 改行 */
/* @media (min-width: 391px) {
  .fuse__common .br-sp-only {
    display: none;
  }
} */
/* ブレークポイント_End */

.fuse__common-lp {
  background-color: #f2f2f2;
}

/* ================= 
FONT
re:18px
xs:16px
sm:20px
md:24px
lg:30px
xl:36px
heading-sm:20px;
heading-md:24px;
heading-lg:30px
heading-xl:36px
================= */
/* .fuse__common .font-nomal,
.fuse__common .font-nomal a,
.fuse__common .font-nomal a:hover {
  font-weight: normal;
  font-weight: 400;
} */
/* .fuse__common .font-bold,
.fuse__common .font-bold a,
.fuse__common .font-bold a:hover {
  font-weight: bold;
  font-weight: bold;
  font-weight: 600;
} */
/* .fuse__common .font-re,
.fuse__common .font-re li,
.fuse__common .font-re p {
  font-size: 18px;
} */
/* .fuse__common .font-xs,
.fuse__common .font-xs li,
.fuse__common .font-xs p {
  font-size: 16px;
} */
/* .fuse__common .font-sm,
.fuse__common .font-sm li,
.fuse__common .font-sm p {
  font-size: 20px;
} */
/* .fuse__common .font-lg,
.fuse__common .font-lg li,
.fuse__common .font-lg p {
  font-size: 30px;
}
 */

/* フォント_End */

/* 見出し */
/* .fuse__common .heading-sm {
  font-size: 20px;
  margin-top: 20px;
} */

/* .fuse__common .heading-lg {
  font-size: 30px;
  margin-top: 20px;
}
.fuse__common .heading-xl {
  font-size: 36px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .fuse__common .heading-xl {
    font-size: 24px;
    margin-top: 20px;
  }
} */
/* ================= 
FONT_End
================= */

/* ================= 
COLOR（共通化予定）
================= */
.content .u-color-main{
  color: #164098;
}
/* .fuse__common .main-sub_color {
  color: #165398;
} */
/* .fuse__common .sub_color {
  color: #ed6d00;
} */
/* .fuse__common .base_color {
  color: #f2f2f2;
} */
/* .fuse__common .accent_color {
  color: #e9bf67;
} */
.content .c-color-white{
  color: #ffffff !important;
}

.u-bgcolor-main {
  background-color: #164098;
}
/* .fuse__common .main-sub_bgcolor {
  background-color: #165398;
} */
/* .fuse__common .sub_bgcolor {
  background-color: #ed6d00;
} */
.u-bgcolor-base {
  background-color: #f2f2f2;
}
/* .fuse__common .accent_bgcolor {
  background-color: #e9bf67;
} */
/* ================= 
COLOR_End
================= */

/* レイアウト */
/* .fuse__common .lp_inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
} （fuse-lp、fuse）inner_blockへ書き換え */

/* .fuse__common .u-inner-block {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
} */

.u-box-radius {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 56px 64px;
  margin: 0;
}
@media (max-width: 767px) {
  .u-box-radius {
    padding: 30px 20px 20px;
  }
}

.fuse__common .tac {
  text-align: center;
}/* stlye-userに移行のため削除 */
/* .fuse__common .tal {
  text-align: left;
} */

/* レイアウト-余白 */
/* .fuse__common div.mt10,
.fuse__common p.mt10 {
  margin-top: 10px;
}
.fuse__common div.mt20,
.fuse__common p.mt20 {
  margin-top: 20px;
}
.fuse__common div.mt40,
.fuse__common p.mt40 {
  margin-top: 40px !important;
}
.fuse__common div.mt80,
.fuse__common p.mt80 {
  margin-top: 80px !important;
}
.fuse__common div.mb18,
.fuse__common p.mb18 {
  margin-bottom: 18px;
}
.fuse__common div.mb-60,
.fuse__common p.mb-60 {
  margin-bottom: -60px !important;
} */

/* テキスト下線 */
.c-heading-underline {
  position: relative;
  text-align: center;
  padding: 1rem;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-heading-underline {
    padding: 0.7rem;
    margin-bottom: 40px;
  }
}
.c-heading-underline::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #174098;
}

.red-unline::after {
  background: #ff0101;
}

.text-underline_color {
  background: linear-gradient(transparent 50%, rgba(254, 213, 97, 0.7) 50%, rgba(254, 213, 97, 0.7) 100%);
}

.point-underline_color {
  border-bottom: 4px solid #fabd01;
  padding-bottom: 3px;
}
/* テキスト下線_End */

/* fuse共通ページタイトル */
.content .page_heading {
  text-align: center;
  margin-top: 60px !important;
}
p.heading-line {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}

.heading-line {
  position: relative;
}

.page_heading .heading-line::after {
  content: "";
  background-color: #164098;
  width: 50px;
  height: 2px;
  position: absolute;
/*   bottom: -20px; */
  left: 50%;
  transform: translateX(-50%);
  display: block;
}


.page_heading h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 40px;
}

.page_heading h1.heading-mt40 {
  margin-top: 40px !important;
}
.page_heading h1.heading-mt60 {
  margin-top: 60px !important;
}

@media (max-width: 479px) {
  .page_heading h1 {
    font-size: 24px;
  }
}

.page_heading h1.ic-new::after,
.function-item_box h2.ic-new::after {
  content: "NEW";
  padding: 8px;
  margin: 0 8px;
  border-radius: 5px;
  color: #fff;
  background-color: red;
  font-size: 1.3rem;
  display: inline-block;
  transform: translateY(-6px);
}

.function-item_box h2.ic-new::after {
  padding: 5px;
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .page-heading h1.ic-new::after,
  .function-item_box h2.ic-new::after {
    padding: 6px;
    margin: 5px 8px 0;
    font-size: 1.2rem;
    transform: translateY(-3px);
  }
}

 p.heading-line::after {
  content: "";
  background-color: #164098;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* セクション見出し */
.content .section_heading {
  font-size: 36px;
  text-align: center;
}
.content .section_heading--icon {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .content .section_heading {
    font-size: 30px;
  }
  .content .section_heading--icon {
    font-size: 24px;
  }	
}
/* セクション見出し_End */

/* シェイプ */
.pageContents section .cta-fuse_wrap-shape .cta-fuse_wrap {
  margin-top: 20px;
  margin-bottom: 60px;
}

.pageContents section .triangle {
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 100px solid white; /* 下向の三角形 */
}

.pageContents section .cta-fuse_wrap-shape {
  width: 100%;
  background-color: #174098;
  padding: 0;
  margin-top: 80px;
  margin-bottom: -60px;
  color: #fff;
}

.pageContents section .cta-fuse_wrap-shape h2 {
  font-size: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pageContents section .cta-fuse_wrap-shape h2 {
    font-size: 24px;
  }
}

.pageContents section .custom-shape-divider-top-1731644412 {
  width: calc(100% + 1.3px);
  overflow: hidden;
  line-height: 0;
}

.pageContents section .custom-shape-divider-top-1731644412 svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .pageContents section .custom-shape-divider-top-1731644412 svg {
    height: 60px;
  }
}

.pageContents section .custom-shape-divider-top-1731644412 .shape-fill {
  fill: #ffffff;
}
/* シェイプ_End */

.pageContents section .cta-fuse_wrap {
  width: 100%;
  background-color: #174098;
  color: #fff !important;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 80px;
}

section .mb-60 {
  margin-bottom: -60px;
} /* CTAフッター余白 */

@media only screen and (max-width: 767px) {
  .pageContents section .cta-fuse_wrap {
    padding: 50px 15px;
  }
}

.pageContents section .cta-fuse h2 {
  color: #fff;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .pageContents section .cta-fuse h2 {
    font-size: 2rem;
  }
}

.pageContents section .cta-fuse_btn-section {
  text-align: center;
}

.content div .cta-fuse_btn {
  padding-bottom: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .content div .cta-fuse_btn {
    padding-bottom: 30px;
    margin-top: 0;
  }
}

.pageContents section .cta-fuse_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-width: 300px;
  padding: 20px 35px;
  font-size: 20px;
  color: #191919;
  text-decoration: none;
  background: #e8bf67;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .pageContents section .cta-fuse_btn a {
    line-height: 1.4;
    text-align: left;
  }
}

.pageContents section .cta-fuse_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #191919;
  transition: fill 0.3s ease-in-out;
}

.pageContents section .cta-fuse_btn a:hover {
  background: #ed6d00;
  color: #fff;
  font-weight: 400;
}

.pageContents section .cta-fuse_btn a:hover .cta-fuse_icon {
  fill: #fff;
}

.pageContents section .cta-fuse_btn span br {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pageContents section .cta-fuse_btn span {
    display: inline-block;
  }
  .pageContents section .cta-fuse_btn span br {
    display: block;
  }
}

/* 複数CTAボタンblock */
.content .cta-fuse-btn_block :first-child {
  margin-top: 2rem !important;
}

.pageContents .cta-fuse_wrap-shape .cta-fuse-btn_block {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .pageContents .cta-fuse_wrap-shape .cta-fuse-btn_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}

.cta-fuse-btn_block::after {
  display: none !important;
} /* テーマ調整 */
/* 複数CTAボタンblock_End */
/* CTA-section_End */

/* CTA-section */
.fuse__common .cta-fuse_wrap {
  background-color: #174098;
  color: #fff;
  text-align: center;
  padding: 50px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .fuse__common .cta-fuse_wrap {
    padding: 60px 20px;
  }
}

.fuse__common .cta-fuse-catch {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 767px) {
  .fuse__common .cta-fuse-catch {
    font-size: 30px;
  }
}

.fuse__common .cta-fuse_box {
  margin-top: 40px;
}

.fuse__common .cta-fuse_wrap {
  padding: 50px 15px;
}
.fuse__common .cta-fuse h2 {
  color: #fff;
  font-size: 35px;
}

@media (max-width: 767px) {
  .fuse__common .cta-fuse h2 {
    font-size: 2rem;
  }
}

/* CTAセクション-三角シェイプ */
.fuse__common .cta-fuse_wrap-shape,
section.cta-fuse_wrap-shape {
  width: 100%;
  background-color: #174098;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

.fuse__common .triangle_img {
  width: calc(100% + 1.3px);
  overflow: hidden;
  line-height: 0;
}

.fuse__common .triangle_img svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .fuse__common .triangle_img svg {
    height: 60px;
  }
}

.fuse__common .triangle_img .shape-fill {
  fill: #f2f2f2;
}
/* CTAセクション-三角シェイプ_End */

/* CTA-メインボタン */
/* .fuse__common .cta-main_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 35px;
  font-size: 20px;
  color: #191919;
  text-decoration: none;
  background: #e8bf67;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .fuse__common .cta-main_btn {
    line-height: 1.4;
    text-align: left;
  }
}

.fuse__common .cta-main_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #191919;
  transition: fill 0.3s ease-in-out;
}
.fuse__common .cta-main_btn:hover {
  background: #ed6d00;
  color: #fff;
  font-weight: 400;
}
.fuse__common .cta-main_btn:hover .cta-main_icon {
  fill: #fff;
}
.fuse__common .cta-main span br {
  display: none;
}

@media only screen and (max-width: 480px) {
  .fuse__common .cta-main span {
    display: inline-block;
  }
  .fuse__common .cta-main span br {
    display: block;
  }
} */
/* CTA-メインボタン_End */

/* CTA-primaryボタン */
/* .cta_btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
 
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ed6c00 88%, #c25c06 100%);
  border-style: solid;
  border-width: 4px;
  border-color: #e9bf67;
  border-radius: 10px;
  padding: 20px 30px;
  transition: 0.3s ease-in-out;
}

.cta_btn-primary:hover {
  color: #191919;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e9bf67 88%, #d7a336 100%);
  border-color: #ed6d00;
} */

/* .fuse__common .cta_btn-primary .ic-cta-primary-arrow {
  width: 23px;
  height: 23px;
  margin-left: 5px;
} */

/* .fuse__common .cta_btn-primary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
} */

/* #fuse .ic-cta-primary-arrow,
  transition: 0.3s ease-in-out;
} */
/* .cta_btn-primary:hover .ic-cta-primary-arrow {
  filter: brightness(0) saturate(100%) invert(12%) sepia(2%) saturate(39%) hue-rotate(325deg) brightness(106%) contrast(107%);
} */

/* @media (max-width: 767px){
  .fuse__common .cta_btn-primary svg {
    font-size: 16px;
  }
} */
/* .fa-arrow-alt-circle-right {
  padding-left: 10px;
}
.fa-arrow-alt-circle-right {
  padding-left: 3px;
} */

/* @media (max-width: 767px) {
  .cta_btn-primary {
    font-size: 18px;
    padding: 20px 12px;
    margin-bottom: 10px;
  }

  .fuse__common .cta_btn-primary .ic-cta-primary-arrow {
    width: 18px;
    height: 18px;
  } */

  /*   #fuse-lp-e24 .cta_btn-primary, #fuse-lp-e24_01 .cta_btn-primary {
    font-size: 18px;
    padding: 20px 6px;
    margin-bottom: 10px;
  }	
} */

/* CTA-primaryボタン_End*/
/* CTA-section_End */
/* =============== 
fuse__common_End
=============== */

/* ===============

FUSEコンテンツセクション

=============== */
.base_bgcolor {
  background-color: #f2f2f2;
}

/* =============== FV =============== */
.fuse-fv {
  text-align: center;
}

.fuse-fv__image--bgcolor {
  background-color: #102d67;	
}


.fuse-fv .pc-only .fuse-fv-image::after {
  content: none;
}

.fuse-fv_cta-box {
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  margin-top: 0 !important;
}

.fuse-fv_cta-box p.mt5 {
	margin-top: 5px;
}

.content div .fuse-fv div {
	margin-top: 0;
}

/* FUSE-LP */
.fv-cover__lp {
  background: url("/wp-content/uploads/2025/12/fuse_pc-fv-bg-0566.jpg") no-repeat center center / cover;
}

.u-show-pc .fv-cover__lp .fv-image__lp {
	padding: 0 40px;	
}

.u-show-pc .fv-cover__lp .fv-image__lp .fv-image__lp--img-size {
	width: 1140px;
	height: auto;
}

/* FUSE-LP_End */


/* FUSE-金属加工業向けLP */
.fv-cover__lp-e24 {
  background: url("/wp-content/uploads/2026/01/bg_fv_fuse-lp-e24_pc_b.png") no-repeat center center / cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-show-pc .fv-cover__lp-e24 .fv-image-e24 {
	padding: 0 40px;	
}

/* FUSE-金属加工業向けLP_End */

.fuse-fv_cta-microcopy {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fuse-fv_cta-microcopy {
    font-size: 16px;
  }
/*   .fv-cta-space {
    margin-top: 30px;
  } */
}
/* .fv-cta_box div::after,
.fv-cta_box p::after {
  content: none;
}
.fv-cta_btn {
  display: inline-flex;
  justify-content: center;
  font-size: 30px;
  padding: 25px 50px;
} */

/* .fuse__common .fv-cta_btn {
  display: inline-flex;
  justify-content: center;
} */

/* .fuse__common .cta_btn-primary .fv-cta_btn svg {
  width: 30px;
  height: auto;
  margin-left: 10px;
  fill: currentColor;
  transition: fill 0.3s ease-in-out;
}
 */
/* タブレット向け */
@media (max-width: 767px) {
  .fuse-fv_cta-box {
    font-size: 24px;
    padding: 25px;
  }
/* 
  .fuse__common .cta_btn-primary .fv-cta_btn svg {
    width: 24px;
    vertical-align: middle;
  } */
}

@media (max-width: 479px) {
  .fuse-fv_cta-box {
    width: 100%;
    padding: 40px 15px;
  }

/*   .fv-cta_btn {
    font-size: 18px;
    padding: 25px 15px;
  } */
}

/* =============== 親切で丁寧なサポート（award）=============== */
.award a {
  color: #191919;
}

.award a:hover {
  font-weight: normal;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.award__inner {
  padding: 80px 0;
  text-align: center;
}

.award .award__text {
  font-weight: bold;
  color: #164098;
}

.award h2.award__text--heading {
  font-size: 30px;
}

.award-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 40px !important;
}

@media (max-width: 768px) {
  .award-heading {
    font-size: 24px;
  }
  .award-cards {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.content .award__inner::after, .content .award-cards::after {
  content: none;
}

.award-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}

@media (max-width: 768px) {
  .award-card:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* .content .award-card p {
	margin-top: 0;
}
 */
.content .award-card::after  {
  content: none;	
}

.award-card img {
  width: auto;
  height: 128px !important;
}

.award h3.award__text--caption {
  font-size: 24px;
  margin-top: 16px;
}

.award-name {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-size: 16px;
  margin-top: 1rem !important;
}
/* =============== LP-voice =============== */
.lp-voice {
  padding: 80px 0;
  background-color: #164098;
}

/* .lp-voice_heading {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
} */

.lp-voice_cards {
  display: block;
}

@media (max-width: 767px) {
/*   .lp-voice_heading {
    font-size: 24px;
  } */
  .lp-voice_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
  }
}

.lp-voice_card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-top: 40px;
}

.lp-voice_img-wrapper {
  flex: 0 1 27.58333%;
  margin-right: 3.33333%;
}

@media (max-width: 767px) {
  .lp-voice_card {
    padding: 20px;
    margin-top: 40px;
  }
  .lp-voice_card {
    flex-direction: column;
  }
  .lp-voice_img-wrapper {
    margin-right: 0;
  }
}

.lp-voice_img {
  width: 100%;
}

.lp-voice_body {
  flex: 1;
}
.lp-voice_body > *:last-child {
  margin-bottom: 0;
}

.lp-voice_caption {
  font-size: 24px !important;
  font-weight: 600;
  color: #164098!important;
  margin-bottom: 10px;
}

.lp-voice_name {
  text-align: right;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lp-voice_name {
    text-align-last: left;
  }
}
/* 追加_End */

/* =============== CASE =============== */
.case_inner {
  border-top: 12px solid #164098;
  border-bottom: 12px solid #164098;
  width: 100%;
  overflow: hidden;
}

/* @media (max-width: 768px){
   display: none;
  }
} */

.case_boxes {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.case_boxes p {
  display: none;
}

/* 企業ロゴ */
.company-logo {
  width: 100%;
}

.company-logo-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  place-items: center;
  gap: 0;
  margin: 0 auto;
}

.company-logo-image {
  margin-top: 0;
  display: grid;
  place-content: center;
  place-items: center;
}

.company-logo-image img {
  max-width: 97%;
  max-height: 97%;
  object-fit: contain;
  display: block;
}

/* 企業ロゴ_End */

/* 無限ループjs*/
.content div .swiper-slide {
	margin-top: 0;
}

.swiper{
  width: 100%;
  height: 80px;
}

.swiper-wrapper{
  transition-timing-function: linear !important;
  align-items: center!important;
}


.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
  display: block;
}
/* 無限ループjs_End */

/* =============== DX =============== */
.dx {
  position: relative;
  padding-top: 120px !important;
}
@media (max-width: 767px) {
  .dx {
    padding-top: 80px !important;
  }
}

.dx::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 60px;
  right: -40px;
  width: 43%;
  height: 43%;
  background-image: url(/wp-content/uploads/2024/09/fuse-dx_img-factory.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dx-message {
  width: 68%;
  text-align: left;
  padding-right: 10px;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .dx::before {
    display: none;
  }
  .dx-message {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .dx-message .sp-only {
    line-height: 1.2;
  }
}

/* .dx-message__text--xl {
  font-size: 36px;
} */

.dx-cta__box {
  text-align: center;
}

.dx-cta__box h2.dx-cta__box__heading {
  position: relative;
  text-align: center;
  font-size: 34px;
  color: #fff;
  background: #164098;
  padding: 12px 4px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .dx-cta__box h2.dx-cta__box__heading {
    font-size: 18px;
    padding: 12px 4px;
  }
}

.dx-cta__box__heading::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #164098 transparent transparent transparent;
}

@media (max-width: 767px) {
  .dx-cta__box__heading::after {
    bottom: -10px;
    border-width: 15px 15px 0 15px;
  }
}

/* =============== お悩み (worries) =============== */
.worries {
  margin-top: 60px;
  margin-bottom: 60px;
}
.worries_inner {
  position: relative;
  text-align: center;
  padding: 36px 0 56px;
}
.content div .worries-cards {
  display: flex;
  gap: 37px;
  margin-top: 150px !important;
}
@media (max-width: 767px) {
  .content div .worries-cards {
    flex-direction: column;
    gap: 0;
    margin-top: 40px !important;
  }
}

.content .worries-cards__heading {
  font-size: 24px;
  margin-top: 20px;
}
.content div .worries-cards::after {
  content: none;
}
.worries-cards .worries_card_item {
  text-align: left;
  border-radius: 30px;
  padding: 40px 40px 20px;
}
@media (max-width: 767px) {
  .worries-cards .worries_card_item {
    width: auto;
    min-height: 700px;
    margin: 0 0 20px;
    padding: 40px 20px;
  }
}
.worries-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 8px;
  margin-top: 0 !important;
}
.label-before {
  color: #fff;
  background: #164098;
}
.label-after {
  color: #191919;
  background: #fabd01;
}
.worries figure {
  margin: 40px 0;
}
.worries_card-before {
  position: relative;
  z-index: 10;
  width: 45%;
  background-color: #fff;
  margin-bottom: 60px !important;
}
.worries_card-before::after {
  position: absolute;
  z-index: 20;
  display: block;
  content: "";
  background: url(/wp-content/uploads/2025/01/fuse-arrow-right.png);
  background-size: 100% auto;
  width: 112px;
  height: 134px;
  top: 50%;
  right: -80px;
}
.worries_card-after {
  position: relative;
  z-index: 1;
  width: 55%;
  color: #fff;
  background-color: #174098;
  margin-top: 0;
}

.worries_card-after::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-size: 100% auto;
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
  top: -90px;
  margin: auto;
}
.worries_badge01::before {
  background: url(/wp-content/uploads/2025/02/fuse-worries01.png);
}
.worries_badge02::before {
  background: url(/wp-content/uploads/2025/02/fuse-worries02.png);
}
.worries_badge03::before {
  background: url(/wp-content/uploads/2025/02/fuse-worries03.png);
}

@media (max-width: 767px) {
  .worries_card-before,
  .worries_card-after {
    width: 100%;
    margin: 0 10px;
    box-sizing: border-box;
  }
  .worries_card-before {
    margin-bottom: 0;
  }
  .worries-before_heading::before {
    left: 20px;
    top: 40px;
  }
  .worries-after_heading::before {
    left: 20px;
    top: 40px;
  }
  .worries_card-before::after {
    position: absolute;
    z-index: 20;
    content: "";
    background: url(/wp-content/uploads/2025/01/fuse-arrow-down.png);
    background-size: 100% auto;
    width: 114px;
    height: 111px;
    left: 0;
    right: 0;
    bottom: -410px;
    margin: auto;
  }
  .worries_card-after::before {
    display: none;
  }
}

/* =============== その訳は (continued-use) =============== */
.continued-use {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #164098;
  padding: 64px 20px;
}
@media (max-width: 767px) {
  .continued-use {
    font-size: 18px;
  }
}

/* =============== STEP =============== */
.step {
  background-color: #e8bf67;
  padding: 60px 15px;
}
@media (max-width: 767px) {
  .step {
    padding-left: 0;
    padding-right: 0;
  }
}

.step_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background-color: #fdfbf5;
  padding: 40px 70px;
}
.step div.lp_inner .step_box::after {
  content: none;
}
.step div.lp_inner::after {
  content: none;
}
@media (max-width: 767px) {
  .step_box {
    flex-direction: column;
    margin: 5px 5px 0px 5px;
    padding: 20px 20px 40px;
  }
}

.step .content ul > li:before {
  content: none;
}

.step_box_item {
  text-align: left;
}

.step-label_area {
  display: flex;
  align-items: center;
}

.step_box_item ul {
  margin-top: 0;
}
.step_box_item ul > li::before {
  content: none;
}

.content .step-label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #ed6d00;
  border-radius: 3px;
  padding: 2px 40px;
  margin-bottom: 0;
  margin-right: 8px !important;
}
@media (max-width: 767px) {
  .step-label_area {
    flex-direction: column;
  }
.content .step-label {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 4px 0;
  }
}
.content .step-label_area .step_slogan {
  font-size: 30px !important;
  font-weight: bold;
  color: #ed6d00;
  margin-top: 10px;
  margin-bottom: 0;
}
.content .step_lead {
  font-size: 20px !important;
  font-weight: bold;
  color: #164098;
  margin-top: 10px;
  margin-bottom: 0;
}

.content .step_box_item ul {
  padding: 20px;
  margin-top: 0;
}

.content .step_list li {
  font-size: 18px;
  background-color: #fdfbf5;
  list-style: disc !important;
  line-height: 1.2;
  padding-left: 0;
}
.step_box_img {
  width: 35%;
}
@media (max-width: 767px) {
  .step-label_area .step_slogan {
    margin-top: 10px;
  }
  .step_lead {
    text-align: center;
  }
  .step_box_img {
    width: 80%;
    text-align: center;
  }
}

.step_box-arrow {
  text-align: center;
  padding: 20px 0;
}
.step_box-arrow img {
  width: 70px;
}

.step-catch-box p {
  text-align: center;
  padding-top: 40px;
}

.content .step-catch-box p.step-catch-text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .content .step-catch-box p.step-catch-text {
    font-size: 20px;
  }
}

/* =============== システム導入のアドバイス (advice) =============== */
.advice {
  margin-top: 80px;
}
.advice_inner {
  text-align: center;
}
.advice h2.advice-voice {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 340px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 15px;
  padding: 10px;
  border-radius: 12px;
  background-color: #164098;
  color: #fff;
}
.advice-voice::before {
  position: absolute;
  bottom: -12px;
  width: 30px;
  height: 15px;
  background-color: #164098;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.advice p.advice-voice_heading {
  font-size: 30px;
  font-weight: normal;
  margin-top: 30px;
}
.advice p.advice-voice_heading-big {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}
.advice h3.advice_heading {
  font-size: 30px;
  color: #ff0101;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .advice p.advice-voice_heading {
    font-size: 20px;
  }
  .advice p.advice-voice_heading-big {
    font-size: 30px;
  }
}

.content div .advice_content {
  text-align: left;
  margin-top: 100px !important;
  padding-top: 200px;
}
.advice_content img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.advice_text-area {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .advice_text-area {
    padding: 0;
  }
}

/* =============== できること (can) =============== */
.can {
  margin-top: 80px;
}
.can_inner {
  text-align: center;
}

.can_inner .u-box-radius {
	margin-top: 80px;
}
@media (max-width: 767px) {
  .can_inner .u-box-radius {
	 margin-top: 40px;
  }
}
.content .can_inner::after {
	content:none;
}
.can .box-radius {
	margin-top: 80px;
}
@media (max-width: 767px) {
  .can-box-radius {
     margin-top: 40px;
  }
}

.can_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 18px;
}
.content .can_items::after {
  content: none;
}
/* 各アイテムのスタイル */
.can_item {
  text-align: center;
  margin-top: 0;
}
.can_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}
.can_img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

/* タブレット向け */
@media (max-width: 1024px) {
  .can_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* スマホ向け */
@media (max-width: 709px) {
  .can_items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .can_item {
    padding: 0 40px;
  }
}

/* =============== 選ばれる理由 (reason) =============== */
.reason {
  margin-top: 80px;
}
.reason_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.reason_boxes {
  position: relative;
  overflow: visible;
}
.reason_box {
  padding: 40px 0;
  margin: 60px 0 !important;
  position: relative;
  z-index: 1;
}
.reason_box::before {
  content: "";
  background: #164098;
  width: 200%;
  height: 100%;
  position: absolute;
  right: 25%;
  top: 0;
  z-index: -1;
}
.reason_box:nth-child(even)::before {
  border-radius: 0 30px 30px 0;
  right: 25%;
}
.reason_box:nth-child(odd)::before {
  border-radius: 30px 0 0 30px;
  left: 25%;
}
.reason_content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 300px;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .reason_content {
    flex-direction: column;
    gap: 24px;
    padding: 40px 25px;
    min-height: auto;
  }
}

.content .reason_content::after, .content .reason_img::after, .content .reason_box::after, .content .reason_text-area::after, .content .reason_box::after {
  content: none;
}

.reason_box:nth-child(even) .reason_content::before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.reason_box:nth-child(odd) .reason_content::before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.reason_point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #fabd01;
  gap: 8px;
  margin: 0 0 16px !important;
}
.reason_text-area__heading {
	margin-top:0 !important;
	margin-bottom: 16px;
}
.reason_text-area p {
  text-indent: 0;
}
.reason_text-area {
  width: 55%;
}
.reason_img {
  width: 45%;
}
@media (max-width: 767px) {
  .reason_text-area,
  .reason_img {
    width: 100%;
  }
}

/* =============== fuseの機能 (fuse-function21) =============== */
.fuse-function21 {
  margin-top: 80px;
  text-align: center;
}
.fuse-function21_heading {
  text-align: center;
}
.content .fuse-function21_lead {
  font-weight: normal;
  margin-top: 18px;
}
.fuse-function21_text-area {
  padding: 0 80px;
}
.fuse-function21 figure {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .fuse-function21_text-area {
    padding: 0px;
  }
}
/* =============== 注目の機能 (eatured-function) =============== */
.featured-function {
  text-align: left;
  margin-top: 80px !important;
}
.featured-function p {
  text-indent: 0;
}

.featured-function figure {
  margin-top:  20px;
}

.featured-function_label {
  font-size: 20px;
}
.featured-function_label::before {
  content: "";
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin: 0px 16px 0px 0px;
  padding: 4px 20px;
}

.label_text-analysis::before {
  content: "分析";
  background-color: #647a8c;
}
.label_text-production-control::before {
  content: "生産管理";
  background-color: #2894c4;
}

.featured-function_col2 {
  display: flex;
  margin-top: 20px !important;
  gap: 20px;
}
.content .featured-function::after,.content .featured-function_col2::after {
  content: none;
}

@media (max-width: 767px) {
  .featured-function_col2 {
    flex-direction: column;
  }
}
.featured-function_card {
  flex: 1;
}

/* =============== 5分で分かる (fuse-5minutes) =============== */
.fuse-5minutes h2 {
  text-align: center;
  color: #fff;
  background-color: #164098;
  margin-top: 80px !important;
  margin-bottom: 20px;
  padding: 24px;
}

/* =============== 生産管理システム比較(comparison) =============== */
.comparison {
  margin-top: 80px;
}
.comparison-sp-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.comparison-sp-scroll_icon {
  width: 30px;
  height: auto;
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .comparison-sp-scroll {
    display: none;
  }
}

/* 比較表 */
.comparison-table {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
  margin: 0 auto;
}
.comparison-table img {
  max-width: 100%;
  margin: 5px;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .comparison-table {
    justify-content: start;
    gap: 4px;
    padding-bottom: 40px;
  }
  .comparison-table img {
    margin: 5px 3px;
  }
}

@media (max-width: 480px) {
  .comparison-table {
    justify-content: start;
    overflow-x: scroll;
    gap: 2px;
    padding-bottom: 40px;
  }

  .comparison-table img {
    margin: 5px 3px;
  }
}
/* 比較表_End */

/*=============== ユーザー様から喜びの声 (user-voice) =============== */
.user-voice {
  margin-top: 100px;
}

.content .user-voice_boxes-first::after {
	content: none;
}

.user-voice_boxes-first {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px !important;
}

.user-voice_box-first {
  display: flex;
  border: solid 2px #164098;
  border-width: 2px 2px 2px 2px;
  background-color: #fff;
  padding: 10px;
  margin: 0px 10px 0px 10px;
}

.user-voice_box-image {
  width: 30%;
  text-align: center;
  padding: 10px;
}

.content div.user-voice_boxes-second {
  display: flex;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}

.user-voice_box-second {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  border: solid 2px #164098;
  border-width: 2px 2px 2px 2px;
  background-color: #fff;
  padding: 10px;
  margin: 0 10px 0px 10px;
}
.user-voice_box-second::after {
  content: none;
}

.user-voice_boxes-second h2 {
  font-size: 24px;
  font-weight: normal;
}

.voice_box-second_text {
  min-height: 400px;
}

.voice_box-second_text-area {
  padding: 0 10px;
}

.voice_box-second_text-area--mb18 {
	margin-bottom: 18px!important;
}

.voice_box-second_text_catch {
  color: #164098;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .user-voice_box-first {
    flex-direction: column;
  }
  .user-voice_box-image {
    width: 100%;
    padding: 0;
  }
  .content div.user-voice_boxes-second {
    flex-direction: column;
    gap: 48px;
	margin-top: 48px;
  }

  .user-voice_box-second {
    width: 95%;
    margin: 0px 10px 0px 10px;
  }
  .user-voice_box-second img {
    width: 100%;
  }
  .voice_box-second_text {
    min-height: initial;
  }
  .voice_box-second_text_catch {
    text-align: left;
  }
}

.user-voice_box-logo {
  padding: 10px;
}
@media (max-width: 809px) {
  .user-voice_box-logo {
    padding: 20px 20px 10px;
  }
}

.user-voice_box-first .user-voice_box_body {
  width: 70%;
  text-align: left;
  padding: 10px;
  margin-top: 0;
}
.user-voice_box_body .user-voice_text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
.user-voice_box-first .user-voice_box_body {
    width: 100%;
    padding: 0;
  }
.user-voice_box-first .user-voice_box_body .user-voice_text {
    margin-top: 10px;
  }
}

/* インタビューボタン */
/* 削除予定 */
.user-voice_button {
  min-width: 530px;
}

@media (max-width: 768px) {
  .user-voice_button {
    min-width: auto;
    font-size: 18px;
  }
}
/* 削除予定_End */
/* css設計 */
/* .p-fuse-user-voice__button {
  min-width: 580px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-fuse-user-voice__button {
    min-width: auto;
    text-align: left !important;
  }
} */
/* css設計_End */

/* インタビューボタン_End */

/* 株式会社住田光学ガラスさま */
.voice-sumita-area {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sumita-text-area {
  width: 80%;
}
.sumita-illust01 {
  width: 18%;
  height: auto;
}
.sumita-illust01 img {
  width: 100%;
}
@media (max-width: 599px) {
  .voice-sumita-area {
    display: block;
  }
  .sumita-text-area {
    width: 100%;
  }
  .sumita-illust01 {
    width: 50%;
    margin: 0 auto;
  }
}

.sumita_body {
  position: relative;
}

.sumita-illust02 {
  position: absolute;
  bottom: -60px;
  left: 350px;
  width: 8%;
  height: auto;
  z-index: 10;
}

@media (max-width: 767px) {
  .sumita-illust02 {
    bottom: -45px;
    left: 10px;
    width: 10%;
  }
}
@media (max-width: 599px) {
  .sumita-illust02 {
    bottom: -20px;
    width: 12%;
  }
}
/* 株式会社住田光学ガラスさま_End */

.user-voice_box_body .voice_box-list,
.voice_box-second_text .voice_box-list {
  list-style: none;
  padding: 0 !important;
}

.voice_box-second_text-area ul.voice_box-list-items li.voice-company-icon {
  position: static;
}
.voice_box-second_text-area ul.voice_box-list-items > li:before {
  position: static;
}
.user-voice_box-second .voice_box-list {
  list-style: none !important;
  padding-left: 0;
  text-align: center;
}

.voice_box-list-items {
  text-align: center;
}
@media (max-width: 767px) {
  .voice_box-list-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.user-voice_box_body ul > li {
  padding-left: 2.5rem !important;
}

.user-voice_box_body ul.voice_box-list .voice-company-icon:before,
.user-voice_box-second ul.voice_box-list .voice-company-icon:before {
  display: inline-block;
  margin-right: 0.5em;
  /* font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #164098; */
}

.user-voice_box_body ul.voice_box-list li.voice-company-industry::before,
.user-voice_box-second .voice_box-list-items li.voice-company-industry::before{
  content: "" !important;
  display: inline-block !important;
  background-image: url(/wp-content/uploads/2025/03/tools-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.user-voice_box_body ul.voice_box-list li.voice-company-summary::before,
.user-voice_box-second .voice_box-list-items li.voice-company-summary::before{
  content: "" !important;
  display: inline-block !important;
  background-image: url(/wp-content/uploads/2025/03/users-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 18px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.content ul > li:before {
  transform: scale(1)!important;
}

.voice-list li {
  border-bottom: solid 2px #ddd;
}

.voice-list li:last-child {
  border-bottom: none;
}

.user-voice .voice_box-list.voice-list li::before,
.user-voice_box_body .voice_box-list.voice-list li::before {
  content: "" !important;
  display: inline-block !important;
  background-image: url(/wp-content/uploads/2025/03/chevron-circle-right-solid.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 0.5em;
}

/* アコーディオン */
.voice_box-second_text-area .content ul > li:before {
  content: none;
}

.user-voice_boxes-second .voice-accordion {
  font-size: 18px;
  text-align: left;
  max-width: 500px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #d4d4d4;
}

.voice-accordion li {
  list-style: disc;
}

.user-voice_boxes-second .voice-accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 15px;
  color: #164098;
  font-weight: 600;
  cursor: pointer;
}
.voice-accordion summary a {
  color: #164098;
}
.voice-accordion[open] summary a {
  color: #e9bf67;
}

.voice-accordion summary::-webkit-details-marker {
  display: none;
}

.voice-accordion summary::before {
  margin-right: 12px;
  width: 0;
  height: 0;
  border-left: 7px solid #164098;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  transition: transform 0.3s;
}

.voice-accordion ul {
  padding: 0 20px;
}

.voice-accordion[open] summary::before {
  transform: rotate(90deg);
  border-left: 7px solid #e9bf67;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.voice-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 1em 1px;
  margin: 0!important;
  transition: transform 0.5s, opacity 0.5s;
}
.voice-accordion[open] p {
  transform: none;
  opacity: 1;
}

/* =============== 導入までの流れ (introduction) =============== */
.introduction {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .introduction {
    margin-top: 40px;
  }
}

/* =============== よくあるご質問 (qa) =============== */
.qa {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .qa {
    margin-top: 80px;
  }
}
.qa_items > *:last-child {
  margin-bottom: 0;
}
.qa .box-radius::after {
  content: none;
}
.qa_items {
  margin-top: 10px;
  margin-bottom: 0;
}

.qa .qa_items dt {
  background: #fff ;
}

.qa .qa_items dd {
  padding: 0;
  border: none;
}

.qa_row {
  position: relative;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  min-height: 45px;
  padding-left: 50px !important;
}
.qa_row-question dt {
  margin-bottom: 15px;
  font-weight: 600;
}

.qa_question-text {
  font-weight: bold;
  margin-top: -7px;
}
.qa_row-answer {
  padding-bottom: 20px !important;
  margin-top: 5px;
  margin-left: 0;
  border-bottom: 1px solid #ddd !important;
}
.qa_row-answer:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.qa_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
}
.qa_icon-question {
  background: #164098;
  color: #fff;
  border-radius: 4px;
}
.qa_icon-question::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #164098 transparent transparent transparent;
}

.qa_icon-answer {
  background: #ed6d00;
  color: #fff;
  border-radius: 50%;
}
.qa .qa_answer-body {
  padding-top: 6px;
  margin-top: 0;
}
.qa_answer-body::after {
  content: none;
}
.qa_answer-body > *:last-child {
  margin-bottom: 0;
}

.qa_answer-text::after {
  content: none;
}
/* =================

FUSEコンテンツセクション_End 

================= */

/* =================

fuse_機能一覧

================= */
/* ===============  機能一覧共通  =============== */

.function-inner .partsUl-4 h3 + p {
  text-indent: 1em;
}

/* コンテンツ幅 */
.content .function_wrap {
  position: relative;
  max-width: 960px;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* コンテンツ幅_End*/
.content .function_wrap .function_inner {
  margin-top: 80px;
}

.content .function_inner h2 {
  font-size: 1.7rem;
}
.function_inner div::after,
.content p::after,
.content::after {
  content: none;
}

/* リスト */
.function_inner ul li {
  list-style: disc;
  padding-left: 0;
}
.function_inner ul li > ul li {
  list-style: circle;
  padding-left: 0;
}
.content ul > li::before,
.function_inner > ul li ::before {
  content: none !important;
}
.content .function_inner li {
  font-size: 1.6rem;
  line-height: 1.4;
}

.content .function_inner li::before {
  content: none;
}
.partsUl-4 .function_wrap ul {
  background-image: none;
  background-color: #ffffff;
  padding-top: 0;
  padding-left: 30px;
  text-indent: 0;
}

.partsUl-4 .function_wrap h3 {
  font-size: 1.7rem;
  border-left: 2px solid #164908;
  padding-left: 0.6rem;
}

.partsUl-4 .function_wrap h3 + p {
  text-indent: 1em;
}

/* リスト_End */

/* リンク */
a.link-underline {
  text-decoration: underline;
  color: #1a0dab;
}

a.link-underline:hover {
  font-weight: 400;
}
/* リンク_End */

/* YouTube埋め込み */
.content .youtube_box .youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding-bottom: 0;
}
/* ===============  機能一覧共通_End =============== */

#fuse-function .function_content {
  margin-top: 60px !important;
}

#fuse-function .function-item_inner {
  margin-top: 60px !important;
}

#fuse-function .function-item_box {
  margin-top: 32px;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-item_box {
    padding: 16px;
  }
}

/* ダウンロードバナー */
#fuse-function .function-banner_inner {
  background-color: #f2f2f2;
  text-align: center;
  margin: 18px auto 0;
  padding: 36px 64px;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-banner_inner {
    background-color: #f2f2f2;
    padding: 8px;
  }
}

#fuse-function .function-banner_inner img {
  min-width: 80%;
  margin-bottom: 0 !important;
  transition: opacity 0.3s ease;
}

#fuse-function .function-banner_inner a:hover img {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.content .function-itempage-backlink {
  text-align: right !important;
  margin-top: 40px !important;
}
/* ダウンロードバナー_End */

#fuse-function .item_box_color-pink {
  background-color: #f1d0cf;
}
#fuse-function .item_box_color-brown {
  background-color: #fdc8a6;
}
#fuse-function .item_box_color-ocher {
  background-color: #dece98;
}
#fuse-function .item_box_color-bule {
  background-color: #7ccfea;
}
#fuse-function .item_box_color-green {
  background-color: #bdd19a;
}
#fuse-function .item_box_color-yellow-green {
  background-color: #bdd19a;
}
#fuse-function .item_box_color-dark-red {
  background-color: #d8b1b3;
}
#fuse-function .item_box_color-gray {
  background-color: #b1bdc6;
}
#fuse-function .item_box_color-purple {
  background-color: #b1abc6;
}

#fuse-function .function-item_head {
  position: relative;
  border-bottom: 0 !important;
  border-radius: 8px;
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 600;
  color: #fff !important;
  padding: 8px 32px !important;
}

#fuse-function .item_head_color-pink {
  background-color: #d67674;
}
#fuse-function .item_head_color-brown {
  background-color: #cf8056;
}
#fuse-function .item_head_color-ocher {
  background-color: #bea031;
}
#fuse-function .item_head_color-bule {
  background-color: #2894c4;
}
#fuse-function .item_head_color-green {
  background-color: #77a234;
}
#fuse-function .item_head_color-yellow-green {
  background-color: #77a234;
}
#fuse-function .item_head_color-dark-red {
  background-color: #ab6063;
}
#fuse-function .item_head_color-gray {
  background-color: #647a8c;
}
#fuse-function .item_head_color-purple {
  background-color: #64568f;
}

#fuse-function .function-item_body {
  margin-top: 24px !important;
}

#fuse-function .function-item_content {
  display: flex;
  margin-top: 0 !important;
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-item_content,
  #fuse-function .function-item_content a {
    flex-direction: column;
    padding: 0;
    font-size: 18px;
  }
}

#fuse-function .function-item_content dt {
  min-width: 22%;
  padding-top: 5px;
  padding-bottom: 0;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-item_content dt {
    width: 100%;
  }
}

#fuse-function .function-item_content dd {
  border: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-item_content dd {
    padding-left: 2em;
    padding-bottom: 4px;
    line-height: 1.6;
  }
}

#fuse-function .function-item_content_link a {
  color: #1a0dab;
  font-weight: bold !important;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  #fuse-function .function-item_content_link a {
    padding-left: 0;
  }
}

#fuse-function .function-item_content_link a:hover {
  text-decoration: underline !important;
}

#fuse-function .function-item-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#fuse-function .introduction h2 {
  font-size: 29px;
  color: #164098;
}

#fuse-function .introduction h2 {
  font-size: 29px !important;
  color: #164098;
  border-bottom: none !important;
  margin-top: 100px !important;
}

#fuse-function .introduction figure {
  margin-bottom: 50px;
}

#fuse-function .introduction .pc-image {
  display: block;
}
#fuse-function .introduction .sp-image {
  display: none;
}

@media (max-width: 767px) {
  #fuse-function .introduction .pc-image {
    display: none;
  }
  #fuse-function .introduction .sp-image {
    display: block;
  }
}

/* =================

fuse_機能一覧_End 

================= */

/* =================

FUSE DASH利用規約（#fuse-fusedash-policies）

================= */
#fuse-fusedash-policies .heading {
  font-size: 20px;
  font-weight: 700;
  color: #ed6d00;
}

#fuse-fusedash-policies ol li {
  padding-left: 1rem;
  margin: 0 24px 8px 0;
  list-style: decimal;
}

@media (max-width: 768px) {
  #fuse-fusedash-policies ol li {
    margin: 0 0 8px 0;
  }
}

#fuse-fusedash-policies .content ol,
.content ul {
  margin-top: 0;
}

#fuse-fusedash-policies ul.sub-list li {
  margin: 0 24px 8px !important;
}

#fuse-fusedash-policies ul li {
  list-style: circle;
}

#fuse-fusedash-policies .content ol > li::before {
  display: none;
}

#fuse-fusedash-policies .content ul > li::before {
  display: none;
}
/* =================

FUSE DASH利用規約_End

================= */

/* =================

生産管理システムFUSEダウンロード資料（#fuse-docdl）

================= */
#fuse-docdl .docdl_heading {
  text-align: center;
  color: #164098;
  margin-top: 80px;
}
#fuse-docdl .docdl_items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

@media (max-width: 768px) {
  #fuse-docdl .docdl_items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

#fuse-docdl .docdl_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#fuse-docdl .docdl_item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  height: 225px;
  width: fit-content;
}

#fuse-docdl .docdl_item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#fuse-docdl .docdl_items div:first-child {
  margin-top: auto;
}

#fuse-docdl .docdl_item::after {
  display: none;
}
/* =================

生産管理システムFUSEダウンロード資料_End

================= */

/* =================

導入までの流れ（#fuse-case-flow）

================= */
#fuse-case-flow .step_block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

#fuse-case-flow .step-item {
  display: flex;
  border: 1px solid #ccc;
  width: 100%;
}

#fuse-case-flow .step-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  #fuse-case-flow .step-item {
    flex-direction: column;
  }

  #fuse-case-flow .step-col.title {
    padding: 20px 20px 0;
  }
}

#fuse-case-flow .step-col.step-number {
  color: white;
  flex: 0 0 200px;
  flex-direction: column;
}

@media (max-width: 767px) {
  #fuse-case-flow .step-col.step-number {
    flex: 0 0 0;
  }
}

#fuse-case-flow .step-number .label {
  font-size: 16px;
  letter-spacing: 1px;
}

#fuse-case-flow .step-number .number {
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
}

#fuse-case-flow .step-col.title {
  flex: 0 0 200px;
  font-size: 20px;
  font-weight: bold;
  color: #164098;
  margin-top: 0;
}

@media (max-width: 767px) {
  #fuse-case-flow .step-col.title {
    display: flex;
    align-items: center;
    flex: 0 0 0;
    font-size: 20px;
  }
}

#fuse-case-flow .step01-color {
  background-color: #164098;
}
#fuse-case-flow .step02-color {
  background-color: #285ea8;
}
#fuse-case-flow .step03-color {
  background-color: #3a7bb7;
}
#fuse-case-flow .step03-color {
  background-color: #3a7bb7;
}
#fuse-case-flow .step04-color {
  background-color: #4d99c7;
}
#fuse-case-flow .step05-color {
  background-color: #56a8cf;
}
#fuse-case-flow .step06-color {
  background-color: #5fb7d7;
}
#fuse-case-flow .step07-color {
  background-color: #68c6df;
}

#fuse-case-flow .step-col.content {
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

#fuse-case-flow .step-col.content p {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #fuse-case-flow .step-col.content {
    padding-top: 0;
  }
}

/* CSS設計後、削除予定 */
#fuse-case-flow .contact-button {
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
}

#fuse-case-flow .contact-button .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #fuse-case-flow .contact-button {
    position: static;
    display: flex;
    align-items: center;
  }
  #fuse-case-flow .contact-button .icon {
    position: static;
    transform: translateY(0);
    margin-right: 10px;
  }
}
/* CSS設計後、削除予定_End */

/* CSS設計 */
.p-fuse-case-flow__button {
  padding: 12px !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center; /* テキストを中央に配置します */
  justify-content: center; /* (もしflexが残っている場合) 中央揃えに変更 */
}
.p-fuse-case-flow__button__icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media (max-width: 767px) {
  .p-fuse-case-flow__button {
    position: static;
    display: flex;
    align-items: center;
  }
  .p-fuse-case-flow__button__icon {
    position: static;
    transform: translateY(0);
    margin-right: 10px;
  }
}
/* CSS設計_End */

#fuse-case-flow .contact-button .icon svg {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: currentColor;
  transition: fill 0.3s ease-in-out;
}

/* =================
導入までの流れ_End
================= */

/* =================

サポートサービス（#fuse-support-plan）

================= */
#fuse-support-plan .inner_block::after {
  display: none;
}

#fuse-support-plan .fuse-support-plan-heading {
  position: relative;
  width: 100%;
  font-size: 40px;
  color: #164098;
  border-bottom: 5px solid transparent;
  padding-bottom: 16px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  #fuse-support-plan .fuse-support-plan-heading {
    font-size: 30px;
    text-align: center;
  }
}

#fuse-support-plan .fuse-support-plan-heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 110px;
  height: 5px;
  background-color: #164098;
}

@media (max-width: 767px) {
  #fuse-support-plan .fuse-support-plan-heading::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

#fuse-support-plan .bookmark_block {
  display: flex;
  gap: 20px;
}

#fuse-support-plan .bookmark_block p {
  text-align-last: left;
}

@media (max-width: 767px) {
  #fuse-support-plan .bookmark_block {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}

#fuse-support-plan .content div.bookmark_block:first-child {
  margin-top: 2rem;
}

#fuse-support-plan .support-servce_text {
  margin-top: 0;
}

#fuse-support-plan .ic-bookmark img {
  display: inline-block;
  max-width: 40px;
}

#fuse-support-plan .fuse-support-plan-sub-heading {
  font-size: 24px;
  color: #164098;
}

#fuse-support-plan .support-servce_inner {
  padding: 80px 15px;
  margin: 80px auto;
}

@media (max-width: 767px) {
  #fuse-support-plan .support-servce_inner {
    padding: 40px 15px;
  }
}

#fuse-support-plan .support-servce_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px;
}

@media (max-width: 767px) {
  #fuse-support-plan .support-servce_block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }
}
/* =================
サポートサービス_End
================= */

/* =================

他社にはない選ばれる６つの理由（#fuse-why-choose-fuse）

================= */
/* ページアンカー */
#fuse-why-choose-fuse .choose-fuse_link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 40px 60px;
}

@media (max-width: 767px) {
  #fuse-why-choose-fuse .choose-fuse_link-list {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0;
  }
}

#fuse-why-choose-fuse .choose-fuse_link-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#fuse-why-choose-fuse .content .choose-fuse_link-list li:first-child {
  margin-top: auto;
} /* テーマ調整 */

#fuse-why-choose-fuse .choose-fuse_link-list li a {
  font-weight: bold;
  text-decoration: underline;
  color: #191919;
}

#fuse-why-choose-fuse .icon-container {
  margin-right: 5px;
}

#fuse-why-choose-fuse .icon-container img {
  height: 16px;
  vertical-align: middle;
}
/* ページアンカー_End */

#fuse-why-choose-fuse div.choose-fuse_block {
  margin-top: 0;
} /* テーマ調整 */

#fuse-why-choose-fuse .choose-fuse_block {
  display: flex;
  background-color: #fabb00;
  align-items: stretch;
}

#fuse-why-choose-fuse .choose-fuse_block:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

#fuse-why-choose-fuse .choose-fuse_body {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 30px;
}

@media (max-width: 767px) {
  #fuse-why-choose-fuse .choose-fuse_body {
    padding: 40px 20px;
  }
}

#fuse-why-choose-fuse .choose-fuse_label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 28px;
  letter-spacing: 1px;
  padding: 2px 8px;
  color: #fff;
  background: #191919;
  margin-top: 0 !important;
}

#fuse-why-choose-fuse .choose-heading {
  font-size: 24px;
}

#fuse-why-choose-fuse .choose-fuse_thumb {
  width: 50%;
}

#fuse-why-choose-fuse .choose-fuse_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #fuse-why-choose-fuse .choose-fuse_block,
  #fuse-why-choose-fuse .choose-fuse_block:nth-child(even) {
    flex-direction: column;
  }

  #fuse-why-choose-fuse .choose-fuse_body {
    width: 100%;
  }

  #fuse-why-choose-fuse .choose-fuse_thumb {
    width: 100%;
    height: 400px;
  }

  #fuse-why-choose-fuse .choose-fuse_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#fuse-why-choose-fuse .choose-voice_background {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 150px;
  background-color: #f2f2f2;
  padding: 40px 10px;
  margin: 0 auto;
}

#fuse-why-choose-fuse .choose-voice_headding {
  margin: 0 auto;
}

#fuse-why-choose-fuse .choose-voice_photo_block {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

#fuse-why-choose-fuse .choose-voice_photo_block figure {
  flex: 1;
  margin: 0;
  height: 350px;
  overflow: hidden;
}

#fuse-why-choose-fuse .choose-voice_photo_block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  #fuse-why-choose-fuse .choose-voice_photo_block {
    flex-direction: column;
    gap: 10px;
  }
}

/* ボタン */
#fuse-why-choose-fuse .c-btn--main .btn_choose {
  font-size: 20px;
  text-decoration: underline;
}
/* =================
他社にはない選ばれる６つの理由_End
================= */

/* =================

生産計画者の計画立案を助ける２種類の計画ボード（#why-choose-fuse-production-planner-helps-planning-board）

================= */
.content div .planning-board-type_block .planning-board-type_item,
.content div .planning-board-Features_block .planning-board-Features_body {
  margin-top: 0;
} /* テーマ調整 */

#why-choose-fuse-production-planner-helps-planning-board .planning-board-features_block {
  margin-top: 80px;
  margin-bottom: 80px;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board_heading {
  font-size: 30px;
  color: #164098;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-features_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .planning-board_heading {
    font-size: 24px;
  }

  #why-choose-fuse-production-planner-helps-planning-board .planning-board-features_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

#why-choose-fuse-production-planner-helps-planning-board .youtube-wrap {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .youtube-wrap {
    width: 100%;
  }
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-features_item {
  text-align: center;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-features_item:first-child {
  margin-top: auto;
} /* テーマ調整 */

#why-choose-fuse-production-planner-helps-planning-board .planning-board-features_item img {
  width: 35px;
  height: 40px;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_color {
  border-top: 100px solid #153f99; /* 下向の三角形 */
  margin-top: 60px !important;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board_background {
  text-align: center;
  background-color: #f2f2f2;
  padding: 80px 0;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board_background .planning-board_heading {
  margin-top: 0;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-type_block {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

@media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .planning-board-type_block {
    flex-direction: column;
    padding: 0 10px;
	gap: 40px;
  }
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board_item-name {
  font-size: 20px;
  color: #164098;
  margin-top: 20px;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_block {
  margin-top: 0;
  padding: 60px 0;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_items {
  display: flex;
  flex-direction: row-reverse;
  margin-top: auto;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_items:nth-child(even) {
  flex-direction: row;
}

/* #why-choose-fuse-production-planner-helps-planning-board .planning-board-type_item img {
  width: 30%;
  text-align: center;
  margin-top: 40px;
} */

/* @media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .planning-board-type_item img {
    width: 50%;
  }
}
 */
#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_block figure {
  width: 50%;
  background-color: #fff;
  padding: 40px 20px;
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_body {
  width: 50%;
  text-align: left;
  background-color: #155399;
  padding: 80px 20px;
}

#why-choose-fuse-production-planner-helps-planning-board ._heading_heading_font-lg {
  font-size: 30px;
}

@media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_items,
  #why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_items:nth-child(even) {
    flex-direction: column;
  }

  #why-choose-fuse-production-planner-helps-planning-board ._heading_heading_font-lg {
    font-size: 24px;
  }

  #why-choose-fuse-production-planner-helps-planning-board .planning-board_item-name {
    font-size: 20px;
    color: #164098;
    margin-top: 20px;
  }

  #why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_body {
    flex-direction: column;
  }

  #why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_block figure {
    width: 100%;
    padding: 20px 10px;
  }

  #why-choose-fuse-production-planner-helps-planning-board .planning-board-Features_body {
    width: 100%;
    padding: 20px 15px;
  }
}

#why-choose-fuse-production-planner-helps-planning-board .board-know_heading {
  font-size: 40px;
  color: #164098;
  margin-top: 80px;
}

@media (max-width: 767px) {
  #why-choose-fuse-production-planner-helps-planning-board .board-know_heading {
    font-size: 30px;
  }
}

#why-choose-fuse-production-planner-helps-planning-board .planning-board-know_block {
  text-align: center;
  color: #fff;
  background-color: #164098;
  padding: 20px;
}

/* css設計 */
.p-planning-board_img-pc-moniter{
  width: 30% !important;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-planning-board_img-pc-moniter {
    width: 70% !important;
  }
}
/* css設計_End */

/* =================
生産計画者の計画立案を助ける２種類の計画ボード_End
================= */

/* =================

料金プラン（#fuse-charge）

================= */

#fuse-charge .plan-cost,
.basic-features {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #fuse-charge .plan-cost {
    margin-top: 40px;
  }
}

#fuse-charge .plan-cost_boxes {
  display: flex;
  /* justify-content: flex-start;
  flex-wrap: nowrap; */
  gap: 10px;
}

#fuse-charge .plan-cost_box {
  min-height: 120px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}

#fuse-charge .plan-cost_box a,
#fuse-charge .plan-cost_box-col a {
  color: #fff;
  text-decoration: underline;
}

#fuse-charge .plan-cost_box-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 207px;
  min-height: 100px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#fuse-charge .plan-cost_box-col p {
  color: #191919;
  font-weight: normal;
  margin: 0;
}

#fuse-charge .plan_box-item {
  display: block;
  text-align: left;
  font-weight: normal;
  width: 23%;
}

@media (max-width: 767px) {
  #fuse-charge .plan_box-item {
    /* display: block;
    text-align: left;
    font-weight: normal; */
    width: 100%;
  }
}

#fuse-charge .plan_box-item p {
  width: 60%;
  background-color: #164098;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #fuse-charge .plan_box-item p {
    width: 30%;
    padding: 10px;
    margin-top: 0;
  }
}

#fuse-charge .plan_box-item ul {
  background-image: none;
  background-color: transparent;
  padding: 0 10px 20px;
}
#fuse-charge .plan_box-item li {
  display: flex;
  align-items: center;
  color: #191919;
  margin-right: 10px;
}

/* #fuse-charge .plan_box-item li:first-child {
	margin-top: auto;
}

#fuse-charge .plan_box-item li::before {
   display: none;
} */

#fuse-charge .plan_box-item img {
  width: 16px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  #fuse-charge .plan-cost_boxes {
    flex-direction: column;
    align-items: center;
  }

  #fuse-charge .plan-icon-plus {
    margin: 10px 0;
    width: 3%;
  }
}

/* + アイコンのスタイル（縦中央） */
#fuse-charge .plan-icon-plus {
  align-self: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #b0b0b0;
  display: flex;
  align-items: center;
}
#fuse-charge .plan-icon-plus-big {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: #164098;
  margin: 40px 0;
}

#fuse-charge .plan-cost_box-bule {
  background-color: #2967d5;
}
#fuse-charge .plan-cost_box_bule-green {
  background-color: #4c9da2;
}
#fuse-charge .plan-cost_box-pink {
  background-color: #ed798c;
}
#fuse-charge .plan-cost_box-green {
  background-color: #6eb248;
}
#fuse-charge .plan-cost_box-orange {
  background-color: #f08644;
}
#fuse-charge .plan-cost_box-transparent {
  background-color: transparent;
}

/* イニシャル費用 */
#fuse-charge .initial,
#fuse-charge .running {
  margin-top: 20px;
}
#fuse-charge .initial_box-01 {
  width: 15%;
}
#fuse-charge .initial_box-02 {
  width: 21%;
}
#fuse-charge .initial_box-03 {
  width: 18%;
}
#fuse-charge .initial_box-04 {
  width: 18.254%;
}
#fuse-charge .initial_box-04-trans {
  width: 21%;
}
#fuse-charge .initial_box-col {
  width: 92%;
  border-radius: 5px;
  padding: 10px;
} /* 1box、縦2カラム */

@media (max-width: 767px) {
  #fuse-charge .initial_box-col {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ランニング費用 */
#fuse-charge .running_box-01 {
  width: 21%;
}
#fuse-charge .running_box-02 {
  width: 21%;
}
#fuse-charge .running_box-03 {
  width: 33.21%;
}

@media (max-width: 767px) {
  #fuse-charge .plan-cost_box {
    min-height: 70px;
  }

  #fuse-charge .plan-cost_boxes {
    gap: 0;
  }

  #fuse-charge .plan-cost_box-col {
    width: 100%;
    min-height: 100px;
  }

  #fuse-charge .initial_box-01,
  #fuse-charge .initial_box-02,
  #fuse-charge .initial_box-03,
  #fuse-charge .initial_box-04,
  #fuse-charge .initial_box-01,
  #fuse-charge .initial_box-02,
  #fuse-charge .initial_box-03,
  #fuse-charge .initial_box-04,
  #fuse-charge .running_box-01,
  #fuse-charge .running_box-02,
  #fuse-charge .running_box-03 {
    width: 100%;
  }

  #fuse-charge .sp-none {
    display: none;
  }
}

#fuse-charge .package-price {
  padding: 80px 0;
  margin-top: 80px;
}

#fuse-charge .plan_items p:first-child {
  margin-top: auto;
} /* テーマ調整 */

#fuse-charge .package-price .plan_items {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 40px;
  margin: 40px 0;
}

#fuse-charge .basic-features_boxes {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 767px) {
  #fuse-charge .package-price .plan_items {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
  }

  #fuse-charge .basic-features_boxes {
    flex-direction: column;
  }
}

#fuse-charge .basic-features_box li::before,
#fuse-charge .basic-features_box li::after {
  display: none;
}

#fuse-charge .basic-features_box ul.basic-features_items {
  padding: 10px 0 0;
  margin-top: 0;
}

#fuse-charge .individual-functions {
  padding: 80px 0;
}

#fuse-charge .individual-functions_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#fuse-charge .individual-functions_boxes div {
  margin-top: 0 !important;
} /* テーマ調整 */

#fuse-charge .basic-features_box {
  position: relative;
  width: 100%;
  padding: 15px;
  margin-top: 30px;
}
#fuse-charge .individual-functions_box {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  #fuse-charge .basic-features_box {
    margin-top: 0;
  }
  #fuse-charge .individual-functions_boxes {
    flex-direction: column;
    gap: 20px;
  }
  #fuse-charge .individual-functions_box {
    width: 100%;
  }
}

#fuse-charge .basic-features_box ul,
#fuse-charge .individual-functions_box dl,
#fuse-charge .individual-functions_box dt,
#fuse-charge .individual-functions_box dd {
  background-image: none;
  background-color: transparent;
  border: none;
} /* テーマ調整 */
#fuse-charge .individual-functions_box dt,
#fuse-charge .individual-functions_box dd {
  padding: 0;
} /* テーマ調整 */

#fuse-charge .basic-features_box li {
  list-style-type: none;
}

/* 各DLブロックのスタイル */
#fuse-charge .individual-functions_items {
  flex: 1 1 calc(50% - 10px);
  padding: 15px 0;
  margin: 0;
  background-color: #f9f9f9;

  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 10px;
}

#fuse-charge .individual-functions_items dt {
  margin: 0;
} /* テーマ調整 */
#fuse-charge .individual-functions_items dd {
  margin-left: 0;
  text-align: right;
  min-width: 1em;
}

@media (max-width: 767px) {
  #fuse-charge .individual-functions_items {
    flex-basis: 100%;
    flex: 1 100%;
  }
}

#fuse-charge .basic-features_title,
#fuse-charge .individual-functions_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #191919;
}

#fuse-charge .individual-functions_title_boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fuse-charge .individual-functions_title_boxes p:first-child {
  margin-top: auto;
} /* テーマ調整 */
#fuse-charge .individual-functions_title_boxes::after {
  display: none;
} /* テーマ調整 */

#fuse-charge .features_color-production {
  background-color: #61d0f1;
}
#fuse-charge .features_color-sales {
  background-color: #ffc5a0;
}
#fuse-charge .features_color-procurement {
  background-color: #e1ce90;
}
#fuse-charge .features_color-edi {
  background-color: #fbb6b6;
}
#fuse-charge .features_color-stock {
  background-color: #b7d292;
}
#fuse-charge .features_color-Product-composition {
  background-color: #deaeb2;
}
#fuse-charge .features_color-track-record {
  background-color: #57e1b1;
}
#fuse-charge .features_color-analysis-cooperation {
  background-color: #adbdc6;
}

#fuse-charge .cost {
  padding: 80px 0;
}

#fuse-charge .app-maintenance {
  margin-bottom: -80px;
}
#fuse-charge .cost h2 {
  font-size: 30px;
}
#fuse-charge .requirement h2 {
  color: #4c9da2;
}
#fuse-charge .on-premise_color {
  color: #ee798c;
}
#fuse-charge .cloud_color {
  color: #6eb248;
}

#fuse-charge .function-custom_color {
  color: #f08644;
}
#fuse-charge .app-maintenance h2 {
  color: #164098;
}

#fuse-charge .cost_tab {
  display: flex;
  align-items: center;
  height: 50px;
}

@media (max-width: 767px) {
  #fuse-charge .cost_tab {
    display: inline-block;
    width: 100%;
  }
}

#fuse-charge .cost_tab-title {
  width: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#fuse-charge .cost_tab-price {
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 0;
}

@media (max-width: 767px) {
  #fuse-charge .requirement .cost_tab-title,
  #fuse-charge .requirement .cost_tab-price {
    width: 100%;
    border: 1px solid #4c9da2;
  }
  #fuse-charge .cloud_boxes .cost_tab-title,
  #fuse-charge .cloud_boxes .cost_tab-price {
    width: 100%;
    border: 1px solid #6eb248;
  }
  #fuse-charge .app-maintenance .cost_tab-title,
  #fuse-charge .app-maintenance .cost_tab-price {
    width: 100%;
    border: 1px solid #164098;
  }
}

#fuse-charge .cost_tab-title {
  padding: 15px 15px 10px;
}

#fuse-charge .cost_boxes {
  width: 70%;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  #fuse-charge .cost_boxes {
    width: 100%;
  }
}

#fuse-charge .function-custom .tar,
#fuse-charge .cost_boxes .tar {
  text-align: right;
}

#fuse-charge .cloud_boxes {
  width: 100%;
  margin: 40px auto 0;
}

#fuse-charge .cost-price_2col {
  display: flex;

  gap: 40px;
}
@media (max-width: 767px) {
  #fuse-charge .cost-price_2col {
    flex-direction: column;
  }
}

#fuse-charge .cost-price_2col .cost-border-box {
  /* width: 95%; */
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px 20px;
  margin-top: 20px;
}

#fuse-charge .cost-price_2col .function-custom {
  width: 95%;
}

#fuse-charge .function-customl-boxsize {
  min-height: 430px;
}

#fuse-charge .cost-price-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
#fuse-charge .cost-price-box ul {
  background-image: none;
  background-color: transparent;
  padding: 0;
}
#fuse-charge .cost-price-box li {
  display: flex;
  align-items: center;
  color: #191919;
  margin-right: 10px;
  margin-left: 1.5em;
}
#fuse-charge .cost-price-box li::before,
#fuse-charge .cost-price-box li::after {
  display: none;
} /* テーマ調整 */

#fuse-charge .cost-price-box img {
  width: 16px;
  margin-right: 5px;
}

#fuse-charge .cost div.cloud,
#fuse-charge .cost div.function-custom {
  margin-top: 0;
} /* テーマ調整 */

#fuse-charge .requirement .cost_tab-title {
  background-color: #4c9da2;
}
#fuse-charge .cloud .cost_tab-title {
  background-color: #6eb248;
}
#fuse-charge .app-maintenance .cost_tab-title {
  background-color: #164098;
}

#fuse-charge .requirement .cost_tab-underline {
  border-bottom: 5px solid #4c9da2;
  margin-top: 0;
}
#fuse-charge .cloud .cost_tab-underline {
  border-bottom: 5px solid #6eb248;
  margin-top: 0;
}
#fuse-charge .app-maintenance .cost_tab-underline {
  border-bottom: 5px solid #164098;
  margin-top: 0;
}

@media (max-width: 767px) {
  #fuse-charge .requirement .cost_tab-underline,
  #fuse-charge .cloud .cost_tab-underline,
  #fuse-charge .app-maintenance {
    border-bottom: none;
  }
}

/* =================
料金プラン（#fuse-charge）
================= */

/* == css設計 == */
/* お客様の声 */
.p-fuse-user-voice__button {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .p-fuse-user-voice__button {
    min-width: 580px;
	padding: 15px 35px!important;
  }
}
@media (max-width: 1023px) {
  .p-fuse-user-voice__button {
    min-width: auto;
    width: 100%;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .p-fuse-user-voice__button {
    text-align: left !important;
  }
}
/* 生産管理システムFUSE（フューズ）導入までの流れ */
.p-fuse-case-flow__button {
  padding: 12px !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  justify-content: center;
}
.p-fuse-case-flow__button-icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media (max-width: 767px) {
  .p-fuse-case-flow__button {
    position: static;
    display: flex;
    align-items: center;
  }
  .p-fuse-case-flow__button-icon {
    position: static;
    transform: translateY(0);
    margin-right: 10px;
  }
}

/* 機能一覧 */
.u-fuse-common .p-function__inner h2 {
  font-size: 1.7rem;	
  border-bottom: 2px solid #164098 !important;
}

.content .function_wrap .p-function__inner {
  margin-top: 80px;
}

/* リンクのスタイル */
.p-function-item__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-function-item__link:hover {
  opacity: 0.7;
}

/* 右側のアイコン */
.p-function-item__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/10/ic_cta-circle-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* == css設計_End == */

/* ===================================================
   LPヘッダー
   =================================================== */
.t-headerColor .l-lp__header {
	background-color: #164098;
}

.l-lp__header {
	position: relative;
    width: 100%;
    padding: 30px 0 20px 0;
    z-index: 9999;
}

/* 768px以上（PC・タブレット）ではロゴを非表示 */
@media screen and (min-width: 768px) {
.l-lp__header {
    padding: 10px 0 0 0;
}	
	
    .lp__logo {
        display: none !important;
    }
}
/* 767px以下：ヘッダーロゴ表示 */
@media (max-width: 767px) {
   .lp__logo {
        display: block !important;
        position: absolute; /* 絶対配置 */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 完全に中央に寄せる */
        width: 100px; /* ★ロゴの幅（お好みで調整してください） */
        height: auto;
        z-index: 10; /* 背景より上、メニューボタンより下 */
        line-height: 1;
    }

    .lp__logo img {
        width: 100%;
        height: auto;
        display: block;
    }	
}

/* 1259px以下：ヘッダー下の余白調整 */
@media screen and (max-width: 1259px) {
    .l-lp__header {
        padding-bottom: 30px !important;
    }
}

/* ===================================================
   (1260px分岐)
   =================================================== */
@media screen and (min-width: 1260px) {
/* LPのヘッダーメニュー配置調整 */
   .l-lp__header .lp-container-header  {
	 min-height: auto;
   }
	
	
    .l-lp__header .lp__globalNavi {
        display: block !important;
		padding-bottom: 20px;
    }
    
    .l-lp__header .lp-container-header .lp-globalNavi__list {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        list-style: none;
        margin: 0; padding: 0; height: 100%;
    }
    .l-lp__header .lp-globalNavi__list > li { margin-left: 30px; }
    .l-lp__header .lp-globalNavi__list > li > a {
        text-decoration: none;
        color: #fff; /* ★PC文字色 */
        font-weight: bold;
        font-size: 16px;
        display: block;
    }
	
	.lp-globalNavi-list li a {
		margin-right: 24px !important;
	}
	.lp-globalNavi-list li:last-child a {
		margin-right: 0 !important;
	}	
    
    /* スマホ用要素を消す */
    .l-lp__header .lp__menuBtn, 
    .menupanel { 
        display: none !important; 
    }
}

/* ---------------------------------------------------
   【スマホ・タブレット表示】 幅1259px以下
   --------------------------------------------------- */
@media screen and (max-width: 1259px) { 
       .l-lp__header .lp__globalNavi { display: none !important; }

    /* 1. ハンバーガーボタン（親要素）のリセット */
    .l-lp__header .lp__menuBtn {
        display: block !important;
        position: absolute !important;
        top: 50% !important; 
        right: 0 !important;
        transform: translateY(-50%) !important;
        width: 44px !important; 
        height: 44px !important;
        z-index: 9999 !important;
        
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 2. ハンバーガーボタン内の「リンク要素」を強制透明化 */
    .l-lp__header .lp__menuBtn .menuBtn__link {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important; /* 白背景を打ち消す */
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        position: relative !important;
    }

    /* テーマ固有の不要な擬似要素を消す */
    .l-lp__header .lp__menuBtn::before, .l-lp__header .lp__menuBtn::after,
    .l-lp__header .menuBtn__link::before, .l-lp__header .menuBtn__link::after {
        display: none !important;
        content: none !important;
    }

    /* 3. 「3本線」のデザイン（強制描画） */
    .l-lp__header .menuBtn__line {
        display: block !important;
        width: 30px !important; 
        height: 3px !important;
        background-color: #fff !important; 
        position: absolute !important;
        left: 0 !important; 
        right: 0 !important; 
        margin: auto !important;
        border-radius: 3px;
        opacity: 1 !important;
        transition: all 0.3s;
    }
    /* 線の位置 */
    .l-lp__header .menuBtn__line:nth-child(1) { top: 12px !important; }
    .l-lp__header .menuBtn__line:nth-child(2) { top: 20px !important; }
    .l-lp__header .menuBtn__line:nth-child(3) { top: 28px !important; }

    /* 4. ドロワーメニューパネル（中身） */
    .l-lp__header .menupanel {
        display: block !important;
        position: fixed;
        top: 0; right: -100%;
        width: 90%; 
		max-width: 340px;
		height: 100vh;
        background-color: #fff;
        z-index: 10000;
        transition: right 0.4s ease;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        overflow-y: auto;
    }

    /* 5. CLOSEボタン（× CLOSE）のデザイン */
    .menuClose {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
    .menuClose__icon {
        position: relative;
        width: 20px; height: 20px;
        margin-right: 8px;
    }
    /* ×アイコン */
    .menuClose__icon::before,
    .menuClose__icon::after {
        content: '';
        position: absolute;
        top: 50%; left: 50%;
        width: 24px; height: 2px;
        background-color: #333;
        transform: translate(-50%, -50%) rotate(45deg);
        display: block !important;
    }
    .menuClose__icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .menuClose__text {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        letter-spacing: 0.05em;
        font-family: sans-serif;
    }

    /* メニューリスト */
    .menupanel__list { list-style: none; padding: 0; margin: 0; }
    .menupanel__list li a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        text-decoration: none;
        color: #333; font-weight: bold;
    }

    /* 開閉動作 */
    body.menu-open .menupanel { right: 0 !important; }
    
    /* 背景オーバーレイ */
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        display: block;
    }
}

/* リンク先調整 */
#fuse-before-after, #flow-introduction, #fuse-qa {
  scroll-margin-top: 40px; 
}


/* ===================================================
   スクロール追従ヘッダーのアニメーション設定
   =================================================== */

/* 1. アニメーションの定義（上からフワッと） */
@keyframes headerSlideDown {
    0% {
        transform: translateY(-100%); /* 上に隠れた状態 */
        opacity: 0;
    }
    100% {
        transform: translateY(0); /* 定位置 */
        opacity: 1;
    }
}

/* 2. 固定表示用のクラス（JSで付与） */
.l-lp__header.is-fixed {
    position: fixed;      /* 画面に固定 */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;       /* 最前面（ハンバーガーより下、ドロワーより下になるよう調整） */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* 影をつけて浮いている感を出す */
    
    /* アニメーションの適用 */
    animation: headerSlideDown 0.5s ease forwards;
    
    /* 背景色の再指定（透明になるのを防ぐため） */
    background-color: #164098; 
}

/* スマホ時の背景色調整（必要であれば） */
@media screen and (max-width: 1259px) {
    .l-lp__header.is-fixed {
        background-color: #164098;
    }
}
