@media screen and (max-width: 780px) {
  .pc-none {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  body {
    font-size: 4vw;
  }
  body.is-menu-open, body.is-menu-opening, body.is-menu-closing {
    overflow: hidden;
  }
  .site-header .header-inner {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    padding: 2vw 2vw 0 5vw;
  }
  .site-header .site-logo {
    width: 40vw;
  }
  .site-header .global-nav {
    display: none;
  }
  .hamburger {
    position: fixed;
    top: 2.5vw;
    right: 8vw;
    display: block;
    z-index: 4000;
    width: 10vw;
    height: 10vw;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    border-bottom: 2px solid #00836b;
    transition: transform 0.35s ease, opacity 0.25s ease, top 0.35s ease, background 0.25s ease;
  }
  .hamburger span:nth-child(1) {
    top: 25%;
  }
  .hamburger span:nth-child(2) {
    top: 50%;
  }
  .hamburger span:nth-child(3) {
    top: 75%;
  }
  body.is-menu-open .hamburger span {
    background: transparent;
  }
  body.is-menu-open .hamburger span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  body.is-menu-open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  body.is-menu-open .hamburger span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }
  .menu-shutter {
    display: block;
    position: fixed;
    z-index: 2000;
    inset: 0;
    background: #00836b;
    transform: scaleY(0);
    transform-origin: top;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  }
  body.is-menu-opening .menu-shutter, body.is-menu-open .menu-shutter {
    transform: scaleY(1);
  }
  body.is-menu-closing .menu-shutter {
    transform: scaleY(0);
    transition-delay: 0.35s;
  }
  .mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2500;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100dvh;
    padding: 0 18vw;
    background: #dfdee0;
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.77, 0, 0.175, 1);
    pointer-events: none;
  }
  .mobile-menu ul {
    display: block;
    width: 100%;
  }
  .mobile-menu li {
    display: block;
    border-bottom: 1px solid #bababa;
  }
  .mobile-menu a {
    display: block;
    padding: 3.8vw 0;
    font-size: 4.4vw;
    font-weight: 500;
  }
  body.is-menu-open .mobile-menu {
    transform: translateX(0);
    pointer-events: auto;
    transition-delay: 0.18s;
  }
  body.is-menu-closing .mobile-menu {
    transform: translateX(100%);
    transition-delay: 0s;
  }
  h1.top-h1 {
    font-size: 8.6vw;
    margin-top: 5vw;
  }
  h1.page-h1 {
    font-size: 7.6vw;
    margin-top: 7vw;
  }
  h2.en {
    font-size: 9.6vw;
    padding-left: 4.5vw;
  }
  h2.en .large-text {
    font-size: 12vw;
  }
  h2.en .small-text {
    font-size: 7.8vw;
  }
  h2.en .ja {
    font-size: 9.6vw;
  }
  h2.page-h2-style {
    font-size: 6vw;
  }
  h2.plan-h2 {
    font-size: 8.6vw;
  }
  h2.plan-h2 .large-text {
    font-size: 12vw;
  }
  h2.plan-h2 .small-text {
    font-size: 6.8vw;
  }
  h2.product-name {
    font-size: 6vw;
  }
  h2.zeb-h2 {
    font-size: 5.4vw;
  }
  h3.h3-style {
    font-size: 5.4vw;
  }
  h3.page-h3-style {
    font-size: 5.2vw;
  }
  h4.h4-style {
    font-size: 5.4vw;
  }
  .site-footer .footer-inner {
    padding: 34vw 8vw 8vw;
  }
  .site-footer .footer-brand {
    text-align: center;
    margin-bottom: 3vw;
  }
  .site-footer .footer-brand .footer-copy-small {
    font-size: 3.8vw;
    text-align: center;
    font-weight: 500;
  }
  .site-footer .footer-brand .footer-logo {
    width: 100%;
    padding: 0 8% 3vw;
    margin: 1vw 0 3vw;
    justify-items: center;
    border-bottom: 1px solid #fff;
  }
  .site-footer .footer-brand .sala-logo {
    width: 28%;
    padding: 0;
  }
  .site-footer .footer-brand .sala-logo::before {
    content: none;
  }
  .site-footer .footer-brand .privacy-terms {
    margin-bottom: 4vw;
    justify-content: center;
    font-size: 3.6vw;
    gap: 1.5em;
  }
  .site-footer .footer-brand__in {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
  }
  .site-footer .footer-bottom-a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .site-footer .footer-contact {
    width: 100%;
    height: 10vw;
    border-radius: 0.7em;
  }
  .site-footer .footer-tel {
    width: 100%;
    text-align: center;
    font-size: 6.4vw;
    margin: 2vw 0 4vw;
  }
  .site-footer .copyright {
    width: 100%;
    justify-content: center;
    font-size: 3.4vw;
    text-align: center;
    white-space: nowrap;
    margin: 3vw 0;
  }
  .mv.frontpage {
    aspect-ratio: 100/130;
  }
  .mv.frontpage .mv-bg-in {
    padding: 20vw 2vw 0 5vw;
  }
  .mv .content-center {
    flex-direction: column;
    align-items: flex-start;
  }
  .mv .top-e-icon {
    width: 23vw;
  }
  .mv .top-head {
    margin-left: 0;
  }
  .mv .top-head .sub-copy {
    font-size: 4.8vw;
    margin-top: 0.6em;
  }
  .mv .mv-bg {
    background-position: left;
  }
  .mv .white-slope {
    top: 102%;
  }
  .mv .page-e-icon {
    width: 16vw;
  }
  .mv.page {
    aspect-ratio: 100/82;
  }
  .mv.page .mv-bg-in {
    padding: 16vw 2vw 0 5vw;
  }
  .mv.page .page-e-icon .pop-text {
    font-size: 3.4vw;
    left: 18%;
  }
  .section.hi-box .space-box {
    padding-top: 68vw;
  }
  .section.hi-box .yellow-green-slope {
    top: 26vw;
  }
  .section.greeting-section .white-slope {
    top: 100%;
  }
  .section-catch {
    padding: 8vw 0 10vw;
  }
  .form-button.catalog-button {
    width: 12vw;
    top: 50%;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
  .form-button.contact-button {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 89%;
    margin: auto;
    font-size: 4.5vw;
    pointer-events: all;
    border-radius: 0.7em 0.7em 0 0;
    transition: transform 0.4s ease;
    transform: translateY(0);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .form-button.contact-button.hide {
    transform: translateY(100%);
    pointer-events: none;
  }
  .form-button a {
    padding: 5vw 0;
  }
  .lead {
    font-size: 4.5vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .partner-logos {
    flex-direction: column;
    gap: 0;
  }
  .catch {
    font-size: 7vw;
    margin-top: 15vw;
  }
  .catch .large-text {
    font-size: 9.4vw;
    margin-top: 0;
    line-height: 1.5;
  }
  .catch .large-text span {
    padding: 0 0.3em;
    border-left: 1vw solid #566171;
    border-right: 1vw solid #566171;
    line-height: 1.2em;
  }
  .catch .large-text span:last-child {
    border-right: 1vw solid #566171;
  }
  .partner-logos__item:first-child {
    width: 40vw;
    transform: translateX(-0.5em);
    margin-bottom: 0.5em;
  }
  .partner-logos__item:last-child {
    width: 46vw;
    transform: translateX(-0.5em);
  }
  .flex-wrap {
    flex-direction: column;
  }
  .top-strength-title {
    margin-top: 10vw;
  }
  .top-strength-title img {
    width: 27vw;
  }
  .top-strength-wrap {
    width: 100%;
    padding: 0 8vw;
  }
  .top-strength-item {
    flex-direction: column;
    padding: 10vw 0;
  }
  .strength-item__img {
    width: 100%;
    margin-top: 4vw;
  }
  .strength-item__img img {
    aspect-ratio: 1/0.7;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .more-button a {
    grid-template-columns: 1fr 7vw;
    width: 44.5vw;
  }
  .more-button a .text {
    padding: 1.8vw 0;
    font-size: 3.8vw;
  }
  .more-button a .arrow::after {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.6vw solid #fff;
  }
  .more-button.short {
    padding: 0 0 20vw 5.4545454545vw;
  }
  .yellow-green-accent {
    height: 7.5vw;
  }
  .green-accent {
    height: 7.5vw;
  }
  .top-plan-wrap {
    margin: 0;
  }
  .top-works-wrap {
    margin: 0;
  }
  .top-zeb-wrap {
    margin: 0;
  }
  .top-plan__brock {
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    padding: 5vw 10vw 12vw;
  }
  .top-plan__brock .top-plan__item p {
    font-size: 4.2vw;
  }
  .top-plan__brock .top-plan__item .link-button {
    bottom: 0.8em;
    right: 0.8em;
    width: 1.2em;
    height: 1.2em;
  }
  .top-plan__brock .top-plan__item .link-button::after {
    width: 0.3em;
    height: 0.3em;
  }
  .top-plan__brock .top-plan__item.bg-black p {
    font-size: 4.2vw;
    letter-spacing: 0;
  }
  .rubi {
    font-size: 3.4vw;
    padding: 0.8em 0 0 5vw;
  }
  .top-works__brock {
    padding: 5vw 0 12vw;
  }
  .top-works__brock img {
    aspect-ratio: 1/2.4;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-zeb__brock {
    grid-template-columns: 1fr;
    padding: 5vw 8vw 12vw;
    gap: 10vw;
  }
  .top-zeb__text h3 {
    font-size: 6.4vw;
    margin-bottom: 0.2em;
  }
  .top-zeb__img {
    width: 100%;
  }
  .top-zeb__diagram {
    width: 100%;
    left: -13%;
  }
  .top-zeb__diagram-box .diagram-head {
    font-size: 4.4vw;
  }
  .top-zeb__diagram-box .diagram-item {
    width: 20vw;
    height: 20vw;
    font-size: 3.4vw;
  }
  .zeb-button a {
    width: 44.5vw;
    grid-template-columns: 1fr 7vw;
  }
  .zeb-button a .text {
    padding: 1.8vw 0;
    font-size: 4vw;
  }
  .zeb-button a .arrow::after {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.6vw solid #000;
  }
  .top-link__brock {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 8vw;
  }
  .top-link__brock a {
    grid-template-columns: 1fr 7vw;
  }
  .top-link__brock a .text {
    font-size: 4.2vw;
    padding: 8vw 0;
  }
  .top-link__brock a .arrow::after {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.6vw solid #fff;
  }
  .news-list {
    padding: 8vw 0 5vw;
  }
  .news-list__item {
    grid-template-columns: 1fr;
  }
  .news-list__content {
    padding: 3vw 8vw 5vw;
  }
  .news-list__content::before {
    width: 17vw;
    height: 3px;
    right: inherit;
    top: -10.1vw;
    left: 17vw;
  }
  .news-list__title {
    font-size: 5vw;
  }
  .news-list__text {
    font-size: 4vw;
    text-align: justify;
    line-height: 1.5;
  }
  .news-list__date {
    font-size: 3.5vw;
    padding: 5vw 8vw 0;
  }
  .news-list__date::before {
    width: 17vw;
    height: 3px;
    right: inherit;
    left: 0;
  }
  .top-company-wrap .content-brock a {
    grid-template-columns: 1fr;
    padding: 8vw;
  }
  .top-company-wrap .content-brock a img {
    border-radius: 0 0 0.7em 0.7em;
  }
  .top-company-text {
    padding: 8vw 0;
    border-radius: 0.7em 0.7em 0 0;
  }
  .top-company-text h2 {
    font-size: 8vw;
  }
  .top-company-text p {
    font-size: 3.5vw;
    margin-top: 0.8em;
    padding: 1.5vw 0;
  }
  .top-company-text p::after {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.6vw solid #000;
  }
  .page-introduction {
    padding: 0 8vw 10vw;
  }
  .page-introduction p {
    font-size: 4.5vw;
    text-align: justify;
    line-height: 1.6;
  }
  .page-introduction p.plan-top-text {
    font-size: 4.5vw;
  }
  .page-introduction li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .page-strength-item {
    grid-template-columns: 1fr;
  }
  .page-strength-item-left {
    grid-template-columns: 1fr;
  }
  .page-strength-title {
    width: 40%;
  }
  .yellow-green-brock-in {
    width: 26%;
    height: 7.2vw;
  }
  .strength-item__head {
    width: 36%;
    margin-top: 3vw;
  }
  .strength-item__head p {
    font-size: 14vw;
  }
  .page-strength-text {
    padding: 6vw 8vw;
  }
  .page-strength-text h3 .boxed-item {
    font-size: 3.5vw;
  }
  .page-strength-text h3 .small-text {
    font-size: 3.2vw;
  }
  .page-strength-text p:first-of-type {
    margin-top: 0.5em;
  }
  .page-strength-item-right {
    padding: 0 8vw 8vw;
  }
  .page-strength-point ul {
    grid-template-columns: 1fr 1fr;
    padding: 6vw 8vw 18vw;
    font-size: 3.4vw;
  }
  .page-strength-point ul.column-five {
    grid-template-columns: 1fr 1fr;
    padding: 6vw 8vw 18vw;
  }
  .building-system-head {
    font-size: 7vw;
  }
  .accent-e-icon {
    width: 9vw;
    top: 10%;
    left: 70%;
  }
  .accent-e-icon .pop-text {
    font-size: 2.4vw;
    white-space: nowrap;
  }
  .building-system-info {
    padding: 10vw 8vw;
  }
  .building-system-info h3 {
    font-size: 5.2vw;
  }
  .building-system-info p {
    text-align: justify;
  }
  .building-system-info p br {
    display: none;
  }
  .building-system-feature {
    width: 54vw;
    padding: 2.4vw;
  }
  .building-system-box-in {
    grid-template-columns: 1fr;
    padding: 6vw 8vw;
  }
  .page-plan-layout {
    display: flex;
    flex-direction: column;
  }
  .page-plan-card {
    height: auto;
    order: var(--mobile-order);
  }
  .page-plan-card .more-button {
    margin-bottom: 15vw;
  }
  .page-plan-card--left {
    margin: 0;
  }
  .page-plan-card__inner {
    padding: 0 14vw;
  }
  .page-plan-card__accent {
    width: 14vw;
  }
  .page-plan-card__title {
    font-size: 5.4vw;
  }
  .page-plan-card__heading {
    height: 14vw;
  }
  .single-plan__main {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .single-plan__main p {
    padding: 6vw 5vw 10vw 8vw;
  }
  .single-plan__accent {
    margin-top: 8vw;
    height: 7vw;
  }
  .single-plan__detail {
    padding: 0 4vw;
  }
  .single-plan__detail h3 {
    font-size: 5.6vw;
    margin-top: 8vw;
  }
  .single-plan__feature {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 6vw 0 12vw;
  }
  .single-plan__feature-item {
    grid-template-columns: 1fr;
    height: auto;
  }
  .feature-item-img img {
    width: 40vw;
  }
  .feature-item-text {
    padding: 0 8vw 8vw;
    margin-top: -1.2em;
  }
  .feature-item-text h4 {
    text-align: center;
    font-size: 4.6vw;
  }
  .feature-item-text p {
    padding: 0;
  }
  .reference-plan {
    padding-left: 3vw;
    border-left: 1.2vw solid #00836b;
  }
  .reference-plan__wrap {
    grid-template-columns: 1fr;
  }
  .reference-plan__inner {
    padding: 6vw 4vw;
  }
  .reference-plan__specification {
    font-size: 4.5vw;
  }
  .reference-plan__price {
    font-size: 6.4vw;
    margin-top: 0.2em;
  }
  .reference-plan__price span {
    font-size: 8.4vw;
  }
  .reference-plan__note {
    font-size: 3.5vw;
    padding: 3vw 5vw;
    margin: 4vw 0;
    line-height: 1.4;
  }
  .reference-plan__size th {
    font-size: 3.8vw;
    padding: 1.4vw 0;
  }
  .reference-plan__size td {
    font-size: 4.4vw;
    padding: 2.4vw 0;
  }
  .reference-plan__drawing {
    padding: 0 2vw;
  }
  .reference-plan__drawing.nogyo__drawing {
    padding: 0;
  }
  .reference-plan__table {
    grid-template-columns: 1fr;
    padding: 0 4vw;
    gap: 0;
    margin: 6vw 0 3vw;
  }
  .reference-plan__table-head {
    font-size: 4.4vw;
    padding: 1.5vw 4vw;
  }
  .reference-plan__table-grid {
    grid-template-columns: 1fr;
  }
  .reference-plan__table-item {
    grid-template-columns: 24vw 1fr;
    height: auto;
    font-size: 3.8vw;
    padding: 3vw 0;
  }
  .reference-plan__table-price {
    height: auto;
    padding: 3.5vw 0;
  }
  .reference-plan__table-price p {
    font-size: 6.8vw;
  }
  .reference-plan__table-price-value span {
    font-size: 3.5vw;
  }
  .reference-plan__table-area {
    grid-template-columns: 24vw 1fr;
    height: auto;
    font-size: 4vw;
    padding: 3.5vw 0;
  }
  .reference-plan__table-list {
    font-size: 3.8vw;
    margin-top: 0.5em;
    margin-left: 1.4em;
    list-style: disc;
  }
  .reference-plan__table-list li {
    line-height: 1.6;
  }
  .reference-plan__table.reference-plan__3column {
    grid-template-columns: 1fr;
    padding: 0 4vw;
    gap: 0;
    margin: 6vw 0 3vw;
  }
  .reference-plan__table.reference-plan__2column {
    grid-template-columns: 1fr;
    padding: 0 4vw;
    gap: 0;
    margin: 6vw 0 10vw;
  }
  .reference-plan__comment {
    font-size: 3.5vw;
    text-indent: -1em;
    margin-left: 1em;
    padding: 3vw 4vw 14vw;
  }
  .reference-plan__item-box p {
    white-space: wrap;
    text-align: justify;
  }
  .reference-plan__item-box p br {
    display: none;
  }
  .reference-plan__color-title {
    margin: 5vw 0 1vw;
  }
  .reference-plan__color-text {
    font-size: 4.3vw;
  }
  .reference-plan__color-variation {
    grid-template-columns: 1fr;
    gap: 0;
    line-height: 1.5;
  }
  .reference-plan__color-img {
    width: 72vw;
    margin-top: 3vw;
  }
  .reference-plan__color-comment {
    font-size: 3.5vw;
    text-indent: -1em;
    margin-left: 1em;
  }
  .single-plan__others {
    flex: 1;
    padding: 2vw 4vw 10vw;
    text-indent: -0.6em;
    margin-left: 0.6em;
  }
  .works-archive__inner {
    padding: 0 12vw 12vw;
  }
  .works-archive__grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  .works-archive__row-line.is-pc-row-start {
    display: none;
  }
  .works-archive__row-line.is-mobile-row-start {
    display: block;
  }
  .works-card__title {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
  .works-card__body {
    padding-top: 2vw;
  }
  .works-card__category {
    font-size: 3.4vw;
  }
  .works-single__inner {
    padding: 8vw 5vw;
  }
  .works-single__title {
    font-size: 5vw;
    padding-left: 5vw;
  }
  .works-single__title br {
    display: block;
  }
  .works-single__header {
    margin-bottom: 4vw;
  }
  .works-single__navigation {
    font-size: 3.6vw;
    padding: 5vw;
  }
  .works-single__previous a::before {
    width: 7vw;
  }
  .works-single__previous a::after {
    width: 2vw;
    height: 2vw;
    left: 2.5vw;
  }
  .works-single__next a::before {
    width: 7vw;
  }
  .works-single__next a::after {
    width: 2vw;
    height: 2vw;
    right: 2.5vw;
  }
  .works-single__previous a, .works-single__next a {
    gap: 1.5vw;
  }
  .works-gallery {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .works-gallery__side {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .works-gallery__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .works-gallery__thumbs {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    transition: transform 0.4s ease;
    will-change: transform;
  }
  .works-gallery__thumb-item {
    flex: 0 0 calc((100% - 4vw) / 3);
    width: calc((100% - 4vw) / 3);
  }
  .works-gallery__thumb {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .works-gallery__thumb-image {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works-gallery__arrow {
    flex-shrink: 0;
    width: 6vw;
  }
  .works-gallery__arrow--prev {
    top: 50%;
    left: -3vw;
    right: auto;
    transform: translateY(-50%) rotate(-90deg);
  }
  .works-gallery__arrow--next {
    top: 50%;
    right: -3vw;
    left: auto;
    transform: translateY(-50%) rotate(-90deg);
  }
  .works-gallery__arrow[hidden] {
    display: none;
  }
  .works-gallery__arrow-icon {
    width: 2vw;
    height: 2vw;
  }
  .works-detail {
    padding: 8vw 5vw;
  }
  .works-detail__list {
    grid-template-columns: 1fr;
  }
  .works-detail__row {
    grid-template-columns: 7.2em minmax(0, 1fr);
    border-top: 0;
    border-bottom: 1px solid #bababa;
  }
  .works-detail__row:first-child {
    border-top: 1px solid #bababa;
  }
  .works-detail__term, .works-detail__description {
    padding: 4vw 0 4vw 4vw;
    font-size: 3.8vw;
  }
  .land-list {
    display: block;
    padding: 0 0 8vw;
  }
  .land-table {
    display: block;
    width: 100%;
    border-collapse: separate;
    table-layout: auto;
  }
  .land-table thead {
    display: none;
  }
  .land-table tbody {
    display: block;
    width: 100%;
  }
  .land-table tr {
    display: block;
    width: 100%;
    padding: 8vw;
    background: #fff;
    border-bottom: 1px solid #bababa;
    box-sizing: border-box;
  }
  .land-table tr:nth-child(even) {
    background: #eae9ec;
  }
  .land-table tr:last-child {
    margin-bottom: 0;
  }
  .land-table td {
    display: grid;
    grid-template-columns: 7em minmax(0, 1fr);
    align-items: start;
    width: 100%;
    height: auto;
    padding: 3vw 0;
    border-right: 0;
    border-bottom: 1px solid #bababa;
    box-sizing: border-box;
    text-align: left;
  }
  .land-table td::before {
    content: attr(data-label);
    font-weight: 500;
  }
  .land-table td:first-child {
    display: block;
    padding-top: 0;
    padding-bottom: 4vw;
    font-size: 5vw;
    font-weight: 700;
  }
  .land-table td:first-child::before {
    display: none;
  }
  .land-table td:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .land-table .center {
    text-align: left;
  }
  .land-table th:nth-child(1),
  .land-table td:nth-child(1),
  .land-table th:nth-child(2),
  .land-table td:nth-child(2),
  .land-table th:nth-child(3),
  .land-table td:nth-child(3),
  .land-table th:nth-child(4),
  .land-table td:nth-child(4) {
    width: 100%;
  }
  .page-flow__wrap {
    height: auto;
  }
  .page-flow__item {
    grid-template-columns: 1fr;
    padding: 5vw 8vw 20vw;
  }
  .page-flow__head h2 {
    font-size: 9vw;
  }
  .page-flow__icon {
    width: 60%;
  }
  .page-flow__text {
    margin-bottom: 4vw;
  }
  .page-flow__text li {
    text-align: justify;
    letter-spacing: 0.03em;
  }
  .page-flow__text li.indent-none {
    text-indent: 0;
    margin-left: 0;
  }
  .diagonal-line {
    top: -20vw;
  }
  .company-introduction {
    padding: 0 5vw;
  }
  .company-introduction__item {
    flex-direction: column;
    align-items: start;
  }
  .company-introduction__item h2 {
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
  .company-introduction__title {
    margin-bottom: 0.5em;
  }
  .greeting {
    padding: 6vw 5vw 30vw;
  }
  .company-page-nav {
    display: none;
  }
  .overview-table-wrap {
    padding: 0 5vw;
  }
  .overview-table {
    padding: 4vw 0;
  }
  .overview-table tr {
    display: flex;
    flex-direction: column;
  }
  .overview-table th {
    font-size: 4vw;
    padding: 2vw 3vw;
  }
  .overview-table td {
    font-size: 4.5vw;
    padding: 4.5vw 3vw;
  }
  .overview-table-wrap__in {
    margin: 6vw 0 12vw;
  }
  .company-name {
    font-size: 5vw;
  }
  .company-url {
    flex-direction: column;
    align-items: start;
  }
  .company-url p {
    font-size: 3.5vw;
    padding: 0.4em 1.2em;
    margin-bottom: 0.5em;
  }
  .access-map-wrap__in {
    display: flex;
    flex-direction: column;
    padding: 8vw 5vw 12vw;
    gap: 6vw;
  }
  .zeb-section {
    padding: 12vw 0;
  }
  .zeb-diagram__title {
    font-size: 5.4vw;
    line-height: 1.3;
    top: -6em;
  }
  .zeb-diagram__title .zeb-diagram__title-inner {
    display: inline-block;
    text-align: left;
  }
  .zeb-diagram__title .zeb-diagram__title-large {
    display: inline;
    font-size: 8.4vw;
  }
  .zeb-diagram__title .zeb-diagram__title-large {
    display: inline;
  }
  .zeb-diagram {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 8vw 4vw;
    padding: 0 5vw;
  }
  .zeb-position-box {
    grid-column: 1/3;
    height: 2em;
  }
  .zeb-building {
    grid-column: 1/3;
    grid-row: auto;
    margin-bottom: 4vw;
  }
  .zeb-item {
    grid-column: auto;
    grid-row: auto;
    height: 34vw;
  }
  .zeb-item__card {
    padding: 5vw 2.5vw 3vw;
    border-radius: 2.5vw;
  }
  .zeb-item__number {
    width: 7vw;
    height: 7vw;
    font-size: 3.5vw;
  }
  .zeb-item__text {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .zeb-item__guide {
    display: none;
  }
  .zeb-item--01 {
    order: 1;
  }
  .zeb-item--02 {
    order: 2;
  }
  .zeb-item--03 {
    order: 3;
  }
  .zeb-item--04 {
    order: 4;
  }
  .zeb-item--05 {
    order: 5;
  }
  .zeb-item--06 {
    order: 6;
  }
  .zeb-item--07 {
    order: 7;
  }
  .zeb-item--08 {
    order: 8;
  }
  .zeb-item--09 {
    order: 9;
  }
  .zeb-item--10 {
    order: 10;
  }
  .single-zeb__merit {
    padding: 8vw 5vw 0;
    font-size: 4vw;
  }
  .single-zeb__merit.plus-padding-1 {
    padding-bottom: 30vw;
  }
  .single-zeb__detail {
    padding: 0 5vw;
  }
  .single-zeb__feature {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 5vw 0;
  }
  .single-zeb__feature-item {
    grid-template-columns: 1fr;
    height: auto;
    padding: 8vw;
  }
  .single-zeb__feature-item h3 {
    font-size: 5.6vw;
    margin-bottom: 0.5em;
  }
  .single-zeb__feature-item h3 br {
    display: none;
  }
  .single-zeb__feature-item p {
    text-align: justify;
  }
  .single-zeb__feature-item p br {
    display: none;
  }
  .single-zeb__comment {
    padding: 0 5vw 12vw;
  }
  .zeb-flow {
    display: flex;
    flex-direction: column;
    padding: 0 12vw 12vw;
    font-size: 4.6vw;
    height: auto;
    aspect-ratio: auto;
  }
  .zeb-flow__title {
    font-size: 4.5vw;
    padding: 6vw 5vw 4vw;
  }
  .zeb-flow__box {
    font-size: 4vw;
  }
  .zeb-flow__plus {
    font-size: 6vw;
  }
  .zeb-flow__text {
    font-size: 4vw;
    margin-top: 3%;
  }
  .zeb-flow__circle--green {
    width: 80%;
    margin: 20% auto 0;
  }
  .zeb-flow__circle--light-gray {
    width: 80%;
    margin: 20% auto 0;
  }
  .zeb-flow__circle--dark-green {
    margin-top: 24%;
  }
  .zeb-flow__lead {
    font-size: 4vw;
  }
  .zeb-flow__catch {
    font-size: 8vw;
    line-height: 1;
  }
  .zeb-flow__catch span {
    font-size: 5vw;
  }
  .zeb-flow__subcatch {
    font-size: 5vw;
  }
  .zeb-flow__line {
    left: 50%;
    top: -12%;
    width: 1px;
    height: 24%;
    transform: translate(0, -50%) rotate(0);
  }
  .zeb-flow__line::before {
    top: 100%;
  }
  .zeb-sala-img {
    width: 78%;
    top: 76%;
    left: 24%;
  }
  .archive-pagination {
    grid-template-columns: 6vw auto 6vw;
    gap: 6vw;
    padding-top: 8vw;
  }
  .zeb-subsidy {
    padding: 5vw 5vw 10vw;
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }
  .zeb-subsidy__lead {
    font-size: 4.8vw;
  }
  .zeb-subsidy__title {
    width: 38%;
    font-size: 4.8vw;
  }
  .zeb-subsidy__text p {
    text-align: justify;
  }
  .zeb-subsidy__text p br {
    display: none;
  }
  .archive-news__item {
    display: flex;
    flex-direction: column;
  }
  .archive-news__date {
    width: 40%;
    padding: 5vw 0;
  }
  .archive-news__date::before {
    height: 2vw;
  }
  .archive-news__content {
    padding: 2vw 5vw 10vw;
    letter-spacing: 0.02em;
  }
  .archive-news__title {
    font-size: 5.4vw;
    text-align: justify;
  }
  .archive-news__text {
    font-size: 4vw;
    text-align: justify;
  }
  .page-privacy__content {
    padding: 8vw 8vw 12vw;
  }
  .privacy-section__title {
    font-size: 5.2vw;
    letter-spacing: 0.05em;
  }
  .privacy-section__h3 {
    font-size: 4.4vw;
    letter-spacing: 0.05em;
  }
  .contact-row {
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4vw;
  }
  .contact-row:nth-child(n+2):nth-child(-n+5) .contact-input {
    width: 100%;
  }
  .contact-row:nth-child(6) .contact-input {
    width: 60%;
  }
  .required {
    font-size: 3.2vw;
  }
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 4vw;
    padding: 0.8em;
  }
  .contactform-button {
    padding-bottom: 10vw;
  }
  .contactform-button p input {
    width: 39.5vw;
    padding: 0.5em;
  }
  .contactform-text {
    padding: 5vw 8vw;
  }
  .contact-table {
    padding: 0 8vw 10vw;
  }
  .contact-table tr {
    display: flex;
    flex-direction: column;
  }
  .contact-table tr th,
  .contact-table tr td {
    font-size: 4vw;
  }
  .contact-table tr th {
    padding: 0.5em 1em;
  }
  .contact-table tr td {
    padding: 1em 1em;
  }
  .archive-pagination-prev,
  .archive-pagination-next {
    width: 7vw;
  }
  .pagination-arrow {
    width: 2vw;
    height: 2vw;
  }
  .x-line__white-1 {
    top: 20vw;
  }
  .x-line__white-2 {
    top: 45vw;
  }
  .x-line__white-3 {
    width: 62%;
    top: 34.5vw;
  }
  .x-line__gray-2 {
    top: 7.2vw;
  }
  .x-line__gray-4 {
    bottom: 23vw;
  }
  .x-line__gray-5 {
    bottom: 8vw;
  }
  .x-line__page-white-1 {
    top: 16vw;
  }
  .x-line__page-white-2 {
    top: 33.5vw;
  }
  .y-line__white-1 {
    left: 33.5%;
  }
  .y-line__white-2 {
    left: 62%;
  }
  .y-line__white-3 {
    left: 75%;
  }
  .y-line__gray-1 {
    height: 100%;
  }
  .line-none {
    display: none;
  }
  .site-header {
    transform: none;
    filter: none;
    isolation: auto;
    opacity: 1;
  }
  .page-complete {
    margin-top: 1em;
  }
  .page-complete p {
    font-size: 4vw;
  }
  .page-complete .top-return {
    width: 14em;
    font-size: 4vw;
  }
}/*# sourceMappingURL=mobile.css.map */