@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--color-background);
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     company
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     rental
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     products
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     own
  ------------------------------------------------------------ */
}
.subpage .breadcrumb {
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.subpage .subheader-boxWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: var(--subhead_h);
  background: transparent;
  padding: 0 15px;
}
.subpage .subheader-box {
  height: var(--subhead_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #EDF1F7;
}
.subpage .sub-header img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .c-subhead {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .sub-header-first {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-second {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
}
.subpage .sub-header-first-anim {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subpage .sub-header-second-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .subpage-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.subpage .subpage-main--pb0 {
  padding-bottom: 0;
}
.subpage .p-text-content small {
  font-size: 80%;
}
.subpage .p-text-content table th, .subpage .p-text-content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}
.subpage .p-text-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 2rem;
}
.subpage .p-text-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0 0 0 1.5rem;
}
.subpage .p-text-content blockquote {
  position: relative;
  margin: 1.25em 0;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  background: #fafafa;
  border-radius: 8px;
}
.subpage .p-text-content blockquote::before {
  content: "“";
  position: absolute;
  left: 0.75rem;
  top: 0.25rem;
  font-size: 3rem;
  line-height: 1;
  color: #d0d7de;
  font-family: Georgia, "Times New Roman", serif;
}
.subpage .p-text-content blockquote > :first-child {
  margin-top: 0;
}
.subpage .p-text-content blockquote > :last-child {
  margin-bottom: 0;
}
.subpage .p-text-content blockquote cite {
  display: block;
  margin-top: 0.5em;
  color: #6a737d;
  font-style: normal;
}
.subpage .p-page-nav {
  padding: 2rem 3rem;
  background: #fff;
}
.subpage .p-page-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem clamp(2rem, 64 / var(--max-lg) * 100vw, 4rem);
}
.subpage .p-page-nav-list {
  color: var(--color-primary);
}
.subpage .p-page-nav-list a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage .p-page-nav-list a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.1rem solid var(--color-primary);
  border-right: 0.1rem solid var(--color-primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5em;
  position: static;
  z-index: 1;
}
.subpage .p-company-map {
  position: relative;
  width: 100%;
  padding-top: 47.0588%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.subpage .p-company-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.subpage .p-rental {
  background: url(../../../img/rental/bg_forest@2x.webp) no-repeat center;
  background-size: cover;
}
.subpage .p-sunsystem {
  background: -webkit-gradient(linear, left top, right bottom, from(#6e7ec9), color-stop(65%, #cef8ff));
  background: -webkit-linear-gradient(top left, #6e7ec9 0%, #cef8ff 65%);
  background: linear-gradient(to bottom right, #6e7ec9 0%, #cef8ff 65%);
  padding: clamp(1rem, 36 / var(--max-lg) * 100vw, 2.25rem) 1rem;
}
.subpage .p-sunsystem__ttl {
  font-size: clamp(1.5rem, 46 / var(--max-lg) * 100vw, 2.875rem);
  padding: 0.1em 0.5em;
  display: inline-block;
  border-bottom: 5px solid #6e7ec9;
}
.subpage .p-sunsystem-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 24 / var(--max-lg) * 100vw, 1.5rem);
}
.subpage .p-sunsystem-list .p-sunsystem-card {
  background: #fff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.subpage .p-sunsystem-list .p-sunsystem-card img {
  width: 100%;
  border-radius: 18px;
}
.subpage .p-sunsystem-list .p-sunsystem-card figcaption {
  margin-top: 0.5rem;
}
.subpage .p-sunsystem-list .p-sunsystem-card figcaption h3 {
  border-left: 7px solid #5cafe6;
  color: #6e7ec9;
  font-weight: 900;
  padding-left: 0.5rem;
  font-size: clamp(1.125rem, 26 / var(--max-lg) * 100vw, 1.625rem);
}
.subpage .p-products {
  position: relative;
  isolation: isolate;
  padding: 3.75rem 0 2.5rem;
}
.subpage .p-products::before {
  content: "";
  width: 88vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.subpage .p-products--1::before {
  background: url(../../../img/products/products_bg1@2x.webp) no-repeat;
  background-size: cover;
  left: calc(50% - 50vw);
}
.subpage .p-products--2::before {
  background: url(../../../img/products/products_bg2@2x.webp) no-repeat;
  background-size: cover;
  right: calc(50% - 50vw);
}
.subpage .p-products--3::before {
  content: "";
  width: 100vw;
  background: url(../../../img/products/products_bg3@2x.webp) no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.subpage .p-products--4::before {
  background: url(../../../img/products/products_bg4@2x.webp) no-repeat;
  background-size: cover;
  left: calc(50% - 50vw);
}
.subpage .p-products-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.subpage .p-products-list--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.subpage .p-products-list--2 li {
  max-width: 480px;
}
.subpage .p-products-list--2 li img {
  width: 100%;
}
.subpage .p-consumables {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.subpage .p-consumables__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.subpage .p-own--bl {
  background: url(../../../img/own/own_bg_bl@2x.webp) no-repeat;
  background-size: cover;
}
.subpage .p-own--gr {
  background: url(../../../img/own/own_bg_gr@2x.webp) no-repeat;
}
.subpage .p-own-head {
  position: relative;
  z-index: 1;
}
.subpage .p-own-head .p-own-head__column--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-own-head .p-own-head__column--txt {
  background: #000;
  color: #fff;
  padding: 0.2em 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-own-head--1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; /* 左 | 境目(0幅) | 右 */
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; /* gapなし */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-own-head--1 .p-own-head__column--logo {
  -ms-grid-column-align: end;
  justify-self: end;
  border: 1px solid #ccc;
  padding: 0.2em 0.5em;
}
.subpage .p-own-head--1 .p-own-head__column--txt {
  -ms-grid-column-align: start;
  justify-self: start;
  height: 100%;
}
.subpage .p-own-head--2 {
  display: inline-block;
}
.subpage .p-own-head--2 .p-own-head__column--logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage .p-own-head .icon {
  width: clamp(66px, 8vw, 91px);
  height: auto;
  aspect-ratio: 91/36;
  margin-right: clamp(4px, 0.8vw, 6px);
}
.subpage .p-piralmat-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem 1.5rem;
}
.subpage .p-piralmat-list figure img {
  width: 100%;
}
.subpage .p-piralmat-list figure h4 {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}
.subpage .p-piralmat-list figure h4::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #6e7ec9;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.subpage .p-detergent-list {
  display: inline-block;
}
.subpage .p-detergent-list li {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}
.subpage .p-detergent-list li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #6e7ec9;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.subpage .p-film {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  --mt-fluid: calc(-5% * (100vw / (var(--max-lg) * 1px)));
  margin-top: clamp(-5%, var(--mt-fluid), 0%);
}
.subpage .p-film__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.subpage .p-film__column img {
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-check-list {
  margin-top: 10%;
}
.subpage .p-check-list li {
  border-radius: 15px;
  background: #fff;
  padding: 0.4em 0.4em 0.4em 3em;
  font-weight: bold;
  font-size: clamp(1.125rem, 20 / var(--max-lg) * 100vw, 1.25rem);
  position: relative;
}
.subpage .p-check-list li::before {
  content: "";
  width: clamp(24px, 4vw, 35px);
  height: clamp(24px, 4vw, 35px);
  background: url(../../../img/own/check@2x.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.25rem;
  top: 0.375rem;
}
.subpage .p-check-list li:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media (max-width: 1023px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    min-height: var(--subhead_h);
  }
  .subpage .subheader-box {
    height: var(--subhead_h);
  }
  .subpage .p-page-nav {
    background: none;
    padding: 0;
  }
  .subpage .p-page-nav-list {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
  }
  .subpage .p-page-nav-list a {
    background: #FAFAFC;
    padding: 0.5em 1em;
  }
  .subpage .p-sunsystem-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .p-film {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.75rem;
  }
  .subpage .p-check-list {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  main {
    min-height: 480px;
  }
  .subpage .p-sunsystem-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-products-list--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-products-list--2 li {
    max-width: 100%;
  }
  .subpage .p-consumables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .subpage .p-own-head .p-own-head__column {
    width: 100%;
  }
  .subpage .p-own-head--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-own-head--1 .p-own-head__column--logo {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subpage .p-piralmat-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  .subpage .p-page-nav-list a:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=../../map/object/project/page.css.map */