@charset "utf-8";

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202124;
  line-height: 1.5;
}

/* header  ここから */
header {
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dfefff;
}

header div {
  width: 170px;
}

header .header_nav {
  width: fit-content;
  display: flex;
  gap: 20px;
}

.header_nav div {
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: 600;
  text-align: right;
}

/* ハンバーガーメニューアイコン */
.hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

.navigation {
  display: none;
}

/* FV  ここから */
.fv {
  display: grid;
  place-items: center;
  height: 85vh;
  background-color: #dfefff;
  position: relative;
}

.fv .fv-text {
  width: 90%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.fv .fv-text h1 {
  font-size: 5.6rem;
  margin-bottom: 32px;
  color: #19a1e5;
}

.fv .fv-text .sub_title {
  font-size: 3.2rem;
  margin-bottom: 32px;
}

.fv .fv-text .sub_title span {
  color: #19a1e5;
}

.fv p {
  font-size: 2.4rem;
}

/* お問い合わせボタン ここから */
.contact_btn .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  /* display: inline-block; */
  padding: 1em 4em;
  margin-bottom: 3px;
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  vertical-align: middle;
}

.fa-position-right {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-60%);
}

.btn-blue {
  background: #19a1e5;
}

.btn-radius {
  border-radius: 50px;
}

.btn-cubic {
  border-bottom: 5px solid #006699;
  /* 立体感 */
}

.contact_btn .btn:hover {
  margin-top: 3px;
  transform: translateY(3px);
  /* 3px分、下に移動 */
  border-bottom: 2px solid #006699;
  /* 移動した分、下線を細くする (5px - 3px = 2px) */
}

.btn-cubic:active {
  transform: translateY(2px);
  border-bottom: 2px solid #fff;
}

.contact_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}

/* ボタン ここまで */


.fv .logo {
  width: 20%;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
  gap: 20px;
}

.fv .visual-image-1 {
  width: 6%;
  min-width: 90px;
  position: absolute;
  top: 5%;
  left: 17%;
}

.fv .visual-image-2 {
  width: 6%;
  min-width: 90px;
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.fv .visual-image-3 {
  width: 6%;
  min-width: 90px;
  position: absolute;
  top: 15%;
  right: 5%;
}

/* セクションの区切り */
.merit {
  position: relative;
  /* 必須：ディバイダーの基準にするため */
  background-color: #f3f8fc;
  /* 下のセクションの背景色 */
  padding-top: 100px;
  /* ディバイダーと中身が重ならないように調整 */
}

.custom-shape-divider-top-1766453250 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1766453250 svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  /* 境界線の高さ */
}

.custom-shape-divider-top-1766453250 .shape-fill {
  /* 重要：上のセクションと同じ色に設定すると、そこから削れたように見えます */
  fill: #fff;
}

/* ここまで */

/* ナビゲーション ここから */
.menu {
  width: 100%;
  background-color: #19a1e5;
  margin-bottom: 80px;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu a {
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  text-align: center;
  flex: 1;
  max-width: 250px;
  padding: 20px;
  display: block;
  border-left: 1px solid #fff;
  transition: opacity 0.3s;
}

.menu a:last-child {
  border-right: 1px solid #fff;
}

.menu a:hover {
  background-color: #41b6ef;
}

/* .more（悩みパート） ここから */
.more {
  padding: 0 20px;
}

.more .uniform_img {
  width: 60%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 64px;
}

.more h2 {
  color: #19a1e5;
  font-size: clamp(2.0rem, 4vw, 3.6rem);
  text-align: center;
  letter-spacing: 0.09em;
  margin-bottom: 64px;
}

.more ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.more ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
}

.more .layout_box {
  flex-grow: 1;
  background-color: #f3f8fc;
  padding: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.more .layout_box h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  color: #2e3a76;
  padding-bottom: 10px;
}

.more .layout_box p {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
}

.more .layout_box p span {
  font-size: 1.4rem;
}

.more strong {
  display: inline-block;
  width: 100%;
  font-size: clamp(2.0rem, 3vw, 2.7rem);
  color: #19a1e5;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 48px;
}

.more strong span {
  font-size: clamp(2.0rem, 4vw, 3.6rem);
}

.more .more_img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

/* メリット ここから */
#merit {
  text-align: center;
  margin-bottom: 96px;
  padding: 0 20px;
}

#merit h2 span,
#item h2 span,
#flow h2 span,
#case-studies h2 span {
  font-size: clamp(1.4rem, 2.5vw, 2.0rem);
  color: #202124;
  letter-spacing: 0.09em;
  padding-bottom: 24px;
}

#merit h2,
#item h2,
#flow h2,
#case-studies h2 {
  font-size: clamp(2.5rem, 5vw, 4.0rem);
  color: #19a1e5;
  letter-spacing: 0.09em;
  padding-bottom: 48px;
}

#merit h3 {
  font-size: clamp(2.0rem, 4vw, 3.6rem);
  color: #19a1e5;
  padding-bottom: 48px;
  letter-spacing: 0.09em;
}

#merit .m_text {
  font-size: clamp(1.5rem, 2.5vw, 2.0rem);
  padding-bottom: 48px;
  line-height: 1.6;
}

#merit .m_img {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 48px;
}

#merit .merit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 48px;
}

#merit .merit-list li {
  width: calc((100% - 40px) / 3);
  /* 3分割しつつ、余白分を引く */
  background-color: #fff;
  padding: 40px 20px;
  /* ボックス内の余白 */
  border-radius: 15px;
  /* 角を少し丸くする */
}

#merit .merit-list li h4 {
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  color: #19a1e5;
  letter-spacing: 0.09em;
}

#merit .merit-list img {
  width: 60%;
  max-width: 100%;
  /* 画像がはみ出さないように */
}

#merit .merit-list p {
  text-align: center;
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
  line-height: 1.6;
}

/* チクマのレンタルを選ぶ理由 ここから*/
.merit .basis {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.merit .basis h2 {
  font-size: clamp(2.5rem, 5vw, 4.0rem);
  color: #19a1e5;
  letter-spacing: 0.09em;
}

.merit .basis .basis_text {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  padding: 48px 0;
}

.merit .basis ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1100px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

.merit .basis li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 70px;
  box-sizing: border-box;
  min-height: 120px;
  /* ボックスの高さを最低限揃える */
}

.merit .basis li img {
  width: 150px;
  /* 画像サイズを固定 */
  height: auto;
  flex-shrink: 0;
  /* 画像が潰れないように固定 */
}

.merit .basis li p {
  display: block;
  padding-left: 75px;
  flex-grow: 1;
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
  text-align: left;
}

.merit .basis li p span {
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
  color: #19a1e5;
}

.merit .basis li p .basis_text_2 {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: normal;
  margin-top: 5px;
  color: #202124;
}

.merit .basis strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 48px;
}

.merit .basis div {
  margin-bottom: 96px;
}

.merit .basis div p {
  font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  line-height: 1.6;
}

/* 対象商品 ここから */
#item {
  background-color: #f3f8fc;
}

#item .item_box {
  max-width: 1100px;
  margin: 0 auto 96px;
  padding: 48px;
  background-color: #fff;
  text-align: center;
}

#item .item_box .item_text {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  padding-bottom: 24px;
}

#item .item_box ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
}

#item .item_box ul li {
  width: calc((100% - 40px) / 3);
}

#item .item_box ul li a img {
  width: 80%;
  margin-bottom: 12px;
}

#item .item_box ul li a :hover {
  opacity: 0.8;
}

#item .item_box ul li p {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
}

#item .item_box .catalog_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: 70px;
  color: #19a1e5;
  letter-spacing: 0.09em;
  border: 2px solid #19a1e5;
  border-radius: 50px;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  transition: 0.3s;
}

#item .item_box .catalog_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #19a1e5;
}

#item .item_box .catalog_btn a:hover {
  background-color: #41b6ef;
  border: 1px solid #fff;
  color: #fff;
}

#item .item_box .catalog_btn a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/* リサイクル ここから */
.recycle {
  text-align: center;
  padding-bottom: 96px;
  margin-bottom: 96px;
}

.recycle div img {
  width: 200px;
}

.recycle h2 {
  font-size: clamp(2.0rem, 4vw, 3.6rem);
  color: #19a1e5;
  line-height: 1.5;
  padding-bottom: 48px;
}

.recycle .recycle_flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
  padding: 0 32px;
}

.recycle .recycle_flex img {
  flex: 0 0 520px;
  max-width: 520px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* max-width: 100%; */
  flex-shrink: 0;
}

.recycle .recycle_flex div {
  /* width: calc((100% - 30px) / 2); */
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.recycle .recycle_flex div h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  padding-bottom: 24px;
}

.recycle .recycle_flex div p {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  text-align: justify;
}

.recycle .recycle_flex div span {
  font-size: clamp(1.5rem, 2.3vw, 1.8rem);
}

/* チクマのレンタルを検討したいがどうしたらいいの？ ここから */
.consider {
  text-align: center;
  padding-bottom: 20px;
}

.consider h2 {
  font-size: clamp(2.0rem, 4vw, 3.6rem);
  color: #19a1e5;
  line-height: 1.5;
  padding-bottom: 48px;
}

.consider .consider-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px 48px;
}

.consider .consider-list li {
  width: calc((100% - 40px) / 4);
  background-color: #fefaed;
  padding: 30px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consider .consider-list li p {
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
}

.consider img {
  width: 200px;
  padding-bottom: 48px;
}

.consider .consider_text,
.consider strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  padding: 0 20px 30px;
}

/* 導入の流れのセクションの区切り */
.process {
  position: relative;
  background-color: #f3f8fc;
  padding: 100px 20px 0;
  text-align: center;
}

.custom-shape-divider-top-1766463510 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

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

.custom-shape-divider-top-1766463510 .shape-fill {
  fill: #fff;
}

/* ここまで */

/* 導入の流れ ここから */

.process #flow {
  margin-top: 96px;
}

.process #flow .flow_text {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  padding-bottom: 64px;
}

.process #flow .container .flow_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0px 108px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.process #flow .container .flow_box .item img {
  padding: 0 30px 16px;
}

.process #flow .container .flow_box .item h3 {
  white-space: nowrap;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: #19a1e5;
  font-weight: 600;
  padding-bottom: 8px;
}

.process #flow .container .flow_box .item p {
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  line-height: 1.7;
  text-align: left;
  text-align: justify;
}

.process #flow .container strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  padding-bottom: 96px;
}

.process #flow .flow_text2 {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  padding-bottom: 24px;
}

/* 導入事例 ここから */
#case-studies {
  width: 80%;
  max-width: 1100px;
  margin: 96px auto 96px;
  padding: 0 20px;
  text-align: center;
}

#case-studies ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  border: 3px solid #19a1e5;
  border-radius: 50px;
  padding: 50px;
  margin: 0 auto 50px;
}

#case-studies ul li {
  font-size: clamp(1.6rem, 2.5vw, 2.0rem);
}

/* お問い合わせゾーン ここから*/
.final-contact {
  background-color: #f3f8fc;
  text-align: center;
  padding: 96px 0;
}

.final-contact strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 3.0rem);
  color: #19a1e5;
  font-weight: 600;
  padding-bottom: 2.4rem;
  letter-spacing: 0.05em;
}

.final-contact .contact_btn-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  height: 115px;
  color: #fff;
  letter-spacing: 0.09em;
  background-color: #19a1e5;
  border: 2px solid #19a1e5;
  border-radius: 20px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  transition: 0.3s;
}

.final-contact .contact_btn-b a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}

.final-contact .contact_btn-b a:hover {
  background-color: #41b6ef;
  border: 1px solid #fff;
  color: #fff;
}

.final-contact .contact_btn-b a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/* トップへ戻るボタン */
.top_btn {
  position: fixed;
  bottom: 19%;
  right: 5%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.top_btn.show {
  opacity: 1;
  visibility: visible;
}

.top_btn a {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.0rem;
  background-color: #19a1e5;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.arrow {
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

/* ホバー時に少し拡大 */
.top_btn a:hover {
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}

/* footer ここから */
footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 96px 50px 0;
}

footer div {
  width: 170px;
  padding-bottom: 64px;
}

footer .footer-nav {
  width: 100%;
  text-align: right;
}

footer .footer-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

footer .footer-nav ul li a {
  font-size: 1.6rem;
}

footer small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
}

.sp-br {
  display: none;
}


/* レスポンシブ設定 */
@media screen and (max-width: 1024px) {

  .fv .visual-image-1 {
    width: 11%;
    position: absolute;
    top: 5%;
    left: 17%;
  }

  .fv .visual-image-2 {
    width: 11%;
    position: absolute;
    bottom: 3%;
    left: 30%;
  }

  .fv .visual-image-3 {
    width: 11%;
    position: absolute;
    top: 10%;
    right: 8%;
  }

  /* リサイクル */
  .recycle .recycle_flex {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .recycle .recycle_flex img {
    order: 1;
    max-width: 80%;
    width: 80%;
    flex-basis: auto;
    margin: 0 auto;
  }

  .recycle .recycle_flex div {
    order: 2;
    width: 100%;
  }

  .merit .basis li {
    padding: 0px 50px;
  }

  @media screen and (max-width: 768px) {
    header {
      padding: 0 20px;
    }

    /* PCナビを消す */
    .header_nav {
      padding: 0;
      display: none !important;
    }

    /* ハンバーガーメニュー */
    .navigation {
      display: block;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: #19a1e5;
      transition: max-height 0.5s ease, opacity 0.5s ease;
      z-index: 100000;
    }

    .navigation.open {
      max-height: 500px;
      opacity: 1;
    }

    .navigation_list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .navigation_list-item {
      border-bottom: 1px solid #fff;
      display: block;
      width: 100%;
      text-align: center;
    }

    .navigation_link {
      display: block;
      width: 100%;
      padding: 1.5em 1em;
      color: #fff;
      text-decoration: none;
    }

    .hamburger-menu {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      z-index: 9999;
      background: transparent;
      border: none;
      cursor: pointer;
    }

    .hamburger-menu_bar {
      width: 44%;
      height: 2px;
      background: #19a1e5;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: 0.5s;
    }

    .hamburger-menu_bar:nth-child(1) {
      top: 16px;
    }

    .hamburger-menu_bar:nth-child(2) {
      top: 24px;
    }

    .hamburger-menu_bar:nth-child(3) {
      top: 32px;
    }

    .hamburger-menu--open .hamburger-menu_bar:nth-child(1) {
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      top: 50%;
    }

    .hamburger-menu--open .hamburger-menu_bar:nth-child(2) {
      display: none;
    }

    .hamburger-menu--open .hamburger-menu_bar:nth-child(3) {
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      top: 50%;
    }

    .navigation_list-item:last-child .navigation_link {
      width: 100%;
      padding-block: 1.5em;
      padding-inline: .5em;
      margin: 0;
      background-color: #19a1e5;
      border: none;
    }

    /* ナビゲーション ボタンスタイルリセット */
    .navigation_list-item:last-child {
      border-bottom: none;
    }

    .navigation_list-item .navigation_link::before {
      content: none;
    }

    .navigation_list-item .navigation_link:hover::before {
      width: 100%;
      left: 0;
    }

    /* FV ここから */
    .fv {
      padding: 140px 5.333vw 180px;
      height: auto;
      min-height: 85vh;
      position: relative;
    }

    .fv .fv-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .fv .fv-text h1 {
      font-size: 8vw;
    }

    .fv .fv-text .sub_title {
      font-size: 4vw;
    }

    .fv p {
      font-size: 4vw;
    }

    .fv .visual-image-1 {
      width: 10%;
      position: absolute;
      top: 5%;
      left: 17%;
    }

    .fv .visual-image-2 {
      width: 10%;
      position: absolute;
      bottom: 3%;
      left: 30%;
    }

    .fv .visual-image-3 {
      width: 10%;
      position: absolute;
      top: 10%;
      right: 8%;
    }

    /* 悩みパート ここから*/
    .merit .basis li {
      flex-direction: column;
      padding: 20px;
    }

    .merit .basis li p {
      padding-left: 0px;
      text-align: center;
    }

    .merit .basis li img {
      margin-bottom: 10px;
    }

    /* メリット ここから */

    #merit .m_img {
      width: 200px;
    }

    #merit .merit-list {
      gap: 15px;
    }

    #merit .merit-list li {
      width: 75%;
      margin: auto;
      gap: 10px;
    }

    /* チクマノレンタルにお任せ */
    #merit .merit-list p {
      width: 80%;
      margin: 0 auto;
    }

    /* 対象商品 */
    #item .item_box ul {
      width: 100%;
    }

    /* チクマノレンタルを選ぶ理由 */
    .merit .basis div {
      padding: 0 20px;
    }

    /* チクマノレンタルをどう検討したらいいの */
    .consider .consider-list li {
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px;
      padding: 30px 10px;
    }

    /* 導入事例 ここから */
    #case-studies ul {
      padding: 30px 15px;
      gap: 20px;
    }

    /* footer ここから */
    footer .footer-nav ul {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
    }

    footer div {
      padding-bottom: 64px;
    }

    footer .footer-nav {
      text-align: center;
    }

    footer div:first-child {
      margin: 0 auto 30px;
    }
  }

  /* スマートフォン向け */
  @media screen and (max-width: 430px) {

    /* FV 問い合わせボタン */
    .contact_btn .btn {
      padding: 1em 4em;
      margin-bottom: 3px;
      font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    }

    /* FV イラスト */
    .fv .visual-image-1 {
      width: 15%;
      min-width: 65px;
      position: absolute;
      top: 5%;
      left: 17%;
    }

    .fv .visual-image-2 {
      width: 15%;
      min-width: 65px;
      position: absolute;
      bottom: 3%;
      left: 30%;
    }

    .fv .visual-image-3 {
      width: 14%;
      min-width: 60px;
      position: absolute;
      top: 10%;
      right: 8%;
    }

    /* ナビ */
    .menu a {
      font-size: 1.4rem;
      padding: 10px 2px;
    }

    .more ul {
      gap: 0px;
    }

    .more .layout_box h3 {
      font-size: 1.6rem;
    }

    .more .layout_box p {
      font-size: 1.6rem;
    }

    /* 悩み */

    .more .uniform_img {
      width: 100%;
    }

    .more h2 {
      letter-spacing: 0.05em;
    }

    .more .more_img {
      width: 150px;
    }

    .merit .basis strong {
      display: block;
      padding: 0 20px;
    }



    /* 対象商品 */
    #item .item_box ul {
      flex-direction: column;
      gap: 20px;
    }

    #item .item_box ul li {
      width: 100%;
    }

    #item .item_box ul li a img {
      width: 80%;
      margin-bottom: 5px;
    }

    /* 検討したいがどうしたらいいの？ */
    .consider .consider-list {
      padding: 0 20px 48px;
    }

    .consider img {
      width: 150px;
      padding-bottom: 48px;
    }

    .process #flow .container .flow_box .item img {
      width: 85%;
    }

    /* まずはお気軽にお問い合わせください */
    .final-contact .contact_btn-b a::after {
      top: 50%;
      right: 10%;
    }

    /* 上部に戻るボタン */
    .top_btn a {
      width: 50px;
      height: 50px;
    }

    .arrow {
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(-45deg);
    }

    .sp-br {
      display: block;
    }
  }
}