/* 共通 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 }
 
 div, p, li, a, span {
  font-size: 1.5rem;
 }
 
 ul, li {
   list-style: none;
 }
 
 a {
   text-decoration: none;
 }
 
 a:hover {
   opacity: .7;
 }
 
/* コンテンツ幅 */
 .container {
  max-width: 1160px;
  margin: 0 auto;
 }

.c-wrapper {
 max-width: 1160px;
 margin: 0 auto;
}
 
 /* ボタン */
 .btn {
   display: inline-block;
   background-color: #FFA500;
   border-radius: 10px;
   padding: 20px 40px;
 }

 .btn a {
   display:  block;
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   color: #fdfdfd;
 }

.c-btn.c-btn--lg {
   display: inline-block;
   background-color: #FFA500;
   border-radius: 10px;
   padding: 10px 20px;
}

.c-btn.c-btn--lg > .pera1-editable {
   display:  block;
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   color: #fdfdfd;
   background: none;
}

.c-btn.u-mbmd.pera1-removable {
   display: inline-block;
   background-color: #FFA500;
   border-radius: 10px;
   padding: 10px 20px;
}

.c-btn.u-mbmd.pera1-removable > .pera1-editable {
   display:  block;
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   color: #fdfdfd;
   background: none;
}

.flex.justify-center.p-2.c-btn {
   display: inline-block;
   background-color: #FFA500;
   border-radius: 10px;
   padding: 10px 20px;
}

.c-btn.btn-customform-submit {
   display:  block;
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   color: #fdfdfd;
   background: none;
}

.sp-none {
  display: inline-block;
}

.pc-none {
 display: none;
}
 
 /* タイトル */
 .section-title {
   text-align: center;
   font-size: 3rem;
   color: #15447E;
   line-height: 3.5rem;
   font-weight: bold;
 }
@media screen and (max-width: 767px) { 
 .section-title {
   font-size: 24px;
   line-height: 2.5rem;
 }
}
 
 .section-title span {
   font-weight: normal;
   font-size: 1.8rem;
 }
 
 {
   text-align: center;
   font-size: 3rem;
   color: #15447E;
   line-height: 3.5rem;
   font-weight: bold;
 }
 
 .p-heading-has--accent-subtitle {
  text-align: center;
  font-size: 2rem;
 }
 
 .p-heading-has--accent .p-heading-has--accent-subtitle::before {
  content: none;
 }
 
 .p-heading-has--accent .p-heading-has--accent-subtitle {
     position: relative;
     padding-left: 0;
 }
 
 .u-color-theme-main {
     color: #0056A8;
 }

.c-heading.c-heading--block-main.u-align-center.u-mbmd > h2 {
   color: #0056A8;
}
 
 /* header */
.header {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   width: 100%;
   transition: background-color 0.3s ease-in-out;
 }
  .header.scrolled {
    background-color: rgba(0, 86, 168, 0.8);
  }
 
 .header-inner {
   display: flex;
   justify-content: space-between;
   width: 95%;
   margin: 10px auto;
 }
 
 .logo {
   display: flex;
   align-items: center;
   width: 40%;
 }
 
 .logo img {
   display: inline-block;
   margin-right: 10px;
   width: 10%;
 }
 
 .logo-text {
   color: #fdfdfd;
 }
 
 .header-nav {
   width: 56%;
 }
 
 .header-nav ul {
   display: flex;
   justify-content: flex-end;
   align-items: center;
 }
 
 .header-nav ul li {
   margin: 0 10px;
 }
 
 .header-nav ul li a {
   color: #fdfdfd;
 }
 
 .download-btn {
   display: inline-block;
   background-color: #FFA500;
   border-radius: 10px;
   padding: 12px 30px 12px 15px;
   font-weight: 700;
 }
 
 .arrow {
   position: relative;
 }
 
 .arrow::after {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 13px;
   margin: auto;
   content: "";
   vertical-align: middle;
   width: 0.6rem;
   height: 0.6rem;
   border-top: 3px solid #fdfdfd;
   border-right: 3px solid #fdfdfd;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 } 
 
 /* メインビジュアル */
 .main-visual {
   background-image: url('https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/621451cb-2d64-488c-94b3-414d0a001476/img/d6c03ff0-a709-013e-4972-0a58a9feac02/main-back-pc-2.jpg');
   background-repeat: no-repeat;
   position: relative;
 }
 
 .main-visual .container {
   display: flex;
   justify-content: space-between;
   padding: 5% 0 8% 0; 
   align-items: center;
 }
 
 .main-left {
  width: 50%;
 }
 
 .main-text {
   font-size: 2.3rem;
   font-weight: bold;
   color: #fdfdfd;
   margin-bottom: 10px;
 }
 
 .main-left-top {
   display: flex;
   margin-bottom: 20px;
   align-items: end;
 }
 
 .maxhub-logo {
   width: 40%;
 }
 
 .main-left span {
   color: #fdfdfd;
   font-size: 2rem;
   font-weight: bold;
 }

.sub-text {
   font-size: 1.5rem;
   font-weight: bold;
   color: #fdfdfd;
 }
 
 .main-merit {
   display: flex;
 }
 
 .main-merit img {
   margin: 20px 10px;
   width: 30%;
 }
 
 .main-merit img:nth-of-type(1) {
   margin-left: 0;
 }
 
 .main-text2 {
   color: #fdfdfd;
   margin-bottom: 20px;
   line-height: 2.4rem;
 }
 
 
 .main-right {
   width: 40%;
 }
 
 .main-right img {
   width: 100%;
 }
 
 /* 建設業のお悩み */
 .problem-contents {
   margin: 40px auto;
 }
 
 .problem-contents ul {
   display: flex;
   justify-content: space-between;
 }
 
 .problem-contents ul li {
   border-radius: 17px;
   box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
   width: 28%;
   text-align: center;
   padding: 30px;
 }
 
 .problem-contents ul li img {
   display: inline-block;
   width: 60px;
   height: 60px;
   transform: rotate(10deg);
   margin-bottom: 20px;
 }
 
 .problem-contents ul li p {
   text-align: left;
   color: #0056A8;
   font-weight: bold;
 }
 
 .problem-box {
   position: relative;
   top: 120px;
 }
 
 .problem-image {
   display: block;
   text-align: center;
   margin: 30px auto;
   width: 40%;
 }

/*--- ビフォーアフター ----*/
 .before-after-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.column {
  flex: 1 1 300px;
  width: 45%;
}

.before {
  background-color: #F3F3F5;
  padding: 20px;
}

.before .ba-title {
  color: #14407a;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.after {
  background-color: #005bac;
  padding: 20px;
  color: white;
  border-radius: 4px;
}

.after .ba-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.box {
  background-color: white;
  color: #333;
  padding: 24px;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ← 追加：影 */
  height: 100px;
  display: flex;
  align-items: center;

}

.column img {
  display: block;
  width: 60%;
  margin: 20px auto;
}

.after .box {
  background-color: white;
  color: #005bac;
}

.ba-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #005bac;
  margin: 40px 20px;
  align-self: center;
}

/*--- ポイント ---*/
.grid-wrapper.grid-wrapper--full {
 background-color: #fdfdfd;
 border-radius: 30px;
 padding: 20px;
 box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}

.row.row-item-gutter--lg {
 align-items: center;
}

.u-mbmd.p-article-lead-text.pera1-removable {
 font-size: 2rem;
 font-weight: bold;
 color: #fdfdfd;
 background-color: #0056A8;
 border-radius: 26px;
 text-align: center;
 padding: 8px 25px;
 display: inline-block;
 }


/*1台で全て解決*/
.c-bg-overlay--dark {
    background-color: transparent;
}

/* レンタルのメリット */
 .rental-contents {
   margin: 40px auto;
 }
 .rental-preface {
  margin-top: 20px;
  text-align: center;
 }

 .rental-preface span {
  font-size: 1.6rem;
  font-weight: bold;
 }

 .rental-contents ul {
   display: flex;
   justify-content: space-between;
   padding-left: 0;
 }
 
 .rental-contents ul li {
   border-radius: 17px;
   box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
   width: 32%;
   text-align: center;
   padding: 30px 20px;
 }
 
 .rental-contents ul li img {
   display: inline-block;
   width: 80px;
   height: 80px;
   margin-bottom: 20px;
 }
 
 .rental-contents ul li .rental-merit {
   text-align: center;
   color: #0056A8;
   font-weight: bold;
   margin-bottom: 10px;
 }

 .rental-contents ul li .rental-merit-detail {
   text-align: left;
 }

/*動画*/
#section-14 .c-wrapper {
 max-width: 650px;
 margin: 0 auto;
}

/*製品紹介*/
.c-wrapper.c-wrapper--no-gutter.c-wrapper--sm.u-mbmd.pera1-removable .pera1-editable {
 text-align: center;
 margin-bottom: 30px;
}

.c-wrapper.c-wrapper--no-gutter.c-wrapper--sm.u-mbmd.pera1-removable .pera1-editable ul {
 display: inline-block;
 list-style: disc;
}

.c-wrapper.c-wrapper--no-gutter.c-wrapper--sm.u-mbmd.pera1-removable .pera1-editable ul li {
 text-align: left;
 list-style: disc;
 font-weight: bold;
}

/* =========================================================
   導入事例カルーセル
   ========================================================= */
.maxhub-cases {
  overflow: hidden;
  padding: 100px 20px 90px;
  background:
    linear-gradient(180deg, rgba(244, 248, 252, 0.96), rgba(255, 255, 255, 1));
}

.maxhub-cases__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.maxhub-cases__heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

/* 他セクションの .section-title span と統一 */
.maxhub-cases__eyebrow {
  margin: 0;
  color: #15447E;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
}

/* 他セクションの .section-title と統一 */
.maxhub-cases__title {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #15447E;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
}

/* 既存デザインにない黄色い下線を削除 */
.maxhub-cases__title::after {
  content: none;
}

.maxhub-cases__lead {
  line-height: 1.9;
}

.maxhub-cases__slider {
  position: relative;
  padding: 0 54px;
}

.maxhub-cases__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.maxhub-cases__viewport::-webkit-scrollbar {
  display: none;
}

.maxhub-cases__viewport:focus-visible {
  border-radius: 12px;
  outline: 3px solid rgba(0, 86, 168, 0.28);
  outline-offset: 4px;
}

.maxhub-cases__track {
  display: flex;
  gap: 24px;
}

.maxhub-case-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce6f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 57, 92, 0.1);
  scroll-snap-align: start;
}

.maxhub-case-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 8 / 5;
  background: #eaf1f8;
}

.maxhub-case-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

@media (hover: hover) {
  .maxhub-case-card:hover .maxhub-case-card__image {
    transform: scale(1.035);
  }
}

.maxhub-case-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 26px;
}

.maxhub-case-card__category {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eaf3fb;
  color: #0056a8;
  font-weight: 700;
  line-height: 1.4;
}

.maxhub-case-card__title {
  margin-bottom: 14px;
  color: #15447e;
  font-weight: 700;
  line-height: 1.55;
}

.maxhub-case-card__company {
  margin-bottom: 14px;
  color: #263747;
  font-weight: 700;
  line-height: 1.6;
}

.maxhub-case-card__text {
  margin-top: auto;
  line-height: 1.85;
}

.maxhub-cases__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #0056a8;
  box-shadow: 0 6px 18px rgba(0, 65, 126, 0.24);
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.maxhub-cases__arrow:hover:not(:disabled) {
  background: #15447e;
  transform: translateY(-50%) scale(1.06);
}

.maxhub-cases__arrow:focus-visible {
  outline: 3px solid rgba(245, 160, 0, 0.55);
  outline-offset: 3px;
}

.maxhub-cases__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.maxhub-cases__arrow--prev {
  left: 0;
}

.maxhub-cases__arrow--next {
  right: 0;
}

.maxhub-cases__arrow span {
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  font-size: 0;
}

.maxhub-cases__arrow--prev span {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.maxhub-cases__arrow--next span {
  margin-right: 4px;
  transform: rotate(45deg);
}

.maxhub-cases__status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #607080;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.maxhub-cases__status span {
  font-size: inherit;
}

.maxhub-cases__status-separator {
  color: #a8b4bf;
}

 /* ステップ */
#step{
 padding-bottom: 40px;
}

 .step-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 0;
 }

 .step-contents li {
  border-radius: 17px;
   box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
   width: 22%;
   text-align: center;
   padding: 20px;
   position: relative;
 }

 .step-contents li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    border: 18px solid transparent;
    border-left: 20px solid #0056A8;
 }

 .step-contents li:last-child::after {
  display: none;
}

 .step-contents li span {
  font-size: 24px;
  font-weight: bold;
 }

 .step-contents li img {
  width: 100%;
  display: block;
  margin: 20px auto;
 }

 .step-contents li p {
  color: #0056A8;
  font-weight: bold;
  font-size: 16px;
 }


/*よくあるご質問*/
.p-premium-faq__icon--q {
 background-color: #89C5FF;
 color: #fdfdfd;
 font-weight: bold;
}

.p-premium-faq__icon--a {
 background-color: #0056A8;
 color: #fdfdfd;
 font-weight: bold;
}

.p-premium-faq__icon--q + .p-premium-faq__body .u-mbxs.pera1-editable.pera1-removable {
 font-weight: bold;
}

/*フォーム*/
.flex.justify-center.flex-col.items-center.p-4 h2, .flex.justify-center.flex-col.items-center.p-4 h3 {
 color: #0056A8;
}

.c-form.m_form {
 max-width: 650px;
 margin: 0 auto;
}

/*フッター*/
.p-footer__inner {
 padding: 0 0 15px 0; 
}

/*--- スマホ ---*/
 @media screen and (max-width: 767px) {
  /* ボタン */
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
 　/*タイトル*/
  .section-title {
    font-size: 24px;
    line-height: 2.5rem;
  }
 
 .section-title span {
   font-size: 14px;
 }
  /* 表示幅 */
  .container {
    max-width: 95%;
    margin: 0 auto;
   }
  /* ヘッダー */
  .header-nav {
    display: none;
  }
  .logo img {
    width: 50%;
  }
  .logo-text {
    display: none;
  }
  /* ハンバーガーメニュー */
.hamburger {
  display: none; /* PCでは非表示 */
  position: absolute;
  top: 8px;
  right: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 200;
  border: 1px solid #fdfdfd;
  padding-top: 5px;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fdfdfd;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

/* メニュー表示時のハンバーガーアイコン */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* スマホ用のメニュー */
  .hamburger {
    display: block;
  }

  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0056A8;
    padding: 20px 0;
    text-align: center;
  }

  .header-nav ul {
    flex-direction: column;
  }

  .header-nav ul li {
    margin: 10px 0;
  }

  .header-nav ul li a {
    font-size: 18px;
  }

  /* メニューが開いた時の表示 */
  .header-nav.active {
    display: block;
}

  /* メインビジュアル */
  .main-visual .container {
    padding: 22% 0;
    flex-direction: column;
  }
  .main-visual {
   background-image: url('https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/621451cb-2d64-488c-94b3-414d0a001476/img/67c6a7bb3380e/original.jpg');
 }
  .main-left {
   width: 100%;
  }
  .main-text {
    font-size: 2rem;
    text-align: center;
  }
  .main-left-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .maxhub-logo {
    margin-bottom: 10px;
    width: 80%;
  }
  .main-left span {
    font-size: 1.3rem;
  }
  .main-merit {
    justify-content: center;
  }
  .main-merit img {
    margin: 10px 5px 20px 5px;
  }
  .main-text2 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .main-right {
    width: 100%;
  }
  .main-right img {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  /* 建設業のお悩み */
   #problem {
   	margin-top: 50px;  
   }
  .problem-contents ul {
    flex-direction: column;
    align-items: center;
  }
  .problem-contents ul li {
    width: 85%;
    margin-bottom: 30px;
  }
  .problem-box {
    position: static;
  }
  .problem-image {
    width: 100%;
    margin: 0 auto;
  }
     
 /* ビフォーアフター */
  .before-after-container {
    flex-direction: column;
    align-items: center;
  }
  .column {
  width: 100%;
  }
  .column img {
  width: 80%;
 }
 .box {
  font-size: 16px;   
  }
  .ba-arrow {
    transform: rotate(90deg);
    margin: 16px 0;
  }
     
  /* レンタルのメリット */
  .rental-contents ul {
    flex-direction: column;
    align-items: center;
  }
  .rental-contents ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .rental-box {
    position: static;
  }
     
  /* ステップ */
  .step-contents {
    flex-direction: column;
    align-items: center;
  }
  .step-contents li {
    width: 85%;
    margin-bottom: 60px;
  }
  .step-contents li::after {
    top: 110%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-bottom: none;
    border-top: 20px solid #0056A8;
  }
 }

/*--- タブレット ---*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* ボタン */
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
 　/*タイトル*/
  .section-title {
    font-size: 24px;
    line-height: 2.5rem;
  }
 
 .section-title span {
   font-size: 16px;
 }
  /* 表示幅 */
  .container {
    max-width: 95%;
    margin: 0 auto;
   }
  /* ヘッダー */
  .header-nav {
    display: none;
  }
    .logo {
    width: 80%;
    }
  .logo img {
    width: 15%;
  }
  .logo-text {
    font-size: 12px;
  }
  /* ハンバーガーメニュー */
.hamburger {
  display: none; /* PCでは非表示 */
  position: absolute;
  top: 8px;
  right: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 200;
  border: 1px solid #fdfdfd;
  padding-top: 5px;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fdfdfd;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

/* メニュー表示時のハンバーガーアイコン */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* スマホ用のメニュー */
  .hamburger {
    display: block;
  }

  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0056A8;
    padding: 20px 0;
    text-align: center;
  }

  .header-nav ul {
    flex-direction: column;
  }

  .header-nav ul li {
    margin: 10px 0;
  }

  .header-nav ul li a {
    font-size: 18px;
  }

  /* メニューが開いた時の表示 */
  .header-nav.active {
    display: block;
}

  /* メインビジュアル */
  .main-visual {
   background-image: url('https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/621451cb-2d64-488c-94b3-414d0a001476/img/67c954dd4cc86/original.jpg');
   background-size: 100%;
 }
  .main-visual .container {
    padding: 9% 0;
    flex-direction: column;
  }
  .main-left {
   width: 100%;
  }
  .main-text {
    font-size: 3.2rem;
    text-align: center;
  }
  .main-left-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .maxhub-logo {
    margin-bottom: 10px;
    width: 50%;
  }
  .main-left span {
    font-size: 2rem;
  }
  .sub-text {
   font-size: 1.8rem;
   text-align: center;
  }
  .main-merit {
    justify-content: center;
  }
  .main-merit img {
    width: 25%;
    margin: 10px 5px 20px 5px;
  }
  .main-text2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 90%;
    margin: 0 auto;
  }
  .main-right {
    width: 100%;
  }
  .main-right img {
    width: 70%;
    margin: 10px auto;
    display: block;
  }

  /* 建設業のお悩み */
   #problem {
	margin-top: 50px;
   }
  .problem-contents ul {
  
  }
  .problem-contents ul li {
	width: 30%;
    padding: 15px; 
  }
    
  /* ビフォーアフター */
  .before-after-container {
    flex-direction: column;
    align-items: center;
  }
  .column {
  width: 100%;
  }
  .column img {
  width: 80%;
 }
  /* レンタルのメリット */
  .rental-contents ul {
    flex-direction: column;
    align-items: center;
  }
  .rental-contents ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .rental-box {
    position: static;
  }
  .ba-arrow {
    transform: rotate(90deg);
    margin: 16px 0;
  }
     
  /* ステップ */
 .step-contents li {
   text-align: center;
   padding: 15px;
   position: relative;
 }

 .step-contents li::after {
    right: -50px;
    border: 16px solid transparent;
    border-left: 18px solid #0056A8;
 }

 .step-contents li span {
  font-size: 20px;
 }

 .step-contents li p {
  color: #0056A8;
  font-weight: bold;
  font-size: 16px;
 }
}

/*  導入事例SP*/
@media screen and (max-width: 980px) {
  .maxhub-case-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .maxhub-cases {
    padding: 70px 16px 64px;
  }

  .maxhub-cases__heading {
    margin-bottom: 30px;
  }

  .maxhub-cases__eyebrow {
    font-size: 1.8rem;
  }

  .maxhub-cases__title {
    margin-bottom: 18px;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .maxhub-cases__lead {
    line-height: 1.75;
    text-align: left;
  }

  .maxhub-cases__slider {
    padding: 0;
  }

  .maxhub-cases__viewport {
    margin-right: -16px;
    padding-right: 32px;
  }

  .maxhub-cases__track {
    gap: 16px;
  }

  .maxhub-case-card {
    flex-basis: min(84vw, 340px);
  }

  .maxhub-case-card__body {
    padding: 20px 20px 22px;
  }

  .maxhub-cases__arrow {
    display: none;
  }

  .maxhub-cases__status {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maxhub-cases__viewport {
    scroll-behavior: auto;
  }

  .maxhub-case-card__image,
  .maxhub-cases__arrow {
    transition: none;
  }
}