/* 共通 */
*, *::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;
}

 /* ステップ */
#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;
 }
}


