@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
  min-height: 100%;
  margin: 0;
  font-size: min(16px, 1.25vw);
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

input,
textarea,
select,
button {
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

em,
i {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

.site-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.site-wrap .site-main {
  flex: 1 0 auto;
}

.column-brock {
  display: block;
  width: 5.4545454545vw;
}

.content-brock {
  width: calc(100% - 10.9090909091vw);
  position: relative;
}

.flex-wrap {
  display: flex;
}

.bg-maincolor {
  background: #00836b;
}

.bg-subcolor {
  background: #a9cf5e;
}

.bg-basecolor {
  background: #dfdee0;
}

.site-header {
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  color: #fff;
}
.site-header .header-inner {
  width: calc(100% - 10.9090909091vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.3636363636vw;
  padding: 0.4545454545vw 1.8181818182vw 0;
}
.site-header .site-logo {
  width: 16.3636363636vw;
  margin: 0;
}
.site-header .global-nav {
  position: relative;
  transition: 0.4s ease;
}
.site-header .global-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.4em 1.4em rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 0.35s ease;
  z-index: -1;
}
.site-header .global-nav .global-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1818181818vw;
  font-size: min(15px, 1.171875vw);
  font-weight: 500;
  white-space: nowrap;
}
.site-header .global-nav a {
  transition: opacity 0.25s ease;
}
.site-header .global-nav a:hover {
  opacity: 0.65;
}
.site-header.is-scroll .global-nav {
  color: #000;
  padding: 1.8em 2em;
}
.site-header.is-scroll .global-nav::before {
  opacity: 1;
}

.hamburger,
.menu-shutter,
.mobile-menu {
  display: none;
}

h1 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
h1.top-h1 {
  font-size: 3.8181818182vw;
  font-weight: 800;
}
h1.top-h1 .pop-text {
  display: inline-flex;
  margin: 0 -0.4em;
}
h1.top-h1 .pop-text span {
  display: inline-block;
  opacity: 0;
  margin-left: 0.05em;
}
h1.page-h1 {
  font-size: 3.2727272727vw;
}

h2.en {
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: min(52px, 4.0625vw);
  line-height: 0.88;
  padding-left: 2.7272727273vw;
}
h2.en__white {
  color: #fff;
}
h2.en .large-text {
  font-size: min(76px, 5.9375vw);
}
h2.en .small-text {
  font-size: min(44px, 3.4375vw);
}
h2.en .ja {
  font-size: min(49px, 3.828125vw);
}
h2.en .spacing {
  letter-spacing: -0.2em;
  margin-left: -0.1em;
}
h2.plan-h2 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: min(52px, 4.0625vw);
}
h2.plan-h2 .large-text {
  font-size: min(76px, 5.9375vw);
}
h2.plan-h2 .small-text {
  font-size: min(44px, 3.4375vw);
}
h2.zeb-h2 {
  font-size: min(34px, 2.65625vw);
  font-family: "Noto Serif JP";
  font-weight: 700;
  letter-spacing: 0.1em;
}
h2.page-h2-style {
  font-size: min(24px, 1.875vw);
  font-family: "Noto Serif JP";
  font-weight: 700;
  letter-spacing: 0.1em;
}
h2.product-name {
  font-size: min(36px, 2.8125vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}

h3.h3-style {
  font-size: min(30px, 2.34375vw);
  font-weight: 700;
}
h3.page-h3-style {
  font-size: min(17px, 1.328125vw);
  font-weight: 700;
}

h4.h4-style {
  font-size: min(21px, 1.640625vw);
  font-weight: 700;
}

.yellow-green-accent {
  width: 100%;
  height: min(40px, 3.125vw);
  background: #8ec31f;
}

.green-accent {
  width: 100%;
  height: min(40px, 3.125vw);
  background: #00836b;
}

.rubi {
  font-size: min(14px, 1.09375vw);
  font-weight: 600;
  padding: 1em 0 0 2.7272727273vw;
}
.rubi__white {
  color: #fff;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.7272727273vw;
}
.mv.frontpage {
  aspect-ratio: 100/56;
}
.mv.frontpage .mv-bg {
  background-image: url("../img/top-main-img.webp");
}
.mv.frontpage .mv-bg-in {
  padding: 13.2727272727vw 1.8181818182vw 0;
}
.mv.page {
  aspect-ratio: 100/38;
}
.mv.page .mv-bg-in {
  padding: 10.9090909091vw 1.8181818182vw 0;
}
.mv.strength .mv-bg {
  background-image: url("../img/page-strength-main.webp");
}
.mv.plan .mv-bg {
  background-image: url("../img/page-plan-main.webp");
}
.mv.works .mv-bg {
  background-image: url("../img/page-works-main.webp");
}
.mv.land .mv-bg {
  background-image: url("../img/page-land-main.webp");
}
.mv.flow .mv-bg {
  background-image: url("../img/page-flow-main.webp");
}
.mv.company .mv-bg {
  background-image: url("../img/page-company-main.webp");
}
.mv.zeb .mv-bg {
  background-image: url("../img/page-zeb-main.webp");
}
.mv.contact .mv-bg {
  background-image: url("../img/page-contact-main.webp");
}
.mv.catalog-dl .mv-bg {
  background-image: url("../img/page-catalog-dl-main.webp");
}
.mv.news .mv-bg {
  background-image: url("../img/page-news-main.webp");
}
.mv.privacy .mv-bg {
  background-image: url("../img/page-privacy-main.webp");
}
.mv .mv-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
}
.mv .mv-bg-in {
  width: calc(100% - 10.9090909091vw);
  position: relative;
  z-index: 1;
}
.mv .top-e-icon {
  width: 16.3636363636vw;
}
.mv .page-e-icon {
  width: 8.1818181818vw;
  position: relative;
}
.mv .page-e-icon .pop-text {
  position: absolute;
  bottom: -1.8em;
  left: 25%;
  display: inline-flex;
  margin: 0 -0.4em;
}
.mv .page-e-icon .pop-text span {
  display: inline-block;
  opacity: 0;
  margin-left: 0.05em;
}
.mv .top-head {
  margin-left: 2.2727272727vw;
}
.mv .top-head .sub-copy {
  font-size: 2vw;
  font-family: "Noto Serif JP";
  font-weight: 600;
  color: #fff;
  margin-top: 1.2em;
  letter-spacing: 0.12em;
}
.mv .top-head.is-show .pop-text,
.mv .page-e-icon.is-show .pop-text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.mv .top-head.is-show .pop-text span,
.mv .page-e-icon.is-show .pop-text span {
  animation-name: pop-up;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.mv .top-head.is-show .pop-text .pop1,
.mv .page-e-icon.is-show .pop-text .pop1 {
  animation-delay: 0.1s;
}
.mv .top-head.is-show .pop-text .pop2,
.mv .page-e-icon.is-show .pop-text .pop2 {
  animation-delay: 0.3s;
}
.mv .top-head.is-show .pop-text .pop3,
.mv .page-e-icon.is-show .pop-text .pop3 {
  animation-delay: 0.5s;
}
@keyframes pop-up {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.6);
  }
  65% {
    opacity: 1;
    transform: translateY(-0.1em) scale(1.1);
  }
  82% {
    transform: translateY(0.02em) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.mv .content-center {
  display: flex;
  align-items: center;
}
.mv .white-slope {
  position: absolute;
  z-index: 2;
  top: 104%;
  left: -8%;
  width: 120%;
  height: 90%;
  background: #fff;
  transform: skewY(-16.5deg);
  transform-origin: left top;
}

.section {
  position: relative;
  width: 100%;
}
.section .yellow-green-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 150%;
  background: #a9cf5e;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}
.section .white-slope {
  position: absolute;
  top: 104%;
  left: -8%;
  width: 120%;
  height: 90%;
  background: #fff;
  transform: skewY(-16.5deg);
  transform-origin: left top;
}
.section .white-slope-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 150%;
  background: #fff;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}
.section .gray-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 150%;
  background: #dfdee0;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}

.more-button {
  position: relative;
}
.more-button__padding {
  padding: 0 0 26.3636363636vw 5.4545454545vw;
}
.more-button a {
  display: grid;
  grid-template-columns: 1fr 3.4545454545vw;
  align-items: center;
  width: 18.1818181818vw;
  background: #000;
  color: #fff;
  border-radius: 0 0.7em 0.7em 0;
  overflow: hidden;
}
.more-button a .text {
  justify-self: center;
  font-size: min(14px, 1.09375vw);
  font-weight: 600;
  padding: 0.9090909091vw 0;
}
.more-button a .arrow {
  position: relative;
  height: 100%;
  padding: 0.9090909091vw 0;
  border-left: 1px solid #fff;
}
.more-button a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.4545454545vw solid transparent;
  border-bottom: 0.4545454545vw solid transparent;
  border-left: 0.5454545455vw solid #fff;
  transform: translate(-40%, -50%);
}
.more-button .gray-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 110%;
  background: #dfdee0;
  transform: skewY(-16.5deg);
  transform-origin: right top;
  z-index: -1;
}
.more-button .white-slope {
  position: absolute;
  right: 0;
  top: -12%;
  width: 120%;
  height: 110%;
  background: #fff;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}
.more-button.short {
  padding: 0 0 7.2727272727vw 5.4545454545vw;
}

.site-footer {
  position: relative;
  color: #fff;
}
.site-footer .green-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 200%;
  background: #00836b;
  transform: skewY(-16.5deg);
  transform-origin: right bottom;
}
.site-footer .footer-inner {
  position: relative;
  width: calc(100% - 10.9090909091vw);
  display: flex;
  flex-direction: column;
  padding: 20.3636363636vw 0 2.7272727273vw;
  margin: auto;
}
.site-footer .footer-brand {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  padding-right: 1.8181818182vw;
  text-align: right;
}
.site-footer .footer-brand .privacy-terms {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 2em;
  margin-bottom: 0.9090909091vw;
  font-size: min(13px, 1.015625vw);
}
.site-footer .footer-brand .privacy-terms a {
  text-decoration: underline;
}
.site-footer .footer-brand .footer-copy-small {
  font-size: min(13px, 1.015625vw);
  font-weight: 700;
  line-height: 1.4;
  padding-right: min(8px, 0.625vw);
}
.site-footer .footer-brand .footer-logo {
  padding-right: 1.0909090909vw;
}
.site-footer .footer-brand .sala-logo {
  padding-left: 1.0909090909vw;
  position: relative;
}
.site-footer .footer-brand .sala-logo::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 90%;
  background: #fff;
}
.site-footer .footer-brand__in {
  width: 50%;
  display: grid;
  grid-template-columns: 3.6fr 4.8fr 1.8fr;
  align-items: center;
  padding: 1.2727272727vw 0 1.0909090909vw;
  position: relative;
}
.site-footer .footer-bottom {
  display: flex;
}
.site-footer .footer-bottom-a {
  width: 50%;
  display: flex;
  align-items: center;
}
.site-footer .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.8181818182vw;
  height: 4.0909090909vw;
  background: #8ec31f;
  color: #000;
  border-radius: 0 0.7em 0.7em 0;
  font-weight: 700;
}
.site-footer .footer-tel {
  font-size: min(28px, 2.1875vw);
  line-height: 1;
  font-weight: 500;
  padding-left: 0.9090909091vw;
}
.site-footer .copyright {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.9090909091vw;
  padding-right: 1.8181818182vw;
  font-size: min(13px, 1.015625vw);
  letter-spacing: 0.06em;
}

.form-button {
  position: fixed;
  right: 0;
  width: 17.7272727273vw;
  font-weight: 700;
  text-align: center;
  border-radius: 0.7em 0 0 0.7em;
  line-height: 1.3;
  z-index: 4000;
}
.form-button a {
  display: block;
  padding: 1.3636363636vw 0;
}
.form-button.catalog-button {
  top: 0;
  background: #8ec31f;
}
.form-button.catalog-button a:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(6px);
  border-radius: 0.7em 0 0 0.7em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.4em 1.4em rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.form-button.contact-button {
  bottom: 1.8181818182vw;
  color: #fff;
  background: #c92922;
  font-size: min(19px, 1.484375vw);
  letter-spacing: 0.1em;
  will-change: transform;
}

.x-line {
  position: absolute;
  height: 1px;
}
.x-line.js-inview {
  transition: transform 1.6s ease-out;
}
.x-line.js-inview.is-show {
  transform: scale(1);
}
.x-line__white-1 {
  top: 13.2727272727vw;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.x-line__white-2 {
  top: 23.6363636364vw;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition-delay: 0.4s;
}
.x-line__white-3 {
  top: 31.1818181818vw;
  left: 0;
  width: 56.5%;
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.2s;
}
.x-line__page-white-1 {
  top: 10.9090909091vw;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.x-line__page-white-2 {
  top: 26.3636363636vw;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition-delay: 0.4s;
}
.x-line__gray-1 {
  top: 0;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-2 {
  top: min(40px, 3.125vw);
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-3 {
  top: 5.4545454545vw;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-4 {
  bottom: 6.8181818182vw;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-5 {
  bottom: 2.6363636364vw;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-6 {
  bottom: 13.8181818182vw;
  left: 50%;
  width: 50%;
  background: #bababa;
  mix-blend-mode: multiply;
}
.x-line__gray-7 {
  bottom: -3.6363636364vw;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
}

.y-line {
  position: absolute;
  height: 100%;
}
.y-line.js-inview {
  transition: transform 1.2s ease-out;
}
.y-line.js-inview.is-show {
  transform: scale(1);
}
.y-line__white-1 {
  top: 0;
  left: 34.5%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.y-line__white-2 {
  top: 0;
  left: 56.5%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition-delay: 0.4s;
}
.y-line__white-3 {
  top: 0;
  left: 68.2%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition-delay: 0.8s;
}
.y-line__page-white-1 {
  top: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.y-line__page-white-2 {
  top: 0;
  left: 65.5%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition-delay: 0.4s;
}
.y-line__gray-1 {
  height: calc(100% + min(60px, 4.6875vw));
  top: 0;
  left: 50%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-2 {
  top: 0;
  left: 25%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-3 {
  top: 0;
  left: 50%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-4 {
  top: 0;
  left: 75%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-5 {
  top: 0;
  left: 33.333%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-6 {
  top: 0;
  left: 66.666%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-7 {
  height: 9.0909090909vw;
  top: -4.5454545455vw;
  left: 50%;
  width: 1px;
  background: #000;
}
.y-line__gray-8 {
  top: 0;
  left: 74.5%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}
.y-line__gray-9 {
  top: 0;
  left: 14%;
  width: 1px;
  background: #bababa;
  mix-blend-mode: multiply;
}

.page-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4000;
  mix-blend-mode: multiply;
}
.page-lines__left, .page-lines__right {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #bababa;
}
.page-lines__left {
  left: 5.4545454545vw;
}
.page-lines__right {
  right: 5.4545454545vw;
}

.from-left {
  transform: scaleX(0);
  transform-origin: left;
}

.from-right {
  transform: scaleX(0);
  transform-origin: right;
}

.from-top {
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
}

.from-bottom {
  transform: scaleY(0);
  transform-origin: bottom;
}

body.home .site-footer {
  background: #dfdee0;
}
body.page-id-20 .site-footer {
  background: #dfdee0;
}
body.page-id-172 .site-footer {
  background: #dfdee0;
}
body.page-id-174 .site-footer {
  background: #dfdee0;
}
body.page-id-176 .site-footer {
  background: #dfdee0;
}
body.page-id-178 .site-footer {
  background: #dfdee0;
}
body.page-id-8 .site-footer {
  background: #a9cf5e;
}
body.page-id-22 .site-footer {
  background: #a9cf5e;
}

.minus-margin-1 {
  margin-top: -10.9090909091vw;
}

@media (min-width: 780px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}/*# sourceMappingURL=common.css.map */