@charset "UTF-8";

/*
Theme Name:   エコハウジング
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1.25rem 0;
}

header p,
footer p {
  margin: 0;
}

:where(h2, h3, h4, h5, h6) + p {
  margin-top: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

section section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  line-height: 1.25;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}

th,
td {
  vertical-align: baseline;
  padding: 1.25rem 1rem;
  border: solid #dbdbdb;
  border-width: 1px 0;
  font-weight: inherit;
  text-align: left;
}

th {
  background: #738088;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  line-height: 1.5;
  margin: 0;
  padding: 0.75em 1.5em;
  border: 0;
  border-radius: 3em;
  background: #50585C;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Icon
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?66sdjm");
  src: url("fonts/icomoon.eot?66sdjm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?66sdjm") format("truetype"), url("fonts/icomoon.woff?66sdjm") format("woff"), url("fonts/icomoon.svg?66sdjm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-structure:before {
  content: "\e904";
}

.icon-use:before {
  content: "\e905";
}

.icon-tag:before {
  content: "\e903";
}

.icon-arrow_left:before {
  content: "\e900";
}

.icon-arrow_right:before {
  content: "\e901";
}

.icon-down:before {
  content: "\e902";
}

/* Extends
--------------------------------*/

.post:first-child,
.widget:first-child,
.paragraph:first-child {
  margin-top: 0;
}

.post:last-child,
.widget:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.toc__list,
.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1194px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 11em;
  line-height: 1.25;
  box-shadow: none;
  margin: 0 auto;
  padding: 0.875em 1.25em;
  border: 0;
  border-radius: 5em;
  background: #50585c;
  color: #fff;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.news-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 4rem;
  background: #f2f2f2;
}

section.archive > header,
.works > header,
.post > header,
:where(.page) > section > header {
  margin-bottom: 2.5rem;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
}

h2 {
  line-height: 2.223;
  margin: 0 0 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.site-content--home h2 {
  text-align: center;
}

h2 .en {
  line-height: 1.23077;
  margin-bottom: 0.46154em;
  font-size: 1.625rem;
  letter-spacing: 0.2em;
}

h3 {
  line-height: 1.5;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
}

h3[data-en] {
  font-weight: 500;
}

h3 .en {
  font-size: 1.112em;
  letter-spacing: 0.2em;
}

h4 {
  margin-bottom: 1em;
  color: #738088;
  font-weight: 700;
  font-size: 1rem;
}

/* Site Width
--------------------------------*/

.site {
  position: relative;
  margin: auto;
}

/* Common
--------------------------------*/

.image {
  margin: 1.25em 0;
  text-align: center;
}

.text {
  text-align: justify;
}

.tagline {
  font-size: 1.125em;
  font-weight: 700;
}

.lede {
  width: fit-content;
  line-height: 2;
  margin: 0 auto 2rem;
}

header .lede {
  width: auto;
}

.link {
  margin-top: 2rem;
  text-align: center;
}

:lang(en),
.en {
  font-family: "Akshar", sans-serif;
}

.en {
  display: block;
  text-transform: uppercase;
}

.text-with-image + .text-with-image {
  margin-top: 2.5rem;
}

.text-with-image__image {
  margin-bottom: 1rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.oc-indicator {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  transition: transform 0.3s;
  font: 0.8125rem/1 icomoon;
}

.oc-indicator:before {
  content: "\e902";
}

[aria-expanded=true] .oc-indicator {
  transform: scaleY(-1);
}

.table-block:before {
  display: block;
  color: #999;
  font-size: 0.75em;
  text-align: center;
  content: "←左右にスクロールできます→";
}

.no-js .table-block:before,
.table-block.no-scroll:before {
  content: none;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Header
--------------------------------*/

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: background-color 0.3s;
}

.home .site-header {
  position: fixed;
  color: #fff;
  background: transparent;
}

.site-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.375rem;
}

.site-title {
  position: relative;
  z-index: 100002;
  width: 11rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
  transition: color 0.3s;
}

.site-title svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-title path {
  fill: currentColor;
}

.site-header:has([aria-expanded=true]) .site-title path {
  fill: #fff;
}

.global-nav__list,
.foot-nav__list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 2rem 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.global-nav__item,
.foot-nav__item {
  position: relative;
  font-weight: 500;
  font-size: 0.8125em;
}

.global-nav__item:first-child,
.foot-nav__item:first-child {
  grid-column: 1;
  grid-row: 1/5;
}

.global-nav__link,
.foot-nav__link {
  display: block;
  text-decoration: none;
}

.global-nav-content {
  display: none;
}

.no-js .global-nav-content {
  display: block;
}

.global-nav__inner {
  height: calc(100% - 60px);
  overflow: auto;
  margin-top: 60px;
  padding: 0 9.23077vw 1.5rem;
}

.global-nav__heading {
  margin: 0 0 2em;
  padding: 0 0 0 0.2em;
  border: 0;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.global-nav-children,
.foot-nav-children {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0 0;
  padding: 0;
}

.global-nav-children__item,
.foot-nav-children__item {
  position: relative;
  padding-left: 1.23077em;
}

.global-nav-children__item:before,
.foot-nav-children__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6923077em;
  height: 1px;
  margin: auto 0;
  background: currentColor;
  content: "";
}

.global-nav-children__link,
.foot-nav-children__link {
  display: block;
  text-decoration: none;
}

.global-nav-contact {
  margin-top: 3em;
  font-size: 0.875em;
  text-align: center;
}

.global-nav-contact__tel {
  font-family: "Akshar", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.global-nav-contact__tel > a {
  text-decoration: none;
}

.global-nav-contact__address {
  margin-top: 1em;
}

.global-nav-contact__hours {
  margin-top: 1em;
}

.menu-button {
  position: relative;
  z-index: 100002;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  transform-origin: 50% 50%;
  transition: color 0.3s, transform 0.5s;
  stroke: currentColor;
}

.menu-icon__bar:first-child {
  transform: translateY(-9.05px);
}

.menu-icon__bar:nth-child(3) {
  transform: translateY(9.05px);
}

[aria-expanded=true] .menu-icon__bar {
  stroke: #fff;
  transform: translateY(0) rotate(45deg);
}

[aria-expanded=true] .menu-icon__bar:nth-child(2) {
  transform: rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 50px;
  z-index: 100000;
  width: 100%;
  padding-top: 64px;
  background: rgba(80, 88, 92, 0.9);
  color: #fff;
  transition: transform 0.3s;
}

.hero {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  min-height: 134.375vw;
  background: url(images/hero@sp.jpg) no-repeat 50% 50% #000;
  background-size: cover;
  color: #fff;
  container-type: inline-size;
}

.hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 86.13%;
}

.hero__text {
  font: 500 7.1795cqi/1.786 YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.35em;
}

.hero__en {
  margin-top: 1.5em;
  font: 3.077cqi/2 "Poppins", sans-serif;
}

.pickup-nav {
  display: flex;
  list-style: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.pickup-nav__item {
  flex: 0 0 50%;
  text-align: center;
}

.pickup-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
}

.pickup-nav__link .en {
  margin-bottom: 0.6em;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
}

.pickup-nav__link[data-en="For Sale"] {
  background: #3E5D73;
}

.pickup-nav__title {
  display: block;
  font-size: 0.75rem;
}

/* Footer
--------------------------------*/

.site-footer {
  margin-bottom: 50px;
  padding-bottom: 0.75rem;
  background: #50585C;
  color: #fff;
}

.site-footer-content {
  padding-top: 5rem;
}

.back2top {
  display: block;
  background: #738088;
  font: 500 1rem/2.5 "Akshar", sans-serif;
  letter-spacing: 0.25em;
  text-align: center;
  text-decoration: none;
}

.organization {
  font-size: 0.875em;
  text-align: center;
}

.organization__name {
  max-width: 13.375rem;
  margin: 0 auto 3.5rem;
}

.organization__tel {
  margin-top: 0.75rem;
  font-family: "Akshar", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.25em;
}

.organization__tel a {
  text-decoration: none;
}

.follow-us {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
}

.follow-us a,
.follow-us svg {
  display: block;
}

.foot-nav {
  margin-top: 3.5rem;
  padding: 0 9.23077vw;
}

.foot-nav__link[href]:hover,
.foot-nav__link[href]:focus {
  text-decoration: underline;
}

.foot-nav-children__link:hover,
.foot-nav-children__link:focus {
  text-decoration: underline;
}

.copyright {
  margin-top: 6rem;
  font-size: 0.6875rem;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-top: 5rem;
  margin-bottom: 4rem;
  font-size: 0.875em;
}

.home .site-content {
  margin-bottom: 0;
}

.home .site-content:after {
  display: block;
  height: 49.21875vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 4rem;
  background: url(images/home_bottom@sp.jpg) no-repeat 50% 50%/cover;
  content: "";
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0;
  font-size: 0.875em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/

.house-grid-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  overflow: hidden;
}

.news-area:first-child {
  margin-top: -4rem;
}

.tablist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6154em;
  margin: 0 0 1rem;
  padding: 0;
  font-size: min(13px, 3.334vw);
}

.tablist__item {
  min-width: 6.15385em;
  padding: 0.3077em 1em;
  border: 1px solid #3E5D73;
  border-radius: 2em;
  color: #3E5D73;
  text-align: center;
  cursor: pointer;
}

.tablist__item[aria-selected=true] {
  background-color: #3E5D73;
  color: #fff;
}

.tabpanel {
  display: none;
  grid-area: tabpanels;
}

.no-js .tabpanel {
  display: block;
}

.tabpanel[aria-hidden=false] {
  display: block;
  animation: fadein 0.5s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.features-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.features-inner {
  max-width: 1440px;
  margin: 0 auto;
  container-type: inline-size;
}

.features-tablist {
  display: flex;
  list-style: none;
  gap: 2px;
  margin: 0 0 5px;
  padding: 0;
  font-size: min(1rem, 4.1026cqi);
  counter-reset: ft;
}

.features-tablist__item {
  position: relative;
  flex: 1 0 auto;
  padding: 1.125em 0;
  background: #f2f2f2;
  color: #50585C;
  counter-increment: ft;
  cursor: pointer;
}

.features-tablist__item[aria-selected=true] {
  background: #50585C;
  color: #fff;
}

.features-tablist__item:before {
  display: block;
  position: relative;
  top: 0.1em;
  padding-left: 0.05em;
  font: 700 1.75em/1 "Akshar", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  content: "0" counter(ft);
}

.features-tablist__item .en {
  display: none;
}

.features-tablist__title {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.features-tabpanels {
  position: relative;
  height: 31.25em;
  counter-reset: ft2;
  font-size: min(1rem, 4.1026cqi);
}

.no-js .features-tabpanels {
  height: auto;
}

.features-tabpanel {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(images/bg_feature01@sp.jpg) no-repeat 50% 50%/cover #898989;
  opacity: 0;
  padding: 1.5em;
  transition: 0.3s;
  color: #fff;
  counter-increment: ft2;
}

.features-tabpanel[aria-hidden=false] {
  z-index: 1;
  opacity: 1;
}

.no-js .features-tabpanel {
  position: static;
  opacity: 1;
  transition: none;
}

.features-tabpanel .link {
  margin-top: 1em;
}

.features-tabpanel .btn {
  margin: 0;
  background: #fff;
  color: #50585C;
  font-size: 1em;
}

.features-tabpanel__badge {
  display: flex;
  align-items: flex-end;
  gap: 0.8em;
  line-height: 1;
  margin-bottom: 2.4em;
  font-weight: 700;
  font-size: 0.625em;
}

.features-tabpanel__badge img {
  width: 11.125em;
}

.features-tabpanel__header {
  display: grid;
  grid-template-areas: "num en" "num title";
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  gap: 0.25em 0.75em;
  margin-bottom: 1.5em;
}

.features-tabpanel__header:before {
  display: block;
  grid-area: num;
  position: relative;
  top: 0.1em;
  padding-left: 0.05em;
  font: 700 3.5rem/1 "Akshar", sans-serif;
  letter-spacing: 0.05em;
  content: "0" counter(ft2);
}

.features-tabpanel__header .en {
  display: block;
  grid-area: en;
  line-height: 1;
  margin-top: auto;
  font-size: 0.75em;
  letter-spacing: 0.2em;
}

.features-tabpanel__title {
  grid-area: title;
  line-height: 1;
  margin: 0 0 auto;
  padding: 0;
  font-size: 1em;
  letter-spacing: 0.18em;
}

.features-tabpanel__content {
  font-size: 0.875em;
  text-align: justify;
}

.features-tabpanel__content .tagline {
  font-size: 1.0714285714em;
}

.features-tabpanel__content p:not([class]) {
  margin: 0;
}

#feature2 {
  background-image: url(images/bg_feature02@sp.jpg);
}

#feature3 {
  background-image: url(images/bg_feature03@sp.jpg);
}

#feature4 {
  background-image: url(images/bg_feature04@sp.jpg);
}

#feature5 {
  background-image: url(images/bg_feature05@sp.jpg);
}

#feature6 {
  background-image: url(images/bg_feature06@sp.jpg);
}

.works-grid-wrap {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.introduction-link {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 2px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-block: 0;
  padding: 0;
  font-size: 1rem;
}

.introduction-link__item {
  background: url(images/bg_intro01.jpg) no-repeat 50% 100% #000;
  background-size: cover;
  color: #fff;
}

.introduction-link__item:nth-child(2) {
  background-image: url(images/bg_intro02.jpg);
}

.introduction-link__item:nth-child(3) {
  background-image: url(images/bg_intro03.jpg);
}

.introduction-link__link {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10%;
  text-decoration: none;
  aspect-ratio: 4/3;
}

.introduction-link__title {
  line-height: 2.86;
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.introduction-link__title .en {
  line-height: 1;
  padding-left: 0.2em;
  font-size: 1.86em;
  letter-spacing: 0.2em;
}

.introduction-link__text {
  width: 16em;
  line-height: 1.875;
  text-align: justify;
}

/* Page
--------------------------------*/

.page-header {
  padding: 1.25rem 3.125vw 0.75rem;
  background: #50585C;
  color: #fff;
  text-align: center;
}

.page-title {
  line-height: 2.86;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.page-title .en {
  line-height: 1.23;
  font-size: 1.625rem;
  letter-spacing: 0.2em;
}

.toc {
  line-height: 2;
  background: #f0f1f2;
}

.toc__list {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding-block: 0.6667em;
  font-size: min(0.75rem, 3.077vw);
}

.toc__link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}

.toc__link:after {
  display: block;
  position: relative;
  top: 0;
  border: solid transparent;
  border-width: 0.6667em 0.375em 0 0.375em;
  border-top-color: #50585c;
  transition: 0.3s;
  content: "";
}

.toc__link:hover:after,
.toc__link:focus:after {
  top: 0.25em;
}

/** About */

.greeting__image {
  margin-bottom: 1rem;
}

.greeting__message {
  line-height: 2;
}

.greeting__message p {
  margin: 0;
}

.map > iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.history th {
  background: transparent;
  color: inherit;
  padding-inline: 0;
}

.history td {
  padding-right: 0;
}

.history tr:first-child th,
.history tr:first-child td {
  padding-top: 0;
  border-top: 0;
}

/** Full Order */

.pickup-point__image {
  margin-bottom: 1em;
}

.pickup-point__image img {
  width: 100%;
}

.pickup-point__subhead {
  line-height: 1.25;
  font-weight: 700;
  font-size: 1rem;
}

.pickup-point__heading {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
}

.pickup-point__content p:not([class]) {
  text-align: justify;
}

.schedule-part__trigger {
  display: block;
  display: flex;
  position: relative;
  -webkit-apprearance: none;
  appearance: none;
  align-items: center;
  gap: 1.5em;
  width: 100%;
  margin: 0 0 2em;
  padding: 1.25em;
  padding-right: 2.5em;
  border: 0;
  background: #738088;
  transition: margin 0.3s;
  color: #fff;
  font-size: 0.75rem;
  text-align: left;
}

.schedule-part__trigger[aria-expanded=false] {
  margin-bottom: 0;
}

.schedule-part__num {
  position: relative;
  top: 0.08em;
  font: 700 2.125em/0.8824 "Akshar", sans-serif;
  text-transform: uppercase;
}

.schedule-part__num > span:first-child {
  display: none;
}

.schedule-part__title {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
}

.schedule-part__content {
  overflow: hidden;
  transition: height 0.3s;
}

/** Contact */

.contact-tel {
  text-align: center;
}

.contact-tel > a {
  display: inline-block;
  font: 500 1.5rem/1.25 "Akshar", sans-serif;
  letter-spacing: 0.1667em;
  text-decoration: none;
}

.contact-tel__hours {
  font-size: 0.857em;
}

.contact-part {
  margin: 3em 0 0;
}

.contact-part__heading {
  line-height: 1.4286;
  margin: 0 0 2rem;
  padding: 0.5714em;
  background: #50585C;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}

/** Sitemap */

.sitemap {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sitemap-children {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 0.5em;
  margin: 0.5em 0 0;
  padding: 0;
}

.sitemap-children > li {
  position: relative;
  padding-left: 1.25em;
}

.sitemap-children > li:before {
  position: absolute;
  left: 0;
  content: "├";
}

.sitemap-children > li:last-child:before {
  content: "└";
}

/** FP house */

.about-zeh-builder {
  padding: 1rem;
  background: #F0F1F2;
}

/*.zeh-table {
  th,td {
    padding-inline: 1em;
    text-align: center;
  }
  thead {
    th {
      border-width: 0 1px;
    }
  }
  td {
    border-width: 0 1px 1px 0;
  }
}*/

.zeh-table th,
.zeh-table td {
  border-width: 1px;
  background: #fff;
  padding: 1em;
  color: inherit;
  text-align: center;
}

.zeh-table thead tr:first-child th {
  background: #738088;
  color: #fff;
}

.zeh-table tbody th {
  padding-inline: 0.25em;
}

.lccm-stage-area__heading {
  padding: 1em;
  background: #738088;
  color: #fff;
}

/* Archive
--------------------------------*/

section.archive {
  grid-template-rows: auto 1fr;
}

.archive__content {
  position: relative;
  grid-row: 1/-1;
}

#archive {
  margin: 0;
  transition: opacity 0.5s;
}

[data-loading=true] #archive {
  opacity: 0;
  pointer-events: none;
}

.term-nav {
  margin-bottom: 2.5rem;
}

.term-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
}

.term-nav__link {
  display: block;
  padding: 0.3077em 1.25em;
  border: 1px solid #3E5D73;
  border-radius: 2em;
  background: #fff;
  color: #3E5D73;
  text-align: center;
  text-decoration: none;
}

.term-nav__link[aria-current=page] {
  background: #3E5D73;
  color: #fff;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.post-list__item {
  border-bottom: 1px dashed #bababa;
}

.post-list__link {
  display: grid;
  grid-template-areas: "date category ." "title title title";
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 0.75rem 1rem;
  padding: 1rem 0;
  text-decoration: none;
}

.post-list__link:hover .post-list__title,
.post-list__link:focus .post-list__title {
  text-decoration: underline;
}

.post-list__date {
  grid-area: date;
  color: #50585C;
  font-size: 0.75em;
}

.post-list__category {
  display: flex;
  flex-wrap: wrap;
  grid-area: category;
  gap: 0.5em;
}

.post-list__category > span {
  padding: 0 0.75em;
  border: 1px solid;
  border-radius: 2em;
  color: #50585C;
  font-size: 0.75em;
}

.post-list__title {
  grid-area: title;
  font-size: 0.875em;
}

.house-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  gap: 2rem;
}

.house-grid.splide {
  display: block;
}

.house-grid .splide__track {
  width: 77%;
  overflow: visible;
}

.house-grid .splide__arrows {
  height: 72.1875vw;
}

.house-grid__link {
  display: block;
  text-decoration: none;
}

.house-grid__thumbnail {
  grid-area: thumbnail;
  aspect-ratio: 1/1;
  background: #ccc;
}

.house-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-grid__content {
  margin-top: 0.5rem;
}

.house-grid__title {
  font-weight: 700;
  font-size: 0.875rem;
}

.house-grid__meta {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 700;
}

.house-grid__floorplan {
  font-size: 0.875rem;
  letter-spacing: 0.186em;
}

.house-grid__price {
  font-size: 0.625rem;
}

.house-grid__price .value {
  font: 2.8em/1 Oswald, sans-serif;
  letter-spacing: 0.093em;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  gap: 2rem;
  font-size: 1rem;
}

.works-grid.splide {
  display: block;
}

.works-grid .splide__track {
  width: 72.3077%;
  overflow: visible;
  margin: 0 auto;
}

.works-grid .splide__arrows {
  height: 111.7462vw;
}

.works-grid__item {
  background: #333;
  color: #fff;
}

.works-grid__thumbnail {
  position: relative;
  aspect-ratio: 1/1;
}

.works-grid__thumbnail:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
  content: "";
}

.splide__slide .works-grid__thumbnail {
  aspect-ratio: 352/544;
}

.works-grid__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-grid__link {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  text-decoration: none;
}

.works-grid__link:hover .works-grid__thumbnail:before,
.works-grid__link:focus .works-grid__thumbnail:before {
  opacity: 0;
}

.works-grid__content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 1.5rem;
}

.works-grid__content .en {
  line-height: 2;
  font-size: 1.077em;
  letter-spacing: 0.186em;
}

.works-grid__address {
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 0.2em;
  font-weight: 700;
  font-size: 0.8125em;
  letter-spacing: 0.2em;
}

.works-grid__title {
  width: 17em;
  line-height: 2;
  margin: 0 auto;
  font-size: 0.8125em;
  letter-spacing: 0.2em;
}

.sort {
  margin-bottom: 4rem;
}

.sort > form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sort [type=submit] {
  display: none;
}

.no-js .sort [type=submit] {
  display: inline-block;
}

.sort__heading {
  margin: 0 0 1em;
  font-size: 1rem;
}

.sort__part {
  margin: 0;
}

.sort__caption {
  margin: 0 0 0.75rem;
  color: #3E5D73;
  font-weight: 700;
  font-size: 0.875rem;
}

.sort__caption i {
  display: inline-block;
  width: 1.125em;
  margin-right: 0.375em;
  font-size: 1rem;
  text-align: center;
}

.category-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.category-list label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.category-list input {
  position: absolute;
  right: 100%;
  clip: rect(0, 0, 0, 0);
}

.category-list a,
.category-list label > span {
  display: block;
  line-height: 1.5;
  padding: 0 0.8334em;
  border: 1px solid;
  background: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
}

.category-list a[aria-current=page],
.post-categories .category-list a,
.category-list input:checked + span {
  border-color: #3E5D73;
  background: #3E5D73;
  color: #fff;
}

.tag-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
}

.tag-list label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tag-list input {
  position: absolute;
  right: 100%;
  clip: rect(0, 0, 0, 0);
}

.tag-list a,
.tag-list label > span {
  display: block;
  line-height: 1.667;
  color: #999;
  font-weight: 700;
  font-size: 0.75rem;
  text-decoration: none;
}

.tag-list a:before,
.tag-list label > span:before {
  content: "#";
}

.post-tags .tag-list a {
  color: #3E5D73;
}

.tag-list a:hover,
.tag-list a:focus {
  text-decoration: underline;
}

.tag-list input:checked + span {
  color: #3E5D73;
  text-decoration: underline;
}

.loader {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 4.375em;
  height: 1.125em;
  margin: 2em auto 0;
  container-type: size;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

[data-loading=true] .loader {
  opacity: 1;
}

.loader > span {
  display: inline-block;
  width: 100cqh;
  height: 100cqh;
  background-color: rgb(0, 140, 255);
  border-radius: 100%;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  animation-delay: -0.32s;
}

.loader .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.works-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid #ccc;
}

.works-tags__item:after {
  margin: 0 0.3em;
  content: "/";
}

.works-tags .current {
  font-weight: 700;
}

/* Works
--------------------------------*/

.works__house {
  font-size: 0.75em;
}

.eyecatch {
  margin-bottom: 4rem;
  text-align: center;
}

.eyecatch img {
  width: 100%;
}

.works-data {
  display: block;
  margin: 0 0 4.5rem;
}

.works-data__caption {
  display: block;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  border: 0;
  background: #738088;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
}

.works-data tbody {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 0;
  margin-top: 1em;
}

.works-data tr {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  align-items: baseline;
  gap: 0 1em;
  line-height: 1.5;
}

.works-data th,
.works-data td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 400;
}

.works-photo-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.back-link {
  margin-top: 3rem;
  text-align: center;
}

/* Model House
--------------------------------*/

.modelhouse-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
}

.modelhouse-list__link {
  position: relative;
  padding-left: 1.556em;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.modelhouse-list__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: margin 0.3s;
  font: 0.75em/1 icomoon;
  content: "\e901";
}

.modelhouse-list__link:hover:before,
.modelhouse-list__link:focus:before {
  margin-left: 0.5em;
}

.model-house + .model-house {
  margin-top: 4rem;
}

.model-house__content {
  margin: 1.5rem 0 2rem;
}

.model-house .map {
  margin-top: 2.5rem;
}

.photo-gallery .splide__arrows {
  position: static;
}

.photo-gallery .splide__track {
  transition: height 0.3s;
}

.photo-gallery .splide__list {
  align-items: flex-start;
}

/* Post
--------------------------------*/

.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.post-categories {
  margin-top: 2rem;
}

.post-tags {
  display: grid;
  grid-template-areas: "icon tags";
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1rem;
  background: #f0f3f5;
}

.post-tags:before {
  grid-area: icon;
  color: #3E5D73;
  font: 1.25rem/1 icomoon;
  content: "\e903";
}

.entry-content {
  margin-top: 40px;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 2.5rem;
}

.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  grid-auto-flow: column;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.form-table th {
  white-space: wrap;
}

.field-line {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
  margin-top: 1em;
}

.field-line:first-child {
  margin-top: 0;
}

.field-line__label {
  flex: 1 0 auto;
}

.address-field {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.address-field__postal-code {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}

.required,
.optional {
  display: inline-block;
  vertical-align: base;
  padding: 0 0.5em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  background: #fff;
  color: #50585C;
  font-size: 0.75rem;
}

.optional {
  background: transparent;
  color: #fff;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}

.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

.p-postal-code {
  width: 8em;
}

.recaptcha-note {
  width: fit-content;
  margin: 2rem auto;
  color: #999;
}

.recaptcha-note > p {
  font-size: 0.75em;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 3rem 0 0;
  color: #4f5f6a;
  text-align: center;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
}

.post-navigation {
  padding-top: 2rem;
  border-top: 1px dashed #bababa;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next,
.nav-previous {
  display: flex;
  align-items: center;
  gap: 0.3077em;
}

.nav-next {
  grid-column: -1;
  margin-left: auto;
}

.nav-next:after {
  border: solid transparent;
  border-width: 0.3462em 0 0.3462em 0.462em;
  border-left-color: currentColor;
  content: "";
}

.nav-previous {
  grid-column: 1;
  margin-right: auto;
}

.nav-previous:before {
  border: solid transparent;
  border-width: 0.3462em 0.462em 0.3462em 0;
  border-right-color: currentColor;
  content: "";
}

.nav-home {
  margin-top: 2rem;
}

.page-numbers {
  display: block;
  min-width: 2.25rem;
  line-height: 1.5385;
  box-shadow: 0 0 0 1px #c7c7c7 inset;
  padding: 0.625rem 0.25rem;
  background: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
}

.page-numbers:hover,
.page-numbers:focus {
  background: #e5e7e9;
}

.page-numbers.current {
  box-shadow: none;
  background: #4f5f6a;
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  display: flex;
  align-items: center;
  min-width: 0;
  box-shadow: none;
  padding-inline: 0;
  background: transparent;
}

.page-numbers.prev:before,
.page-numbers.next:before {
  border: solid transparent;
  content: "";
}

.page-numbers.prev:before {
  border-width: 0.28125rem 0.375rem 0.28125rem 0;
  border-right-color: #4f5f6a;
}

.page-numbers .next:before {
  border-width: 0.28125rem 0 0.28125rem 0.375rem;
  border-left-color: #4f5f6a;
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

.splide__pagination {
  gap: 0.625rem;
  margin-top: 2rem !important;
  padding: 0;
}

.splide__pagination__page {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 50%;
  background: #e1e5ee;
}

.splide__pagination__page.is-active {
  background: #141416;
}

.splide__arrows {
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  border: 2px solid #e6e8ec;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.splide__arrow svg {
  display: block;
  width: 100%;
  height: auto;
}

.splide__arrow path {
  fill: #777e90;
}

.splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.splide__arrow--next {
  right: 0;
}

#sb_instagram #sbi_images {
  gap: 1em;
  padding: 0;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.3400335008vw;
  }

  section {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  caption {
    margin-bottom: 2em;
  }

  th {
    padding: 2rem;
  }

  td {
    padding: 2rem 4rem;
  }

  .news-area {
    padding-block: 8rem;
  }

  section.archive,
  .works,
  .post,
  :where(.page) > section {
    display: grid;
    grid-template-columns: 1fr 65.7143%;
    gap: 0 6rem;
  }

  section.archive > header,
  .works > header,
  .post > header,
  :where(.page) > section > header,
  section.archive > h2,
  .works > h2,
  .post > h2,
  :where(.page) > section > h2 {
    position: sticky;
    top: 1rem;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin: 0;
  }

  section.archive > *,
  .works > *,
  .post > *,
  :where(.page) > section > * {
    grid-column: 2;
  }

  h2 {
    margin-bottom: 5rem;
    font-size: 1.125rem;
  }

  h3:not([class])[data-en] {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  header .btn {
    margin-left: 0;
  }

  .image {
    margin: 1.5em 0;
  }

  .link {
    margin-top: 3rem;
  }

  .text-with-image {
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }

  .text-with-image.large {
    grid-template-columns: 46.875% 1fr;
  }

  .text-with-image__image {
    grid-area: image;
    margin: 0;
  }

  .text-with-image__text {
    grid-area: text;
  }

  .text-with-image__text .btn {
    margin-left: 0;
  }

  .table-block:before {
    content: none;
  }

  .site-header {
    position: static;
  }

  .home .site-header {
    position: absolute;
  }

  .site-header-content {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-block: 1.5625rem;
  }

  .site-title {
    grid-column: 1;
    width: 11.8125rem;
  }

  .global-nav {
    grid-column: 2;
  }

  .global-nav-content {
    display: block;
  }

  .global-nav__inner {
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .global-nav__heading {
    display: none;
  }

  .global-nav__list {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    line-height: 1.6667;
  }

  .global-nav__item {
    flex: 0 0 auto;
    font-weight: 700;
    font-size: 0.9375em;
  }

  .global-nav__item:nth-child(n+6) {
    display: none;
  }

  .global-nav__link {
    position: relative;
    padding: 0.5em 0;
    cursor: pointer;
  }

  .global-nav__link[href]:before {
    position: absolute;
    top: 100%;
    left: -0.25em;
    width: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transition: width 0.3s;
  }

  .global-nav__link[href]:hover::before,
  .global-nav__link[href]:focus::before {
    width: calc(100% + 0.5em);
  }

  .global-nav-children {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.3334em;
    width: auto;
    opacity: 0;
    margin: 0.5em 0 0;
    background: #3E5D73;
    transition: opacity 0.3s;
    color: #fff;
  }

  .global-nav-children:before {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    height: 0.5em;
    content: "";
  }

  .no-js .global-nav-children {
    display: block;
    opacity: 1;
    transition: none;
  }

  .no-js .global-nav-children:before {
    content: none;
  }

  .global-nav-children__item {
    padding: 0;
    border-top: 1px solid;
    white-space: nowrap;
  }

  .global-nav-children__item:before {
    content: none;
  }

  .global-nav-children__item:first-child {
    border-top: 0;
  }

  .global-nav-children__link {
    padding: 0.9em 1.3334em;
  }

  .global-nav-children__link:hover,
  .global-nav-children__link:focus {
    background: rgba(0, 0, 0, 0.16);
  }

  .global-nav-contact {
    display: none;
  }

  .menu-button {
    display: none;
  }

  .hero {
    height: 66.667vw;
    max-height: 960px;
    min-height: 0;
    background-image: url(images/hero.jpg);
  }

  .hero__content {
    width: auto;
    text-align: center;
  }

  .hero__text {
    line-height: 2.4;
    padding-left: 0.35em;
    font-size: min(2.778cqi, 40px);
  }

  .hero__en {
    width: 36em;
    line-height: 1.5;
    margin: 2em auto 0;
    font-size: min(1.112cqi, 16px);
  }

  .pickup-nav {
    top: 10.75rem;
    bottom: auto;
    left: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
  }

  .pickup-nav__link {
    align-items: flex-start;
    width: 5.25rem;
    height: auto;
    padding: 1rem 0;
    writing-mode: vertical-rl;
  }

  .pickup-nav__link .en {
    margin-bottom: 0;
    margin-left: 1em;
  }

  .pickup-nav__link:hover,
  .pickup-nav__link:focus {
    width: 6.25rem;
    padding-right: 1rem;
  }

  .pickup-nav__title {
    font-size: 1rem;
  }

  .site-footer {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .site-footer-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 7.5rem;
    padding-top: 4rem;
  }

  .organization {
    grid-column: 1;
    text-align: left;
  }

  .organization__name {
    width: 17.5rem;
    max-width: none;
    margin: 0 0 1.5rem;
  }

  .follow-us {
    justify-content: flex-start;
  }

  .foot-nav {
    grid-column: 2;
    margin: 0;
    padding: 0;
  }

  .foot-nav__list {
    grid-template-columns: repeat(3, 9rem);
    grid-template-rows: repeat(5, auto);
    gap: 0.875rem 3.75rem;
  }

  .foot-nav__item:first-child {
    grid-row: 1/-1;
  }

  .foot-nav-children {
    margin-top: 0.875rem;
    gap: 0.875rem;
  }

  .site-content {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .home .site-content:after {
    height: 38.75vw;
    max-height: 434px;
    margin-top: 8rem;
    background-image: url(images/home_bottom.jpg);
  }

  .house-grid-wrap {
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .news-area {
    display: grid;
    grid-template-columns: 1fr 74.107143%;
    grid-template-rows: auto 1fr;
  }

  .news-area:first-child {
    margin-top: -8rem;
  }

  .news-area h2 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    text-align: left;
  }

  .news-area .link {
    grid-column: 1;
    grid-row: 2;
    margin-top: 4.875rem;
  }

  .news-area .btn {
    margin: 0;
  }

  .news-area__content {
    grid-column: 2;
    grid-row: 1/-1;
  }

  .tablist {
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 3.5rem;
    font-size: 0.8125rem;
  }

  .tablist__item {
    min-width: 10em;
  }

  .features-inner {
    display: grid;
    grid-template-columns: 1fr 71.1112%;
    gap: 1px;
  }

  .features-tablist {
    grid-column: 1;
    flex-direction: column;
    gap: 1px;
    margin: 0;
    font-size: 1.1111111111cqi;
  }

  .features-tablist__item {
    display: grid;
    position: relative;
    grid-template-areas: "num en" "num title";
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 0.25em 0.75em;
    padding: 2.5em 2em;
  }

  .features-tablist__item:before {
    grid-area: num;
    font-size: 3.125em;
  }

  .features-tablist__item .en {
    display: block;
    grid-area: en;
    line-height: 1;
    margin-top: auto;
    font-size: 0.75em;
    letter-spacing: 0.2em;
  }

  .features-tablist__title {
    grid-area: title;
    width: auto;
    height: auto;
    line-height: 1;
    margin-bottom: auto;
    font-size: 1.125em;
    letter-spacing: 0.14em;
  }

  .features-tabpanels {
    grid-column: 2;
    height: 51.75em;
    font-size: 1.1111111111cqi;
  }

  .features-tabpanel {
    padding: 4em 3.5em;
    background-image: url(images/bg_feature01.jpg);
  }

  .features-tabpanel .btn {
    font-size: 1rem;
  }

  .features-tabpanel__badge {
    font-size: 1em;
  }

  .features-tabpanel__header {
    row-gap: 0.5em;
  }

  .features-tabpanel__header:before {
    font-size: 6.0625em;
  }

  .features-tabpanel__header .en {
    font-size: 1.25em;
  }

  .features-tabpanel__title {
    font-size: 1.75em;
  }

  .features-tabpanel__content {
    width: 27em;
    font-size: 1em;
  }

  .features-tabpanel__content .tagline {
    font-size: 1.125em;
  }

  #feature2 {
    background-image: url(images/bg_feature02.jpg);
  }

  #feature3 {
    background-image: url(images/bg_feature03.jpg);
  }

  #feature4 {
    background-image: url(images/bg_feature04.jpg);
  }

  #feature5 {
    background-image: url(images/bg_feature05.jpg);
  }

  #feature6 {
    background-image: url(images/bg_feature06.jpg);
  }

  .introduction-link {
    flex-direction: row;
    gap: 2rem;
    margin: 0;
  }

  .introduction-link__item {
    flex: 1;
  }

  .introduction-link__link {
    padding: 1.5rem 2.5rem;
  }

  .introduction-link__text {
    width: auto;
  }

  .page-header {
    padding: 2.25rem 0 1.625rem;
  }

  .page-title {
    line-height: 2.223;
    font-size: 1.125rem;
  }

  .page-title .en {
    margin-bottom: 0.5rem;
  }

  .toc__list {
    font-size: 0.75rem;
  }

  .greeting__image {
    margin-bottom: 2rem;
  }

  .pickup-point-wrap {
    margin-top: 4rem;
  }

  .pickup-point {
    display: flex;
    gap: 0 2rem;
    align-items: center;
  }

  .pickup-point:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .pickup-point__image {
    flex: 0 0 47.55435%;
    margin: 0;
  }

  .schedule-part__trigger {
    font-size: 1rem;
  }

  .schedule-part__trigger .oc-indicator {
    right: 1.5rem;
  }

  .schedule-part__num {
    display: flex;
    align-items: center;
    gap: 0.11765em;
  }

  .schedule-part__num > span:first-child {
    display: inline-block;
    font-size: 0.29412em;
  }

  .contact-inner {
    width: 65.7143%;
    margin: 0 auto;
  }

  .sitemap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em 1em;
  }

  .about-zeh-builder {
    padding: 1.5rem 2rem;
  }

  .term-nav {
    margin-bottom: 4rem;
  }

  .term-nav__list {
    gap: 0.5rem 0.9375rem;
    font-size: 0.8125rem;
  }

  .term-nav__link {
    min-width: 10em;
  }

  .house-grid .splide__track {
    width: auto;
    overflow: hidden;
  }

  .house-grid .splide__arrows {
    height: 22rem;
  }

  .works-grid .splide__arrows,
  .works-grid .splide__track {
    width: 93.75vw;
    max-width: 1120px;
    margin: 0 auto;
  }

  .works-grid .splide__arrows {
    right: 0;
    left: 0;
    height: 34.125rem;
  }

  .works-grid__content {
    padding: 2.5rem;
  }

  .works-grid__title {
    width: 20em;
  }

  .sort {
    margin-bottom: 0;
  }

  .archive .sort {
    grid-column: 1;
  }

  .sort__heading {
    margin-bottom: 2em;
  }

  .loader {
    margin-top: 3em;
  }

  .works__heading {
    margin-bottom: 1.5rem;
  }

  .works-data {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0 1.875rem;
  }

  .works-data__caption {
    width: 9.3em;
    font-size: 1.25rem;
  }

  .works-data tbody {
    margin: 0;
  }

  .works-photo-gallery {
    gap: 3rem;
    margin-top: 3rem;
  }

  .modelhouse-list {
    flex-direction: column;
    gap: 1.5rem;
  }

  .modelhouse-list__link {
    font-size: 1.25rem;
  }

  .model-house + .model-house {
    margin-top: 8rem;
  }

  .post-tags {
    padding: 1.5rem;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .form-table th,
  .form-table td {
    padding-inline: 1.25rem;
  }

  .form-table th {
    width: 12rem;
    padding-inline: 1rem;
  }

  .submit {
    grid-template-columns: 24px 15rem 24px;
    gap: 1.5rem;
  }

  .post-navigation .nav-links {
    grid-column: 1/-1;
    grid-row: 1;
    grid-template-columns: subgrid;
    font-size: 0.8125rem;
  }

  .post-navigation {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 65.7143%;
    margin-top: 4rem;
    margin-left: auto;
    padding-top: 3rem;
  }

  .nav-home {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .splide__arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.125rem;
  }

  .splide__arrow--prev {
    right: 100%;
    left: auto;
    margin-right: -0.625rem;
  }

  .splide__arrow--next {
    left: 100%;
    right: auto;
    margin-left: -0.625rem;
  }

  #sb_instagram #sbi_images {
    gap: 2rem;
  }
}

@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 800px) {
  .works-tags__item {
    font-size: 0.875em;
  }
}

@media print, screen and (min-width: 1194px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .toc__list,
  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 37px;
    padding-left: 37px;
  }

  .home .site-content:after {
    height: 38.75vw;
    max-height: 434px;
    margin-top: 8rem;
    background-image: url(images/home_bottom@2x.jpg);
  }

  .splide__arrow--prev {
    margin-right: 0.625rem;
  }

  .splide__arrow--next {
    margin-left: 0.625rem;
  }
}

@media print and (min-resolution: 2dppx), screen and (min-width: 1194px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url(images/hero@2x.jpg);
  }
}

@media screen and (max-width: 767px) {
  .text-with-image__image {
    max-width: 480px;
    margin-inline: auto;
  }

  .text-with-image__image img {
    width: 100%;
  }

  .text-with-image__image img[width="175"] {
    width: auto;
  }

  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .home .site-header.visible {
    background: #fff;
    color: #111;
  }

  .works__header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 0.5rem;
  }

  .works__header .post-categories {
    grid-column: 2/3;
    grid-row: 1;
    margin: 0;
    align-self: center;
  }

  .works__heading {
    display: grid;
    grid-column: 1/-1;
    grid-row: 1/3;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    margin: 0;
  }

  .works__heading > span {
    grid-column: 1/-1;
    grid-row: 2;
  }

  .works__heading > .en {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .form-table {
    display: block;
    width: auto;
  }

  .form-table > caption,
  .form-table > tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: inherit;
    width: 100%;
  }

  .form-table th {
    padding: 1rem;
    border: 0;
    text-align: left;
  }

  .form-table th .break {
    display: none;
  }

  .form-table td {
    border-width: 0 1px;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1194px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}