﻿@import"https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import url('https://googleapis.com');
@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";
@font-face {
  font-family: "helvetica";
  src: url(../fonts/helvetica-200.ttf);
  font-weight: 200
}
@font-face {
  font-family: "helvetica";
  src: url(../fonts/helvetica-400.ttf);
  font-weight: 400
}
@font-face {
  font-family: "helvetica";
  src: url(../fonts/helvetica-600.ttf);
  font-weight: 600
}
.wp-singular .wp-block-heading {
  margin: 40px auto 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333
}
.wp-singular h2.wp-block-heading {
  padding-bottom: 15px;
  margin: 80px auto 30px;
  font-size: 30px;
  line-height: 36px;
  border-bottom: 1px solid #333
}
.wp-singular h3.wp-block-heading {
  margin: 60px auto 20px;
  font-size: 26px;
  line-height: 32px
}
.wp-singular h4.wp-block-heading {
  font-size: 24px;
  line-height: 30px
}
.wp-singular h5.wp-block-heading {
  font-size: 20px;
  line-height: 26px
}
.wp-singular h6.wp-block-heading {
  font-size: 18px;
  line-height: 24px
}
h1, h2, h3, h4, h5, h6, p, a, span, b, small, strong, body, button, input, optgroup, select, textarea {
  font-family: "LINE Seed JP", sans-serif
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth
}
a, i, span, button, .btn {
  text-decoration: none;
  transition: all .3s ease-in-out
}
a {
  color: #068ACC;
}
a:hover {
  opacity: .7
}
.post-date {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #333
}
textarea, input, .navbar-toggler, button {
  outline: 2px solid rgba(0, 0, 0, 0);
  box-shadow: none
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px
}
::-webkit-scrollbar-track {
  background: #fff
}
::-webkit-scrollbar-thumb {
  background: #3d5f51
}
.offcanvas-body::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important
}
.offcanvas-body::-webkit-scrollbar-track {
  background: #fff
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background: #3d5f51
}
.comparison__table::-webkit-scrollbar-thumb {
  background: #63ac6b !important
}
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both
}
@keyframes up-down {
  0% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(-10px)
  }
}
.btn-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 12px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  background: #e8f0e9;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  color: #3d5f51
}
.btn-list i {
  color: #718a7f
}
.btn-list:hover {
  color: #FFFFFF;
  background: #3D5F51;
}
.btn-list:hover i {
  color: rgba(255, 255, 255, 0.7);
}
.btn-view-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  width: 100%;
  height: 48px;
  background: #3d5f51;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  position: relative
}
.btn-view-all span {
  color: #ffdd46
}
.btn-view-all i {
  color: #b1bfb9;
  position: absolute;
  right: 15px;
  top: 15px
}
.btn-view-all:hover {
  background: #354B42;
  color: #fff
}
.btn-view-all:hover i {
  right: 10px;
}
.layout {
  display: flex
}
.container--md {
  width: 100%;
  max-width: 1115px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto
}
.container--sm {
  width: 100%;
  max-width: 930px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto
}
.container--xs {
  width: 100%;
  max-width: 850px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto
}
.sidebar {
  width: 250px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.sidebar .sidebar__branding {
  width: 100%;
  height: 200px;
  display: flex;
  gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px
}
.sidebar .sidebar__branding .sidebar__logo {
  height: 70px
}
.sidebar .sidebar__branding p, .sidebar .sidebar__branding h1.sidebar__site-heading {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin: 0
}
.sidebar .sidebar__nav {
  width: 100%;
  height: calc(100% - 340px)
}
.sidebar .sidebar__nav .sidebar__nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  background: #3d5f51;
  border-bottom: 1px solid #fff
}
.sidebar .sidebar__nav .sidebar__nav-item .sidebar__nav-title {
  display: flex;
  align-items: center;
  gap: 12px
}
.sidebar .sidebar__nav .sidebar__nav-item .sidebar__nav-title span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #fff
}
.sidebar .sidebar__nav .sidebar__nav-item.submenu1 .sidebar__nav-title span,
.sidebar .sidebar__nav .sidebar__nav-item.submenu2 .sidebar__nav-title span,
.sidebar .sidebar__nav .sidebar__nav-item.submenu3 .sidebar__nav-title span {
  color: #fff !important
}
.sidebar .sidebar__nav .sidebar__nav-item#js-sidebar-hover:hover {
  background: #354B42
}
.sidebar .sidebar__nav .sidebar__nav-item:hover .icon_menu-arrow path {
  fill: #FFDD46
}
.sidebar .sidebar__nav .sidebar__nav-item:hover .icon_menu-arrow-nonback path {
  fill: #63AC6B
}
.sidebar .sidebar__nav .sidebar__nav-item .icon_menu-arrow  {
  transition: .5s;
}
.sidebar .sidebar__nav .sidebar__nav-item:hover .icon_menu-arrow {
  margin-right: -5px;
}
.sidebar .sidebar__nav .sidebar__nav-item--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #fff;
  background: #fff
}
.sidebar .sidebar__nav .sidebar__nav-item--light:hover svg path,
.sidebar .sidebar__nav .sidebar__nav-item--light.submenu4:hover svg path {
  fill: #63AC6B
}
.sidebar .sidebar__nav .sidebar__nav-item--light .sidebar__nav-title {
  display: flex;
  align-items: center;
  gap: 12px
}
.sidebar .sidebar__nav .sidebar__nav-item--light .sidebar__nav-title span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #3d5f51
}
.sidebar .sidebar__nav .sidebar__nav-item:hover .sidebar__nav-title span,
.sidebar .sidebar__nav .submenu4.sidebar__nav-item--light.submenu4:hover .sidebar__nav-title span,
.sidebar .sidebar__nav .sidebar__nav-item--light.sidebar__nav-item--active .sidebar__nav-title span {
  color: #63AC6B;
}
.sidebar .sidebar__nav .sidebar__spacer {
  height: 15px;
  width: 100%
}
.sidebar .sidebar__instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px;
  gap: 14px;
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%)
}
.sidebar .sidebar__instagram h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.sidebar .sidebar__instagram .sidebar__instagram-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #ea36ab
}
.sidebar .sidebar__instagram .sidebar__instagram-btn i {
  font-size: 20px
}
.sidebar .sidebar__instagram .sidebar__instagram-btn:hover {
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%);
  color: #fff;
  border: 2px solid #fff
}
.sidebar .sidebar__instagram .sidebar__instagram-btn:hover i {
  color: #fff
}
.main-body {
  overflow: clip;
  margin-left: 250px;
  width: calc(100% - 250px);
  position: relative
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 70px;
  background: #3d5f51;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header.header--transparent {
  background: rgba(0, 0, 0, 0)
}
.header .header__nav-left--hidden {
  opacity: 0
}
.header .header__nav-left {
  display: flex
}
.header .header__nav-left .header__nav-item {
  padding: 10px 30px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3d5f51;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-right: 1px solid #fff
}
.header .header__nav-left .header__nav-item:hover, .header .header__nav-left .header__nav-item--active {
  background: #63ac6b
}
.header .header__nav-right {
  display: flex
}
.header .header__nav-right .header__nav-item {
  padding: 10px 15px;
  min-width: 85px;
  height: 70px;
  background: #3d5f51;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  letter-spacing: .5px;
  color: #fff;
  gap: 6px;
  position: relative;
  z-index: 2
}
.header .header__nav-right .header__nav-item span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.header .header__nav-right .header__nav-item svg, .mobile-header .mobile-header__nav-bar .mobile-header__nav-link .mobile-header__nav-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  overflow: visible
}
.header .header__nav-right .header__nav-item span .header__badge {
  right: -15px;
  top: -8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  background: #da4636;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #fff
}
.header .header__nav-right .header__nav-item.header__nav-item--request {
  background: #ffdd46 !important;
  color: #3d5f51 !important
}
.header .header__nav-right .header__nav-item.header__nav-item--request:hover {
  background: #ffd413 !important
}
.header .header__nav-right .header__nav-item.header__nav-item--login {
  background: #fff !important;
  color: #3d5f51 !important
}
.header .header__nav-right .header__nav-item.header__nav-item--login:hover {
  background: #ebebeb !important
}
.header .header__nav-right .header__nav-item.header__nav-item--favorite {
  background: #63ac6b !important;
  color: #fff !important
}
.header .header__nav-right .header__nav-item.header__nav-item--favorite:hover {
  background: #4c9054 !important
}
.header .header__nav-right .header__nav-item.header__nav-item--cart {
  background: #3d5f51 !important;
  color: #fff !important
}
.header .header__nav-right .header__nav-item.header__nav-item--cart:hover {
  background: #294037 !important
}
.hero {
  min-height: 100vh;
  width: 100%;
  display: flex
}
.hero .hero__left {
  height: 100vh;
  width: 55%
}
.hero .hero__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero .hero__right {
  height: 100vh;
  width: 45%;
  background: gray
}
.hero .hero__right .hero__banner {
  width: 100%;
  height: calc(100vh - 315px);
  background: gray
}
.hero .hero__right .hero__banner img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}
.hero .hero__right .hero__content {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  height: 315px
}
.hero .hero__right .hero__content .hero__text {
  width: 100%;
  max-width: 400px
}
.hero .hero__right .hero__content .hero__text h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 24px
}
.hero .hero__right .hero__content .hero__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 10px
}
.hero .hero__banner-bottom {
  width: 100%
}
.hero .hero__banner-bottom img {
  width: 100%
}
.section-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.service-strengt__wrapper {
  max-width: 400px;
  text-align: center;
  margin: 60px 0 40px;
}
.service-strengt__wrapper img {
  width: 100%
}
.section-heading h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 12px
}
.section-heading h4 small {
  font-size: 26px
}
.section-heading p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #63ac6b;
  margin-bottom: 0
}
.section-heading h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin: 40px auto 0
}
.section-heading--light {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px
}
.section-heading--light h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff !important;
  margin-bottom: 12px
}
.section-heading--light h4 span {
  color: #ffdd46
}
.section-heading--light p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b1d5b5 !important;
  margin-bottom: 15px
}
.section-heading--light h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 25px
}
.section-heading--light h5 span {
  color: #ffea00;
  font-weight: 500
}
.service-section {
  padding: 100px 0 150px;
  min-height: 700px;
  position: relative;
  background: #f9faf4;
  overflow: hidden
}
.service-section .service-section__bottom-grass {
  width: 100%;
  position: absolute;
  bottom: -2px;
  right: 0
}
.service-card {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  display: flex;
  transition: all .3s ease-in-out;
  flex-direction: column;
  align-items: center;
  padding: 0;
  isolation: isolate;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .08);
  border-radius: 16px;
  position: relative;
  height: calc(100% - 20px);
  margin-bottom: 20px
}
.service-card .service-card__fukidashi {
  position: absolute;
  top: -20px;
  height: 50px
}
.service-card .service-card__banner {
  width: 100%;
  height: 225px;
  border-radius: 14px 14px 0 0;
  overflow: hidden
}
.service-card .service-card__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.service-card .service-card__content {
  width: 100%;
  padding: 24px 24px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.service-card .service-card__content .service-card__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  background: #f54900;
  border-radius: 100px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px
}
.service-card .service-card__content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 16px
}
.service-card .service-card__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .9);
  margin-bottom: 15px
}
.service-card .service-card__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  transition: all .3s ease-in-out;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
  width: 50px;
  height: 50px;
  background: #3d5f51;
  border-radius: 14px 0
}
.service-card:hover {
  box-shadow: none;
  transform: translateX(4px) translateY(4px)
}
.service-card:hover .service-card__arrow {
  background: #ffdd46
}
.service-card:hover .service-card__arrow svg path {
  fill: #3d5f51 !important
}
.rental {
  margin-top: -5px;
  padding: 100px 0 100px;
  background: #63ac6b
}
.rental-card {
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
  border-radius: 14px;
  overflow: hidden
}
.rental-card .rental-card__head {
  padding: 24px 24px 20px;
  width: 100%;
  min-height: 136px;
  background: #3d5f51;
  border-radius: 0;
  display: flex;
  justify-content: space-between
}
.rental-card .rental-card__head h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px
}
.rental-card .rental-card__head p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, .8)
}
.rental-card .rental-card__head .rental-card__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.2%;
  height: 32px;
  background: #f54900;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px
}
.rental-card .rental-card__body {
  padding: 24px
}
.rental-card .rental-card__product {
  padding: 20px 0;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 20px
}
.rental-card .rental-card__product .rental-card__product-banner {
  height: 130px;
  width: 130px
}
.rental-card .rental-card__product .rental-card__product-banner .rental-card__product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.rental-card .rental-card__product .rental-card__product-info {
  width: calc(100% - 150px)
}
.rental-card .rental-card__product .rental-card__product-info h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 2px
}
.rental-card .rental-card__product .rental-card__product-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .7);
  margin-bottom: 15px
}
.rental-card .rental-card__footer {
  padding: 20px 0 0;
  border-top: 1px solid #e5e7eb
}
.comparison {
  padding: 100px 0 230px;
  background: #f9faf4
}
.comparison .comparison__table {
  width: 100%
}
.comparison .comparison__table table {
  width: 100%
}
.comparison .comparison__table table thead th {
  border: 1px solid #e8f0e9;
  height: 100px;
  border-top: none;
  background: #fff;
  padding: 24px 20px;
  width: 25%
}
.comparison .comparison__table table thead th .comparison__cell-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.comparison .comparison__table table thead th .comparison__cell-content h5 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #333
}
.comparison .comparison__table table thead th .comparison__cell-content h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px
}
.comparison .comparison__table table thead th .comparison__cell-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .6);
  margin-bottom: 0
}
.comparison .comparison__table table thead th:first-child {
  border-top-left-radius: 16px;
  border-left: none
}
.comparison .comparison__table table thead th:first-child .comparison__cell-content {
  justify-content: flex-start;
  align-items: flex-start
}
.comparison .comparison__table table thead th:last-child {
  border-top-right-radius: 16px;
  border-right: none
}
.comparison .comparison__table table tbody {
  width: 100%;
  background: #fff
}
.comparison .comparison__table table tbody td {
  border: 1px solid #e8f0e9;
  height: 100px;
  padding: 24px 20px;
  width: 25%
}
.comparison .comparison__table table tbody td .comparison__cell-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.comparison .comparison__table table tbody td .comparison__cell-content h5 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: auto;
  color: #333
}
.comparison .comparison__table table tbody td .comparison__cell-content img {
  margin-bottom: 6px;
  height: 25px
}
.comparison .comparison__table table tbody td .comparison__cell-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .7)
}
.comparison .comparison__table table tbody td:first-child {
  border-left: none
}
.comparison .comparison__table table tbody td:first-child .comparison__cell-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}
.comparison .comparison__table table tbody td:last-child {
  border-right: none
}
.comparison .comparison__table table tbody tr:last-child td {
  border-bottom: none
}
.comparison .comparison__table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px
}
.comparison .comparison__table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px
}
.comparison .comparison__table .comparison__note {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px
}
.comparison .comparison__table .comparison__note p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.comparison .comparison__note {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px
}
.comparison .comparison__note p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.usage-section {
  padding: 100px 0;
  background: #f9faf4
}
.usage-section .col-lg-3 {
  padding: 0 5px
}
.usage-section .usage-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px;
  overflow: hidden
}
.usage-section .usage-card .usage-card__banner {
  width: 100%;
  height: 150px
}
.usage-section .usage-card .usage-card__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.usage-section .usage-card .usage-card__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 20px;
  border-radius: 0
}
.usage-section .usage-card .usage-card__text h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.usage-section .usage-card .usage-card__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  letter-spacing: .7px;
  color: rgba(51, 51, 51, .7);
  margin-top: 12px
}
.works-section {
  padding: 100px 0 150px;
  background: #63ac6b;
  position: relative
}
.works-section .works-section__grass {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.works-section .works-section__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 80px
}
.works-section .works-section__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  background: #3d5f51;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 10px 40px 10px 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  transition: all .3s ease-in-out
}
.works-section .works-section__btn .text {
  display: flex;
  align-items: center;
  gap: 25px
}
.works-section .works-section__btn i {
  position: absolute;
  right: 20px;
  top: 20px
}
.works-section .works-section__btn:hover {
  background: #354b42;
  transform: translate(4px, 4px) scale(1);
  box-shadow: none
}
.works-section .works-section__btn:hover i {
  right: 15px !important
}
.works-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 0 #4f8a56
}
.works-card .works-card__banner {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover
}
.works-card .works-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 30px;
  width: 100%;
  border-radius: 0
}
.works-card .works-card__content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.works-card .works-card__content table p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 0;
  margin-right: 20px;
  margin-bottom: 6px
}
.works-card .works-card__content table td {
  font-size: 15px;
  line-height: 20px;
}
.works-card__content table p.works-card__value {
  font-weight: 400;
  color: #333333;
}
.works-card .works-card__content table h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px
}
.works-card__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px
}
.works-card__badge--primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 8px;
  gap: 10px;
  background: #3d5f51;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff
}
.works-card .works-card__content .works-card__badges .works-card__badge--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  height: 26px;
  background: #f3f4f6;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51
}
.works-section .col-lg-6 {
  padding: 0 11px
}
.col-lg-6:hover .works-card {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  transition: all .3s ease-in-out
}
.works-card-md {
  box-shadow: 5px 5px 0 #e5e6e1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}
.works-card-md:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.works-card-md .works-card__banner {
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover
}
.works-card-md .works-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 30px;
  width: 100%;
  border-radius: 0
}
.works-card-md .works-card__content h3{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.works-card__content table {
  margin-top: 20px;
}
.works-card__content table p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-right: 16px;
  margin-bottom: 6px
}
.works-card-md .works-card__content table:last-of-type tr p, .works-card-md .works-card__content table:last-of-type tr h6 {
  margin-bottom: 0
}
.works-card-md .works-card__content table h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px
}
.works-card-md .works-card__content .works-card__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px
}
.works-card-md .works-card__content .works-card__badges .works-card__badge--primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 8px;
  gap: 10px;
  min-height: 26px;
  background: #3d5f51;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff
}
.works-card__content .works-card__badges.works-card__cat {
  margin-top: 20px
}
.works-card__content .works-card__badges .works-card__badge--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  margin-top: 8px;
  gap: 10px;
  height: 26px;
  background: #f3f4f6;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51
}
.clevelex-section {
  width: 100%;
  padding: 80px 0;
  background: #3d5f51
}
.clevelex-section h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px
}
.clevelex-section h2 span {
  color: #ffdd46
}
.clevelex-section .clevelex-section__row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.clevelex-section .clevelex-section__row .clevelex-section__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%
}
.clevelex-section .clevelex-section__row .clevelex-section__heading h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px
}
.clevelex-section .clevelex-section__row .clevelex-section__heading h2 span {
  color: #ffdd46
}
.clevelex-section .clevelex-section__row .clevelex-section__card {
  width: 100%;
  max-width: 800px;
  transition: all .3s ease-in-out;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.3));
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col {
  min-height: 150px;
  width: 33.33%;
  padding: 20px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-right: 1px solid #e9eae5
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col:hover {
  background: #63ac6b
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col:hover p {
  color: #fff
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col:hover p span {
  color: #fff
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col:hover svg path {
  fill: #fff
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col svg {
  margin-bottom: 10px
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 0
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col p span {
  font-size: 18px;
  color: #63ac6b
}
.clevelex-section .clevelex-section__row .clevelex-section__card .clevelex-section__col:last-child {
  border-right: none
}
.about-section {
  padding: 100px 0 80px;
  background: #f9faf4
}
.about-section .about-section__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px
}
.about-section .about-section__row .about-section__banner {
  width: 45%
}
.about-section .about-section__row .about-section__banner img {
  width: 100%
}
.about-section .about-section__row .about-section__content {
  width: 55%
}
.about-section .about-section__row .about-section__content h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #3ea14a;
  margin-bottom: 20px
}
.about-section .about-section__row .about-section__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .9);
  max-width: 643px;
  margin-bottom: 20px
}
.about-section .about-section__row--right-padded {
  padding-right: 100px
}
.about-section .about-section__row--left-padded {
  padding-left: 100px
}
.gallery {
  display: flex;
  flex-wrap: wrap
}
.gallery .gallery__item {
  width: 33.33%;
  height: 280px
}
.gallery .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery--alt {
  display: flex;
  flex-wrap: wrap
}
.gallery--alt .gallery__item {
  width: 25%;
  height: 250px
}
.gallery--alt .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.audience-section {
  padding: 100px 0;
  background: #63ac6b
}
.audience-section .alike-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px
}
.audience-section .alike-card .alike-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 15px
}
.audience-section .alike-card .alike-card__header .alike-card__check {
  height: 25px;
  width: 25px
}
.audience-section .alike-card .alike-card__header span {
  width: calc(100% - 37px);
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333
}
.audience-section .alike-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.audience-section .hiroshima-card {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 20px;
  gap: 24px;
  width: 100%;
  min-height: 273px;
  background: rgba(61, 95, 81, .2);
  border-radius: 16px
}
.audience-section .hiroshima-card h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.audience-section .hiroshima-card h3 span {
  color: #ffdd46
}
.audience-section .hiroshima-card p {
  max-width: 754px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: justify;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .8);
  margin-bottom: 0
}
.column-section {
  padding: 100px 0;
  background: #f9faf4
}
.column-section .column-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 0 #e5e6e1
}
.column-section .column-card:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.column-section a.column-card {
  text-decoration: none;
  color: inherit
}
.column-section .column-card .column-card__banner {
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover
}
.column-section .column-card .column-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 30px;
  gap: 20px;
  width: 100%;
  border-radius: 0
}
.column-section .column-card .column-card__content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.column-section .column-card .column-card__content .column-card__badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap
}
.column-section .column-card .column-card__content .column-card__badges .column-card__badge--primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  height: 26px;
  background: #3d5f51;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff
}
.column-section .column-card .column-card__content .column-card__badges .column-card__badge--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  height: 26px;
  background: #f3f4f6;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51
}
.column-section .column-section__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 60px
}
.column-section .column-section__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 300px;
  height: 64px;
  background: #3d5f51;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease
}
.column-section .column-section__btn:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.column-section .column-section__btn i {
  color: #b1bfb9
}
.news-section {
  background: #f9faf4;
  border-top: 1px solid #e9eae5;
  padding: 80px 0 150px
}
.news-section .news-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 55px 20px 20px;
  gap: 4px;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 10px;
  position: relative
}
.news-section .news-card:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.news-section .news-card:hover .news-card__arrow path {
  fill: #63ac6b
}
.news-section .news-card .news-card__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.news-section .news-card span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #63ac6b
}
.news-section .news-card h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333
}
.news-section .news-section__col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.news-section .news-section__col .news-section__footer {
  padding-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center
}
.news-section .news-section__col .news-section__footer .news-section__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 300px;
  height: 44px;
  background: #3d5f51;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease
}
.news-section .news-section__col .news-section__footer .news-section__btn:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.news-section .news-section__col .news-section__footer .news-section__btn i {
  color: #b1bfb9
}
.news-section .blog-card {
  cursor: pointer;
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: transform .3s ease, box-shadow .3s ease
}
.news-section .blog-card:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .08)
}
.news-section .blog-card:hover .blog-card__image img {
  transform: scale(1.1)
}
.news-section .blog-card .blog-card__image {
  width: 125px;
  overflow: hidden
}
.news-section .blog-card .blog-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s ease
}
.news-section .blog-card .blog-card__content {
  width: calc(100% - 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 24px 30px;
  gap: 4px;
  border-radius: 0
}
.news-section .blog-card .blog-card__content span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #63ac6b
}
.news-section .blog-card .blog-card__content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333
}
.services-bar {
  width: 100%;
  margin: 0 auto;
  transition: all .3s ease-in-out;
  background: #fff;
  border-top: 1px solid #e9eae5;
  display: flex;
  justify-content: space-evenly
}
.services-bar .services-bar__col {
  min-height: 150px;
  width: 33.33%;
  padding: 25px;
  cursor: pointer;
  display: flex;
  transition: all .3s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #3d5f51;
  border-right: 1px solid #e9eae5;

  /* 一時的 */
  width: 100%;
}
.services-bar .services-bar__col:hover {
  background: #63ac6b
}
.services-bar .services-bar__col:hover p {
  color: #fff
}
.services-bar .services-bar__col:hover p span {
  color: #fff
}
.services-bar .services-bar__col:hover svg path {
  fill: #fff
}
.services-bar .services-bar__col svg {
  margin-bottom: 10px
}
.services-bar .services-bar__col p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 0
}
.services-bar .services-bar__col p span {
  font-size: 18px;
  color: #63ac6b
}
.services-bar .services-bar__col:last-child {
  border-right: none
}
.service-tailored {
  width: 100%;
  padding: 100px 0 60px;
  background: #3d5f51;
  position: relative
}
.service-tailored .service-tailored__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%
}
.service-tailored .service-tailored__heading h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 25px
}
.service-tailored .service-tailored__heading h2 span {
  color: #ffdd46
}
.service-tailored .service-tailored__heading p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .8);
  margin-bottom: 25px
}
.service-tailored .service-tailored__btn {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 96px;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.3));
  border-radius: 14px;
  overflow: hidden;
  border: none;
  outline: none;
  transition: transform .3s ease, filter .3s ease;
  cursor: pointer
}
.service-tailored .service-tailored__btn:hover {
  transform: translate(5px, 5px);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3))
}
.service-tailored .service-tailored__btn:hover {
  transform: translate(5px, 5px);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3))
}
.service-tailored .service-tailored__btn img {
  height: 96px;
  width: 100px
}
.service-tailored .service-tailored__btn .service-tailored__btn-content {
  width: calc(100% - 100px);
  padding: 22px 25px;
  height: 100%;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between
}
.service-tailored .service-tailored__btn .service-tailored__btn-content i {
  font-size: 26px;
  color: #c5cfcb
}
.service-tailored .service-tailored__btn--quote p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 0
}
.service-tailored .service-tailored__btn--quote p span {
  color: #da4636
}
.service-tailored .service-tailored__btn--email p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  line-height: 26px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 0
}
.service-tailored .service-tailored__btn--email p span {
  color: #63ac6b
}
.service-tailored .service-tailored__tooltip {
  max-width: 440px;
  margin: -150px auto 28px;
}
.service-tailored .service-tailored__tooltip img {
  width: 100%;
}
.guide-section {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #e9eae5;
  background: #f9faf4
}
.guide-section .guide-card {
  padding: 30px 30px 35px;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.guide-section .guide-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px
}
.guide-section .guide-card .guide-title__wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: bolder;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.guide-section .guide-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.guide-section .guide-card h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  color: #3ea14a;
  margin-bottom: 20px
}
.guide-section .guide-card .guide-card__logos {
  width: 100%;
  margin-bottom: 30px
}
.guide-section .guide-card .guide-card__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 15px 6px 20px;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  background: #f3f4f6;
  border-radius: 5px
}
.guide-section .guide-card .guide-card__btn span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .85)
}
.guide-section .guide-card .tel {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
}
.guide-section .guide-card .tel .tel-icon {
  width: 26px;
  vertical-align: baseline
}
.footer {
  width: 100%;
  background: #f9faf4;
  padding: 60px 0 100px
}
.footer .footer__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px
}
.footer .footer__heading .footer__logo {
  height: 70px;
  margin-bottom: 16px
}
.footer .footer__heading p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #3c5f51
}
.footer .footer__row {
  display: flex;
  margin-bottom: 48px
}
.footer .footer__row .footer__col {
  width: 100%
}
.footer .footer__row .footer__col h6 {
  margin-bottom: 16px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3d5f51
}
.footer .footer__row .footer__col .footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.footer .footer__row .footer__col .footer__nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: rgba(61, 95, 81, .9)
}
.footer .footer__row .footer__col .footer__nav a:hover {
  color: #3d5f51;
  font-weight: 700;
  padding-left: 6px
}
.footer .footer__instagram {
  padding: 32px 32px;
  width: 100%;
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer .footer__instagram .footer__instagram-left {
  display: flex;
  align-items: center;
  gap: 16px
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-content h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, .95)
}
.footer .footer__instagram .footer__instagram-btn {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ea36ab
}
.page-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px;
  gap: 15px;
  width: 100%;
  background: #3d5f51;
  border-radius: 0
}
.page-bottom .page-bottom__nav {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px
}
.page-bottom .page-bottom__nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff
}
.page-bottom .page-bottom__nav span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.150391px;
  color: hsla(0, 0%, 100%, .5)
}
.page-bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .7);
  margin-bottom: 0
}
.services-hero {
  display: flex;
  padding: 70px 0 80px;
  background: #F9FAF4;
  overflow: hidden
}
.services-hero .hero__left .hero__banner {
  width: 100%;
  height: 100%;
  max-width: 563px;
  max-height: 397px;
  overflow: hidden;
}
.services-hero .hero__left .hero__banner img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}
.services-hero .hero__right {
  padding: 138.5px 60px 138.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #3d5f51;
  margin-bottom: 50px
}
.services-hero h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 10px
}
.services-hero .hero__right h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #3d5f51;
  margin-bottom: 50px
}
.services-hero .hero__right .badge {
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  background: #63ac6b;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.services-hero .hero__right .badge span {
  color: #ffea00
}
.services-hero .hero__right .service-lead {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 20px
}
.services-hero .hero__right p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(61, 95, 81, .9);
  margin-bottom: 40px
}
.services-hero .hero__right .circles {
  width: 100%;
  max-width: 420px
}
.services-hero .hero__right .circles {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  justify-content: center
}
.services-hero .hero__right .circles .circle {
  height: 130px;
  width: 130px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #da4636;
  border-radius: 100px
}
.services-hero .hero__right .circles .circle span {
  margin-bottom: 0;
  font-size: 26px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  font-weight: 600
}
.services-hero .hero__right .circles img {
  height: 135px;
  margin-bottom: 60px
}
.services-hero .hero__right .strengt-wrapper {
  max-width: 370px
}
.services-hero .hero__right .strengt-wrapper img {
  width: 100%
}
.mobile-header .mobile-header__top-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  gap: 5px;
  height: 23px;
  background: #3d5f51;
  border-radius: 0
}
.mobile-header .mobile-header__top-bar span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #fff
}
.mobile-header .mobile-header__nav-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 53px;
  background: #fff
}
.mobile-header .mobile-header__nav-bar .mobile-header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 53px
}
.mobile-header .mobile-header__nav-bar .mobile-header__brand .mobile-header__logo {
  height: 45px
}
.mobile-header .mobile-header__nav-bar .mobile-header__nav-items {
  display: flex;
  justify-content: center;
  align-items: center
}
.mobile-header .mobile-header__nav-bar .mobile-header__nav-link {
  width: 65px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px
}
.mobile-header .mobile-header__nav-bar .mobile-header__nav-link span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: .5px;
  color: #3d5f51
}
.mobile-header .mobile-header__nav-bar .mobile-header__nav-link .mobile-header__nav-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px
}
.mobile-header .mobile-header__nav-bar .mobile-header__nav-link .mobile-header__nav-icon .header__badge {
  right: -10px;
  top: -3px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  background: #da4636;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #fff
}
.order1 {
  order: 1
}
.order2 {
  order: 2
}
/* =====================================================
   サイドサブメニュー（hover パネル）
   ===================================================== */
.sidebar-submenu {
  position: fixed;
  top: 0;
  left: 250px;   /* サイドバー幅と同じ */
  width: 260px;
  height: 100vh;
  border-right: 1px solid #fff;
  z-index: 999;
  /* 初期状態: 非表示 */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease
}
/* ホバー中（JSで .is-open クラスを付与） */
.sidebar-submenu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto
}
.sidebar-submenu .sidebar-menu-item {
  width: 100%;
  height: 100%;
  background: #f9faf4
}
.sidebar-submenu .sidebar-menu-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 12px;
  gap: 5px;
  width: 100%;
  height: 100px;
  background: #3d5f51
}
.sidebar-submenu .sidebar-menu-header span {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.sidebar-submenu .sidebar-menu-nav {
  padding: 20px 25px
}
.sidebar-submenu .sidebar-menu-nav .nav-link {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #3d5f51;
  padding: 8px 16px;
  position: relative
}
.sidebar-submenu .sidebar-menu-nav .nav-link:hover {
  color: #63ac6b
}
.sidebar-submenu .sidebar-menu-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(99, 172, 107, .5)
}
.sidebar-submenu .other-options .options {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  background: #ffdd46
}
.sidebar-submenu .other-options .options span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #3d5f51
}
.mobile-offcanvas {
  max-width: 250px
}
.mobile-offcanvas .offcanvas-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0
}
.mobile-offcanvas .offcanvas-header .title {
  height: 52px;
  padding: 10px 15px
}
.mobile-offcanvas .offcanvas-header .title p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.mobile-offcanvas .offcanvas-header .title b {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #333
}
.mobile-offcanvas .offcanvas-header .close {
  padding: 10px 15px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px
}
.mobile-offcanvas .offcanvas-header .close span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: .5px;
  color: #3d5f51
}
.mobile-offcanvas .offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.mobile-offcanvas .offcanvas-body .action-btns {
  width: 100%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px
}
.mobile-offcanvas .offcanvas-body .action-btns .btn-danger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 40px;
  background: #da4636;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  outline: none
}
.mobile-offcanvas .offcanvas-body .action-btns .btn-success {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 40px;
  background: #63ac6b;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  outline: none
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile {
  width: 100%;
  height: calc(100% - 340px)
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .other-options .options {
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  background: #ffdd46
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .other-options .options span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #3d5f51
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  background: #3d5f51;
  border-bottom: 1px solid #fff
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item .sidebar__nav-title {
  display: flex;
  align-items: center;
  gap: 12px
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item .sidebar__nav-title span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #fff
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 12px;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #fff;
  background: #fff
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light .sidebar__nav-title {
  display: flex;
  align-items: center;
  gap: 12px
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light .sidebar__nav-title span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #3d5f51
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light:hover {
  background: #e8f0e9
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light:hover svg path {
  fill: #3d5f51
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item, .mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light {
  cursor: pointer
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item .arrow-down, .mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light .arrow-down {
  transition: transform .3s ease
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item[aria-expanded=true] .arrow-down, .mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-item--light[aria-expanded=true] .arrow-down {
  transform: rotate(180deg)
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-collapse {
  width: 100%
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-collapse .sidebar__nav-collapse-body {
  padding: 20px 25px;
  background: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-collapse .sidebar__nav-collapse-body .nav-link {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #3d5f51;
  padding: 8px 16px;
  position: relative
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-collapse .sidebar__nav-collapse-body .nav-link:hover {
  color: #63ac6b
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__nav-collapse .sidebar__nav-collapse-body .nav-link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  background: rgba(99, 172, 107, .5);
  border-radius: 50%
}
.mobile-offcanvas .offcanvas-body .sidebar__nav-mobile .sidebar__spacer {
  height: 15px;
  width: 100%
}
.mobile-offcanvas .mobile-offcanvas-insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 30px;
  gap: 14px;
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%)
}
.mobile-offcanvas .mobile-offcanvas-insta p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ea36ab
}
.mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn i {
  font-size: 20px
}
.mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn:hover {
  background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%);
  color: #fff;
  border: 2px solid #fff
}
.mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn:hover i {
  color: #fff
}
.services-subnav {
  align-items: center;
  padding: 20px;
  width: 100%;
  min-height: 68px;
  background: #3d5f51;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px
}
.services-subnav .nav-link {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 0;
  letter-spacing: 1px;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.services-subnav .nav-link:hover {
  border-bottom: 1px solid #fff
}
.problems {
  padding: 100px 0 100px;
  background: #e8f0e9
}
.problems .problems-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  width: 100%;
  min-height: 127px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 20px
}
.problems .problems-card .content {
  width: calc(100% - 40px)
}
.problems .problems-card .content h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 0
}
.problems .problems-card .content p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #3d5f51
}
.cleverex-can-help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 100px 55px;
  gap: 20px;
  width: 100%;
  background: #3d5f51;
  border-radius: 0;
  position: relative
}
.cleverex-can-help small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 22px;
  gap: 10px;
  height: 36px;
  background: #63ac6b;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.cleverex-can-help h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.cleverex-can-help h2 span {
  color: #ffdd46
}
.cleverex-can-help .down {
  bottom: -50px;
  width: auto;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%)
}
.service-content {
  padding: 150px 0 200px;
  background: #f9faf4;
  position: relative
}
.service-content .bottom-grass {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}
.service-content .circles {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  justify-content: center
}
.service-content .circles .circle {
  height: 135px;
  width: 135px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #da4636;
  border-radius: 100px
}
.service-content .circles .circle h4 {
  margin-bottom: 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600
}
.service-content .circles img {
  height: 135px;
  margin-bottom: 60px
}
.service-content .banner {
  height: 603px;
  overflow: hidden;
  width: calc(100% + 33px);
  margin-left: -15px
}
.service-content .banner img {
  overflow: hidden;
  height: 100%;
  width: auto;
  margin-left: -360px
}
.service-content .content {
  padding-left: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.service-content .content .badge {
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  background: #63ac6b;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px
}
.service-content .content .badge span {
  color: #ffea00
}
.service-content .content h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 20px
}
.service-content .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.service-content .serve-flow {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 80px 0;
  overflow: hidden;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .08);
  background-color: #fff;
  border-radius: 14px
}
.service-content .serve-flow .flow-card {
  width: 25%;
  height: auto;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e9eae5
}
.service-content .serve-flow .flow-card .icon {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #f9faf4;
  border-radius: 50%
}
.service-content .serve-flow .flow-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #0a0a0a;
  margin-bottom: 12px
}
.service-content .serve-flow .flow-card h4 small {
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
}
.service-content .serve-flow .flow-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.service-content .serve-flow .flow-card ul {
  width: 80%;
  padding-left: 0;
  margin: 0;;
}
.service-content .serve-flow .flow-card ul li {
  color: #b1d5b5 !important
}
.service-content .serve-flow .flow-card ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.service-content .serve-flow .flow-card small {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #da4636
}
.service-content .video-card {
  width: 100%;
  margin: auto auto 120px;
  max-width: 800px;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.service-content .video-card video {
  width: 100%;
  height: auto;
  border-radius: 0
}
.service-content .video-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.radio-controlled {
  padding: 100px 0 120px;
  background-color: #f9faf4
}
.radio-controlled .radio-controlled-content {
  padding: 30px 30px 35px 32px;
  background-color: #fff;
  border-radius: 16px
}
.radio-controlled .radio-controlled-content h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 30px
}
.radio-controlled .radio-controlled-content h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  display: flex;
  gap: 12px;
  color: #333;
  margin-bottom: 10px
}
.radio-controlled .radio-controlled-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}

/* ============================================================
   [新] 導入機種セクション（machine-section）
   PC: 2カラムグリッド 全展開 / SP: 1カラム アコーディオン
   ============================================================ */

/* --- セクション全体 --- */
.radio-controlled .machine-section {
  margin-top: 100px;
  width: 100%
}

/* --- 見出し --- */
.machine-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  gap: 30px
}
.machine-section__heading-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px
}
.machine-section__line {
  width: 100%;
  height: 1px;
  background: #333
}
.machine-section__title-wrap {
  display: inline-flex;
  padding: 0 30px;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  background: #f9faf4;
  margin-top: -19px
}
.machine-section__title {
  color: #3d5f51;
  font-weight: 700;
  font-size: clamp(26px, 1.56vw + 20px, 32px);
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: center
}
.machine-section__desc {
  color: #333;
  font-weight: 400;
  font-size: clamp(16px, 0.26vw + 15px, 18px);
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
  margin: 0
}

/* --- グリッド（PC: 2カラム） --- */
.machine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 20px);
  padding-bottom: 40px
}

/* --- カード共通 --- */
.machine-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden
}

/* --- カードヘッダー（タイトル + スライダー + ボタン） --- */
.machine-card__header {
  display: block;
  padding: clamp(20px, 1.95vw, 30px)
}
.machine-card__header > * + * {
  margin-top: clamp(15px, 1.3vw, 25px)
}
.machine-card__title {
  color: #63ac6b;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 1.95vw + 14px, 30px);
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  margin: 0
}

/* --- スライダー（カード内） --- */
.machine-card .product-slider {
  width: 100%;
  max-width: 100%
}
.machine-card .main-slider {
  overflow: hidden;
  border-radius: 14px
}
.machine-card .main-slider img {
  width: 100%;
  aspect-ratio: 255/193;
  object-fit: cover;
  display: block
}
.machine-card .thumb-slider {
  margin-top: 25px;
  overflow: hidden
}
.machine-card .thumb-slider .swiper-slide {
  width: clamp(52px, 4.69vw + 34px, 87px);
  height: clamp(52px, 4.69vw + 34px, 87px);
  min-width: clamp(52px, 4.69vw + 34px, 87px);
  border-radius: 8px;
  border: 1px solid #E9EAE5;
  overflow: hidden;
  opacity: .45;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: opacity .2s, border-color .2s
}
/* アクティブなサムネイル */
.machine-card .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #63ac6b;
}
.machine-card .thumb-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px
}

/* --- 緑ボタン --- */
.machine-card__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: clamp(7px, 0.65vw, 10px) clamp(14px, 1.3vw, 20px);
  background: #63ac6b;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: clamp(15px, 0.13vw + 14px, 16px);
  line-height: 1.75;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  transition: background .2s
}
.machine-card__btn:hover {
  background: #4d9655
}
.machine-card__btn span {
  flex: 1
}
.machine-card__btn svg {
  flex-shrink: 0;
  transition: transform .3s;
  transform: rotate(90deg)
}
.machine-card__btn[aria-expanded="true"] svg {
  transform: rotate(-90deg)
}

/* --- アコーディオン本体 --- */
.machine-card__body {
  padding: 0 clamp(20px, 2.08vw, 32px) clamp(25px, 2.28vw, 35px)
}

/* PC/SP共通: Bootstrap collapseで開閉 */

/* --- カード内コンテンツ（チェックリスト + 説明） --- */
.machine-card__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.63vw, 25px);
  padding: 0 clamp(8px, 0.98vw, 15px)
}

/* チェックリスト */
.machine-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.machine-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  font-size: clamp(16px, 0.26vw + 15px, 18px);
  line-height: 1.55;
  letter-spacing: 1px;
  color: #333
}
.machine-check-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-top: 2px
}

/* 説明文ブロック */
.machine-card__desc {
  display: flex;
  flex-direction: column;
  gap: 25px
}
.machine-card__desc > p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(15px, 0.13vw + 14px, 16px);
  line-height: 1.75;
  letter-spacing: 1px;
  color: #333
}

/* 用途 */
.machine-usage {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.machine-usage__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px
}
.machine-usage__dot {
  display: inline-block;
  width: clamp(10px, 0.26vw + 9px, 12px);
  height: clamp(10px, 0.26vw + 9px, 12px);
  background: #63ac6b;
  flex-shrink: 0
}
.machine-section__note {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #3EA14A;
  margin-bottom: 0;
}
.machine-usage__label strong {
  font-size: clamp(15px, 0.13vw + 14px, 16px);
  line-height: 1.625;
  letter-spacing: 1px;
  color: #333
}
.machine-usage p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(15px, 0.13vw + 14px, 16px);
  line-height: 1.75;
  letter-spacing: 1px;
  color: #333
}

/* 補足 */
.machine-note {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}

/* ============================================================
   導入機種セクション SP
   ============================================================ */
@media screen and (max-width: 768px) {
  .radio-controlled .machine-section {
    margin-top: 80px
  }

  .machine-section__heading-inner {
    width: 100%
  }
  .machine-section__title {
    font-size: 26px;
    line-height: 36px
  }
  .machine-section__desc {
    font-size: 16px;
    line-height: 26px
  }
  /* SP: 1カラム */
  .machine-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 30px;
  }
  /* SP: カードのpadding調整 */
  .machine-card__header {
    padding: 25px 31px
  }
  .machine-card__title {
    font-size: 26px;
    line-height: 32px
  }
  .machine-card__btn {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 5px
  }
  .machine-card__body {
    padding: 0 22px 35px
  }
  .machine-card__inner {
    padding: 0 10px
  }
  .machine-checklist__item {
    font-size: 16px;
    line-height: 22px
  }
  .machine-check-icon {
    width: 20px;
    height: 20px
  }
  .machine-card__desc {
    gap: 20px;
  }
  .machine-card__desc > p {
    font-size: 15px;
    line-height: 26px
  }
  .machine-usage__label strong,
  .machine-usage p {
    font-size: 15px
  }
  .machine-usage__dot {
    width: 10px;
    height: 10px
  }
  .machine-note {
    font-size: 15px;
    line-height: 24px
  }
}

.features-section {
  padding: 100px 0;
  background: #fff6d0
}
.features-section .col-lg-4 {
  padding: 0 10px
}
.features-section .section-heading small {
  font-size: 22px
}
.features-section .section-heading span {
  font-size: 38px
}
.features-section .green-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 30px;
  width: 100%;
  background: #63ac6b;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px
}
.features-section .green-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.features-section .green-card h4 span {
  color: #ffdd46
}
.features-section .features-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 30px;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 2px solid #fef1bc;
  border-radius: 14px
}
.features-section .features-card .banner {
  width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px
}
.features-section .features-card .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.features-section .features-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 1px
}
.features-section .features-card h4 span {
  color: #63ac6b
}
.features-section .features-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8);
  margin-bottom: 0
}
.price-section {
  padding: 100px 0;
  background-color: #f9faf4
}
.price-section .heading {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  color: #333
}
.price-section .pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 20px;
  width: 100%;
  height: calc(100% - 40px);
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column
}
.price-section .pricing-card h6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 22px;
  gap: 10px;
  width: 100%;
  height: 36px;
  background: #63ac6b;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 15px
}
.price-section .pricing-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.price-section .pricing-card h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #da4636;
  margin-bottom: 15px
}
.price-section .pricing-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #333
}
.price-section .about-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 30px;
  gap: 30px;
  width: 100%;
  min-height: 144px;
  margin-bottom: 40px;
  background: #da4636;
  border-radius: 14px
}
.price-section .about-amount .content {
  width: calc(100% - 70px)
}
.price-section .about-amount .content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px
}
.price-section .about-amount .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.price-section .included-card {
  padding: 30px 30px 35px;
  width: 100%;
  height: calc(100% - 40px);
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 14px
}
.price-section .included-card .content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 15px
}
.price-section .included-card .content ul {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 0
}
.price-section .included-card .content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #63ac6b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}
.price-section .included-card .content ul li {
  color: #63ac6b;
  margin-bottom: 10px;
  padding-left: 1rem;
  position: relative;
  padding-left: 20px
}
.price-section .included-card .content ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.price-section .included-card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.price-section .included-card .logos2 {
  width: 100%;
  max-width: 400px;
  margin-top: 25px
}
.conditions-card {
  padding: 30px 30px 35px;
  width: 100%;
  height: calc(100% - 60px);
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid #da4636;
  border-radius: 14px
}
.conditions-card .content h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #da4636;
  margin-bottom: 15px
}
.conditions-card .content ul {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 0
}
.conditions-card .content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #da4636;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}
.conditions-card .content ul li {
  color: #da4636;
  margin-bottom: 10px;
  padding-left: 1rem;
  position: relative;
  padding-left: 20px
}
.conditions-card .content ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.conditions-card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.precautions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 100px 70px;
  width: 100%;
  min-height: 452px;
  background: #3c5f52
}
.precautions .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.precautions .inner svg {
  margin-bottom: 12px
}
.precautions .inner h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 20px
}
.precautions .inner .precautions-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 12px;
  width: 100%;
  background: #fff;
  border-radius: 14px
}
.precautions .inner .precautions-card .content ul {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 0
}
.precautions .inner .precautions-card .content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #da4636;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}
.precautions .inner .precautions-card .content ul li {
  color: #da4636;
  margin-bottom: 10px;
  padding-left: 1rem;
  position: relative;
  padding-left: 20px
}
.precautions .inner .precautions-card .content ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.precautions .inner .precautions-card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.flow-section {
  padding: 100px 0;
  background: #f3f4f6
}
.flow-section .accordion .accordion-button::after {
  display: none
}
.flow-section .accordion .accordion-button:not(.collapsed) img.accordion-arrow {
  transform: rotate(0deg)
}
.flow-section .accordion .accordion-button img.accordion-arrow {
  transform: rotate(180deg);
  transition: transform .3s
}
.flow-section .accordion .accordion-item {
  background: #fff;
  border-radius: 14px;
  border: none;
  overflow: hidden;
  margin-bottom: 20px
}
.flow-section .accordion .accordion-header .accordion-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  outline: 2px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  gap: 30px;
  width: 100%;
  min-height: 72px;
  background: #63ac6b;
  border-radius: 14px 14px 0 0
}
.flow-section .accordion .accordion-header .accordion-button .title {
  display: flex;
  align-items: center;
  gap: 30px
}
.flow-section .accordion .accordion-header .accordion-button .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  letter-spacing: .5px;
  color: #fff
}
.flow-section .accordion .accordion-header .accordion-button .step span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  letter-spacing: .5px;
  color: hsla(0, 0%, 100%, .7)
}
.flow-section .accordion .accordion-header .accordion-button h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.flow-section .accordion .accordion-body {
  padding: 30px 30px 25px
}
.flow-section .accordion .accordion-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .9)
}
.flow-section .accordion .accordion-body .action {
  display: flex;
  gap: 8px
}
.flow-section .accordion .accordion-body .action .nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 15px 6px 20px;
  gap: 20px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 5px
}
.flow-section .accordion .accordion-body .action .nav-link span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .85)
}
.area-section {
  padding: 100px 0;
  background: #63ac6b
}
.area-card {
  padding: 60px 50px;
  gap: 40px;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(51, 51, 51, .2);
  border-radius: 14px
}
.area-card .area-banner {
  width: 100%;
  border-radius: 14px
}
.area-card .badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px
}
.area-card .badges-row .badge {
  width: calc(25% - 5px);
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  background: #fff6d0;
  border-radius: 6px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51
}
.area-card .badges-row .badge.active {
  background: #ffea00
}
.area-card p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #da4636
}
.area-card .bottom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 30px;
  width: 100%;
  margin-top: 40px;
  background: #f9faf4;
  border-radius: 14px
}
.area-card .bottom-card p {
  margin-bottom: 0;
  max-width: 557px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #63ac6b
}
.area-card .bottom-card p span {
  color: #da4636
}
.breadcumb {
  padding: 16px 100px;
  width: 100%;
  min-height: 52px;
  background: #fff;
  border-top: 1px solid #e9eae5;
  border-radius: 0;
  flex-wrap: wrap
}
.breadcumb .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}
.breadcumb .inner span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.breadcumb .inner a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.breadcumb .inner .breadcumb_home:hover {
  opacity: .6
}
.breadcumb .inner small {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .6)
}
.further-than-clevelex {
  padding: 100px 0;
  background: #3c5f52
}
.further-than-clevelex .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.further-than-clevelex h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px
}
.further-than-clevelex h2 span {
  color: #ffdd46
}
.further-than-clevelex p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .8);
  margin-bottom: 30px
}
.further-than-clevelex .further-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 14px;
  filter: drop-shadow(4px 4px 0 rgba(51, 51, 51, 0.3));
  display: flex;
  justify-content: space-evenly
}
.further-than-clevelex .further-card .b-right {
  border-right: 1px solid #e9eae5
}
.further-than-clevelex .further-card .col {
  width: 50%;
  padding: 20px 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.further-than-clevelex .further-card .col .icon {
  margin-bottom: 12px
}
.further-than-clevelex .further-card .col h3
{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 14px
}
.further-than-clevelex .further-card .col .tel {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 12px
}
.further-than-clevelex .further-card .col span {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51
}
.further-than-clevelex .further-card .col .further-card_tel {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 12px
}
.further-than-clevelex .further-card .col .btn-danger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  width: 100%;
  height: 54px;
  background: #da4636;
  border-radius: 100px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #fff
}
.further-than-clevelex .contact-us-card {
  padding: 30px;
  width: 100%;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 14px
}
.further-than-clevelex .contact-us-card h3 {
  margin-bottom: 20px;
  width: 100%;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center
}
.further-than-clevelex .contact-us-card h4 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: hsla(0, 0%, 100%, .8);
  margin-bottom: 8px
}
.other-pages-body {
  padding: 150px 0;
  background: #f9faf4
}
.other-pages-body .heading-section h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 10px
}
.other-pages-body .heading-section h1 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #3d5f51;
  margin-bottom: 20px
}
.other-pages-body .heading-section .page-summary {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 20px;
  flex-grow: 0
}
.other-pages-body .heading-section .categories-card {
  padding: 30px;
  width: 100%;
  min-height: 128px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px;
  margin-top: 40px;
  margin-bottom: 60px
}
.other-pages-body .heading-section .categories-card h5 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 8px
}
.other-pages-body .heading-section .categories-card .categories-card-row {
  display: flex;
  justify-content: space-between
}
.other-pages-body .heading-section .categories-card .categories-card-row .card-left {
  width: calc(100% - 200px)
}
.other-pages-body .heading-section .categories-card .categories-card-row .card-left .options {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}
.other-pages-body .heading-section .categories-card .categories-card-row .card-left .options .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  min-height: 36px;
  background: #fff;
  border: 1px solid #63ac6b;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b
}
.other-pages-body .heading-section .categories-card .categories-card-row .card-left .options .nav-links:hover, .other-pages-body .heading-section .categories-card .categories-card-row .card-left .options .nav-links.active {
  background: #63ac6b;
  color: #fff
}
.other-pages-body .heading-section .categories-card .categories-card-row .display-order {
  width: 200px
}
.other-pages-body .heading-section .categories-card .categories-card-row .display-order .form-select {
  padding: 10px 13px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer
}
.other-pages-body .heading-section .categories-card .categories-card-row .display-order .form-select:focus {
  border-color: #adb5bd;
  box-shadow: none;
  outline: none
}
.rental-delivery-main .top-filter {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.rental-delivery-main .top-filter span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-main .product-card {
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px;
  position: relative;
  overflow: hidden
}
.rental-delivery-main .product-card .fav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 9;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 16777199.999999998px
}
.rental-delivery-main .product-card .banner {
  width: 100%;
  height: 350px;
  position: relative;
  border-bottom: 1px solid #e9eae5
}
.rental-delivery-main .product-card .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.rental-delivery-main .product-card .content {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.rental-delivery-main .product-card .content .product-card__tag {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3ea14a
}
.rental-delivery-main .product-card .content .product-card__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.rental-delivery-main .product-card .content .product-card__price {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 1px;
  color: #f16334
}
.rental-delivery-main .product-card .content .product-card__price span {
  display: flex;
  align-items: flex-end;
  font-size: 25px;
  line-height: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f16334
}
.rental-delivery-main .product-card .content .product-card__price span.woocommerce-Price-currencySymbol {
  color: #f16334;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px
}
.rental-delivery-main .product-card .content .product-card__description {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.rental-delivery-main .product-card .content .btn-sold {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 14px;
  gap: 10px;
  height: 25px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333
}
.wp-singular .categories-card2 {
  margin: 24px auto auto
}
.categories-card2 {
  width: 100%;
  min-height: 128px;
  padding: 40px 43px;
  margin: 60px auto;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.categories-card2 h5 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.categories-card2 h5 span {
  width: 12px;
  height: 12px;
  background: #63ac6b
}
.categories-card2 .cat-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}
.categories-card2 .cat-row .cat-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  gap: 10px;
  height: 36px;
  background: #3d5f51;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff
}
.categories-card2 .cat-row .cat-link.active, .categories-card2 .cat-row .cat-link:hover {
  background: #63ac6b
}
.categories-card2 .keyword-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}
.categories-card2 .keyword-row .keyword-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  gap: 0;
  height: 36px;
  background: #f3f4f6;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51
}
.categories-card2 .keyword-row .keyword-link span {
  color: rgba(61, 95, 81, .568627451)
}
.categories-card2 .keyword-row .keyword-link.active, .categories-card2 .keyword-row .keyword-link:hover {
  background: #3d5f51;
  color: #fff
}
.categories-card2 .keyword-row .keyword-link.active span, .categories-card2 .keyword-row .keyword-link:hover span {
  color: hsla(0, 0%, 100%, .5019607843)
}
.categories-card2 .add-keyword-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  border-radius: 0;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #3d5f51;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51
}
.categories-card2 button.add-keyword-link {
  background: rgba(0, 0, 0, 0);
  border-left: none;
  border-right: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-align: left
}
.categories-card2 .gap-35 {
  width: 100%;
  height: 35px
}
.pt-40 {
  padding-top: 40px
}
.pagination-row {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center
}
.pagination-row .pagination {
  gap: 16px
}
.pagination-row .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  border: none;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .08);
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #3d5f51;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease
}
.pagination-row .page-item .page-link:hover {
  background: #3d5f51;
  color: #fff
}
.pagination-row .page-item .page-link:focus {
  box-shadow: none;
  outline: none
}
.pagination-row .page-item.active .page-link {
  background: #3d5f51;
  color: #fff
}
.pagination-row .page-item.disabled .page-link {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #3d5f51;
  cursor: default;
  pointer-events: none
}
.blog__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 10px
}
.blog__card:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.blog__card .blog-card__banner {
  width: 100%;
  height: 171px;
  -o-object-fit: cover;
  object-fit: cover
}
.blog__card .blog-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 30px;
  width: 100%;
  border-radius: 0
}
.blog__card .blog-card__content .blog-card__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #63AC6B;
  margin-bottom: 6px
}
.blog__card .blog-card__content .blog-card__title {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.blog__card .blog-card__content h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #63ac6b
}
.blog-listing .row {
  gap: 20px
}
.blog-listing .col-6 {
  width: 23%;
  padding: 0
}
.news-card-lg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 60px 30px 30px;
  gap: 4px;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 10px;
  position: relative
}
.news-card-lg:hover {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
.news-card-lg:hover path {
  fill: #63ac6b;
  transition: fill .3s
}
.news-card-lg .news-card__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.news-card-lg span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #63ac6b
}
.news-card-lg h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333
}
.page__heading-section {
  padding: 80px 0 40px;
  background: #f9faf4
}
.service-quote__heading-section {
  padding: 150px 0 60px
}
.page__heading-section h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 10px
}
.page__heading-section h1, .page__heading-section h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #3d5f51
}
.page-label {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #63AC6B;
  margin-bottom: 10px
}
.page__heading-section h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #333
}
.page__heading-section h4 small {
  font-size: 20px
}
.page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 30px 100px;
  gap: 10px;
  width: 100%;
  min-height: 80px;
  background: #f9faf4;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e9eae5;
  border-radius: 0
}
.page__breadcrumb .breadcrumb-row {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap
}
.page__breadcrumb .breadcrumb-row a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px
}
.page__breadcrumb .breadcrumb-row a:hover {
  color: #63AC6B
}
.page__breadcrumb .breadcrumb-row a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #63ac6b;
  border-radius: 50%;
  flex: none;
  order: 0;
  flex-grow: 0
}
.faq-section {
  padding: 100px 0;
  background: #f9faf4
}
.faq-section h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 40px
}
.faq-section .faq-card {
  display: flex;
  padding: 30px 30px 30px 25px;
  gap: 12px;
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px;
  gap: 12px
}
.faq-section .faq-card .content {
  width: calc(100% - 37px)
}
.faq-section .faq-card .content h5 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 12px
}
.faq-section .faq-card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8);
  margin-bottom: 0
}
.terms-and-conditions-section {
  padding-bottom: 150px;
  background: #f9faf4
}
.terms-and-conditions-section .terms-and-conditions-table {
  padding: 0;
  width: 100%;
  min-height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 60px
}
.terms-and-conditions-section .terms-and-conditions-table .table-row {
  display: flex;
  align-self: center;
  border-bottom: 1px solid #e8f0e9
}
.terms-and-conditions-section .terms-and-conditions-table .table-row .table-col-1 {
  width: 285px;
  height: auto;
  background: red;
  padding: 25px 20px;
  background: #f5f5f5
}
.terms-and-conditions-section .terms-and-conditions-table .table-row .table-col-1 span {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #333
}
.terms-and-conditions-section .terms-and-conditions-table .table-row .table-col-2 {
  width: calc(100% - 285px);
  height: auto;
  padding: 25px
}
.terms-and-conditions-section .terms-and-conditions-table .table-row .table-col-2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.terms-and-conditions-section .terms-and-conditions-table .table-row .table-col-2 span a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #068acc
}
.terms-and-conditions-section .more-points p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.contact__us__section {
  background: #f9faf4;
  padding-bottom: 150px
}
.contact__us__section .contact__us__heading {
  margin-bottom: 60px
}
.contact__us__section .contact__us__heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  max-width: 523px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}
.contact__us__section .contact__us__heading .c-card .card-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 12px;
  width: 100%;
  height: 41px;
  background: #63ac6b;
  border-radius: 14px 14px 0 0
}
.contact__us__section .contact__us__heading .c-card .card-head span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #fff
}
.contact__us__section .contact__us__heading .c-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 100%;
  min-height: 106px;
  background: #fff;
  border: 3px solid #63ac6b;
  border-radius: 0 0 10px 10px
}
.contact__us__section .contact__us__heading .c-card .card-body h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 12px
}
.contact__us__section .contact__us__heading .c-card .card-body span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #3d5f51
}
.contact__us__section .contact__us__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px 80px;
  width: 100%;
  min-height: 400px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.contact__us__section .contact__us__card .heading {
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px
}
.contact__us__section .contact__us__card .heading .line {
  height: 1px;
  background: #333;
  width: 100%;
  max-width: 500px
}
.contact__us__section .contact__us__card .heading .text {
  padding: 0 30px;
  margin-top: -25px;
  background: #fff
}
.contact__us__section .contact__us__card .heading .text .form-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px
}
.contact__us__section .contact__us__card .heading .text .page-label {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #63AC6B;
  margin-bottom: 0
}

/* =============================================
   会員規約エリア（新規会員登録ページ）
   追加先: style.css の .wizard-form .panel.show ブロック付近
   ============================================= */
.wizard-form__body {
  width: 100%
}
.wizard-form__body .mw_wp_form {
  width: 100%
}
.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel], .mw_wp_form select, .mw_wp_form textarea {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-family: "LINE Seed JP", sans-serif;
  color: #333;
  outline: none;
  transition: border-color .2s;
  background: #fff
}
.mw_wp_form input[type=text]:focus, .mw_wp_form input[type=email]:focus, .mw_wp_form input[type=tel]:focus, .mw_wp_form select:focus, .mw_wp_form textarea:focus {
  border-color: #63ac6b;
  box-shadow: 0 0 0 3px rgba(99, 172, 107, .12)
}
.mw_wp_form textarea {
  height: 180px;
  padding: 12px;
  resize: vertical
}
.mw_wp_form input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #068acc;
  cursor: pointer;
  flex-shrink: 0
}
.mw_wp_form .mwform-checkbox-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}
.mw_wp_form .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer
}
.mw_wp_form .error {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 6px;
  display: block
}
.mw_wp_form .mwform-field-multiple {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.mw_wp_form_input input[type=submit],
.mw_wp_form_input button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 16px 30px;
  background: #da4636;
  border: 2px solid #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  margin-top: 20px
}
.mw_wp_form_input input[type=submit]:hover, .mw_wp_form_input button[type=submit]:hover {
  background: #a93e33;
  border-color: #a93e33
}
.mwform-confirm-wrap {
  width: 100%
}
.mwform-confirm-wrap__lead {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 32px
}
.mw_wp_form_confirm table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px
}
.mw_wp_form_confirm table th, .mw_wp_form_confirm table td {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  border-bottom: 1px solid #e9eae5;
  text-align: left;
  vertical-align: top
}
.mw_wp_form_confirm table th {
  width: 30%;
  font-weight: 700;
  background: #f9faf4;
  white-space: nowrap
}
.wizard-form__btn-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wizard-form__btn--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 16px 30px;
  background: #da4636;
  border: 2px solid #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: background .2s, border-color .2s
}
.wizard-form__btn--submit:hover {
  background: #c13b2d;
  border-color: #c13b2d
}
.wizard-form__btn--back {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: opacity .2s
}
.wizard-form__btn--back:hover {
  opacity: .6
}
.mwform-complete-wrap {
  width: 100%;
  padding: 20px 0
}
.mwform-complete-wrap .mwform-complete-wrap__thanks {
  font-size: 20px;
  font-weight: 700;
  color: #3d5f51;
  margin-bottom: 24px
}
.mwform-complete-wrap p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px
}
.mwform-complete-wrap a {
  color: #068acc;
  text-decoration: underline
}
.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0
}
@media(max-width: 767px) {
  .mw_wp_form_confirm table th {
    width: 100%;
    display: block;
    border-bottom: none
  }
  .mw_wp_form_confirm table td {
    display: block;
    padding-top: 8px
  }
  .mw_wp_form_confirm table tr {
    display: block;
    border-bottom: 1px solid #e9eae5;
    padding: 12px 0
  }
}
.wizard-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto
}
.wizard-form .stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 75px
}
.wizard-form .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px
}
.wizard-form .step-circle {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background: #f3f4f6;
  transition: background .3s
}
.wizard-form .step-circle.active {
  background: #63ac6b
}
.wizard-form .step-circle.done {
  background: #3d5f51
}
.wizard-form .btn-dark {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 4px 15px !important;
  gap: 10px !important;
  height: 28px !important;
  background: #333 !important;
  border: 1px solid #333 !important;
  border-radius: 16777199.999999998px !important;
  font-family: "LINE Seed JP" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  color: #fff !important
}
.wizard-form .wdwdw {
  display: flex;
  align-items: center;
  gap: 20px
}
.wizard-form .step-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .4);
  transition: color .3s
}
.wizard-form .step-label.active {
  color: #333
}
.wizard-form .step-bar {
  margin-left: -15px;
  margin-right: -15px;
  width: 110px;
  height: 3px;
  background: #f3f4f6;
  margin-top: 8.5px;
  transition: background .3s
}
.wizard-form .step-bar.done {
  background: #3d5f51
}
.wizard-form .panel {
  display: none;
  margin-bottom: 28px
}
.wizard-form .panel .form-wrap .field-group {
  margin-bottom: 45px
}
.wizard-form .panel .form-wrap .address-zip-row {
  margin-bottom: 22px
}
.wizard-form .panel .form-wrap .field-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 8px
}
.wizard-form .panel .form-wrap .badge-tag {
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 21px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0
}
.wizard-form .panel .form-wrap .badge-required {
  background: #e74c3c
}
.wizard-form .panel .form-wrap .badge-optional {
  background: #999
}
.wizard-form .panel .form-wrap .form-control-custom {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  outline: none;
  transition: border-color .2s
}
.wizard-form .panel .form-wrap .form-control-custom:focus {
  border-color: #63ac6b;
  box-shadow: 0 0 0 3px rgba(99, 172, 107, .12)
}
.wizard-form .panel .form-wrap textarea.form-control-custom {
  height: 200px;
  resize: vertical
}
.wizard-form .panel .form-wrap .form-control-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .form-wrap small {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3ea14a
}
.wizard-form .panel .form-wrap .checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}
.wizard-form .panel .form-wrap .multi-note {
  font-size: 13px;
  color: #63ac6b;
  margin-top: 6px
}
.wizard-form .panel .form-wrap .field-subtext {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .form-wrap .field-subtext a {
  color: #068acc
}
.wizard-form .panel .step-2 h4 {
  margin-bottom: 30px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .step-2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .step-2 .email {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .confirm-content {
  width: 100%
}
.wizard-form .panel .confirm-content h4 {
  margin-bottom: 30px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}
.wizard-form .panel .confirm-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px
}
.wizard-form .panel .confirm-content p a {
  color: #068acc
}
.wizard-form .panel.show {
  display: block
}
.wizard-form .panel-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px
}
.wizard-form .panel-text {
  font-size: 14px;
  color: rgba(51, 51, 51, .6);
  line-height: 1.6
}
.wizard-form .btn-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px
}
.wizard-form .btn-danger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #da4636;
  border: 2px solid #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff
}
.wizard-form .btn-ghost {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333;
  border: none;
  padding: 10px
}
/* 規約スクロールボックス */
.wizard-form .panel .form-wrap .terms-scroll-box {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  margin-bottom: 16px;
  /* スクロール挙動をスムーズに */
  scroll-behavior: smooth;
}

.wizard-form .panel .form-wrap .terms-scroll-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px; /* 162.5% */
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 12px;
}

.wizard-form .panel .form-wrap .terms-scroll-box p:last-child {
  margin-bottom: 0;
}

.wizard-form .panel .form-wrap .terms-scroll-box p strong {
  font-weight: 700;
}

/* 規約同意チェックボックス */
.wizard-form .panel .form-wrap .terms-agree-label {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.wizard-form .panel .form-wrap .terms-agree-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #068acc;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox-item {
  display: flex;
  padding: 5px 0;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer
}
.checkbox-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #068acc !important;
  cursor: pointer;
  flex-shrink: 0
}
.privacy-policy-section {
  background: #f9faf4;
  padding-bottom: 150px
}
.privacy-policy-section .content-card {
  margin-bottom: 35px
}
.privacy-policy-section .content-card .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 25px;
  gap: 30px;
  width: 100%;
  background: #fff;
  border-radius: 14px
}
.privacy-policy-section .content-card .contact-info a {
  text-decoration: underline !important;
  color: #068acc
}
.privacy-policy-section .content-card .heading {
  margin-top: 40px;
  border-bottom: 1px solid #3d5f51;
  margin-bottom: 20px
}
.privacy-policy-section .content-card .heading h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #3d5f51;
  margin-bottom: 10px
}
.privacy-policy-section .content-card ol {
  margin-bottom: 10px
}
.privacy-policy-section .content-card ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}
.privacy-policy-section .content-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.privacy-policy-section .section-bottom {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  border-top: 1px solid #e9eae5;
  padding-top: 25px
}
.privacy-policy-section .section-bottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product {
  display: flex;
  gap: 50px
}
.rental-delivery-product .product-assets {
  width: 485px
}
.rental-delivery-product .product-assets .product-slider {
  width: 100%;
  margin-bottom: 60px
}
.rental-delivery-product .product-assets .product-slider .main-slider {
  width: 485px;
  height: 485px;
  overflow: hidden;
  border-radius: 12px
}
.rental-delivery-product .product-assets .product-slider .main-slider img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%
}
.rental-delivery-product .product-assets .product-slider .thumb-slider {
  margin-top: 25px;
  display: flex;
  overflow: visible !important
}
.rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide {
  height: 89px;
  width: 89px !important;
  opacity: .5;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #e9eae5;
  overflow: visible
}
.rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #4caf50
}
.rental-delivery-product .product-assets .product-slider .thumb-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 6px;
}
.rental-delivery-product .product-assets h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #0a0a0a;
  margin-bottom: 24px
}
.rental-delivery-product .product-assets .product-video-list {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.rental-delivery-product .product-assets .video-card {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  min-height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
  background: linear-gradient(0deg, #3d5f51, #3d5f51), url(daiko_video.png);
  border-radius: 16px
}
.rental-delivery-product .product-assets .video-card iframe, .rental-delivery-product .product-assets .video-card video {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #000
}
.rental-delivery-product .product-assets .video-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.rental-delivery-product .product-detail {
  width: calc(100% - 535px)
}
.rental-delivery-product .product-detail .top-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 15px
}
.rental-delivery-product .product-detail .top-badges span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  height: 28px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .product-detail .heading {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.rental-delivery-product .tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 15px
}
.rental-delivery-product .tags span {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 8px;
  gap: 10px;
  height: 30px;
  background: #fff;
  border: 1px solid #63ac6b;
  border-radius: 3px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  letter-spacing: 1px;
  color: #63ac6b
}
.rental-delivery-product .tags span:hover {
  background: #63ac6b;
  color: #fff
}
.rental-delivery-product .symbol {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .product-detail .price {
  font-family: "LINE Seed JP", sans-serif;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end
}
.rental-delivery-product .product-detail .price .price-num {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #f16334
}
.rental-delivery-product .product-detail .price .price-yen {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f16334
}
.rental-delivery-product .product-detail .price small {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  align-self: flex-end
}
.rental-delivery-product .product-detail .dics {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 40px
}
.rental-delivery-product .nav-pills {
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px
}
.rental-delivery-product .nav-pills .nav-link {
  border: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #000;
  margin-bottom: -2px;
  padding: 10px 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .nav-pills .nav-link.active {
  border-bottom: 2px solid #63ac6b
}
.rental-delivery-product .pro-detail-card {
  padding: 30px 25px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 24px
}
.rental-delivery-product .pro-detail-card .check-list {
  padding: 0;
  margin-bottom: 30px
}
.rental-delivery-product .pro-detail-card .check-list .check-item {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  display: flex;
  gap: 12px;
  color: #333;
  margin-bottom: 10px
}
.rental-delivery-product .pro-detail-card.pro-detail-card--notes {
  border: 1px solid #da4636
}
.rental-delivery-product .pro-detail-card .table-card .t-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0 12px 15px;
  gap: 15px;
  width: 100%;
  min-height: 48px;
  border-bottom: 1px solid #e9eae5;
  border-radius: 0
}
.rental-delivery-product .pro-detail-card .table-card .t-row .col-1 {
  width: 150px
}
.rental-delivery-product .pro-detail-card .table-card .t-row .col-1 span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .pro-detail-card .table-card .t-row .col-2 {
  width: calc(100% - 165px)
}
.rental-delivery-product .pro-detail-card .table-card .t-row .col-2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .8)
}
.rental-delivery-product .pro-detail-card .ul-list ul {
  padding-left: 1rem
}
.rental-delivery-product .pro-detail-card .ul-list ul li {
  color: #b1d6b5;
  margin-bottom: 5px;
  font-size: 20px
}
.rental-delivery-product .pro-detail-card .ul-list.ul-list--notes ul li {
  color: #da4636
}
.rental-delivery-product .pro-detail-card .ul-list ul li p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.rental-delivery-product .notes {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #3ea14a;
  letter-spacing: 1px;
  margin-bottom: 50px
}
.rental-delivery-product .line-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px
}
.rental-delivery-product .line-heading .line {
  width: 100%;
  height: 1px;
  background: #333
}
.rental-delivery-product .line-heading span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333;
  white-space: nowrap
}
.rental-delivery-product .reservation-card {
  padding: 30px 24px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 24px
}
.rental-delivery-product .reservation-card .rc-field {
  margin-bottom: 30px
}
.rental-delivery-product .reservation-card .rc-label {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 8px
}
.rental-delivery-product .reservation-card .rc-required {
  color: #DA4636;
  font-feature-settings: 'sups' on;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
}
.rental-delivery-product .reservation-card .rc-note {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #3ea14a;
  margin-top: 8px;
  margin-bottom: 30px
}
.rental-delivery-product .reservation-card .rc-select, .rental-delivery-product .reservation-card .rc-input {
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  padding: 0 16px;
  background-color: #fff
}
.rental-delivery-product .reservation-card .rc-select:focus, .rental-delivery-product .reservation-card .rc-input:focus {
  border-color: #3d5f51;
  box-shadow: 0 0 0 2px rgba(61, 95, 81, .12)
}
.rental-delivery-product .reservation-card .rc-select {
  padding-right: 36px
}
.rental-delivery-product .reservation-card .rc-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  height: 44px
}
.rental-delivery-product .reservation-card .rc-qty__btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  font-size: 18px;
  color: rgba(51, 51, 51, .45);
  cursor: pointer;
  transition: background .15s
}
.rental-delivery-product .reservation-card .rc-qty__btn:hover {
  background: #f5f5f5
}
.rental-delivery-product .reservation-card .rc-qty__btn:active {
  background: #ebebeb
}
.rental-delivery-product .reservation-card .rc-qty__value {
  width: 44px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-schedule {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
.rental-delivery-product .reservation-card .rc-schedule__row {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-right: 16px;
  border-bottom: 1px solid #fff;
  background: rgba(232, 240, 233, .7);
}
.rental-delivery-product .reservation-card .rc-schedule__row--last {
  border-bottom: none
}
.rental-delivery-product .reservation-card .rc-schedule__badge {
  display: inline-flex;
  align-items: center;
  width: 104px;
  height: 40px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
  flex-shrink: 0
}
.rental-delivery-product .reservation-card .rc-schedule__badge--green {
  background-color: #3d5f51
}
.rental-delivery-product .reservation-card .rc-schedule__badge--green2 {
  background-color: #63ac6b
}
.rental-delivery-product .reservation-card .rc-schedule__badge--red {
  background-color: #da4636
}
.rental-delivery-product .reservation-card .rc-schedule__date {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3d5f51;
  background: rgba(232, 240, 233, .7);
}
.rental-delivery-product .reservation-card .rc-divider {
  height: 1px;
  background: #e8e8e8;
  margin: 20px 0
}
.rental-delivery-product .reservation-card .rc-prices__row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e9eae5;
  min-height: 0;
  padding: 10px 0
}
.rental-delivery-product .reservation-card .rc-prices__row span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-prices__row:last-child {
  border-bottom: none
}
.rental-delivery-product .reservation-card .rc-prices__row--sub {
  font-size: 13px;
  color: rgba(51, 51, 51, .8)
}
.rental-delivery-product .reservation-card .rc-prices__row:last-child {
  margin-bottom: 0
}
.rental-delivery-product .reservation-card .rc-total__label {
  font-size: 17px;
  font-weight: 800;
  color: #333
}
.rental-delivery-product .reservation-card .rc-total__amount {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #da4636
}
.rental-delivery-product .reservation-card .rc-total__unit {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-footer {
  text-align: right
}
.rental-delivery-product .reservation-card .rc-footer p {
  margin-bottom: 0;;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-footer p a {
  color: #068acc;
  text-decoration: underline
}
.rental-delivery-product .reservation-card .rc-datepicker-wrap {
  position: relative
}
.rental-delivery-product .reservation-card .rc-date-input {
  cursor: pointer
}
.rental-delivery-product .reservation-card .rc-calendar {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 100;
  animation: rcFadeIn .15s ease
}
.rental-delivery-product .reservation-card .rc-calendar__inner {
  padding: 20px 12px;
  gap: 10px;
  width: 685px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px
}
.rental-delivery-product .reservation-card .rc-calendar__header {
  display: flex;
  align-items: center;
  margin-bottom: 18px
}
.rental-delivery-product .reservation-card .rc-calendar__nav {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0
}
.rental-delivery-product .reservation-card .rc-calendar__nav svg {
  display: block
}
.rental-delivery-product .reservation-card .rc-calendar__nav:hover {
  opacity: .6
}
.rental-delivery-product .reservation-card .rc-calendar__title {
  flex: 1;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333
}
.rental-delivery-product .reservation-card .rc-calendar__body {
  display: flex;
  gap: 20px
}
.rental-delivery-product .reservation-card .rc-calendar__month {
  flex: 1
}
.rental-delivery-product .reservation-card .rc-calendar__month table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed
}
.rental-delivery-product .reservation-card .rc-calendar__month th {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-calendar__month th.sun {
  color: #da4636
}
.rental-delivery-product .reservation-card .rc-calendar__month th.sat {
  color: #4caf50
}
.rental-delivery-product .reservation-card .rc-calendar__month td {
  text-align: center;
  vertical-align: top;
  padding: 0
}
.rental-delivery-product .reservation-card .rc-calendar__cell {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  cursor: pointer
}
.rental-delivery-product .reservation-card .rc-calendar__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 25px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  transition: background .12s;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333
}
.rental-delivery-product .reservation-card .rc-calendar__cell:hover .rental-delivery-product .reservation-card .rc-calendar__num {
  background: #f2f2f2
}
.rental-delivery-product .reservation-card .rc-calendar__cell--muted {
  pointer-events: none
}
.rental-delivery-product .reservation-card .rc-calendar__cell--muted .rc-calendar__num {
  color: #d0d0d0
}
.rental-delivery-product .reservation-card .rc-calendar__cell--start .rc-calendar__num {
  background: #3d5f51;
  color: #fff;
  font-weight: 700
}
.rental-delivery-product .reservation-card .rc-calendar__cell--start .rc-calendar__label {
  color: #3d5f51
}
.rental-delivery-product .reservation-card .rc-calendar__cell--end .rc-calendar__num {
  background: rgba(61, 95, 81, .4);
  color: #fff;
  font-weight: 700
}
.rental-delivery-product .reservation-card .rc-calendar__cell--end .rc-calendar__label {
  color: #3d5f51
}
.rental-delivery-product .reservation-card .rc-calendar__cell--return .rc-calendar__num {
  background: #da4636;
  color: #fff;
  font-weight: 700
}
.rental-delivery-product .reservation-card .rc-calendar__cell--return .rc-calendar__label {
  color: #da4636
}
.rental-delivery-product .reservation-card .rc-calendar__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: -15px;
  white-space: nowrap
}
.rental-delivery-product .reservation-card .rc-calendar__close {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0;
  background: none;
  border: none;
  border-top: 1px solid #eee;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  cursor: pointer
}
.rental-delivery-product .reservation-card .rc-calendar__close:hover {
  color: #3d5f51
}
@keyframes rcFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.rental-delivery-product .simultaneou-section {
  padding: 30px 25px;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #da4636;
  border-radius: 14px
}
.rental-delivery-product .simultaneou-section h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #da4636;
  margin-bottom: 8px
}
.rental-delivery-product .simultaneou-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #0a0a0a;
  margin-bottom: 8px
}
.rental-delivery-product .rental-conditions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 30px 25px;
  width: 100%;
  background: #fff;
  border: 1px solid #3d5f51;
  border-radius: 14px
}
.rental-delivery-product .rental-conditions h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #3d5f51;
  margin-bottom: 18px
}
.rental-delivery-product .rental-conditions textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 31px 0 16px;
  gap: 8px;
  width: 100%;
  height: 160px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 16px
}
.rental-delivery-product .rental-conditions .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 10px
}
.rental-delivery-product .rental-conditions .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 0
}
.rental-delivery-product .rental-conditions .form-check .form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .rental-conditions .signature {
  width: 100%
}
.rental-delivery-product .rental-conditions .signature .rc-label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 8px
}
.rental-delivery-product .rental-conditions .signature .rc-required {
  margin: 0;
}
.rental-delivery-product .rental-conditions .signature .rc-note {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #3ea14a;
  margin-bottom: 30px
}
.rental-delivery-product .rental-conditions .signature .rc-select, .rental-delivery-product .rental-conditions .signature .rc-input {
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  padding: 0 16px;
  background-color: #fff
}
.rental-delivery-product .rental-conditions .signature .rc-select:focus, .rental-delivery-product .rental-conditions .signature .rc-input:focus {
  border-color: #3d5f51;
  box-shadow: 0 0 0 2px rgba(61, 95, 81, .12)
}
.rental-delivery-product .rental-conditions .signature span {
  margin-top: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #da4636
}
.rental-delivery-product .btn-cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
  width: 100%;
  margin-bottom: 12px;
  height: 60px;
  background: #da4636;
  border: 1px solid #da4636;
  border-radius: 10px
}
.rental-delivery-product .btn-cart span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.rental-delivery-product .btn-fav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  height: 52px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px
}
.rental-delivery-product .btn-fav span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.rental-delivery-product .social-share {
  display: flex;
  align-items: center;
  gap: 8px
}
.rental-delivery-product .social-share .btn-x {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  width: 100%;
  height: 68px;
  background: #333;
  border-radius: 10px
}
.rental-delivery-product .social-share .btn-x span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.rental-delivery-product .social-share .btn-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  width: 100%;
  height: 68px;
  background: #4cc764;
  border-radius: 10px
}
.rental-delivery-product .social-share .btn-line span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.rental-delivery-product .social-share .btn-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  width: 100%;
  height: 68px;
  background: #3d5f51;
  border-radius: 10px
}
.rental-delivery-product .social-share .btn-link span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.user-guide-main {
  padding: 100px 0;
  background: #f9faf4
}
.user-guide-main .card-heading {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 40px
}
.user-guide-main .guide-card {
  padding: 60px 30px;
  gap: 80px;
  width: 100%;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.user-guide-main .guide-card .logos {
  width: 100%;
  max-width: 400px
}
.user-guide-main .guide-card .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px
}
.user-guide-main .guide-card .info span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333
}
.user-guide-main .guide-card .info span a {
  color: #068acc
}
.user-guide-main .guide-card .guide-card__title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}
.user-guide-main .guide-card .guide-card__title span {
  width: 15px;
  height: 15px;
  background: #63ac6b
}
.user-guide-main .guide-card .guide-list {
  margin-bottom: 40px;
}
.user-guide-main .guide-card p {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333
}
.user-guide-main .user-guide__link {
  color: #068acc
}
.user-guide-main .guide-card .ul-list {
  padding-left: 1.5rem
}
.user-guide-main .guide-card .ul-list li {
  color: #63ac6b !important;
  font-size: 20px;
  margin-bottom: 8px
}
.user-guide-main .guide-card .ul-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #068acc;
  text-decoration: underline !important
}
.user-guide-main .guide-card .devider {
  margin: 80px 0;
  width: 100%;
  height: 1px;
  background: #e9eae5
}
.user-guide-main .guide-card .tabs-section {
  padding-top: 20px
}
.user-guide-main .guide-card .tabs-section .no-data {
  padding: 0 20px 20px
}
.user-guide-main .guide-card .tabs-section .nav-pills {
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px
}
.user-guide-main .guide-card .tabs-section .nav-pills .nav-link {
  border: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #000;
  margin-bottom: -2px;
  padding: 10px 20px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.user-guide-main .guide-card .tabs-section .nav-pills .nav-link.active {
  border-bottom: 2px solid #63ac6b
}
.user-guide-main .guide-card .pickup-rentals-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 35px;
  gap: 5px;
  width: 100%;
  background: #f9faf4;
  margin-bottom: 30px;
  border-radius: 10px
}
.user-guide-main .guide-card .pickup-rentals-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 8px
}
.user-guide-main .guide-card .pickup-rentals-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.user-guide-main .guide-card .store-pickup-rental-points {
  padding: 20px
}
.user-guide-main .guide-card .store-pickup-rental-points .point {
  margin-bottom: 40px

}
.user-guide-main .guide-card .store-pickup-rental-points .point-list {
  list-style: none;
  padding-left: 0;
}
.user-guide-main .guide-card .store-pickup-rental-points .point-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px
}
.user-guide-main .guide-card .store-pickup-rental-points .point-item span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #63ac6b;
  border-radius: 16777199.999999998px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #fff
}
.user-guide-main .guide-card .store-pickup-rental-points .point p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333
}
.user-guide-main .guide-card .store-pickup-rental-points .point p span {
  color: #068acc
}
.user-guide-main .guide-card .map-card {
  width: 100%;
  height: 500px
}
.user-guide-main .guide-card .map-card iframe {
  width: 100%;
  height: 100%
}
.user-guide-main .guide-card .daily-rental-fee .daily-rental-fee__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.user-guide-main .guide-card .daily-rental-fee p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 40px
}
.user-guide-main .guide-card .guide-card__title-sub {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.user-guide-main .guide-card .delivery-information p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 40px
}
.user-guide-main .guide-card .delivery-information .info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 35px;
  gap: 5px;
  width: 100%;
  background: #f9faf4;
  margin-bottom: 15px;
  border-radius: 10px
}
.user-guide-main .guide-card .delivery-information .info-card h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #da4636;
  margin-bottom: 5px
}
.user-guide-main .guide-card .delivery-information .info-card span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333
}
.user-guide-main .guide-card .scroll-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px 0
}
.user-guide-main .guide-card .scroll-right span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .6)
}
.user-guide-main .guide-card .table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px
}
.user-guide-main .guide-card .table-wrapper::-webkit-scrollbar-track {
  background: #dbead9 !important
}
.user-guide-main .guide-card .table-wrapper::-webkit-scrollbar-thumb {
  background: #63ac6b !important
}
.user-guide-main .guide-card .table-wrapper thead tr th:first-child {
  border-top-left-radius: 12px
}
.user-guide-main .guide-card .table-wrapper thead tr th:last-child {
  border-top-right-radius: 12px
}
.user-guide-main .guide-card .table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  min-width: 860px;
  font-size: 13px;
  color: #222
}
.user-guide-main .guide-card .table-wrapper thead tr th {
  background-color: #3d5f51;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: center;
  padding: 16px;
  border: 1px solid silver;
  line-height: 1.5;
  min-width: 100px
}
.user-guide-main .guide-card .table-wrapper .region-name {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff
}
.user-guide-main .guide-card .table-wrapper .region-prefs {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #fff
}
.user-guide-main .guide-card .table-wrapper tbody tr {
  background-color: #fff
}
.user-guide-main .guide-card .table-wrapper tbody td {
  border-bottom: 1px solid #c8c8c8;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  padding: 16px 24px
}
.user-guide-main .guide-card .table-wrapper tbody td:first-child {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  padding: 16px 24px;
  white-space: nowrap
}
.service-heading {
  background: #f9faf4
}
.service-heading .nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly
}
.service-heading .nav .nav-link {
  border-right: 1px solid #f9faf4;
  width: 100%;
  padding: 10px;
  background: #3e5f51;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.service-heading .nav .nav-link:last-child {
  border-right: none
}
.service-heading .page-heading {
  padding: 35px 22px
}
.service-heading .page-heading p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #63ac6b;
  margin-bottom: 8px
}
.service-heading .page-heading h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 2px;
  color: #3d5f51;
  margin-bottom: 0
}
.service-heading .flow-section .accordion .accordion-item {
  border-radius: 10px
}
.service-heading .flow-section .accordion .accordion-header .accordion-button {
  border-radius: 10px 10px 0 0
}
.login-card {
  width: 100%;
  background: #eef0e6;
  border-radius: 14px
}
.login-card form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px 80px;
  gap: 45px
}
.login-card form h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 0
}
.login-card form .form-group {
  width: 100%
}
.login-card form .form-group label {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px
}
.login-card form .form-group .form-control {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px
}
.login-card form .form-group .checkbox-item {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.login-card form .btn-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff
}
.login-card form .btn-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.login-card form .btn-link span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #333
}
.login-heading {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px
}
.login-heading h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 0
}
.login-heading .btn-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff
}
.login-heading p {
  margin-top: 30px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333
}
.my-page-section {
  padding: 60px 0 150px;
  background: #eef0e6
}
.my-page-section .row {
  margin-left: -10px;
  margin-right: -10px
}
.my-page-section .row .col-lg-3, .my-page-section .row .col-6, .my-page-section .row .col-lg-4 {
  margin-left: -5px;
  margin-right: -5px
}
.my-page-section .mypage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  width: 100%;
  margin-bottom: 10px;
  height: calc(100% - 10px);
  min-height: 220px;
  background: #fff;
  border-radius: 8px;
  gap: 15px
}
.my-page-section .mypage-card .my-page__menu h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.my-page-section .mypage-card p {
  text-align: left;
  width: 100%;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .9);
  margin-bottom: 0
}
.my-page-section .my-tags {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  height: 46px;
  background: #fff;
  border-radius: 5px
}
.my-page-section .my-tags span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.my-page-section .my-page__menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-page-sub-level {
  padding: 0 0 150px;
  background: #f9faf4
}
.warning-card {
  padding: 40px 30px 50px;
  gap: 60px;
  width: 100%;
  min-height: 142px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 10px
}
.warning-card p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.my-page-tags {
  padding: 60px 0;
  background: #eef0e6
}
.my-page-tags .row {
  gap: 5px;
}
.my-page-tags .col-lg-3 {
  width: 24.6%;
  padding: 0;
}
.my-page-tags .my-tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  height: 46px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.my-page-tags .my-tags:hover {
  color: #fff;
  background: #333
}
.page-my-account-inline .my-page-tags .my-tags,
.page-my-account-inline .my-page-section .my-tags,
.page-my-account-inline .mypage-card {
	display: block;
	text-decoration: none;
}
.page-my-account-inline .my-page-tags .my-tags.is-active,
.page-my-account-inline .my-page-section .my-tags.is-active {
	background: #333;
}
.page-my-account-inline .my-page-tags .my-tags.is-active,
.page-my-account-inline .my-page-section .my-tags.is-active {
	color: #fff;
}
.page-my-account-inline .my-order-list {
	display: grid;
	gap: 24px;
}
.page-my-account-inline .my-order-card {
	background: #fff;
	border: 1px solid #e4ede5;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 10px 24px rgba(61, 95, 81, 0.08);
}
.page-my-account-inline .my-order-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #edf3ee;
	flex-wrap: wrap;
}
.page-my-account-inline .my-order-card__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.page-my-account-inline .my-order-card__number {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}
.page-my-account-inline .my-order-card__date {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}
.page-my-account-inline .my-order-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	background: #eef3ee;
	color: #3d5f51;
}
.page-my-account-inline .status--pending { background: #fff4db; color: #9b6b00; }
.page-my-account-inline .status--processing { background: #e8f3ff; color: #1d5fa7; }
.page-my-account-inline .status--on-hold { background: #efe8ff; color: #5d35a6; }
.page-my-account-inline .status--completed { background: #e7f7ea; color: #217a33; }
.page-my-account-inline .status--cancelled,
.page-my-account-inline .status--failed { background: #fdeaea; color: #b42318; }
.page-my-account-inline .status--refunded { background: #f3f4f6; color: #667085; }

.page-my-account-inline .my-order-item {
	display: flex;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid #edf3ee;
}
.page-my-account-inline .my-order-item:last-of-type {
	border-bottom: none;
}
.page-my-account-inline .my-order-item__thumb {
	flex: 0 0 110px;
}
.page-my-account-inline .my-order-item__thumb img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 14px;
	border: 1px solid #edf3ee;
}
.page-my-account-inline .my-order-item__body {
	flex: 1 1 auto;
	min-width: 0;
}
.page-my-account-inline .my-order-item__name {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #333;
}
.page-my-account-inline .my-order-item__meta {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}
.page-my-account-inline .my-order-card__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-top: 20px;
	margin-top: 12px;
	border-top: 1px solid #edf3ee;
	flex-wrap: wrap;
}
.page-my-account-inline .my-order-card__total {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.page-my-account-inline .my-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.page-my-account-inline .my-order-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid #63ac6b;
	color: #63ac6b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	background: #fff;
	transition: all 0.2s ease;
}
.page-my-account-inline .my-order-btn:hover {
	background: #63ac6b;
	color: #fff;
}
.page-my-account-inline .my-account-box {
	background: #fff;
	border: 1px solid #e4ede5;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 10px 24px rgba(61, 95, 81, 0.08);
}
.page-my-account-inline .my-order-empty {
	background: #fff;
	border: 1px solid #e4ede5;
	border-radius: 20px;
	padding: 40px 28px;
	text-align: center;
}
.page-my-account-inline .my-order-empty p {
	margin-bottom: 18px;
}
.page-my-account-inline .page-my-account__guest {
	padding-bottom: 40px;
}
.page-my-account-inline .page-my-account__guest .woocommerce {
	background: #fff;
	border: 1px solid #e4ede5;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 10px 24px rgba(61, 95, 81, 0.08);
}
.page-my-account-inline .header__nav-item--favorite .header__badge,
.page-my-account-inline .header__nav-item--cart .header__badge,
.page-my-account-inline .mobile-header__nav-link .header__badge {
	position: relative;
	top: -8px;
	right: -4px;
}
.shopping-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  gap: 10px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  min-height: 118px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, .5);
  border-radius: 10px
}
.shopping-card p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333
}
.shopping-card p span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #da4636
}
.cart-card {
  padding: 40px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  min-height: 200px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, .5)
}
.cart-card .product-row {
  display: flex;
  padding-bottom: 30px
}
.cart-card .product-row .banner {
  width: 150px;
  height: 150px;
  gap: 30px
}
.cart-card .product-row .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.cart-card .product-row .detail {
  width: calc(100% - 180px)
}
.cart-card .product-row .detail h6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  margin-bottom: 15px;
  height: 28px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.cart-card .product-row .detail h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 3px
}
.cart-card .product-row .detail p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, .7);
  margin-bottom: 15px
}
.cart-card .product-row .detail .quantity label {
  margin-bottom: 8px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.cart-card .product-row .detail .quantity .qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 12px;
  width: 154px;
  height: 40px;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px
}
.cart-card .product-row .detail .quantity .qty span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  width: 40%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center
}
.cart-card .product-row .detail .quantity .qty button {
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.3125px;
  color: #333
}
.cart-card .price-table {
  padding: 15px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333
}
.cart-card .price-table .p-row {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e9eae5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.cart-card .price-table .p-row span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.cart-card .price-table .p-row p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.cart-card .price-table .p-row:last-child {
  border-bottom: none
}
.cart-card .total {
  width: 100%;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.cart-card .total h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.cart-card .total p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.cart-card .total p span {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  color: #da4636
}
.cart-card .削除 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  height: 28px;
  background: #333;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin: 30px auto 0
}
.cart-card-bottom {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.cart-card-bottom .btn-danger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #da4636;
  border: 2px solid #da4636;
  border-radius: 10px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff
}
.cart-card-bottom .devider {
  width: 100%;
  height: 1px;
  background: #999;
  margin-top: 70px;
  margin-bottom: 50px
}
.cart-card-bottom h3 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #333;
  margin-bottom: 40px
}
.cart-card-bottom p {
  margin-top: 30px;
  width: 100%;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.blog-detail-page {
  padding: 150px 0;
  background: #f9faf4
}
.blog-detail-page .tags {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: wrap
}
.blog-detail-page .tags .tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  gap: 10px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16777199.999999998px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .tags .tag.active, .blog-detail-page .tags a.tag:hover {
  background: #333;
  color: #fff
}
.blog-detail-page .tags span.tag:hover {
  background: #fff;
  color: #333
}
.blog-detail-page h1 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 40px
}
.blog-detail-page .badges {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px
}
.blog-detail-page .badges .badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px 5px 6px;
  gap: 1px;
  height: 26px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .badges .badge span {
  color: rgba(51, 51, 51, .3)
}
.blog-detail-page .badges a.badge:hover, .blog-detail-page .badges .badge.active {
  background: #333;
  border: 1px solid #333;
  color: #fff
}
.blog-detail-page .badges a.badge:hover span, .blog-detail-page .badges .badge.active span {
  color: hsla(0, 0%, 100%, .5)
}
.blog-detail-page .badges span.badge:hover {
  background: #fff;
  border: 1px solid #e9eae5;
  color: #333
}
.blog-detail-page .badges span.badge:hover span {
  color: rgba(51, 51, 51, .3)
}
.blog-detail-page .blog-detail-card {
  padding: 60px 91px 100px;
  gap: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.blog-detail-page .blog-detail-card .blog-banner {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
  border-radius: 14px;
  overflow: hidden;
  position: relative
}
.blog-detail-page .blog-detail-card .blog-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(scene_01.jpg);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center
}
.blog-detail-page .blog-detail-card .blog-banner .overlay p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.blog-detail-page .blog-detail-card .blog-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.blog-detail-page .blog-detail-card .blog-banner-2 {
  width: 100%;
  max-width: 466px;
  margin: 40px auto 0;
  height: 600px;
  overflow: hidden;
  position: relative
}
.blog-detail-page .blog-detail-card .blog-banner-2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(scene_01.jpg);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center
}
.blog-detail-page .blog-detail-card .blog-banner-2 .overlay p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff
}
.blog-detail-page .blog-detail-card .blog-banner-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.blog-detail-page .blog-detail-card .blog-detail-part p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px
}
.blog-detail-page .blog-detail-card .blog-detail-part ol {
  margin: 50px 0
}
.blog-detail-page .blog-detail-card .blog-detail-part ol li {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .blog-detail-card .detail-table {
  padding: 0;
  width: 100%;
  min-height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 60px
}
.blog-detail-page .blog-detail-card .detail-table .table-row {
  display: flex;
  align-self: center;
  border-bottom: 1px solid #e8f0e9
}
.blog-detail-page .blog-detail-card .detail-table .table-row .table-col-1 {
  width: 285px;
  height: auto;
  background: red;
  padding: 25px 20px;
  background: #f5f5f5
}
.blog-detail-page .blog-detail-card .detail-table .table-row .table-col-1 span {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .blog-detail-card .detail-table .table-row .table-col-2 {
  width: calc(100% - 285px);
  height: auto;
  padding: 25px
}
.blog-detail-page .blog-detail-card .detail-table .table-row .table-col-2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .blog-detail-card .detail-table .table-row .table-col-2 span a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #068acc
}
.blog-detail-page .page-n-p {
  padding: 150px 0
}
.blog-detail-page .page-n-p .n-p-row {
  width: 100%;
  padding: 35px 0;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center
}
.blog-detail-page .page-n-p .n-p-row .p-n-btn:first-child {
  justify-self: start
}
.blog-detail-page .page-n-p .n-p-row .p-n-btn:last-child, .blog-detail-page .page-n-p .n-p-row .p-n-placeholder:last-child~*, .blog-detail-page .page-n-p .n-p-row>:last-child {
  justify-self: end
}
.blog-detail-page .page-n-p .n-p-row .btn-back {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 25px 10px 20px;
  gap: 15px;
  margin: 0 auto;
  height: 44px;
  background: #333;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff
}
.blog-detail-page .page-n-p .n-p-row .p-n-btn {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #333
}
.blog-detail-page .heading {
  width: 100%;
  padding-top: 25px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.blog-detail-page .heading .line {
  height: 1px;
  background: #333;
  width: 100%;
  max-width: 500px
}
.blog-detail-page .heading .text {
  padding: 0 30px;
  margin-top: -25px;
  text-align: center;
  background: #f9faf4
}
.blog-detail-page .heading .text .page-label {
  font-size: 13px;
  line-height: 20px;
  color: #63AC6B;
}
.blog-detail-page .heading .text h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 6px
}
.blog-detail-page .heading .text h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #63ac6b;
  margin-bottom: 0
}
.blog-detail-page .related-blogs {
  margin-bottom: 100px
}
.related-blogs .row {
  width: 100%;
  margin: auto;
  gap: 10px
}
.related-blogs .row .col-lg-3 {
  width: 24%
}
.related-blogs h3 {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.blog-detail-page .related-blogs .heading h4, .blog-detail-page .works .heading h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 1px
}
.blog-detail-page .related-blogs .heading h6, .blog-detail-page .works .heading h6 {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px
}
.text-danger {
  color: #da4636
}
.case-study-detail-card .row>[class*=col-] {
  min-width: 0
}
.case-study-detail-card .product-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 60px
}
.case-study-detail-card .product-slider .main-slider img {
  width: 100%;
  height: 594px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px !important
}
.case-study-detail-card .product-slider .thumb-slider {
  margin-top: 25px;
  display: flex
}
.case-study-detail-card .product-slider .thumb-slider .swiper-slide {
  height: 74px;
  width: 74px !important;
  opacity: .5;
  cursor: pointer;
  border-radius: 8px;
  overflow: visible
}
.case-study-detail-card .product-slider .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #4caf50
}
.case-study-detail-card .product-slider .thumb-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 6px;
}
.case-study-detail-card .product-slider .swiper-button-next {
  right: 0px !important;
  right: 0px !important
}
.case-study-detail-card .product-slider .swiper-button-next:after {
  font-size: 22px
}
.case-study-detail-card .product-slider .swiper-button-prev {
  left: 0px !important
}
.case-study-detail-card .product-slider .swiper-button-prev:after {
  font-size: 22px
}
.case-study-detail-card .charge-comment {
  display: flex;
  flex-direction: column;
  padding: 60px 40px 60px;
  width: 100%;
  margin-bottom: 80px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 14px
}
.case-study-detail-card .charge-comment h4 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px
}
.case-study-detail-card .charge-comment h4 span {
  width: 15px;
  height: 15px;
  background: #63ac6b
}
.case-study-detail-card .charge-comment p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 20px
}
.case-study-detail-card .video-card {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px
}
.case-study-detail-card .video-card video {
  width: 100%;
  height: auto;
  border-radius: 0
}
.case-study-detail-card .video-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0
}
.case-study-detail-card .warn {
  width: 100%;
  padding-top: 60px
}
.case-study-detail-card .warn p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333
}
.case-study-detail-card .sidebarrr {
  padding-left: 30px
}
.case-study-detail-card .sidebarrr .sid-heading {
  display: flex;
  margin-bottom: 20px;
  align-items: center
}
.case-study-detail-card .sidebarrr .sid-heading p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: 1px;
  padding-right: 30px;
  color: #333;
  background: #f9faf4;
  white-space: nowrap
}
.case-study-detail-card .sidebarrr .sid-heading .line {
  width: 100%;
  height: 1px;
  background: #333
}
.case-study-detail-card .sidebarrr .badges, .keyword-tags {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px
}
.case-study-detail-card .sidebarrr .badges .badge, .keyword-tags a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px 5px 6px;
  gap: 1px;
  height: 26px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 5px;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 1px;
  color: #333
}
.case-study-detail-card .sidebarrr .badges .badge span, .keyword-tags a span {
  color: rgba(51, 51, 51, .3)
}
.case-study-detail-card .sidebarrr .badges .badge:hover, .case-study-detail-card .sidebarrr .badges .badge.active, .keyword-tags a:hover, .keyword-tags a.active {
  background: #333;
  border: 1px solid #333;
  color: #fff
}
.case-study-detail-card .sidebarrr .badges .badge:hover span, .case-study-detail-card .sidebarrr .badges .badge.active span, .keyword-tags a:hover span, .keyword-tags a.active span {
  color: hsla(0, 0%, 100%, .5)
}
.case-study-detail-card .sidebarrr .detail {
  margin-bottom: 15px
}
.case-study-detail-card .sidebarrr .detail h6 {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.case-study-detail-card .sidebarrr .detail p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 0
}
.case-study-detail-card .sidebarrr .detail .page-label {
  font-weight: 700;
}
.single-case-study .blog-detail-page .related-blogs {
  margin: 100px auto 120px
}
.hide-pc {
  display: none
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  background: #88a988;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 17.5px;
  font-weight: bold
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible
}
.pagetop:hover {
  background: #3d5f51
}
.rental-delivery-product .product-slider .swiper-button-prev, .rental-delivery-product .product-slider .swiper-button-next, .radio-controlled .tabs-section .product-detail-section .product-slider .swiper-button-prev, .radio-controlled .tabs-section .product-detail-section .product-slider .swiper-button-next {
  display: none !important;
  pointer-events: none !important
}
.wishlist-page {
  padding: 48px 0 100px
}
.wishlist-page__heading {
  margin-bottom: 28px
}
.wishlist-page__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 24px;
  padding: 20px 24px;
  background: #f9faf4;
  border: 1px solid #e1eadf;
  border-radius: 18px
}
.wishlist-page__count-number {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #3d5f51
}
.wishlist-page__count-label {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #333
}
.wishlist-page__summary-link, .wishlist-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .04em;
  text-decoration: none;
  transition: all .2s ease
}
.wishlist-page__summary-link {
  background: #63ac6b;
  color: #fff
}
.wishlist-page__summary-link:hover {
  background: #3d8e47;
  color: #fff
}
.wishlist-page__summary-link--sub {
  background: #fff;
  color: #3d5f51;
  border: 1px solid #9bc4a0
}
.wishlist-page__summary-link--sub:hover {
  color: #3d5f51;
  border-color: #63ac6b
}
.wishlist-page__notice {
  display: none;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700
}
.wishlist-page__notice.is-visible {
  display: block
}
.wishlist-page__notice.is-success {
  background: #edf8ef;
  color: #2b7a35;
  border: 1px solid #b6dcb9
}
.wishlist-page__notice.is-error {
  background: #fff2f0;
  color: #b3392a;
  border: 1px solid #efc0b9
}
.wishlist-page__products .product-card {
  height: calc(100% - 24px);
  margin-bottom: 24px
}
.wishlist-page__products .product-card .banner {
  display: block
}
.wishlist-page__products .product-card .content h3 a {
  color: inherit;
  text-decoration: none
}
.wishlist-page__products .product-card .content h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px
}
.wishlist-page__sku {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #5f655f
}
.wishlist-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px
}
.wishlist-page__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  background: #f0f5ee;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #3d5f51
}
.wishlist-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto
}
.wishlist-page__btn {
  border: 1px solid rgba(0, 0, 0, 0)
}
.wishlist-page__btn--primary {
  background: #3d5f51;
  color: #fff
}
.wishlist-page__btn--primary:hover {
  background: #2f4d41;
  color: #fff
}
.wishlist-page__btn--ghost {
  background: #fff;
  color: #3d5f51;
  border-color: #b7cbb8
}
.wishlist-page__btn--ghost:hover {
  color: #3d5f51;
  border-color: #63ac6b
}
.wishlist-page__toggle {
  cursor: pointer
}
.wishlist-page__toggle.is-loading {
  opacity: .55;
  pointer-events: none
}
.wishlist-page__empty.is-hidden {
  display: none
}
.wishlist-page__empty-card {
  padding: 48px 28px;
  text-align: center;
  background: linear-gradient(180deg, #f9faf4 0%, #ffffff 100%);
  border: 1px solid #e4ebdf;
  border-radius: 24px
}
.wishlist-page__empty-card h2 {
  margin-bottom: 14px;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3d5f51
}
.wishlist-page__empty-card p {
  max-width: 700px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 1.9;
  color: #4f564f
}
.wishlist-page__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}
.mobile-header__nav-link--wishlist .header__badge {
  right: -10px;
  top: -8px
}
@media(max-width: 991px) {
  .wishlist-page {
    padding: 32px 0 72px
  }
  .wishlist-page__summary {
    padding: 16px
  }
  .wishlist-page__count-number {
    font-size: 28px
  }
  .wishlist-page__empty-card {
    padding: 36px 18px
  }
}
.other-pages-body .heading-section h1, .rental-delivery-product .product-detail h1, body.single-product .product-detail h1, .page-template-page-rental-delivery-product .product-detail h1, .page-template-page-rental-store-product .product-detail h1 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #3d5f51
}
.rental-archive__pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 32px 0 0
}
.rental-archive__pagination a, .rental-archive__pagination span {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7ddd3;
  border-radius: 10px;
  padding: 0 14px;
  color: #3d5f51;
  background: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700
}
.rental-archive__pagination .current {
  background: #63ac6b;
  color: #fff;
  border-color: #63ac6b
}
.rental-archive-switch {
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 24px 30px;
  background: linear-gradient(180deg, #f6fbf6 0%, #eef5ef 100%);
  border: 1px solid #dbe8dc;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(47, 81, 67, .05)
}
.rental-archive-switch .categories-card-row {
  align-items: center
}
.rental-archive-switch .categories-card-row .card-left, .rental-archive-switch .categories-card-row .card-left--full {
  width: 100%
}
.rental-archive-switch .categories-card-row .card-left .options, .rental-archive-switch .categories-card-row .card-left--full .options {
  gap: 12px
}
.rental-archive-switch .categories-card-row .card-left .options .nav-links, .rental-archive-switch .categories-card-row .card-left--full .options .nav-links {
  min-width: 220px;
  min-height: 46px;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #3d5f51
}
.rental-archive-switch .categories-card-row .card-left .options .nav-links.active, .rental-archive-switch .categories-card-row .card-left .options .nav-links:hover, .rental-archive-switch .categories-card-row .card-left--full .options .nav-links.active, .rental-archive-switch .categories-card-row .card-left--full .options .nav-links:hover {
  background: #3d5f51;
  border-color: #3d5f51;
  color: #fff
}
.wc-shell-body .woocommerce {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}
.wc-shell-layout .header__nav-right {
  margin-left: auto
}
.wc-shell-body .woocommerce-breadcrumb {
  display: none
}
.wc-shell-body .page-title {
  margin-bottom: 24px
}
.rental-page-layout .sidebar, .wishlist-page-layout .sidebar, .wc-shell-layout .sidebar {
  display: flex;
  flex: 0 0 250px
}
.wishlist-page-layout .main-body {
  margin-left: 250px;
  width: calc(100% - 250px)
}
.rental-archive__grid .row {
  row-gap: 20px
}
.rental-archive__grid .row>[class*=col-] {
  display: flex
}
.rental-delivery-main .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0
}
.rental-delivery-main .product-card .content h2, .rental-delivery-main .product-card .content p {
  margin-right: 0
}
.rental-delivery-main .product-card .content .product-card__title-link {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}
/* .rental-delivery-main .product-card .content .product-card__title-link:hover {
  opacity: 1
} */
.rental-delivery-main .product-card .content .product-card__description {
  min-height: 66px
}
@media(max-width: 991.98px) {
  .rental-archive-switch {
    padding: 20px 18px
  }
  .rental-archive-switch .categories-card-row .card-left .options .nav-links, .rental-archive-switch .categories-card-row .card-left--full .options .nav-links {
    min-width: 0;
    width: 100%
  }
  .rental-page-layout .sidebar, .wishlist-page-layout .sidebar, .wc-shell-layout .sidebar {
    display: none
  }
  .rental-page-layout .main-body, .wishlist-page-layout .main-body, .wc-shell-layout .main-body {
    margin-left: 0;
    width: 100%
  }
}
@media(max-width: 767.98px) {
  .rental-delivery-main .top-filter {
    gap: 8px;
    margin-bottom: 28px;
    align-items: flex-start;
    flex-direction: column
  }
  .rental-delivery-main .product-card .banner {
    height: 220px
  }
  .rental-delivery-main .product-card .content .product-card__title {
    font-size: 15px;
    line-height: 22px
  }
  .rental-delivery-main .product-card .content .product-card__price {
    font-size: 21px;
    line-height: 24px
  }
  .rental-delivery-main .product-card .content p {
    min-height: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px
  }
}
.cart-page-shell {
  padding: 42px 0 72px;
  background: radial-gradient(circle at top right, rgba(99, 172, 107, 0.12), transparent 28%), linear-gradient(180deg, #f8fbf8 0%, #ffffff 32%, #f8faf7 100%)
}
.cart-page {
  display: flex;
  flex-direction: column;
  gap: 28px
}
.cart-page__notices .woocommerce-message, .cart-page__notices .woocommerce-error, .cart-page__notices .woocommerce-info {
  margin-bottom: 0;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(34, 56, 45, .08)
}
.cart-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border: 1px solid rgba(61, 95, 81, .08);
  border-radius: 28px;
  background: linear-gradient(135deg, #3d5f51 0%, #547f67 55%, #6cab6b 100%);
  color: #fff;
  box-shadow: 0 24px 48px rgba(61, 95, 81, .18)
}
.cart-hero::after {
  content: "";
  position: absolute;
  inset: auto -70px -110px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, .09)
}
.cart-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 10px;
  background: hsla(0, 0%, 100%, .14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase
}
.cart-hero__main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px
}
.cart-hero__title {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: #fff
}
.cart-hero__lead {
  max-width: 640px;
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: hsla(0, 0%, 100%, .92)
}
.cart-hero__steps {
  display: grid;
  gap: 10px;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none
}
.cart-hero__steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: hsla(0, 0%, 100%, .1);
  color: hsla(0, 0%, 100%, .78);
  font-size: 14px;
  font-weight: 600
}
.cart-hero__steps li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, .16);
  color: #fff;
  font-weight: 700
}
.cart-hero__steps li.is-active {
  background: #fff;
  color: #3d5f51
}
.cart-hero__steps li.is-active span {
  background: #63ac6b
}
.cart-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}
.cart-metric-card, .cart-form-card, .cart-summary-panel, .cart-help-card, .cart-guide-card, .cart-empty-state {
  border: 1px solid rgba(61, 95, 81, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(34, 56, 45, .08)
}
.cart-metric-card {
  padding: 24px 26px
}
.cart-metric-card__label {
  display: block;
  margin-bottom: 10px;
  color: #6f7f75;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em
}
.cart-metric-card__value {
  display: block;
  color: #22382d;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1
}
.cart-metric-card__sub {
  display: block;
  margin-top: 8px;
  color: #809082;
  font-size: 13px
}
.cart-metric-card.is-free {
  background: linear-gradient(180deg, #f7fff7 0%, #ffffff 100%);
  border-color: rgba(99, 172, 107, .24)
}
.cart-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start
}
.cart-layout-grid__main, .cart-layout-grid__side {
  min-width: 0
}
.cart-form-card {
  padding: 28px
}
.cart-form-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px
}
.cart-form-card__head h2, .cart-summary-panel__head h2, .cart-help-card h3, .cart-guide-card h3, .cart-empty-state h2 {
  margin: 0 0 8px;
  color: #22382d;
  font-size: 24px
}
.cart-form-card__head p, .cart-summary-panel__head p, .cart-help-card p, .cart-guide-card p, .cart-empty-state p {
  margin: 0;
  color: #65776b;
  line-height: 1.8
}
.cart-items {
  display: grid;
  gap: 18px
}
.cart-item-card {
  padding: 22px;
  border: 1px solid #e7eee8;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%)
}
.cart-item-card__top, .cart-item-card__body {
  display: flex;
  gap: 18px
}
.cart-item-card__top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}
.cart-item-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em
}
.cart-item-card__badge.is-delivery {
  background: rgba(99, 172, 107, .14);
  color: #2f7a39
}
.cart-item-card__badge.is-store {
  background: rgba(255, 221, 70, .22);
  color: #8d6c00
}
.cart-item-card__media {
  flex: 0 0 168px
}
.cart-item-card__media img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
  background: #f6f7f4
}
.cart-item-card__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px
}
.cart-item-card__summary h3 {
  margin: 0 0 8px;
  color: #22382d;
  font-size: 24px;
  line-height: 1.45
}
.cart-item-card__summary p {
  margin: 0;
  color: #66786c;
  font-size: 14px
}
.cart-item-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}
.cart-info-chip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f5f8f5
}
.cart-info-chip span {
  color: #708276;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em
}
.cart-info-chip strong {
  color: #22382d;
  font-size: 14px;
  line-height: 1.7
}
.cart-item-card__pricing {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8faf8
}
.cart-pricing-row, .cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  color: #3e5548
}
.cart-pricing-row strong, .cart-summary-row strong {
  color: #22382d;
  font-weight: 700;
  text-align: right
}
.cart-pricing-row+.cart-pricing-row, .cart-summary-row+.cart-summary-row {
  border-top: 1px solid #e7eee8
}
.cart-pricing-row--total, .cart-summary-row--total {
  margin-top: 8px;
  padding-top: 16px
}
.cart-pricing-row--total span, .cart-pricing-row--total strong, .cart-summary-row--total span, .cart-summary-row--total strong {
  color: #da4636;
  font-size: 17px
}
.cart-qty-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f2f6f1
}
.cart-qty-box__label {
  color: #22382d;
  font-weight: 700
}
.cart-qty-box__control {
  display: inline-flex;
  align-items: center;
  gap: 8px
}
.qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cad7cb;
  border-radius: 12px;
  background: #fff;
  color: #22382d;
  font-size: 22px;
  line-height: 1;
  transition: .2s ease
}
.qty-btn:hover {
  border-color: #63ac6b;
  color: #63ac6b
}
.qty-val {
  min-width: 42px;
  text-align: center;
  color: #22382d;
  font-size: 18px;
  font-weight: 700
}
.cart-qty-box__note {
  flex-basis: 100%;
  color: #6f8074;
  font-size: 12px
}
.cart-summary-panel, .cart-help-card {
  padding: 26px
}
.cart-summary-panel {
  position: sticky;
  top: 24px
}
.cart-summary-panel__rows {
  margin-top: 10px
}
.cart-summary-panel__status {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #fff8e8;
  color: #7a6406
}
.cart-summary-panel__status strong, .cart-summary-panel__status span {
  display: block
}
.cart-summary-panel__status strong {
  margin-bottom: 6px;
  font-size: 16px
}
.cart-summary-panel__status.is-free {
  background: #eff9ef;
  color: #2f7a39
}
.cart-summary-panel__actions, .cart-help-card__links, .cart-empty-state__actions {
  display: grid;
  gap: 12px
}
.cart-summary-panel__actions {
  margin-top: 22px
}
.cart-primary-btn, .cart-secondary-btn, .cart-link-btn, .cart-outline-btn, .cart-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 16px;
  font-weight: 700;
  text-align: center;
  transition: .2s ease
}
.cart-primary-btn {
  background: linear-gradient(135deg, #63ac6b 0%, #4a9b56 100%);
  color: #fff
}
.cart-primary-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(99, 172, 107, .28)
}
.cart-secondary-btn, .cart-link-btn, .cart-outline-btn {
  border: 1px solid #d7e3d7;
  background: #fff;
  color: #22382d
}
.cart-secondary-btn:hover, .cart-link-btn:hover, .cart-outline-btn:hover {
  border-color: #63ac6b;
  color: #63ac6b
}
.cart-remove-btn {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #f2d2ce;
  background: #fff6f5;
  color: #da4636;
  font-size: 13px
}
.cart-remove-btn:hover {
  border-color: #da4636;
  background: #fff
}
.cart-help-card__links a, .cart-guide-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3d5f51;
  font-weight: 700
}
.cart-help-card__links a:hover, .cart-guide-card a:hover {
  color: #63ac6b
}
.cart-guide-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}
.cart-guide-card {
  padding: 24px
}
.cart-guide-card p {
  margin-bottom: 14px
}
.cart-empty-state {
  padding: 54px 28px;
  text-align: center
}
.cart-empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f2f6f1;
  font-size: 38px
}
@media(max-width: 1199.98px) {
  .cart-layout-grid {
    grid-template-columns: minmax(0, 1fr)
  }
  .cart-summary-panel {
    position: static
  }
}
@media(max-width: 991.98px) {
  .cart-page-shell {
    padding: 28px 0 56px
  }
  .cart-hero, .cart-form-card, .cart-summary-panel, .cart-help-card, .cart-guide-card, .cart-empty-state, .cart-metric-card {
    border-radius: 22px
  }
  .cart-hero__main, .cart-item-card__body {
    flex-direction: column
  }
  .cart-hero__steps, .cart-item-card__media {
    min-width: 0
  }
  .cart-item-card__media {
    flex-basis: auto;
    width: min(240px, 100%)
  }
  .cart-metrics, .cart-guide-row, .cart-item-card__grid {
    grid-template-columns: 1fr
  }
}
@media(max-width: 767.98px) {
  .cart-hero {
    padding: 26px 22px
  }
  .cart-form-card, .cart-summary-panel, .cart-help-card, .cart-guide-card, .cart-item-card, .cart-empty-state, .cart-metric-card {
    padding: 20px
  }
  .cart-form-card__head, .cart-item-card__top, .cart-qty-box, .cart-pricing-row, .cart-summary-row {
    flex-direction: column;
    align-items: flex-start
  }
  .cart-pricing-row strong, .cart-summary-row strong {
    text-align: left
  }
  .cart-outline-btn, .cart-primary-btn, .cart-secondary-btn, .cart-link-btn {
    width: 100%
  }
  .cart-qty-box__control {
    width: 100%;
    justify-content: flex-start
  }
  .cart-item-card__summary h3 {
    font-size: 20px
  }
}
.rental-cart-shell {
  padding: 28px 0 72px;
  background: #f9faf4
}
.rental-cart-page {
  --cf-bg: #f9faf4;
  --cf-white: #ffffff;
  --cf-green: #63ac6b;
  --cf-green-dark: #3d5f51;
  --cf-red: #da4636;
  --cf-text: #333333;
  --cf-muted: #68786f;
  --cf-border: #e9ebe5;
  --cf-step-off: #f3f4f5;
  --cf-radius-lg: 14px;
  --cf-radius-md: 10px;
  color: var(--cf-text)
}
.rental-cart-page .breadcrumb, .rental-cart-page .woocommerce-breadcrumb, .rental-cart-shell .breadcrumb, .rental-cart-shell .woocommerce-breadcrumb {
  margin-bottom: 22px
}
.rental-cart-page__header {
  margin-bottom: 22px
}
.rental-cart-page__eyebrow {
  margin: 0 0 8px;
  color: rgba(51, 51, 51, .72);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: lowercase
}
.rental-cart-page__title {
  margin: 0;
  color: var(--cf-green-dark);
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em
}
.rental-cart-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none
}
.rental-cart-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 10px;
  background: var(--cf-step-off);
  color: rgba(51, 51, 51, .45);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center
}
.rental-cart-steps li.is-active {
  background: var(--cf-green);
  color: #fff
}
.rental-cart-notices .woocommerce-message, .rental-cart-notices .woocommerce-error, .rental-cart-notices .woocommerce-info {
  margin-bottom: 20px;
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-lg);
  background: var(--cf-white);
  box-shadow: none
}
.rental-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.85fr);
  gap: 24px;
  align-items: start
}
.rental-cart-card {
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius-lg);
  background: var(--cf-white);
  box-shadow: none
}
.rental-cart-card--items, .rental-cart-summary, .rental-cart-guide-card, .rental-cart-empty {
  padding: 24px
}
.rental-cart-card__head, .rental-cart-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px
}
.rental-cart-card__head {
  margin-bottom: 20px
}
.rental-cart-card__head h2, .rental-cart-summary__head h2, .rental-cart-empty h2, .rental-cart-guide-card h3 {
  margin: 0 0 8px;
  color: var(--cf-text);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35
}
.rental-cart-card__head p, .rental-cart-summary__head p, .rental-cart-empty p, .rental-cart-guide-card p {
  margin: 0;
  color: var(--cf-muted);
  font-size: 15px;
  line-height: 1.73
}
.rental-cart-outline-btn, .rental-cart-primary-btn, .rental-cart-secondary-btn, .rental-cart-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: .2s ease
}
.rental-cart-outline-btn {
  border: 1px solid #d7dad1;
  background: #fff;
  color: var(--cf-text)
}
.rental-cart-outline-btn:hover {
  border-color: var(--cf-green);
  color: var(--cf-green)
}
.rental-cart-free-note {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: var(--cf-radius-md);
  background: #fff7e9;
  color: #7a6111;
  font-size: 14px;
  line-height: 1.7
}
.rental-cart-free-note strong {
  display: block
}
.rental-cart-free-note.is-free {
  background: #eff7ef;
  color: #2f7a39
}
.rental-cart-items {
  display: grid;
  gap: 18px
}
.rental-cart-item {
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, .18);
  border-radius: var(--cf-radius-md);
  background: #fff
}
.rental-cart-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px
}
.rental-cart-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(51, 51, 51, .88);
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background: #fff
}
.rental-cart-item__badge.is-store {
  background: #fffdf2
}
.rental-cart-remove-btn {
  border: 0;
  background: #333;
  color: #fff;
  min-height: 34px;
  padding: 7px 16px
}
.rental-cart-remove-btn:hover {
  opacity: .88;
  color: #fff
}
.rental-cart-item__body {
  gap: 20px
}
.rental-cart-item__media {
  width: 40%;
  max-width: 240px;
  margin: auto
}
.rental-cart-item__media img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  background: #f4f5ef
}
.rental-cart-item__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px
}
.rental-cart-item__summary h3 {
  margin: 0 0 8px;
  color: var(--cf-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55
}
.rental-cart-item__summary p {
  margin: 0;
  color: var(--cf-muted);
  font-size: 14px;
  line-height: 1.6
}
.rental-cart-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0
}
.rental-cart-detail-list div {
  display: grid;
  gap: 4px
}
.rental-cart-detail-list dt {
  margin: 0;
  color: rgba(51, 51, 51, .82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5
}
.rental-cart-detail-list dd {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65
}
.rental-cart-item__bottom {
  margin-top: 18px
}
.rental-cart-qty {
  display: grid;
  gap: 10px
}
.rental-cart-qty__label {
  color: var(--cf-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5
}
.rental-cart-qty__control {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  background: #fff
}
.rental-cart-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: #fff;
  color: var(--cf-text);
  font-size: 22px;
  line-height: 1
}
.rental-cart-qty-btn+.rental-cart-qty__value, .rental-cart-qty__value+.rental-cart-qty-btn {
  border-left: 1px solid #ddd
}
.rental-cart-qty__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 44px;
  color: var(--cf-text);
  font-size: 18px;
  font-weight: 700
}
.rental-cart-pricing {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(51, 51, 51, .12);
  border-radius: 10px;
  background: #fff
}
.rental-cart-pricing__row, .rental-cart-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0
}
.rental-cart-pricing__row+.rental-cart-pricing__row, .rental-cart-summary__row+.rental-cart-summary__row {
  border-top: 1px solid rgba(51, 51, 51, .12)
}
.rental-cart-pricing__row span, .rental-cart-summary__row span {
  color: rgba(51, 51, 51, .92);
  font-size: 14px;
  line-height: 1.6
}
.rental-cart-pricing__row strong, .rental-cart-summary__row strong {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right
}
.rental-cart-pricing__row.is-total span, .rental-cart-pricing__row.is-total strong, .rental-cart-summary__row.is-total span, .rental-cart-summary__row.is-total strong, .rental-cart-summary__row.is-total strong .woocommerce-Price-amount {
  color: var(--cf-red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55
}
.rental-cart-summary {
  position: sticky;
  top: 24px
}
.rental-cart-summary__rows {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(51, 51, 51, .12);
  border-radius: 10px
}
.rental-cart-summary__tax-note {
  margin: 10px 0 0;
  color: rgba(51, 51, 51, .66);
  font-size: 13px;
  line-height: 1.6;
  text-align: right
}
.rental-cart-summary__actions, .rental-cart-empty__actions {
  display: grid;
  gap: 12px;
  margin-top: 18px
}
.rental-cart-primary-btn, .rental-cart-secondary-btn {
  width: 100%
}
.rental-cart-primary-btn {
  border: 0;
  background: var(--cf-green);
  color: #fff
}
.rental-cart-primary-btn:hover {
  background: #579a5f;
  color: #fff
}
.rental-cart-secondary-btn {
  border: 1px solid rgba(51, 51, 51, .18);
  background: #fff;
  color: var(--cf-text)
}
.rental-cart-secondary-btn:hover {
  border-color: var(--cf-green);
  color: var(--cf-green)
}
.rental-cart-text-link {
  color: #068acc;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center
}
.rental-cart-empty {
  text-align: center
}
.rental-cart-empty__icon {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1
}
.rental-cart-guides {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px
}
.rental-cart-guide-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--cf-green-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5
}
.rental-cart-guide-card a:hover, .rental-cart-text-link:hover {
  color: var(--cf-green)
}
@media(max-width: 1199.98px) {
  .rental-cart-layout {
    grid-template-columns: 1fr
  }
  .rental-cart-summary {
    position: static
  }
}
@media(max-width: 991.98px) {
  .rental-cart-guides, .rental-cart-detail-list {
    grid-template-columns: 1fr
  }
  .rental-cart-item__media {
    width: 40%;
    max-width: 240px;
    margin: auto
  }
}
@media(max-width: 767.98px) {
  .rental-cart-shell {
    padding: 24px 0 56px
  }
  .rental-cart-card--items, .rental-cart-summary, .rental-cart-guide-card, .rental-cart-empty, .rental-cart-item {
    padding: 18px
  }
  .rental-cart-steps {
    grid-template-columns: 1fr
  }
  .rental-cart-card__head, .rental-cart-summary__head, .rental-cart-item__top, .rental-cart-pricing__row, .rental-cart-summary__row {
    flex-direction: column;
    align-items: flex-start
  }
  .rental-cart-pricing__row strong, .rental-cart-summary__row strong {
    text-align: left
  }
  .rental-cart-item__media {
    width: 40%;
    max-width: 220px;
    margin: auto
  }
  .rental-cart-outline-btn {
    width: 100%
  }
}
.rental-delivery-product {
  --lm-rental-bg: #f9faf4;
  --lm-rental-card: #ffffff;
  --lm-rental-border: #e9ebe5;
  --lm-rental-border-strong: #d7ddd2;
  --lm-rental-text: #333333;
  --lm-rental-muted: #667085;
  --lm-rental-green-dark: #3d5f51;
  --lm-rental-green: #63ac6b;
  --lm-rental-green-soft: #f5f8ef;
  --lm-rental-red: #da4636;
  --lm-rental-yellow: #ffdd46;
  --lm-rental-shadow: 0 18px 42px rgba(61, 95, 81, .08)
}
.rental-delivery-product .line-heading {
  margin-bottom: 18px
}
.rental-delivery-product .rc-quick-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px
}
.rental-delivery-product .rc-quick-points__item {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--lm-rental-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--lm-rental-green-soft) 100%);
  box-shadow: 0 8px 22px rgba(61, 95, 81, .05)
}
.rental-delivery-product .rc-quick-points__item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--lm-rental-green-dark)
}
.rental-delivery-product .rc-quick-points__item span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(51, 51, 51, .82)
}
.rental-delivery-product .reservation-card {
  position: relative;
  padding: 30px 28px 24px;
  border: 1px solid var(--lm-rental-border);
  border-radius: 14px;
  background: var(--lm-rental-card);
  box-shadow: var(--lm-rental-shadow)
}
.rental-delivery-product .reservation-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--lm-rental-green-dark) 0%, var(--lm-rental-green) 60%, #99c99f 100%)
}
.rental-delivery-product .reservation-card .rc-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--lm-rental-text)
}
.rental-delivery-product .reservation-card .rc-select, .rental-delivery-product .reservation-card .rc-input {
  height: 50px;
  border: 1px solid var(--lm-rental-border-strong);
  border-radius: 10px;
  padding: 0 16px;
  color: var(--lm-rental-text);
  background-color: #fff
}
.rental-delivery-product .reservation-card .rc-select:focus, .rental-delivery-product .reservation-card .rc-input:focus {
  border-color: var(--lm-rental-green-dark);
  box-shadow: 0 0 0 3px rgba(99, 172, 107, .12)
}
.rental-delivery-product .reservation-card .rc-datepicker-wrap .row {
  --bs-gutter-x: 12px
}
.rental-delivery-product .reservation-card .rc-qty {
  display: grid;
  grid-template-columns: 46px 66px 46px;
  width: max-content;
  height: 46px;
  border: 1px solid var(--lm-rental-border-strong);
  border-radius: 8px;
  background: #fff
}
.rental-delivery-product .reservation-card .rc-qty__btn {
  width: 46px;
  height: 46px;
  color: var(--lm-rental-green-dark);
  font-size: 18px;
  font-weight: 700
}
.rental-delivery-product .reservation-card .rc-qty__btn:first-child {
  border-right: 1px solid var(--lm-rental-border)
}
.rental-delivery-product .reservation-card .rc-qty__btn:last-child {
  border-left: 1px solid var(--lm-rental-border)
}
.rental-delivery-product .reservation-card .rc-qty__value {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px
}
.rental-delivery-product .reservation-card .rc-schedule__badge {
  width: 112px;
  height: 54px;
  justify-content: center;
  margin-right: 16px;
  font-size: 13px;
  letter-spacing: .04em
}
.rental-delivery-product .reservation-card .rc-prices {
  padding: 15px 10px;
  border-top: 1px solid #33333380;
  border-bottom: 1px solid #33333380
}
.rental-delivery-product .reservation-card .rc-prices__row {
  min-height: 46px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--lm-rental-border)
}
.rental-delivery-product .reservation-card .rc-prices__row span:first-child {
  color: rgba(51, 51, 51, .78)
}
.rental-delivery-product .reservation-card .rc-prices__row span:last-child {
  color: var(--lm-rental-text)
}
.rental-delivery-product .reservation-card .rc-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-top: 10px
}
.rental-delivery-product .reservation-card .rc-total__label {
  font-size: 16px;
  color: var(--lm-rental-text)
}
.rental-delivery-product .reservation-card .rc-total__amount {
  font-size: 24px;
  line-height: 1.2
}
.rental-delivery-product .reservation-card .rc-total__unit {
  font-size: 13px;
  color: rgba(51, 51, 51, .85)
}
.rental-delivery-product .reservation-card .rc-footer {
  margin-top: 10px;
  text-align: left
}
.rental-delivery-product .simultaneou-section, .rental-delivery-product .product-bottom-content {
  border-radius: 14px;
  border: 1px solid var(--lm-rental-border);
  box-shadow: var(--lm-rental-shadow)
}
.rental-delivery-product .simultaneou-section {
  padding: 24px 24px 18px;
  background: #fff9f8;
  border-color: rgba(218, 70, 54, .2)
}
.rental-delivery-product .simultaneou-section h4, .rental-delivery-product .rental-conditions h4, .rental-delivery-product .product-bottom-content__head h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--lm-rental-text)
}
.rental-delivery-product .simultaneou-section p {
  margin-bottom: 8px;
  line-height: 1.8
}
.rental-delivery-product .rental-conditions textarea {
  min-height: 160px;
  border: 1px solid var(--lm-rental-border-strong);
  border-radius: 12px;
  padding: 18px;
}
.rental-delivery-product .rental-conditions .form-check {
  margin-top: 16px
}
.rental-delivery-product .rental-conditions .signature {
  margin-top: 18px
}
.rental-delivery-product .btn-cart:hover, .rental-delivery-product .btn-cart:focus {
  opacity: .7
}
.rental-delivery-product .btn-fav {
  min-height: 54px;
  border-radius: 10px;
  border: 1px solid var(--lm-rental-border-strong);
  background: #fff
}
.rental-delivery-product .social-share {
  margin-top: 14px
}
.rental-delivery-product .product-bottom-content {
  margin-top: 24px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%)
}
.rental-delivery-product .product-bottom-content__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 20px
}
.rental-delivery-product .product-bottom-content__head p {
  max-width: 560px;
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(51, 51, 51, .78)
}
.rental-delivery-product .product-bottom-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px
}
.rental-delivery-product .product-bottom-content__card {
  position: relative;
  min-height: 196px;
  padding: 22px 20px 20px;
  border-radius: 14px;
  border: 1px solid var(--lm-rental-border);
  background: #fff
}
.rental-delivery-product .product-bottom-content__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 28px;
  padding: 0 12px;
  border-radius: 10px;
  background: var(--lm-rental-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff
}
.rental-delivery-product .product-bottom-content__card h4 {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--lm-rental-text)
}
.rental-delivery-product .product-bottom-content__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(51, 51, 51, .8)
}
.rental-delivery-product .product-bottom-content__support {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #f3f7ed
}
.rental-delivery-product .product-bottom-content__support strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: var(--lm-rental-green-dark)
}
.rental-delivery-product .product-bottom-content__support p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(51, 51, 51, .78)
}
.rental-delivery-product .product-bottom-content__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  background: var(--lm-rental-green-dark);
  color: #fff;
  font-weight: 700;
  text-decoration: none
}
.rental-delivery-product .product-bottom-content__btn:hover {
  color: #fff;
  background: #2f4b40
}
@media(max-width: 991.98px) {
  .rental-delivery-product .rc-quick-points, .rental-delivery-product .product-bottom-content__grid {
    grid-template-columns: 1fr
  }
  .rental-delivery-product .product-bottom-content__head, .rental-delivery-product .product-bottom-content__support {
    flex-direction: column;
    align-items: flex-start
  }
  .rental-delivery-product .product-bottom-content__head p {
    max-width: none
  }
}
@media(max-width: 767.98px) {
  .rental-delivery-product .reservation-card, .rental-delivery-product .simultaneou-section, .rental-delivery-product .rental-conditions, .rental-delivery-product .product-bottom-content {
    padding: 22px 16px
  }
  .rental-delivery-product .reservation-card .rc-datepicker-wrap .row {
    --bs-gutter-x: 0
  }
  .rental-delivery-product .reservation-card .rc-datepicker-wrap .col-6 {
    width: 100%
  }
  .rental-delivery-product .reservation-card .rc-schedule__row {
    align-items: stretch;
    padding-right: 0;
    min-height: 36px;
    background: none;
  }
  .rental-delivery-product .reservation-card .rc-schedule__badge {
    display: flex;
    align-items: center;
    width: 100px;
    min-width: 100px;
    height: auto;
    padding: 8px 12px;
    margin-right: 0;
    line-height: 20px;
  }
  .rental-delivery-product .reservation-card .rc-schedule__date {
    flex: 1;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .rental-delivery-product .btn-cart, .rental-delivery-product .btn-fav, .rental-delivery-product .product-bottom-content__btn {
    width: 100%
  }
}
.header .header__nav-right {
  margin-left: auto;
  justify-content: flex-end;
  flex-wrap: nowrap
}
.header .header__nav-right .header__nav-item {
  justify-content: center
}
.breadcumb {
  padding: 18px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9f3 100%);
  border-bottom: 1px solid #e9eae5
}
.breadcumb .container--md {
  max-width: 1115px;
  margin: 0 auto
}
.breadcumb .inner {
  gap: 12px
}
.breadcumb .inner a, .breadcumb .inner small, .breadcumb .inner span {
  font-size: 13px;
  line-height: 1.8
}
.wc-shell-body {
  padding: 0 0 72px;
  background: linear-gradient(180deg, #f8faf5 0, #ffffff 220px)
}
.wc-shell-body>.breadcumb {
  margin-bottom: 28px
}
.wc-shell-body .page-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.35;
  color: #3d5f51
}
.woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  width: 100%;
  float: none
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 420px);
  grid-template-areas: "customer review-heading" "customer review";
  gap: 24px 28px;
  align-items: start;
  max-width: 1060px;
  margin: 0 auto
}
.woocommerce-checkout #customer_details {
  grid-area: customer;
  display: grid;
  gap: 24px
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(61, 95, 81, .08)
}
.woocommerce-checkout #customer_details .col-1 h3, .woocommerce-checkout #customer_details .col-2 h3, .woocommerce-checkout #order_review_heading {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.45;
  color: #3d5f51
}
.woocommerce-checkout #order_review_heading {
  grid-area: review-heading;
  align-self: end;
  padding: 0 4px
}
.woocommerce-checkout #order_review {
  grid-area: review;
  position: sticky;
  top: 24px
}
.woocommerce form .form-row {
  margin-bottom: 16px
}
.woocommerce form .form-row label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #3d5f51
}
.woocommerce form .form-row .required {
  color: #da4636
}
.woocommerce form .input-text, .woocommerce form textarea, .woocommerce form select, .woocommerce .select2-container--default .select2-selection--single, .woocommerce .select2-container--default .select2-selection--multiple {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #d7ddd2;
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  box-shadow: none
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: #333
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px
}
.woocommerce form .input-text:focus, .woocommerce form textarea:focus, .woocommerce form select:focus, .woocommerce .select2-container--default.select2-container--focus .select2-selection--single, .woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #63ac6b;
  box-shadow: 0 0 0 4px rgba(99, 172, 107, .14);
  outline: none
}
.woocommerce-checkout-review-order-table {
  margin: 0;
  border-collapse: collapse
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
  padding: 14px 0;
  border-color: rgba(61, 95, 81, .12);
  font-size: 14px;
  line-height: 1.7;
  vertical-align: top
}
.woocommerce-checkout-review-order-table thead th, .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
  font-weight: 700;
  color: #3d5f51
}
.woocommerce-checkout-review-order-table td:last-child, .woocommerce-checkout-review-order-table th:last-child {
  text-align: right
}
.woocommerce-checkout #payment {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0)
}
.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(61, 95, 81, .12)
}
.woocommerce-checkout #payment ul.payment_methods>li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(61, 95, 81, .08)
}
.woocommerce-checkout #payment ul.payment_methods>li:last-child {
  border-bottom: 0
}
.woocommerce-checkout #payment div.payment_box {
  margin: 10px 0 0;
  padding: 14px 16px;
  background: #f7f9f3;
  border-radius: 14px;
  color: #4a4a4a
}
.woocommerce-checkout #payment .place-order {
  padding: 20px 0 0
}
.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #3d5f51 0%, #355247 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em
}
.woocommerce-checkout #payment #place_order:hover {
  background: linear-gradient(180deg, #4c775f 0%, #3d5f51 100%)
}
.woocommerce-checkout .woocommerce-privacy-policy-text, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: rgba(51, 51, 51, .72);
  font-size: 13px;
  line-height: 1.75
}
.rental-delivery-product .reservation-card .rc-prices__row span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all
}
.rental-delivery-product .reservation-card .rc-prices__row span:first-child {
  padding-right: 12px
}
.rental-delivery-product .reservation-card .rc-prices__row span:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 700
}
.rental-delivery-product .reservation-card .rc-total__label {
  flex: 0 0 auto;
  white-space: nowrap
}
.rental-delivery-product .reservation-card .rc-total__amount {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  white-space: nowrap
}
@media(max-width: 991.98px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    grid-template-areas: "customer" "review-heading" "review";
    max-width: 100%
  }
  .woocommerce-checkout #order_review_heading {
    align-self: auto
  }
  .woocommerce-checkout #order_review {
    position: static
  }
}
@media(max-width: 767.98px) {
  .breadcumb {
    padding: 14px 18px
  }
  .wc-shell-body {
    padding-bottom: 48px
  }
  .wc-shell-body>.breadcumb {
    margin-bottom: 20px
  }
  .wc-shell-body .page-title {
    font-size: 26px;
    line-height: 1.35
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review {
    padding: 20px;
    border-radius: 18px
  }
}
@media(max-width: 575.98px) {
  .header .header__nav-right .header__nav-item {
    min-width: 72px;
    padding-inline: 12px;
    font-size: 12px
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review {
    padding: 18px
  }
  .rental-delivery-product .reservation-card .rc-prices__row {
    gap: 12px
  }
  .rental-delivery-product .reservation-card .rc-prices__row span, .rental-delivery-product .reservation-card .rc-total__label {
    font-size: 14px
  }
  .rental-delivery-product .reservation-card .rc-total {
    flex-wrap: wrap;
    align-items: flex-start
  }
  .rental-delivery-product .reservation-card .rc-total__amount {
    margin-left: auto
  }
}
.checkout-stepper {
  display: none !important
}
.rental-cart-shell>.breadcumb {
  margin-bottom: 24px
}
.rental-cart-item__body {
  display: block
}
.rental-cart-item__media {
  width: 40%;
  max-width: 240px;
  margin: 0 auto
}
.rental-cart-item__content {
  margin-top: 18px
}
.rental-cart-item__bottom {
  display: block
}
.rental-cart-item__bottom>*+* {
  margin-top: 18px
}
.wc-shell-body .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 24px
}
.woocommerce-checkout form.checkout {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px
}
.woocommerce-checkout #customer_details {
  flex: 1 1 640px;
  max-width: 680px
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  flex: 0 1 372px;
  max-width: 372px;
  width: 100%
}
.woocommerce-checkout #order_review_heading {
  margin-bottom: 0;
  align-self: flex-start
}
.woocommerce-checkout #order_review {
  margin-top: 0
}
.wc_payment_method {
  list-style: none
}
@media(max-width: 991.98px) {
  .rental-cart-item__media {
    width: 40%;
    margin: 0 auto
  }
  .woocommerce-checkout form.checkout {
    width: 100%;
    gap: 24px
  }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    flex: 1 1 100%;
    max-width: 100%
  }
}
@media(max-width: 767.98px) {
  .rental-cart-shell>.breadcumb {
    margin-bottom: 20px
  }
  .rental-cart-item__media {
    width: min(70%, 240px)
  }
  .wc-shell-body .woocommerce {
    padding-inline: 18px
  }
}
.header .header__nav-right {
  justify-content: flex-end
}
.header .header__nav-right .header__nav-item--register, .header .header__nav-right .header__nav-item--account {
  min-width: 116px
}
.header .header__nav-right .header__nav-item--register {
  border: 1px solid rgba(61, 95, 81, .16);
  background: #fff;
  color: #3d5f51
}
.header .header__nav-right .header__nav-item--register:hover {
  border-color: #63ac6b;
  color: #63ac6b
}
.cart-figma-item__body, .rental-cart-item__body {
  display: block
}
.cart-figma-item__bottom, .rental-cart-item__bottom {
  display: block
}
.cart-figma-item__media, .rental-cart-item__media {
  width: 40%;
  margin: 0 auto
}
.cart-figma-item__content, .rental-cart-item__content {
  margin-top: 18px
}
.wc-shell-layout .header {
  display: flex;
  justify-content: flex-end
}
.wc-shell-layout .header__nav-left, .woocommerce-checkout .header__nav-left {
  display: none !important
}
.wc-shell-layout .header__nav-right {
  width: auto;
  margin-left: auto
}
.wc-shell-body>.breadcumb {
  margin-bottom: 32px
}
.checkout-hero {
  max-width: 1120px;
  margin: 0 auto 24px;
  padding: 0 24px
}
.checkout-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  padding: 28px 30px;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ef 100%);
  box-shadow: 0 20px 44px rgba(61, 95, 81, .08)
}
.checkout-hero__eyebrow, .guide-menu__eyebrow, .osusume__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #63ac6b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase
}
.checkout-hero__title, .guide-menu__copy h3, .osusume__head h3 {
  margin: 0;
  color: #3d5f51;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.3
}
.checkout-hero__text {
  margin: 12px 0 0;
  color: #50625b;
  font-size: 15px;
  line-height: 1.85
}
.checkout-hero__list {
  display: grid;
  gap: 12px;
  align-content: center
}
.checkout-hero__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: hsla(0, 0%, 100%, .88);
  border: 1px solid rgba(99, 172, 107, .18)
}
.checkout-hero__item strong {
  color: #63ac6b;
  font-size: 18px;
  line-height: 1.2
}
.checkout-hero__item span {
  color: #333;
  font-size: 14px;
  line-height: 1.7
}
.wc-shell-body .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 24px
}
.woocommerce-checkout form.checkout {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px
}
.woocommerce-checkout #customer_details {
  flex: 1 1 640px;
  max-width: 680px
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  flex: 0 1 372px;
  max-width: 372px;
  width: 100%
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(61, 95, 81, .08)
}
.woocommerce-checkout #payment ul.payment_methods, .wc_payment_method {
  list-style: none
}
.woocommerce-checkout #payment ul.payment_methods>li {
  border-radius: 16px
}
.woocommerce-checkout #payment ul.payment_methods>li+li {
  margin-top: 8px
}
.woocommerce-checkout #payment div.payment_box {
  border: 1px solid rgba(99, 172, 107, .16)
}
.guide-menu, .osusume {
  margin-top: 40px;
  padding: 32px;
  border: 1px solid rgba(61, 95, 81, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(61, 95, 81, .06)
}
.guide-menu__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center
}
.guide-menu__copy p {
  margin: 14px 0 0;
  color: #50625b;
  font-size: 15px;
  line-height: 1.85
}
.guide-menu__visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ebf4e5 0%, #f6f9f1 100%)
}
.guide-menu__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.guide-menu__visual-copy {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: hsla(0, 0%, 100%, .92);
  backdrop-filter: blur(10px)
}
.guide-menu__visual-copy strong {
  display: block;
  color: #3d5f51;
  font-size: 18px;
  line-height: 1.5
}
.guide-menu__visual-copy span {
  display: block;
  margin-top: 6px;
  color: #50625b;
  font-size: 13px;
  line-height: 1.7
}
.guide-menu__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px
}
.guide-menu__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  background: #f9faf4;
  border: 1px solid rgba(61, 95, 81, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}
.guide-menu__card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 172, 107, .28);
  box-shadow: 0 18px 34px rgba(61, 95, 81, .08)
}
.guide-menu__card-kicker {
  color: #63ac6b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase
}
.guide-menu__card strong {
  color: #333;
  font-size: 18px;
  line-height: 1.5
}
.guide-menu__card p {
  margin: 0;
  color: #607069;
  font-size: 14px;
  line-height: 1.8
}
.guide-menu__card-link {
  margin-top: auto;
  color: #3d5f51;
  font-size: 13px;
  font-weight: 700
}
.osusume__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px
}
.osusume__archive-link {
  color: #3d5f51;
  font-size: 14px;
  font-weight: 700
}
.osusume__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}
.osusume__card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(61, 95, 81, .1);
  background: #fff;
  box-shadow: 0 12px 28px rgba(61, 95, 81, .05)
}
.osusume__image {
  display: block;
  aspect-ratio: 1/1;
  background: #f4f6f1
}
.osusume__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.osusume__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px
}
.osusume__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 10px;
  background: #eff7ef;
  color: #3d5f51;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4
}
.osusume__body h4 {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 1.6
}
.osusume__body h4 a {
  color: inherit
}
.osusume__price {
  margin: 0;
  color: #607069;
  font-size: 14px;
  line-height: 1.7
}
.osusume__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #3d5f51;
  color: #fff;
  font-size: 14px;
  font-weight: 700
}
.osusume__btn:hover {
  color: #fff;
  opacity: .9
}
.osusume__empty {
  padding: 20px;
  border-radius: 18px;
  background: #f9faf4
}
.osusume__empty p {
  margin: 0 0 14px;
  color: #50625b;
  line-height: 1.8
}
@media(max-width: 991.98px) {
  .checkout-hero__inner, .guide-menu__intro, .guide-menu__cards, .osusume__grid {
    grid-template-columns: 1fr
  }
  .woocommerce-checkout form.checkout {
    width: 100%;
    gap: 24px
  }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    flex: 1 1 100%;
    max-width: 100%
  }
}
@media(max-width: 767.98px) {
  .checkout-hero, .wc-shell-body .woocommerce {
    padding-inline: 18px
  }
  .checkout-hero__inner, .guide-menu, .osusume {
    padding: 22px;
    border-radius: 20px
  }
  .guide-menu__visual {
    min-height: 240px
  }
  .header .header__nav-right .header__nav-item--register, .header .header__nav-right .header__nav-item--account {
    min-width: 92px
  }
}
.checkout-hero {
  display: none !important
}
.rental-cart-page__eyebrow, .rental-cart-steps, .guide-menu__eyebrow, .osusume__eyebrow {
  display: none !important
}
.header .header__nav-right .header__nav-item--register, .header .header__nav-right .header__nav-item--account, .header .header__nav-right .header__nav-item--login {
  min-width: 132px
}
.rental-delivery-product .rc-quick-points__item {
  padding: 18px 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(61, 95, 81, .14);
  background: #fff;
  box-shadow: none
}
.rental-delivery-product .rc-quick-points__item strong {
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: .02em
}
.rental-delivery-product .rc-quick-points__item span {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(51, 51, 51, .76)
}
.rental-delivery-product .reservation-card::before {
  content: none !important;
  display: none !important
}
.rental-delivery-product .simultaneou-section {
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #fff;
  padding: 30px 25px;
  box-shadow: none;
  border: 1px solid #da4636
}
.rental-delivery-product .simultaneou-section h4 {
  color: #da4636;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1px
}
.rental-delivery-product .simultaneou-section p {
  margin-bottom: 6px;
  color: rgba(51, 51, 51, .82)
}
.rental-delivery-product .product-bottom-content {
  margin-top: 32px;
  padding: 32px;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: none
}
.rental-delivery-product .product-bottom-content__head {
  display: block;
  margin-bottom: 22px
}
.rental-delivery-product .product-bottom-content__head h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5
}
.rental-delivery-product .product-bottom-content__head p {
  max-width: 760px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(51, 51, 51, .76)
}
.rental-delivery-product .product-bottom-content__grid {
  gap: 18px
}
.rental-delivery-product .product-bottom-content__card {
  min-height: 0;
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid rgba(61, 95, 81, .12);
  background: #fdfdfb;
  box-shadow: none
}
.rental-delivery-product .product-bottom-content__step {
  min-width: 52px;
  height: 26px;
  background: #3d5f51;
  font-size: 11px;
  letter-spacing: .12em
}
.rental-delivery-product .product-bottom-content__card h4 {
  margin: 14px 0 10px;
  font-size: 17px;
  line-height: 1.6
}
.rental-delivery-product .product-bottom-content__card p {
  font-size: 14px;
  line-height: 1.85
}
.rental-delivery-product .product-bottom-content__support {
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 16px;
  background: #fff
}
.rental-delivery-product .product-bottom-content__support strong {
  color: #333
}
.rental-delivery-product .product-bottom-content__btn {
  min-width: 168px
}
.guide-menu, .osusume {
  margin-top: 32px;
  padding: 32px;
  border: 1px solid rgba(61, 95, 81, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: none
}
.guide-menu__intro {
  gap: 20px;
  align-items: stretch
}
.guide-menu__copy h3, .osusume__head h3 {
  font-size: clamp(24px, 2.4vw, 30px)
}
.guide-menu__copy p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9
}
.guide-menu__visual {
  min-height: 0;
  border-radius: 16px;
  background: #f6f7f3
}
.guide-menu__visual-copy {
  inset: auto 14px 14px 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: hsla(0, 0%, 100%, .94);
  backdrop-filter: none
}
.guide-menu__cards {
  gap: 14px;
  margin-top: 20px
}
.guide-menu__card {
  padding: 20px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(61, 95, 81, .12);
  box-shadow: none;
  transform: none
}
.guide-menu__card:hover {
  transform: none;
  border-color: rgba(61, 95, 81, .18);
  box-shadow: none
}
.guide-menu__card-kicker {
  display: none
}
.guide-menu__card strong {
  font-size: 17px
}
.guide-menu__card p {
  font-size: 13px;
  line-height: 1.8
}
.woocommerce-checkout form .form-row, .woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last, .woocommerce-checkout form .form-row-wide {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  clear: both !important
}
.woocommerce-checkout form .form-row label, .woocommerce-checkout form .woocommerce-input-wrapper, .woocommerce-checkout form .form-row span {
  display: block;
  width: 100%
}
.woocommerce-checkout form textarea, .woocommerce-checkout form #order_comments {
  width: 100% !important;
  height: 100% !important;
  min-height: 160px;
  resize: vertical
}
@media(max-width: 991.98px) {
  .rental-delivery-product .product-bottom-content, .guide-menu, .osusume {
    padding: 24px 20px
  }
  .guide-menu__intro, .guide-menu__cards, .osusume__grid {
    grid-template-columns: 1fr
  }
}
@media(max-width: 767.98px) {
  .rental-delivery-product .product-bottom-content, .guide-menu, .osusume {
    padding: 22px 16px;
    border-radius: 16px
  }
  .rental-delivery-product .product-bottom-content__card, .guide-menu__card {
    padding: 18px 16px
  }
}
.woocommerce-checkout .woocommerce {
  max-width: none;
  padding-inline: 0
}
.woocommerce-checkout form.checkout {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  gap: 0
}
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  float: none;
  width: 100%;
  max-width: none;
  flex: none;
  position: static;
  top: auto;
  margin: 0 0 24px
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  padding: 0
}
.woocommerce-checkout #order_review_heading {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: 0
}
.woocommerce-checkout #payment, .woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods>li, .woocommerce-checkout #payment div.payment_box {
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none
}
.woocommerce-checkout #payment #place_order {
  min-height: auto;
  border-radius: 0;
  box-shadow: none
}
.lm-checkout-page-intro {
  margin: 0 0 24px
}
.lm-checkout-page-intro .page-title {
  margin: 0 0 12px
}
.lm-checkout-page-intro__content>:first-child {
  margin-top: 0
}
.lm-checkout-page-intro__content>:last-child {
  margin-bottom: 0
}
.checkout-page-layout .rental-checkout-shell {
  padding-bottom: 48px
}
.checkout-page--default {
  width: 100%
}
.checkout-page__intro-block {
  margin: 0 0 24px
}
.checkout-page__content>.woocommerce {
  width: 100%;
  max-width: none
}
.woocommerce-order-received .checkout-page__content>.woocommerce, .woocommerce-order-received .checkout-page__content .woocommerce-order {
  max-width: 860px
}
.woocommerce-order-received .checkout-page__content .woocommerce-notice, .woocommerce-order-received .checkout-page__content .woocommerce-thankyou-order-received, .woocommerce-order-received .checkout-page__content .woocommerce-order>p:first-child {
  margin: 0 0 20px;
  padding: 18px 20px;
  background: #f6fbf7;
  border: 1px solid #dbe9dd;
  border-radius: 16px;
  color: #3d5f51
}
.woocommerce-order-received .checkout-page__content .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0
}
.woocommerce-order-received .checkout-page__content .woocommerce-order-overview li {
  margin: 0;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #dbe9dd;
  border-radius: 16px;
  color: #5b6f64;
  font-size: 14px;
  line-height: 1.7
}
.woocommerce-order-received .checkout-page__content .woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  color: #24362f;
  font-size: 16px
}
.woocommerce-order-received .checkout-page__content .woocommerce-order-details, .woocommerce-order-received .checkout-page__content .woocommerce-customer-details {
  margin: 0 0 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dbe9dd;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(31, 56, 46, .06)
}
.woocommerce-order-received .checkout-page__content .woocommerce-order-details__title, .woocommerce-order-received .checkout-page__content .woocommerce-column__title {
  margin-bottom: 16px;
  color: #24362f;
  font-size: 24px
}
.woocommerce-order-received .checkout-page__content .shop_table {
  width: 100%;
  border-collapse: collapse
}
.woocommerce-order-received .checkout-page__content .shop_table th, .woocommerce-order-received .checkout-page__content .shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #e6eee8;
  text-align: left;
  vertical-align: top
}
.woocommerce-order-received .checkout-page__content .shop_table th:last-child, .woocommerce-order-received .checkout-page__content .shop_table td:last-child {
  text-align: right
}
.woocommerce-order-received .checkout-page__content .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  line-height: 1.9
}
@media(max-width: 767.98px) {
  .woocommerce-order-received .checkout-page__content .woocommerce-order-overview {
    grid-template-columns: 1fr
  }
  .woocommerce-order-received .checkout-page__content .woocommerce-order-details, .woocommerce-order-received .checkout-page__content .woocommerce-customer-details {
    padding: 18px;
    border-radius: 16px
  }
}
.checkout-default-page {
  padding-bottom: 48px
}
.checkout-default-page__body {
  padding: 0 0 48px
}
.checkout-default-page .checkout-page--default {
  width: 100%
}
.checkout-default-page .checkout-page__intro-block {
  margin: 0 0 24px
}
.checkout-default-page .checkout-page__content>.woocommerce {
  width: 100%;
  max-width: none
}
.checkout-default-page .woocommerce-breadcrumb, .checkout-default-page .breadcrumb {
  display: none
}
.checkout-default-page .woocommerce-checkout, .checkout-default-page .woocommerce-order {
  background: rgba(0, 0, 0, 0)
}
.checkout-default-page {
  padding-bottom: 48px
}
.checkout-default-page__body {
  padding-bottom: 48px
}
.checkout-default-page .checkout-page--default, .checkout-default-page .checkout-page__content, .checkout-default-page .checkout-page__content>.woocommerce {
  width: 100%;
  max-width: none
}
.checkout-default-page .checkout-page__intro-block {
  margin: 0 0 32px
}
.checkout-default-page .checkout-page__intro-block .page-title {
  margin: 0 0 12px
}
.checkout-default-page .checkout-page__content .woocommerce-checkout, .checkout-default-page .checkout-page__content .woocommerce-order, .checkout-default-page .checkout-page__content form.checkout {
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none
}
.checkout-default-page .checkout-page__content form.checkout {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0
}
.checkout-default-page .checkout-page__content #customer_details, .checkout-default-page .checkout-page__content #order_review_heading, .checkout-default-page .checkout-page__content #order_review {
  float: none;
  width: 100%;
  max-width: none;
  position: static;
  top: auto;
  margin: 0 0 24px
}
.checkout-default-page .checkout-page__content #customer_details .col-1, .checkout-default-page .checkout-page__content #customer_details .col-2, .checkout-default-page .checkout-page__content #order_review {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none
}
.checkout-default-page .checkout-page__content #order_review_heading {
  padding: 0;
  margin: 0 0 16px;
  background: rgba(0, 0, 0, 0);
  border: 0
}
.checkout-default-page .checkout-page__content #payment, .checkout-default-page .checkout-page__content #payment ul.payment_methods, .checkout-default-page .checkout-page__content #payment ul.payment_methods>li, .checkout-default-page .checkout-page__content #payment div.payment_box {
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none
}
.checkout-default-page .checkout-page__content .woocommerce-breadcrumb, .checkout-default-page .checkout-page__content .breadcrumb {
  display: none
}
.checkout-page-layout .main-body {
  margin-left: 0;
  width: 100%
}
.checkout-default-page .header {
  position: relative
}
.checkout-default-page__body {
  padding-top: 80px
}
.checkout-default-page .checkout-page__intro-block, .checkout-default-page .checkout-page__content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto
}
.checkout-default-page .checkout-page__content>.woocommerce, .checkout-default-page .checkout-page__content form.checkout {
  padding-inline: 0
}
.checkout-default-page .checkout-page__content .woocommerce-checkout, .checkout-default-page .checkout-page__content form.checkout, .checkout-default-page .checkout-page__content #customer_details .col-1, .checkout-default-page .checkout-page__content #customer_details .col-2, .checkout-default-page .checkout-page__content #order_review, .checkout-default-page .checkout-page__content #payment, .checkout-default-page .checkout-page__content .woocommerce-checkout-review-order-table, .checkout-default-page .checkout-page__content .shop_table, .checkout-default-page .checkout-page__content .woocommerce-additional-fields, .checkout-default-page .checkout-page__content .woocommerce-billing-fields, .checkout-default-page .checkout-page__content .woocommerce-shipping-fields {
  background: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important
}
.checkout-default-page .checkout-page__content .woocommerce form .form-row input.input-text, .checkout-default-page .checkout-page__content .woocommerce form .form-row textarea, .checkout-default-page .checkout-page__content .woocommerce form .form-row select {
  box-shadow: none
}
.checkout-default-page .checkout-page__content>.woocommerce>.woocommerce-form-coupon-toggle, .checkout-default-page .checkout-page__content>.woocommerce>.woocommerce-form-login-toggle, .checkout-default-page .checkout-page__content>.woocommerce>.woocommerce-NoticeGroup, .checkout-default-page .checkout-page__content>.woocommerce>.return-to-shop, .checkout-default-page .checkout-page__content>.woocommerce>.cart-empty {
  display: none !important
}
@media(max-width: 991.98px) {
  .checkout-default-page__body {
    padding-top: 64px
  }
}
.checkout-order-received-default__content {
  max-width: 860px;
  margin: 0 auto
}
.checkout-order-received-default__title {
  margin: 0 auto 2rem;
  color: #24362f;
  font-size: 40px;
  line-height: 1.2;
  text-align: center
}
.checkout-order-received-default__content .woocommerce-notice.woocommerce-thankyou-order-received, .checkout-order-received-default__content .woocommerce-notice--success.woocommerce-thankyou-order-received, .checkout-order-received-default__content .woocommerce-order>p:first-child {
  margin: 2rem auto;
  text-align: center
}
@media(max-width: 767.98px) {
  .checkout-order-received-default__title {
    font-size: 32px
  }
}
@media screen and (max-width: 768px) {
  .mobile-header {
    position: relative;
    z-index: 1030
  }
  .mobile-header .mobile-header__nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 4px 16px rgba(61, 95, 81, .12);
    border-bottom: 1px solid #e8f0e9
  }
  .mobile-offcanvas {
    width: 250px
  }
  .mobile-offcanvas .mobile-offcanvas-insta {
    padding: 25px 0 30px
  }
  .mobile-offcanvas .mobile-offcanvas-insta p {
    padding: 0 15px
  }
}
.footer .footer__instagram .footer__instagram-left>svg {
  display: block !important;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important
}
.footer .footer__instagram .footer__instagram-left>svg path {
  fill: #fff !important
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-icon svg path {
  fill: #ea36ab !important
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #fff;
  color: #ea36ab;
  font-size: 26px;
  line-height: 1
}
.footer .footer__instagram .footer__instagram-left {
  min-width: 0
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px;
  background: rgba(0, 0, 0, 0) !important
}
.footer .footer__instagram .footer__instagram-left .footer__instagram-icon svg path {
  fill: #ea36ab !important
}
.services-bar .services-bar__col>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none
}
.services-bar .services-bar__col .services-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 0
}
.services-bar .services-bar__col .services-bar__icon svg {
  display: block;
  margin-bottom: 0
}
.services-bar .services-bar__col.active {
  background: #63ac6b;
  color: #fff
}
.services-bar .services-bar__col.active p, .services-bar .services-bar__col.active p span {
  color: #fff
}
.services-bar .services-bar__col.active svg path {
  fill: #fff
}
@media screen and (max-width: 768px) {
  .mobile-header {
    padding-top: 0 !important;
    margin-top: 0 !important
  }
  .mobile-header__wrap {
    position: static !important;
    top: auto !important
  }
  .mobile-header .mobile-header__nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
  }
  .mobile-offcanvas .mobile-offcanvas-insta {
    padding: 26px 0 24px !important;
    height: auto !important;
    gap: 22px !important;
    justify-content: flex-start !important;
    align-items: stretch !important
  }
  .mobile-offcanvas .mobile-offcanvas-insta p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-align: center !important
  }
  /* .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    height: 86px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    gap: 18px !important
  } */
  .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn i {
    font-size: 30px !important
  }
  .footer .footer__instagram .footer__instagram-left .footer__instagram-icon {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .mobile-header {
    padding-top: 0 !important;
    margin-top: 0 !important
  }
  .mobile-header .mobile-header__nav-bar.is-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    box-shadow: 0 4px 16px rgba(61, 95, 81, .12);
    border-bottom: 1px solid #e8f0e9
  }
  .mobile-header__nav-bar-spacer {
    width: 100%;
    height: 53px;
    flex: 0 0 53px
  }
  .mobile-offcanvas .mobile-offcanvas-insta {
    padding: 24px 16px 16px !important;
    gap: 14px !important;
    height: auto !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #ad46ff 0%, #f6339a 50%, #ff6900 100%) !important
  }
  .mobile-offcanvas .mobile-offcanvas-insta p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #fff !important
  }
  /* .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 56px !important;
    padding: 0 12px !important;
    gap: 10px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #ea36ab !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important
  } */
  .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    line-height: 0
  }
  .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn-icon svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important
  }
  .mobile-offcanvas .mobile-offcanvas-insta .sidebar__instagram-btn-icon svg path {
    fill: currentColor !important
  }
}
.mobile-header__nav-bar-spacer {
  display: none
}
@media screen and (min-width: 992px) {
  .page-my-account-inline+.footer, .page-my-account-inline+.footer+.page-bottom {
    margin-left: 250px;
    width: calc(100% - 250px)
  }
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden
  }
  .page-my-account-inline, .page-my-account-inline .page__heading-section, .page-my-account-inline .services-bar, .page-my-account-inline .service-tailored, .page-my-account-inline+.footer, .page-my-account-inline+.footer+.page-bottom {
    overflow-x: clip
  }
  .page-my-account-inline+.footer, .page-my-account-inline+.footer+.page-bottom {
    margin-left: 0;
    width: 100%
  }
  .page-my-account-inline .mobile-header {
    padding-top: 0 !important;
    margin-top: 0 !important
  }
  .page-my-account-inline .mobile-header .mobile-header__nav-bar .mobile-header__nav-link .mobile-header__nav-icon svg {
    display: block;
    width: 25px;
    height: 25px
  }
  .page-my-account-inline .mobile-header .mobile-header__nav-bar .mobile-header__nav-link span {
    letter-spacing: 0
  }
  .mobile-offcanvas .mobile-offcanvas-insta {
    width: 100% !important;
    margin: 0 !important
  }
}
.product-guide-nav {
  margin: 150px auto
}
.product-guide-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 38px;
  padding: 35px;
  background: #f9faf4;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333
}
.product-guide-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease
}
.product-guide-nav__link:hover {
  color: #63ac6b;
  opacity: 1
}
.product-recommend {
  padding-bottom: 56px
}
.product-recommend__head {
  padding-top: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.product-recommend__line {
  height: 1px;
  background: #333;
  width: 100%;
  max-width: 500px
}
.product-recommend__titles {
  padding: 0 30px;
  margin-top: -25px;
  background: #f9faf4;
  min-width: 0
}
.product-recommend__titles h2 {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  color: #333
}
.product-recommend__titles p {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #63ac6b
}
/* グリッド: PC 4カラム gap18px */
.product-recommend__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px
}
/* カード */
.product-recommend__card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid #E9EAE5;
  background: #fff;
  overflow: hidden
}
/* ハートボタン */
.product-recommend__fav {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #E9EAE5;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: border-color .2s
}
.product-recommend__fav:hover {
  border-color: #DA4636
}
.product-recommend__fav.is-active svg path {
  fill: #DA4636
}
/* カード全体リンク */
.product-recommend__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  flex: 1
}
.product-recommend__link:hover {
  opacity: 1
}
/* 画像エリア */
.product-recommend__image {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff
}
.product-recommend__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
/* テキストエリア */
.product-recommend__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 25px 25px
}
.product-recommend__body h3 {
  margin: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .5px;
  color: #333;
  align-self: stretch
}
/* 価格ラッパー */
.product-recommend__price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0
}
/* 価格数値 */
.product-recommend__price-num {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: .5px;
  color: #F16334
}
.product-recommend__price-yen {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .5px;
  color: #F16334;
  align-self: flex-end
}
/* 税込テキスト */
.product-recommend__price-tax {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .5px;
  color: #333;
  align-self: flex-end
}
.product-recommend__empty {
  padding: 28px 24px;
  border: 1px solid #e5ece5;
  border-radius: 12px;
  background: #f9faf4
}
.product-recommend__empty p {
  margin: 0;
  color: #333;
  font-weight: 700
}
@media screen and (max-width: 768px) {
  .product-guide-nav {
    margin: 36px 0 48px
  }
  .product-guide-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding: 25px 22px
  }
  .product-guide-nav__link {
    justify-content: flex-start;
    text-align: left;
    font-size: 15px;
    line-height: 19px
  }
  .product-recommend {
    padding-bottom: 44px
  }
  .product-recommend__head {
    margin-bottom: 24px
  }
  .product-recommend__titles h2 {
    font-size: 20px
  }
  .product-recommend__titles p {
    font-size: 12px;
    margin-top: 4px
  }
  /* SP: 2カラム gap 6px */
  .product-recommend__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px
  }
  /* SP: カードのborder-radius */
  .product-recommend__card {
    border-radius: 10px
  }
  /* SP: テキストエリアのpadding */
  .product-recommend__body {
    padding: 20px 15px 25px
  }
  /* SP: 商品名フォント */
  .product-recommend__body h3 {
    font-size: 14px;
    line-height: 18px
  }
  /* SP: 価格フォント */
  .product-recommend__price-num {
    font-size: 14px
  }
  .product-recommend__price-tax {
    font-size: 14px
  }
}
.my-account-box>p mark {
  background: none;
  font-weight: 700
}
.my-account-box>p mark.order-status {
  color: #63ac6b
}
.my-account-box .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 15px
}
.my-account-box .shop_table th {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3d5f51;
  padding: 12px 16px;
  border-bottom: 2px solid #e9eae5;
  text-align: left;
  background: #f9faf4
}
.my-account-box .shop_table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e9eae5;
  vertical-align: top;
  font-size: 15px;
  color: #333;
  line-height: 1.6
}
.my-account-box .shop_table tfoot tr td, .my-account-box .shop_table tfoot tr th {
  width: 50%;
  font-weight: 700;
  border-top: 2px solid #e9eae5;
  border-bottom: none
}
.my-account-box .shop_table tfoot .order-total td, .my-account-box .shop_table tfoot .order-total th {
  font-size: 17px;
  color: #da4636
}
.my-account-box .shop_table .product-name a {
  color: #3d5f51;
  text-decoration: none
}
.my-account-box .shop_table .product-name a:hover {
  text-decoration: underline
}
.woocommerce-view-order .wc-item-meta {
  list-style: none;
  padding: 0;
  margin-top: 2rem
}
.woocommerce-view-order .wc-item-meta li {
  display: flex;
  gap: 4rem
}
.woocommerce-view-order .wc-item-meta-label {
  width: 250px
}
.my-account-box .woocommerce-order-details, .my-account-box .woocommerce-customer-details {
  margin-bottom: 40px
}
.my-account-box .woocommerce-order-details__title, .my-account-box .woocommerce-column__title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3d5f51;
  border-bottom: 2px solid #63ac6b;
  padding-bottom: 10px;
  margin-bottom: 20px
}
.my-account-box .woocommerce-column--billing-address, .my-account-box .woocommerce-column--shipping-address {
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 10px;
  margin-bottom: 20px
}
.my-account-box address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #333
}
.my-account-box .woocommerce-order-again {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: #3d5f51;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 30px;
  transition: background .2s
}
.my-account-box .woocommerce-order-again:hover {
  background: #2e4a3e
}
.my-account-box .woocommerce-OrderUpdates {
  list-style: none;
  padding: 0;
  margin: 0
}
.my-account-box .woocommerce-OrderUpdate {
  padding: 16px;
  background: #fff;
  border: 1px solid #e9eae5;
  border-radius: 8px;
  margin-bottom: 12px
}
.my-account-box .woocommerce-OrderUpdate-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 6px
}
.my-account-box .woocommerce-info, .my-account-box .woocommerce-message, .my-account-box .woocommerce-error {
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px
}
.my-account-box .woocommerce-info {
  background: #e8f4fd;
  border-left: 4px solid #2196f3
}
.my-account-box .woocommerce-message {
  background: #e8f5e9;
  border-left: 4px solid #4caf50
}
.my-account-box .woocommerce-error {
  background: #fdecea;
  border-left: 4px solid #da4636
}
.member-account-shell__content .form-group {
  margin-bottom: 20px;
}
.btn-form-submit {
  border: 0;
  background: #63ac6b;
  color: #fff
}
.btn-form-submit:hover {
  background: #579a5f;
  color: #fff
}
.mobile-header__nav {
  display: flex;
  width: 100%;
  background: #3d5f51;
  border-top: 1px solid hsla(0, 0%, 100%, .15)
}
.mobile-header__nav-item {
  flex: 1;
  padding: 10px 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d5f51;
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid hsla(0, 0%, 100%, .15);
  transition: background .2s
}
.mobile-header__nav-item:last-child {
  border-right: none
}
.mobile-header__nav-item:hover, .mobile-header__nav-item--active {
  background: #63ac6b;
  color: #fff
}
.member-login-page .header, .member-registration-page .header {
  background: inherit
}
.services-bar .services-bar__col.active {
  background: #fff;
  color: inherit
}
.services-bar .services-bar__col.active p {
  color: #333
}
.services-bar .services-bar__col.active p span {
  color: #63ac6b
}
.services-bar .services-bar__col.active svg path {
  fill: #63ac6b
}
.rental-delivery-product .social-share .btn-line {
  background: #4cc764 !important
}
.rental-delivery-product .social-share .btn-line svg path {
  fill: #fff
}
.rental-archive .categories-card .options .nav-links {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #63ac6b;
  color: #333;
  background: #fff;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer
}
.rental-archive .categories-card .options .nav-links.active, .rental-archive .categories-card .options .nav-links:hover {
  background: #63ac6b;
  color: #fff
}
.product-card .content h2 small, .product-card .content h2 .woocommerce-Price-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  margin-left: 2px
}
.rental-delivery-product .line-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px
}
.rental-delivery-product .line-heading .line {
  width: 100%;
  height: 1px;
  background: #333
}
.rental-delivery-product .reservation-card .rc-prices__row span:first-child {
  font-weight: 400
}
.rental-delivery-product .rental-conditions {
  background: #fff
}
.price-tax-suffix {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #333;
  margin-left: 2px
}
/* ============================================================
   [fix] サムネイルスライダー：スワイプ対応・アクティブ制御
   ============================================================ */
.thumb-slider,
.thumb-slider .swiper-wrapper {
  overflow: visible;
}
.machine-card .thumb-slider {
  margin-top: 25px;
}

/* 非アクティブ：半透明・ボーダーなし */
.thumb-slider .swiper-slide {
  opacity: .45;
  border: 1px solid #E9EAE5;
  transition: opacity .2s ease, border-color .2s ease;
  overflow: visible;
}

/* ============================================================
   [fix] サイドサブメニュー：サイドバー上を通過しないよう修正
   ============================================================ */
/* sidebar-submenu hover: .is-open クラスで制御（style.css内に定義済み） */

/* ============================================================
   [fix] 商品詳細ページ サムネイルスライダー：
   .main-body { overflow:clip } を単一ページでのみ解除
   Swiper v11 のインラインstyleより優先するためJSも併用
   ============================================================ */
body.single-product .main-body {
  overflow-x: visible;
}
.rental-delivery-product .product-assets {
  /* overflow: visible; */
  overflow: hidden;
}
/* ============================================================
   [fix] 商品詳細SP: 画像上部のタイトル・バッジ表示制御
   ============================================================ */

/* PC: SP専用ヘッダー非表示 */
/* .product-detail__sp-header {
  display: none
} */

/* PC: product-detail内のバッジ・タイトル・価格は通常表示 */
/* .rental-delivery-product .product-detail .top-badges,
.rental-delivery-product .product-detail .heading,
.rental-delivery-product .product-detail .price {
  display: block
} */

@media screen and (max-width: 768px) {
  /* SP: 画像スライダー上部にタイトルブロックを表示 */
  .product-detail__sp-header .top-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 12px
  }
  .product-detail__sp-header .top-badges span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    gap: 10px;
    height: 28px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 9999px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #333
  }
  .product-detail__sp-header .heading {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #333333;
    margin: 0 0 10px
  }
  .product-detail__sp-header .price {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0;
    color: #f16334
  }
  .product-detail__sp-header .price small {
    font-size: 14px;
    font-weight: 400;
    color: #333
  }
  /* SP: product-detail内のバッジ・タイトル・価格を非表示 */
  .rental-delivery-product .product-detail .top-badges,
  .rental-delivery-product .product-detail p.price {
    display: none
  }
}

/* machine-card__header に Bootstrap accordion クラスが付いているが
   accordion のデフォルトスタイルを打ち消す */
.machine-card .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0
}


/* ============================================================
   patch – single-product scroll-behavior fix
   SP Safariでスクロール位置がトップへ戻る現象を防ぐ
   ============================================================ */
body.single-product {
  scroll-behavior: auto;
}

/* ============================================================
   patch – thumb-slider PC折り返し全表示
   ・PC: swiper-wrapper を flex-wrap: wrap で折り返し
   ・Swiperのインラインtransformを無効化しグリッド的に並べる
   ・1枚/少枚数でもレイアウト崩れしない
   ・SP: Swiperスクロール挙動はそのまま維持
   ・アクティブサムネイルの枠線を黄緑色に統一
   ============================================================ */

@media screen and (min-width: 769px) {
  /* thumb-slider 本体：高さをautoにしてSwiperの固定heightを解除 */
  .rental-delivery-product .product-assets .product-slider .thumb-slider {
    overflow: visible !important;
    height: auto !important;
  }

  /* swiper-wrapper：transformを無効化してflex折り返しに切り替え */
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-wrapper {
    flex-wrap: wrap !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    gap: 9px;
    /* Swiperがtransitionでtransformを再付与しないよう上書き */
    transition: none !important;
  }

  /* swiper-slide：89px固定でflexアイテムとして並ぶ */
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide {
    width: 89px !important;
    height: 89px !important;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border: 2px solid #e9eae5;
    background: #fff;
    opacity: 1;
    overflow: hidden;
    /* Swiperがmarginで間隔を管理する場合があるため初期化 */
    margin-right: 0 !important;
  }

  /* アクティブ枠線：黄緑色（#63AC6B） */
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide-thumb-active,
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #63ac6b !important;
    opacity: 1;
  }
}

/* ============================================================
   patch – mobile-header sticky iOS Safari スクロール戻り対策
   ============================================================ */
@media screen and (max-width: 768px) {
  .mobile-header__nav-bar {
    will-change: transform;
  }
}

/* --- SP: アクティブサムネイルの枠線を黄緑色に統一 --- */
@media screen and (max-width: 768px) {
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide-thumb-active,
  .rental-delivery-product .product-assets .product-slider .thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #63ac6b !important;
    opacity: 1;
  }
}

/* ============================================================
   patch – カテゴリタグ 親カテゴリ強調表示 (④)
   .is-parent が付いた span に緑背景・白文字を適用
   既存の :first-child ルールを上書き
   ============================================================ */
.rental-delivery-product .tags span.is-parent {
  background: #63ac6b;
  color: #fff;
}
/* ============================================================
   patch – Chrome for Android オーバースクロールバウンド対策
   ページ最下部・最上部でのゴム引き効果（数px バウンド）を無効化
   pull-to-refresh は維持（y: none にすると無効化されるため contain を使用）
   ============================================================ */
@media screen and (max-width: 768px) {
  html, body {
    overscroll-behavior-y: contain;
  }
}

/* ============================================================
   patch – レンタル予約フォーム SP スタイル修正 v2
   対象：max-width: 768px
   ============================================================ */
@media screen and (max-width: 768px) {

  .rental-delivery-product .line-heading {
    gap: 0;
  }
  .rental-delivery-product .line-heading .line {
    flex: 1;
  }
  .rental-delivery-product .line-heading span {
    background: #f9faf4;
    padding-right: 20px;
    white-space: nowrap;
  }

  /* ── reservation-card ──────────────────────────────── */
  .rental-delivery-product .reservation-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  /* rc-field の margin-bottom をリセット（gap で管理） */
  .rental-delivery-product .reservation-card .rc-field {
    margin-bottom: 0;
  }
  /* rc-note の margin をリセット（gap で管理） */
  .rental-delivery-product .reservation-card .rc-note {
    margin-top: 8px;
    margin-bottom: 0;
  }
  /* 利用開始日・終了日の横並びを維持 */
  .rental-delivery-product .reservation-card .rc-datepicker-wrap .row {
    display: flex;
    gap: 15px;
    margin-bottom: 0 !important;
  }
  .rental-delivery-product .reservation-card .rc-datepicker-wrap .row .col-6 {
    flex: 1;
    padding: 0;
    width: auto;
    max-width: none;
  }

  .rental-delivery-product .reservation-card .rc-schedule {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  /* 1行目（発送日）：上角丸 */
  .rental-delivery-product .reservation-card .rc-schedule__row:first-child .rc-schedule__badge {
    border-radius: 8px 0 0 0;
  }
  .rental-delivery-product .reservation-card .rc-schedule__row:first-child .rc-schedule__date {
    border-radius: 0 8px 0 0;
  }
  /* 3行目（返送日）：下角丸 */
  .rental-delivery-product .reservation-card .rc-schedule__row--last .rc-schedule__badge {
    border-radius: 0 0 0 8px;
  }
  .rental-delivery-product .reservation-card .rc-schedule__row--last .rc-schedule__date {
    border-radius: 0 0 8px 0;
  }

  /* ── rc-prices（料金内訳）
     上下に border を追加・最終行の border-bottom は不要 */
  .rental-delivery-product .reservation-card .rc-prices {
    padding: 15px 10px;
    border-top: 1px solid rgba(51, 51, 51, 0.50);
    border-bottom: 1px solid rgba(51, 51, 51, 0.50);
    margin: 0;
  }
  .rental-delivery-product .reservation-card .rc-prices__row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* ── rc-total（合計金額） */
  .rental-delivery-product .reservation-card .rc-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 8px;
  }
  .rental-delivery-product .reservation-card .rc-total__label {
    font-size: 18px;
    line-height: 28px;
  }

  /* ── simultaneou-section（同時購入について） */
  .rental-delivery-product .simultaneou-section {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .rental-delivery-product .simultaneou-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  /* ── rental-conditions（レンタル品貸出条件・規約） */
  .rental-delivery-product .rental-conditions {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    gap: 16px;
  }
  .rental-delivery-product .rental-conditions h4 {
    margin-bottom: 0;
  }
  .rental-delivery-product .rental-conditions .form-check {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .rental-delivery-product .rental-conditions .signature .rc-input {
    height: 42px;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}