@charset "UTF-8";
.section-catch {
  padding: 3.6363636364vw 0 6.3636363636vw;
}

.lead {
  text-align: center;
  font-size: min(18px, 1.40625vw);
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 2;
}

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 1em;
}
.partner-logos__item {
  display: flex;
  align-items: center;
}
.partner-logos__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.partner-logos__item:first-child {
  width: 15.8181818182vw;
}
.partner-logos__item:last-child {
  width: 19.0909090909vw;
}
.partner-logos__cross {
  position: relative;
  display: block;
  width: 2.5em;
  height: 2.5em;
  flex: 0 0 auto;
}
.partner-logos__cross::before, .partner-logos__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: #000;
  transform-origin: center;
}
.partner-logos__cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.partner-logos__cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.catch {
  font-weight: 800;
  font-size: min(32px, 2.5vw);
  text-align: center;
  margin-top: 8.1818181818vw;
}
.catch .large-text {
  font-size: min(48px, 3.75vw);
  line-height: 1.3;
  margin-top: 0.2em;
}
.catch .large-text span {
  display: inline-block;
  padding: 0 0.5em;
  color: #c92922;
  border-left: min(6px, 0.46875vw) solid #566171;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.6s ease;
}
.catch .large-text span:nth-child(1) {
  transition-delay: 0.1s;
}
.catch .large-text span:nth-child(3) {
  transition-delay: 0.3s;
}
.catch .large-text span:nth-child(5) {
  transition-delay: 0.5s;
}
.catch .large-text span:last-child {
  border-right: min(6px, 0.46875vw) solid #566171;
}
.catch.is-show .large-text span {
  opacity: 1;
  transform: scale(1);
}

.section-flex {
  display: flex;
  position: relative;
}

.top-strength-title {
  flex: 1;
  margin-top: 3.6363636364vw;
}
.top-strength-title img {
  width: 10.9090909091vw;
  margin: auto;
}

.top-strength-wrap {
  width: 77%;
  padding-right: 2.7272727273vw;
}

.top-strength-item {
  display: flex;
  max-width: 1100px;
  padding: 3.6363636364vw 0;
  border-bottom: 1px solid #bababa;
}
.top-strength-item:last-child {
  border: none;
}

.strength-item__text {
  flex: 1;
}
.strength-item__text p {
  margin-top: 0.3em;
  line-height: 1.8;
}

.strength-item__img {
  width: 54%;
  overflow: hidden;
}
.strength-item__img img {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.strength-item__img.js-inview {
  transition: 0.8s ease;
}
.strength-item__img.js-inview.is-show img {
  clip-path: inset(0 0 0 0);
}

.top-plan-wrap {
  margin-top: min(20px, 1.5625vw);
}
.top-plan-wrap .green-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 110%;
  background: #00836b;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}

.top-plan__brock {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.7272727273vw;
  text-align: center;
  padding: 3.6363636364vw 15% 6.3636363636vw;
}
.top-plan__brock .top-plan__item {
  aspect-ratio: 7/8;
  display: grid;
  place-items: center;
  background: #566171;
  color: #fff;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s ease;
  position: relative;
}
.top-plan__brock .top-plan__item.bg-black {
  font-family: "Noto Serif JP";
  background: #8ec31f;
  color: #000;
  transform: translateY(0);
  opacity: 1;
}
.top-plan__brock .top-plan__item.bg-black .link-button {
  display: none;
}
.top-plan__brock .top-plan__item.bg-black p {
  font-size: min(18px, 1.40625vw);
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  padding: 0.6em 0;
}
.top-plan__brock .top-plan__item p {
  text-align: center;
  font-size: min(18px, 1.40625vw);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0.8em;
}
.top-plan__brock .top-plan__item:nth-child(1) {
  transition-delay: 0.1s;
}
.top-plan__brock .top-plan__item:nth-child(2) {
  transition-delay: 0.3s;
}
.top-plan__brock .top-plan__item:nth-child(3) {
  transition-delay: 0.5s;
}
.top-plan__brock .top-plan__item:nth-child(4) {
  transition-delay: 0.7s;
}
.top-plan__brock .top-plan__item .link-button {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 1.3em;
  height: 1.3em;
  border: 1.5px solid #fff;
  border-radius: 9999px;
}
.top-plan__brock .top-plan__item .link-button::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 25%;
  width: 0.4em;
  height: 0.4em;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}
.top-plan__brock.js-inview.is-show .top-plan__item {
  opacity: 1;
  transform: translateY(0);
}

.top-works-wrap {
  margin-top: min(20px, 1.5625vw);
}

.top-works__brock {
  display: flex;
  padding: 1.4545454545vw 0 4.1818181818vw;
  overflow: hidden;
}
.top-works__brock img {
  max-width: 25%;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.top-works__brock img:nth-child(1) {
  transition-delay: 0.1s;
}
.top-works__brock img:nth-child(2) {
  transition-delay: 0.3s;
}
.top-works__brock img:nth-child(3) {
  transition-delay: 0.5s;
}
.top-works__brock img:nth-child(4) {
  transition-delay: 0.7s;
}
.top-works__brock.js-inview {
  transition: 0.8s ease;
}
.top-works__brock.js-inview.is-show img {
  clip-path: inset(0 0 0 0);
}

.top-zeb-wrap {
  margin-top: min(20px, 1.5625vw);
  position: relative;
}
.top-zeb-wrap .gray-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 150%;
  background: #dfdee0;
  transform: skewY(-16.5deg);
  transform-origin: right top;
  z-index: -1;
}

.top-zeb__brock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.2727272727vw;
  padding: 1.4545454545vw 2.7272727273vw 4.1818181818vw;
  align-items: center;
}

.top-zeb__text h3 {
  font-size: min(24px, 1.875vw);
  font-weight: 700;
  font-family: "Noto Serif JP";
  margin-bottom: 0.5em;
}
.top-zeb__text p {
  text-align: justify;
  line-height: 1.8;
}

.top-zeb__img {
  width: calc(100% + 7.2727272727vw);
  position: relative;
  z-index: 15;
}

.top-zeb__diagram {
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
  width: 80%;
  z-index: 20;
}

.top-zeb__diagram-box {
  position: relative;
}
.top-zeb__diagram-box .diagram-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP";
  font-size: min(26px, 2.03125vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.1em;
  color: #fff;
}
.top-zeb__diagram-box .diagram-item {
  position: absolute;
  font-size: min(20px, 1.5625vw);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.top-zeb__diagram-box .diagram-item.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-zeb__diagram-box .diagram-item.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-zeb__diagram-box .diagram-item.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-zeb__diagram-box .diagram-item.right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.zeb-button {
  padding: 0 0 24.5454545455vw 5.4545454545vw;
  position: relative;
}
.zeb-button a {
  display: grid;
  grid-template-columns: 1fr 3.4545454545vw;
  align-items: center;
  width: 23.6363636364vw;
  background: #8ec31f;
  border-radius: 0 0.7em 0.7em 0;
  overflow: hidden;
}
.zeb-button a .text {
  justify-self: center;
  font-size: min(18px, 1.40625vw);
  font-weight: 700;
  padding: 1.6363636364vw 0;
}
.zeb-button a .arrow {
  position: relative;
  height: 100%;
  padding: 1.6363636364vw 0;
  border-left: 1px solid #000;
}
.zeb-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 #000;
  transform: translate(-40%, -50%);
}

.top-link-wrap {
  background: #dfdee0;
}

.top-link__brock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.4545454545vw;
  padding: 2.7272727273vw;
}
.top-link__brock a {
  display: grid;
  grid-template-columns: 1fr 3.4545454545vw;
  align-items: center;
  background: #00836b;
  border-radius: 0.7em;
  overflow: hidden;
}
.top-link__brock a .text {
  justify-self: center;
  font-size: min(20px, 1.5625vw);
  font-weight: 600;
  color: #fff;
  padding: 3.1818181818vw 0;
  letter-spacing: 0.15em;
}
.top-link__brock a .arrow {
  position: relative;
  height: 100%;
  padding: 3.1818181818vw 0;
  border-left: 1px solid #fff;
}
.top-link__brock 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%);
}

.space-box {
  position: relative;
  padding-top: 29.6363636364vw;
  flex: 1;
}
.space-box .white-slope {
  position: absolute;
  right: 0;
  top: -12%;
  width: 120%;
  height: 150%;
  background: #fff;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}
.space-box .gray-slope {
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  height: 150%;
  background: #dfdee0;
  transform: skewY(-16.5deg);
  transform-origin: right top;
}

.archive-news-wrap {
  padding-bottom: 4.5454545455vw;
}

.archive-news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.archive-news__item {
  display: grid;
  grid-template-columns: 14% 1fr;
  flex: 1;
  padding-bottom: 5.4545454545vw;
  position: relative;
}
.archive-news__date {
  position: relative;
  text-align: center;
  padding: 3.6363636364vw 0;
}
.archive-news__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4545454545vw;
  background: #8ec31f;
}
.archive-news__content {
  position: relative;
  padding: 3.6363636364vw 7.2727272727vw 0 2.2727272727vw;
}
.archive-news__title {
  font-family: "Noto Serif JP";
  font-size: min(28px, 2.1875vw);
  font-weight: 600;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
.archive-news__text {
  font-size: min(17px, 1.328125vw);
  font-family: "Noto Serif JP";
  line-height: 1.7;
}
.archive-news__text p + p {
  margin-top: 0.6em;
}
.archive-news__text a {
  font-family: "Noto Sans JP";
  color: #00836b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.news-list {
  position: relative;
  padding: 3.6363636364vw 0;
}
.news-list__item {
  display: grid;
  grid-template-columns: 25% 1fr;
  padding-bottom: 3.6363636364vw;
}
.news-list__date {
  position: relative;
  padding: 2.2727272727vw 0 0 58%;
}
.news-list__date::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10vw;
  height: 0.4545454545vw;
  background: #00836b;
}
.news-list__content {
  position: relative;
  padding: 2.2727272727vw 7.2727272727vw 0 2.2727272727vw;
}
.news-list__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10vw;
  height: 0.4545454545vw;
  background: #8ec31f;
}
.news-list__title {
  font-family: "Noto Serif JP";
  font-size: min(28px, 2.1875vw);
  font-weight: 600;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
.news-list__text {
  font-size: min(17px, 1.328125vw);
  font-family: "Noto Serif JP";
  line-height: 1.7;
}
.news-list__text p + p {
  margin-top: 0.6em;
}
.news-list__text a {
  font-family: "Noto Sans JP";
  color: #00836b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.top-company-wrap {
  padding-top: 5.4545454545vw;
  background: #dfdee0;
}
.top-company-wrap .content-brock {
  max-width: 1200px;
  margin: auto;
}
.top-company-wrap .content-brock a {
  display: grid;
  grid-template-columns: 41% 1fr;
}

.top-company-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #8ec31f;
}
.top-company-text h2 {
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
  font-size: min(46px, 3.59375vw);
  line-height: 0.88;
}
.top-company-text p {
  width: 40%;
  text-align: center;
  font-size: min(14px, 1.09375vw);
  font-weight: 600;
  padding: 0.7272727273vw 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 1em;
  position: relative;
}
.top-company-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0;
  height: 0;
  border-top: 0.4545454545vw solid transparent;
  border-bottom: 0.4545454545vw solid transparent;
  border-left: 0.5454545455vw solid #000;
  transform: translateY(-50%);
}

.page-introduction {
  flex: 1;
  padding: 0 2.7272727273vw 4.5454545455vw;
}
.page-introduction p {
  font-size: min(17px, 1.328125vw);
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.8;
}
.page-introduction p.plan-top-text {
  font-size: min(19px, 1.484375vw);
}
.page-introduction .nogyo-introduction li span {
  color: #00836b;
}

.yellow-green-brock {
  flex: 1;
}

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

.page-strength-item-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-strength-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.strength-item__head {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.strength-item__head p {
  font-size: min(77px, 6.015625vw);
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 0.9;
  color: #8ec31f;
}

.page-strength-title {
  width: 35%;
}

.page-strength-item-left {
  display: grid;
  grid-template-columns: 3fr 7fr;
}

.page-strength-item-right {
  padding: 6.3636363636vw 2.7272727273vw;
  overflow: hidden;
}
.page-strength-item-right img {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-strength-item-right.js-inview {
  transition: 0.8s ease;
}
.page-strength-item-right.js-inview.is-show img {
  clip-path: inset(0 0 0 0);
}

.strength-item__head {
  display: flex;
  flex-direction: column;
  margin-top: 1.3636363636vw;
}

.page-strength-text {
  padding: 6.3636363636vw 2.7272727273vw 4.5454545455vw 0;
}
.page-strength-text h3 {
  margin-top: 0.6em;
}
.page-strength-text h3 .boxed-item {
  display: inline-block;
  font-size: min(13px, 1.015625vw);
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 0.2em 0.8em;
  margin-right: 0.5em;
  border-radius: 0 0.7em 0.7em 0;
  transform: translateY(-0.1em);
}
.page-strength-text h3 .small-text {
  font-size: min(11px, 0.859375vw);
  font-weight: 500;
  margin-left: 0.8em;
}
.page-strength-text p {
  text-align: justify;
  margin-top: 0.4em;
  line-height: 1.6;
}
.page-strength-text p:first-of-type {
  margin-top: 1.5em;
}

.page-strength-point {
  position: relative;
}
.page-strength-point ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.9090909091vw;
  padding: 1.8181818182vw 12.7272727273vw 7.2727272727vw;
}
.page-strength-point ul li {
  display: grid;
  place-items: center;
  height: 6em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 0.7em;
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s ease;
}
.page-strength-point ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.page-strength-point ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.page-strength-point ul li:nth-child(3) {
  transition-delay: 0.5s;
}
.page-strength-point ul li:nth-child(4) {
  transition-delay: 0.7s;
}
.page-strength-point ul li:nth-child(5) {
  transition-delay: 0.9s;
}
.page-strength-point ul.column-five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 1.8181818182vw 2.7272727273vw 7.2727272727vw 12.7272727273vw;
}
.page-strength-point ul.bg-green li {
  background: #00836b;
}
.page-strength-point ul.bg-gray li {
  background: #566171;
}
.page-strength-point ul.js-inview.is-show li {
  opacity: 1;
  transform: translateY(0);
}

.building-system-head {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: min(32px, 2.5vw);
  font-family: "Noto Serif JP";
  font-weight: 500;
  writing-mode: vertical-rl;
  z-index: 1;
}

.accent-e-icon {
  width: 4.0909090909vw;
  position: absolute;
  top: 15%;
  left: 57%;
}
.accent-e-icon .pop-text {
  position: absolute;
  bottom: -1.8em;
  left: 0;
  display: block;
  width: 100%;
  font-size: min(12px, 0.9375vw);
  font-weight: 700;
  text-align: center;
}

.building-system {
  background: #a9cf5e;
}

.building-system-in {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.building-system-info {
  text-align: center;
  padding: 5.4545454545vw 0;
  position: relative;
}
.building-system-info h3 {
  font-size: min(26px, 2.03125vw);
  margin-bottom: 0.2em;
}
.building-system-info p {
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.7;
}

.building-system-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 5.4545454545vw;
  position: relative;
}

.building-system-feature {
  width: 18.1818181818vw;
  background: #00836b;
  font-weight: 700;
  text-align: center;
  padding: 0.9090909091vw 2.7272727273vw;
  color: #fff;
}

.building-system-box-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.4545454545vw;
  padding: 2.7272727273vw 2.7272727273vw 0;
}

.building-system-item img {
  margin-bottom: 0.8em;
}
.building-system-item p {
  text-align: justify;
  line-height: 1.7;
  margin-top: 0.3em;
}

.land-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5.4545454545vw 9.0909090909vw;
  flex: 1;
}

.land-table {
  flex: 1;
  border-collapse: collapse;
  table-layout: fixed;
}
.land-table th {
  padding: 1em;
  background: #00836b;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #bababa;
}
.land-table th:last-child {
  border-right: none;
}
.land-table td {
  height: 6em;
  padding: 0 1.5em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #bababa;
}
.land-table td:last-child {
  border-right: none;
}
.land-table tbody tr:nth-child(even) {
  background: #eae9ec;
}
.land-table .center {
  text-align: center;
}
.land-table th:nth-child(1),
.land-table td:nth-child(1) {
  width: 20.9090909091vw;
}
.land-table th:nth-child(2),
.land-table td:nth-child(2) {
  width: 14.5454545455vw;
}
.land-table th:nth-child(3),
.land-table td:nth-child(3) {
  width: 20.8181818182vw;
}
.land-table th:nth-child(4),
.land-table td:nth-child(4) {
  width: 14.5454545455vw;
}

.works-archive__inner {
  flex: 1;
  padding: 0 4.5454545455vw 4.5454545455vw;
}
.works-archive__heading {
  margin: 0;
  font-size: min(48px, 3.75vw);
  line-height: 1.3;
}
.works-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.5454545455vw;
}
.works-archive__row-line {
  position: relative;
  display: none;
  grid-column: 1/-1;
  width: 100%;
  height: 1px;
}
.works-archive__row-line.is-pc-row-start {
  display: block;
}
.works-archive__row-line .x-line {
  position: absolute;
  inset: 0;
}

.works-card {
  position: relative;
  min-width: 0;
}
.works-card__link {
  display: block;
  height: 100%;
}
.works-card__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 6/7;
}
.works-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.works-card__no-image {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #777;
}
.works-card__body {
  padding-top: 1.2727272727vw;
}
.works-card__category {
  display: inline-block;
  font-size: min(12px, 0.9375vw);
  font-weight: 600;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  border: 1px solid #000;
  line-height: 1;
}
.works-card__title {
  font-size: min(23px, 1.796875vw);
  font-weight: 500;
}
@media (hover: hover) {
  .works-card__link:hover .works-card__img {
    transform: scale(1.08);
  }
}

.archive-pagination {
  display: grid;
  grid-template-columns: 3.6363636364vw auto 3.6363636364vw;
  justify-content: center;
  align-items: center;
  gap: 1.8181818182vw;
  padding-top: 4.5454545455vw;
  position: relative;
}
.archive-pagination-prev, .archive-pagination-next {
  width: 2vw;
  aspect-ratio: 1;
}
.archive-pagination-prev a, .archive-pagination-next a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.archive-pagination-prev a:hover, .archive-pagination-next a:hover {
  transform: scale(1.08);
}
.archive-pagination-count {
  min-width: 6.3636363636vw;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.pagination-arrow {
  display: block;
  width: 0.6363636364vw;
  height: 0.6363636364vw;
  border-top: 2px solid #fff;
}

.arrow-left {
  border-left: 2px solid #fff;
  transform: translateX(0.1818181818vw) rotate(-45deg);
}

.arrow-right {
  border-right: 2px solid #fff;
  transform: translateX(-0.1818181818vw) rotate(45deg);
}

.works-single-section {
  background: #dfdee0;
}
.works-single__article {
  flex: 1;
  position: relative;
}
.works-single__inner {
  padding: 2.7272727273vw 4.5454545455vw 2.7272727273vw 2.7272727273vw;
}
.works-single__header {
  flex: 1;
  margin-bottom: 1.8181818182vw;
}
.works-single__category {
  margin: 0 0 0.9090909091vw;
}
.works-single__title {
  font-size: min(24px, 1.875vw);
  padding-left: 2.7272727273vw;
}
.works-single__title br {
  display: none;
}
.works-single__navigation {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  font-size: min(14px, 1.09375vw);
  font-weight: 600;
  padding: 2.7272727273vw;
}
.works-single__back {
  justify-self: center;
}
.works-single__previous {
  justify-self: start;
  min-width: 4.5em;
}
.works-single__next {
  justify-self: end;
  min-width: 4.5em;
}
.works-single__previous a, .works-single__next a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5454545455vw;
}
.works-single__previous a::before {
  content: "";
  width: 1.8181818182vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}
.works-single__previous a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7272727273vw;
  width: 0.3636363636vw;
  height: 0.3636363636vw;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.works-single__next a::before {
  content: "";
  width: 1.8181818182vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
  order: 2;
}
.works-single__next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7272727273vw;
  width: 0.3636363636vw;
  height: 0.3636363636vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.works-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14.3636363636vw;
  gap: 6.3636363636vw;
  align-items: start;
}
.works-gallery__main {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}
.works-gallery__main-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-gallery__side {
  position: relative;
  width: 100%;
}
.works-gallery__viewport {
  overflow: hidden;
  width: 100%;
}
.works-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.9090909091vw;
  will-change: transform;
  transition: transform 0.45s ease;
}
.works-gallery__thumb-item {
  flex: 0 0 auto;
  width: 100%;
}
.works-gallery__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.works-gallery__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #566171;
  mix-blend-mode: multiply;
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.works-gallery__thumb.is-active::after, .works-gallery__thumb:hover::after {
  opacity: 0;
}
.works-gallery__thumb-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-gallery__arrow {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.1818181818vw;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.works-gallery__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.works-gallery__arrow--prev {
  top: -1.0909090909vw;
}
.works-gallery__arrow--next {
  bottom: -1.0909090909vw;
}
.works-gallery__arrow-icon {
  position: relative;
  display: block;
  width: 0.6363636364vw;
  height: 0.6363636364vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.works-gallery__arrow--prev .works-gallery__arrow-icon {
  transform: translateY(0.1818181818vw) rotate(-45deg);
}
.works-gallery__arrow--next .works-gallery__arrow-icon {
  transform: translateY(-0.1818181818vw) rotate(135deg);
}

.works-detail-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.works-detail {
  width: 100%;
  padding: 5.4545454545vw 2.7272727273vw;
  border-collapse: separate;
  border-spacing: 0;
}
.works-detail__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2.7272727273vw;
       column-gap: 2.7272727273vw;
}
.works-detail__row {
  display: grid;
  grid-template-columns: 10em minmax(0, 1fr);
  border-top: 1px solid #bababa;
}
.works-detail__row:nth-last-child(-n+2) {
  border-bottom: 1px solid #bababa;
}
.works-detail__term, .works-detail__description {
  padding: 1.8181818182vw 0 1.8181818182vw 1.8181818182vw;
  font-size: min(16px, 1.25vw);
}
.works-detail__term {
  font-weight: 700;
  background: #dfdee0;
}

.page-flow__wrap {
  height: 36.3636363636vw;
}
.page-flow__item {
  display: grid;
  grid-template-columns: 15.4545454545vw 1fr 34.5454545455vw;
  align-items: center;
  gap: 2.2727272727vw;
  flex: 1;
  padding: 0 3.6363636364vw 0 2.7272727273vw;
  position: relative;
}
.page-flow__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-flow__head h2 {
  font-size: min(46px, 3.59375vw);
  font-family: "Noto Serif JP";
  font-weight: 600;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  margin-bottom: 0.5em;
}
.page-flow__text li {
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
.page-flow__text li span {
  color: #8ec31f;
}
.page-flow__img {
  overflow: hidden;
}
.page-flow__img img {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-flow__img.js-inview {
  transition: 0.8s ease;
}
.page-flow__img.js-inview.is-show img {
  clip-path: inset(0 0 0 0);
}

.diagonal-line {
  position: absolute;
  height: 1px;
  top: 6.7272727273vw;
  left: 0;
  width: 100%;
  background: #bababa;
  mix-blend-mode: multiply;
  transform: skewY(-16.5deg) scale(0);
  transition: transform 1.6s ease-out;
  transform-origin: right;
  z-index: -1;
}
.diagonal-line.is-show {
  transform: skewY(-16.5deg) scale(1);
}

.page-plan-section {
  flex: 1;
}

.page-plan-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.page-plan-card {
  position: relative;
  height: 65.4545454545vw;
}
.page-plan-card--left {
  grid-column: 1;
  margin-top: -35.4545454545vw;
}
.page-plan-card--right {
  grid-column: 2;
}
.page-plan-card__inner {
  padding: 0 6.3636363636vw;
}
.page-plan-card__heading {
  position: relative;
  display: flex;
  align-items: center;
  height: 6.3636363636vw;
}
.page-plan-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.3636363636vw;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-plan-card__title {
  position: relative;
  font-size: min(24px, 1.875vw);
  font-weight: 700;
  padding-left: 1em;
}
.page-plan-card__content {
  position: relative;
}
.page-plan-card__image {
  width: 100%;
  margin-bottom: 1.3636363636vw;
}
.page-plan-card__description {
  line-height: 1.8;
  text-align: justify;
  min-height: 11em;
  padding-bottom: 1em;
}
.page-plan-card .more-button a {
  background: #00836b;
}

.single-plan__main {
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  align-items: center;
  flex: 1;
  padding: 2.7272727273vw;
}
.single-plan__main p {
  padding-left: 3.6363636364vw;
  line-height: 1.7;
}
.single-plan__accent {
  width: 100%;
  height: min(36px, 2.8125vw);
  margin-top: 5.4545454545vw;
  background: #8ec31f;
}
.single-plan__detail {
  flex: 1;
  padding: 0 2.7272727273vw;
}
.single-plan__detail h3 {
  font-size: min(30px, 2.34375vw);
  margin-top: 5.4545454545vw;
  line-height: 1.2;
}
.single-plan__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 2.7272727273vw 0 5.4545454545vw;
}
.single-plan__feature-item {
  display: grid;
  grid-template-columns: 16.3636363636vw 1fr;
  align-items: center;
  height: 16.3636363636vw;
  background: #dfdee0;
}
.single-plan__others {
  padding: 0.9090909091vw 2.7272727273vw 5.4545454545vw;
}

.feature-item-img {
  display: grid;
  place-items: center;
}
.feature-item-img img {
  width: 12.7272727273vw;
}

.feature-item-text {
  letter-spacing: 0.15em;
}
.feature-item-text h4 {
  font-size: min(21px, 1.640625vw);
  color: #00836b;
  margin-bottom: 0.2em;
}
.feature-item-text p {
  padding-right: 3.6363636364vw;
  text-align: justify;
}

.reference-plan {
  border-left: 0.5454545455vw solid #00836b;
  padding-left: 1.0909090909vw;
}
.reference-plan__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  flex: 1;
}
.reference-plan__inner {
  padding: 2.7272727273vw;
}
.reference-plan__specification {
  font-size: min(22px, 1.71875vw);
  font-weight: 700;
  line-height: 1;
}
.reference-plan__price {
  font-size: min(28px, 2.1875vw);
  font-weight: 700;
  font-family: "Noto Serif JP";
  line-height: 1;
}
.reference-plan__price span {
  font-size: min(44px, 3.4375vw);
}
.reference-plan__note {
  display: inline-block;
  font-size: min(13px, 1.015625vw);
  padding: 0.9090909091vw 1.3636363636vw;
  background: #dfdee0;
  border-radius: 0.7em;
  margin: 1.0909090909vw 0;
}
.reference-plan__size {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.reference-plan__size th,
.reference-plan__size td {
  border: 1px solid #000;
  text-align: center;
}
.reference-plan__size th {
  background: #b4bbc9;
  font-weight: 600;
  font-size: min(13px, 1.015625vw);
  padding: 0.5454545455vw;
}
.reference-plan__size td {
  font-size: min(18px, 1.40625vw);
  padding: 0.9090909091vw;
}
.reference-plan__drawing {
  padding-bottom: 2.7272727273vw;
}
.reference-plan__table {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.7272727273vw;
  padding: 0 2.7272727273vw;
  flex: 1;
}
.reference-plan__table.reference-plan__3column {
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2.7272727273vw 2.7272727273vw 0;
}
.reference-plan__table.reference-plan__3column-box {
  display: flex;
  flex-direction: column;
}
.reference-plan__table.reference-plan__3column .reference-plan__table-area {
  border-bottom: 1px solid #bababa;
}
.reference-plan__table.reference-plan__2column {
  grid-template-columns: 1fr 1fr;
  padding: 0.4545454545vw 2.7272727273vw 5.4545454545vw;
}
.reference-plan__table-head {
  padding: 0.7272727273vw 1.8181818182vw;
  background: #00836b;
  color: #fff;
  font-weight: 700;
}
.reference-plan__table-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.7272727273vw;
}
.reference-plan__table-column {
  display: flex;
  flex-direction: column;
}
.reference-plan__table-item {
  display: grid;
  grid-template-columns: 6.5454545455vw 1fr;
  align-items: center;
  height: min(75px, 5.859375vw);
  font-size: min(15px, 1.171875vw);
  border-bottom: 1px solid #bababa;
}
.reference-plan__table-item dt {
  font-weight: 600;
}
.reference-plan__table-side {
  display: flex;
  flex-direction: column;
}
.reference-plan__table-price {
  display: flex;
  align-items: center;
  height: min(75px, 5.859375vw);
}
.reference-plan__table-price-value {
  font-size: min(28px, 2.1875vw);
  font-weight: 600;
  line-height: 1;
}
.reference-plan__table-price-value span {
  font-size: min(14px, 1.09375vw);
  font-weight: 400;
  margin-left: -0.1em;
}
.reference-plan__table-area {
  display: grid;
  grid-template-columns: 6.5454545455vw 1fr;
  align-items: center;
  height: min(75px, 5.859375vw);
  font-size: min(15px, 1.171875vw);
  border-top: 1px solid #bababa;
}
.reference-plan__table-area dt {
  font-weight: 700;
}
.reference-plan__table-list {
  font-size: min(15px, 1.171875vw);
  margin-top: 1em;
}
.reference-plan__table-list li {
  line-height: 1.9;
}
.reference-plan__item-box {
  padding-bottom: 5.4545454545vw;
}
.reference-plan__item-box p {
  line-height: 1.8;
  padding-top: 1.2727272727vw;
  white-space: nowrap;
}
.reference-plan__comment {
  flex: 1;
  font-size: min(13px, 1.015625vw);
  padding: 2.7272727273vw 2.7272727273vw 5.4545454545vw;
}
.reference-plan__section {
  padding-top: 2.7272727273vw;
}
.reference-plan__color-text {
  font-family: "Noto Serif JP";
  font-size: min(17px, 1.328125vw);
  font-weight: 500;
}
.reference-plan__color-variation {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.8181818182vw;
  line-height: 1.8;
}
.reference-plan__color-title {
  font-weight: 700;
  margin: 2.2727272727vw 0 0.4545454545vw;
}
.reference-plan__color-title span {
  color: #00836b;
  margin-right: 0.2em;
}
.reference-plan__color-comment {
  font-size: min(13px, 1.015625vw);
  padding-top: 0.9090909091vw;
}
.reference-plan__color-img {
  width: 35.2727272727vw;
  margin-top: -3.1818181818vw;
}

.company-introduction {
  font-weight: 700;
  line-height: 1;
  padding: 0 2.7272727273vw;
  flex: 1;
}
.company-introduction__item {
  display: flex;
  align-items: center;
  margin-bottom: 3.6363636364vw;
}
.company-introduction__item h2 {
  font-size: min(32px, 2.5vw);
  letter-spacing: 0.15em;
}
.company-introduction__title {
  border-top: min(6px, 0.46875vw) solid #8ec31f;
  padding-top: 0.6em;
  margin-right: 1em;
}

.greeting {
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.7;
  padding: 4.5454545455vw 2.7272727273vw 18.1818181818vw;
}

.overview-table-wrap {
  padding: 0 18.1818181818vw 0 2.7272727273vw;
}

.overview-table-wrap__in {
  padding-top: 5.4545454545vw;
}

.company-name {
  font-size: min(20px, 1.5625vw);
  font-weight: 600;
  line-height: 1;
}
.company-name span {
  color: #8ec31f;
  margin-right: 0.2em;
}

.overview-table {
  display: flex;
  padding: 1.3636363636vw 0;
}
.overview-table tbody {
  flex: 1;
  border-bottom: 1px solid #000;
}
.overview-table tr {
  display: grid;
  grid-template-columns: 10em minmax(0, 1fr);
  border-top: 1px solid #000;
}
.overview-table th,
.overview-table td {
  text-align: left;
  padding: 2.2727272727vw 0 2.2727272727vw 1.8181818182vw;
  font-size: min(16px, 1.25vw);
}
.overview-table th {
  background: #dfdee0;
}

.company-url {
  display: flex;
  align-items: center;
}
.company-url p {
  font-size: min(13px, 1.015625vw);
  font-weight: 600;
  padding: 0.6em 1.2em;
  color: #fff;
  background: #000;
  margin-right: 1em;
}
.company-url a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  font-weight: 500;
}

.access-map-wrap__in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.6363636364vw;
  padding: 3.6363636364vw 18.1818181818vw 3.6363636364vw 2.7272727273vw;
}

.access-map {
  width: 100%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 120%;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.company-page-nav {
  position: fixed;
  top: 50%;
  right: 7.5vw;
  z-index: 100;
  width: 10vw;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.company-page-nav.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.company-page-nav__line {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 1.2vw;
  background: #00836b;
}

.company-page-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-page-nav__list li {
  margin-bottom: 0.8vw;
}
.company-page-nav__list li:last-child {
  margin-bottom: 0;
}

.company-page-nav__link {
  display: block;
  color: #999;
  font-size: min(16px, 1.25vw);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.company-page-nav__link:hover {
  color: #000;
}
.company-page-nav__link.is-active {
  color: #000;
  font-weight: 700;
}

.company-scroll-anchor {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.page-privacy__content {
  flex: 1;
  padding: 3.6363636364vw 15.4545454545vw 5.4545454545vw 2.7272727273vw;
}
.page-privacy__flex {
  display: flex;
  font-weight: 500;
}
.page-privacy__flex p {
  margin-right: 0.7em;
}
.page-privacy__flex p span {
  color: #00836b;
}
.page-privacy__flex a {
  color: #00836b;
}

.privacy-section__title {
  font-size: min(30px, 2.34375vw);
  font-weight: 700;
  font-family: "Noto Serif JP";
  color: #00836b;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.privacy-section__mincho {
  font-weight: 500;
  font-family: "Noto Serif JP";
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0;
}
.privacy-section__mincho:nth-child(2) {
  margin-top: 0.8em;
}
.privacy-section__mincho.indent {
  margin-left: 1em;
}
.privacy-section__list {
  margin-top: 1em;
}
.privacy-section__item {
  text-align: justify;
}
.privacy-section__item dt,
.privacy-section__item dd {
  line-height: 1.8;
}
.privacy-section__item dt {
  font-weight: 600;
}
.privacy-section__item dd {
  margin-left: 1em;
}
.privacy-section__h3 {
  font-size: min(19px, 1.484375vw);
  font-weight: 700;
  margin-bottom: 0.2em;
}
.privacy-section__term {
  text-indent: -1em;
  margin-left: 1em;
}
.privacy-section__company {
  font-weight: 500;
  margin-top: 1em;
}

.zeb-section {
  padding: 0 2.7272727273vw 2.7272727273vw;
  flex: 1;
}

.zeb-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 22% repeat(3, 1fr);
  grid-template-rows: auto repeat(4, 9.0909090909vw);
  gap: 2.2727272727vw;
}
.zeb-diagram__title {
  position: absolute;
  top: -5em;
  left: 0;
  display: flex;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: min(28px, 2.1875vw);
  font-weight: 700;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.zeb-diagram__title .zeb-diagram__title-large {
  font-family: "Noto Serif JP";
  font-size: min(52px, 4.0625vw);
  color: #00836b;
}

/* 左上の空欄 */
.zeb-position-box {
  position: relative;
}

.zeb-building {
  position: relative;
  grid-column: 2/5;
  grid-row: 1/4;
  align-self: end;
}

.zeb-item {
  position: relative;
}
.zeb-item__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.3vw 1vw 1vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.7em;
  text-align: center;
}
.zeb-item__number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5454545455vw;
  height: 2.5454545455vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00836b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.zeb-item__text {
  font-weight: 500;
}

.single-zeb__merit {
  font-family: "Noto Serif JP";
  font-size: min(17px, 1.328125vw);
  padding: 3.6363636364vw 2.7272727273vw 0;
  line-height: 1.8;
  flex: 1;
}
.single-zeb__detail {
  flex: 1;
  padding: 0 2.7272727273vw;
}
.single-zeb__feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 2.7272727273vw 0;
}
.single-zeb__feature-item {
  display: grid;
  grid-template-columns: 16.3636363636vw 1fr;
  align-items: center;
  height: 16.3636363636vw;
  background: #00836b;
  color: #fff;
}
.single-zeb__feature-item h3 {
  display: grid;
  place-items: center;
  font-family: "Noto Serif JP";
  font-size: min(26px, 2.03125vw);
  font-weight: 500;
  text-align: center;
}
.single-zeb__comment {
  flex: 1;
  padding: 0 2.7272727273vw 5.4545454545vw;
  line-height: 1.8;
}

.zeb-flow {
  flex: 1;
  aspect-ratio: 140/65;
  max-width: 1380px;
  font-size: min(20px, 1.5625vw);
  margin: auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.35fr;
  gap: 3%;
  padding: 0 2.7272727273vw 2.7272727273vw;
}
.zeb-flow__title {
  font-family: "Noto Serif JP";
  font-size: min(26px, 2.03125vw);
  font-weight: 700;
  padding: 3.6363636364vw 2.7272727273vw 1.8181818182vw;
}
.zeb-flow__circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  line-height: 1.3;
  font-weight: 700;
}
.zeb-flow__circle--large {
  aspect-ratio: 1;
  background: #dfdee0;
  flex-direction: column;
  z-index: 6;
}
.zeb-flow__circle--green {
  aspect-ratio: 1;
  background: #8ec31f;
  margin-top: 60%;
  z-index: 4;
}
.zeb-flow__circle--light-gray {
  aspect-ratio: 1;
  background: #bababa;
  margin-top: 94%;
  z-index: 2;
}
.zeb-flow__circle--dark-green {
  aspect-ratio: 1;
  background: #00836b;
  color: #fff;
  flex-direction: column;
  letter-spacing: 0.15em;
  margin-top: 86%;
}
.zeb-flow__line {
  position: absolute;
  left: -34.5%;
  top: 13%;
  width: 80%;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(16.5deg);
  transform-origin: left center;
}
.zeb-flow__line::before {
  content: "";
  position: absolute;
  right: -0.2em;
  top: 50%;
  width: 0.4em;
  aspect-ratio: 1;
  background: #000;
  border-radius: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.zeb-flow__box {
  width: 54%;
  padding: 4%;
  font-size: min(17px, 1.328125vw);
  border: 1px solid #000;
}
.zeb-flow__plus {
  margin: 2% 0;
  font-size: min(32px, 2.5vw);
  font-weight: 400;
  line-height: 1;
}
.zeb-flow__text {
  margin-top: 5%;
  text-align: center;
  font-size: min(15px, 1.171875vw);
  line-height: 1.4;
}
.zeb-flow__lead {
  font-size: min(18px, 1.40625vw);
}
.zeb-flow__catch {
  font-size: min(44px, 3.4375vw);
  line-height: 0.7;
}
.zeb-flow__catch span {
  font-size: min(24px, 1.875vw);
}
.zeb-flow__subcatch {
  margin-top: 3%;
  font-size: min(24px, 1.875vw);
  line-height: 1.6;
}

.zeb-sala-img {
  width: 44%;
  position: absolute;
  top: min(120px, 9.375vw);
  left: min(650px, 50.78125vw);
  z-index: 5;
}

.zeb-subsidy {
  flex: 1;
  padding: 5.4545454545vw 2.7272727273vw;
  display: grid;
  grid-template-columns: 10.9090909091vw 1fr;
  gap: 2.7272727273vw;
  z-index: 1;
}

.zeb-subsidy__title {
  display: grid;
  place-items: center;
  font-size: min(24px, 1.875vw);
  font-weight: 600;
  text-align: center;
  aspect-ratio: 1;
  color: #fff;
  background: #00836b;
  line-height: 1.3;
}

.zeb-subsidy__lead {
  font-size: min(24px, 1.875vw);
  font-weight: 700;
  margin-bottom: 0.5em;
}

.zeb-subsidy__text p {
  line-height: 1.8;
}

.wpcf7 {
  flex: 1;
}

.contact-form {
  width: 100%;
}

.contact-row {
  display: grid;
  grid-template-columns: 16.3636363636vw 1fr;
  gap: 1.3636363636vw;
  align-items: center;
  padding: 2.7272727273vw 18.1818181818vw 2.7272727273vw 2.7272727273vw;
  position: relative;
}
.contact-row--textarea {
  align-items: start;
}
.contact-row:nth-child(n+2):nth-child(-n+5) .contact-input {
  width: 60%;
}
.contact-row:nth-child(6) .contact-input {
  width: 35%;
}

.contact-label p {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-weight: 600;
}

.required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8ec31f;
  font-size: min(13px, 1.015625vw);
  font-weight: 600;
  padding: 0.5em 0.8em;
  line-height: 1;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1.2em;
  border: none;
  background: #dfdee0;
  font-size: min(17px, 1.328125vw);
}
.contact-form textarea {
  height: 15vw;
  resize: vertical;
}
.contact-form select {
  cursor: pointer;
}

.contactform-button {
  position: relative;
  padding-bottom: 4.5454545455vw;
}
.contactform-button p {
  display: flex;
  gap: 2.3636363636vw;
}
.contactform-button p input {
  display: grid;
  grid-template-columns: 1fr 3.4545454545vw;
  align-items: center;
  width: 18.1818181818vw;
  padding: 0.8em;
  background: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0.7em 0.7em 0;
  overflow: hidden;
  transition: all 0.5s;
}
.contactform-button p input[type=button], .contactform-button p input[type=submit], .contactform-button p input[type=reset] {
  cursor: pointer;
}
.contactform-button p input:hover {
  background: #00836b;
}
.contactform-button br {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.contact-table {
  display: flex;
  padding: 1.8181818182vw 18.1818181818vw 2.7272727273vw 2.7272727273vw;
}
.contact-table tbody {
  flex: 1;
  border: 1px solid #000;
}
.contact-table tr {
  display: grid;
  grid-template-columns: 12em minmax(0, 1fr);
  border-top: 1px solid #000;
}
.contact-table tr:first-child {
  border: none;
}
.contact-table th,
.contact-table td {
  text-align: left;
  padding: 2.2727272727vw 1.8181818182vw;
  font-size: min(16px, 1.25vw);
}
.contact-table th {
  background: #dfdee0;
}
.contact-table td {
  text-align: justify;
}

.contactform-text {
  padding: 3.6363636364vw 2.7272727273vw 0.9090909091vw;
}

.confirm-message p {
  white-space: pre-wrap;
}

.page-complete {
  flex: 1;
  text-align: center;
  margin-top: -8em;
  position: relative;
  z-index: 5;
}
.page-complete p {
  font-size: min(18px, 1.40625vw);
  line-height: 1.8;
}
.page-complete .top-return {
  display: block;
  width: 16em;
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding: 0.8em;
  color: #fff;
  background: #00836b;
  margin: 2em auto 4em;
  border-radius: 0.7em;
}

.pc-none {
  display: none;
}/*# sourceMappingURL=pc.css.map */